mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
Update readme, logo
This commit is contained in:
parent
4ca05800ee
commit
e8d3ab7df9
@ -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)
|
||||
|
||||
Tests in progress.
|
||||
|
||||
- [Releases](https://github.com/ansible-semaphore/semaphore/releases)
|
||||
- [Install Instructions](https://github.com/ansible-semaphore/semaphore/wiki/Installation)
|
||||
- [Troubleshooting](https://github.com/ansible-semaphore/semaphore/wiki/Troubleshooting)
|
||||
|
@ -9597,6 +9597,7 @@ button.btn {
|
||||
}
|
||||
.navbar-default .navbar-brand {
|
||||
font-family: Hack, source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
font-style: oblique;
|
||||
}
|
||||
.navbar-default .navbar-brand,
|
||||
.navbar-default ul.nav.navbar-nav li > a {
|
||||
|
@ -61,6 +61,8 @@ input, button.btn {
|
||||
|
||||
.navbar-brand {
|
||||
font-family: @font-family-monospace;
|
||||
font-style: oblique;
|
||||
// font-weight: bold;
|
||||
}
|
||||
|
||||
.navbar-brand, ul.nav.navbar-nav li > a {
|
||||
|
@ -6,12 +6,13 @@
|
||||
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/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="https://ansible-semaphore.github.io/semaphore/" target="_blank") API Documentation
|
||||
.col-sm-4(ng-if="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
|
||||
div(ng-if="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
|
||||
dl
|
||||
dt DB
|
||||
|
BIN
public/img/logo.png
Normal file
BIN
public/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
Loading…
Reference in New Issue
Block a user