Update readme, logo

This commit is contained in:
Matej Kramny 2016-05-17 16:43:15 +01:00
parent 4ca05800ee
commit e8d3ab7df9
5 changed files with 9 additions and 7 deletions

View File

@ -1,9 +1,7 @@
# V2 branch ![semaphore](public/img/logo.png)
[![Circle CI](https://circleci.com/gh/ansible-semaphore/semaphore.svg?style=svg&circle-token=3702872acf2bec629017fa7dd99fdbea56aef7df)](https://circleci.com/gh/ansible-semaphore/semaphore) [![Circle CI](https://circleci.com/gh/ansible-semaphore/semaphore.svg?style=svg&circle-token=3702872acf2bec629017fa7dd99fdbea56aef7df)](https://circleci.com/gh/ansible-semaphore/semaphore)
Tests in progress.
- [Releases](https://github.com/ansible-semaphore/semaphore/releases) - [Releases](https://github.com/ansible-semaphore/semaphore/releases)
- [Install Instructions](https://github.com/ansible-semaphore/semaphore/wiki/Installation) - [Install Instructions](https://github.com/ansible-semaphore/semaphore/wiki/Installation)
- [Troubleshooting](https://github.com/ansible-semaphore/semaphore/wiki/Troubleshooting) - [Troubleshooting](https://github.com/ansible-semaphore/semaphore/wiki/Troubleshooting)

View File

@ -9597,6 +9597,7 @@ button.btn {
} }
.navbar-default .navbar-brand { .navbar-default .navbar-brand {
font-family: Hack, source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; font-family: Hack, source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
font-style: oblique;
} }
.navbar-default .navbar-brand, .navbar-default .navbar-brand,
.navbar-default ul.nav.navbar-nav li > a { .navbar-default ul.nav.navbar-nav li > a {

View File

@ -61,6 +61,8 @@ input, button.btn {
.navbar-brand { .navbar-brand {
font-family: @font-family-monospace; font-family: @font-family-monospace;
font-style: oblique;
// font-weight: bold;
} }
.navbar-brand, ul.nav.navbar-nav li > a { .navbar-brand, ul.nav.navbar-nav li > a {

View File

@ -6,12 +6,13 @@
ul.list-group ul.list-group
li.list-group-item: a(href="https://github.com/ansible-semaphore/semaphore" target="_blank") GitHub li.list-group-item: a(href="https://github.com/ansible-semaphore/semaphore" target="_blank") GitHub
li.list-group-item: a(href="https://github.com/ansible-semaphore/semaphore/issues/new" target="_blank") Help (GH issues) li.list-group-item: a(href="https://github.com/ansible-semaphore/semaphore/issues/new" target="_blank") Help (GH issues)
li.list-group-item: a(href="https://github.com/ansible-semaphore/semaphore/wiki") Wiki li.list-group-item: a(href="https://github.com/ansible-semaphore/semaphore/wiki" target="_blank") Wiki
li.list-group-item: a(href="" ng-click="checkUpdate()") Check for Update li.list-group-item: a(href="" ng-click="checkUpdate()") Check for Update
li.list-group-item: a(href="https://ansible-semaphore.github.io/semaphore/" target="_blank") API Documentation li.list-group-item: a(href="https://ansible-semaphore.github.io/semaphore/" target="_blank") API Documentation
.col-sm-4(ng-if="upgrade.updateBody") .col-sm-4
button.btn.btn-primary.btn-block(ng-click="doUpgrade()") upgrade to {{ upgrade.update.tag_name }} div(ng-if="upgrade.updateBody")
div(ng-bind-html="upgrade.updateBody") button.btn.btn-primary.btn-block(ng-click="doUpgrade()") upgrade to {{ upgrade.update.tag_name }}
div(ng-bind-html="upgrade.updateBody")
.col-sm-4 .col-sm-4
dl dl
dt DB dt DB

BIN
public/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB