Added link to CI badge
This commit is contained in:
parent
5c5fa42dbe
commit
e8bc7d5856
2 changed files with 8 additions and 2 deletions
|
@ -64,6 +64,10 @@ footer {
|
|||
a {
|
||||
padding: 7px;
|
||||
color: #ff7f00;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
.ci-badge {
|
||||
height: 23px;
|
||||
|
|
|
@ -20,12 +20,14 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<a href="">About</a> | <a href="https://github.com/RealOrangeOne/theorangeone.net">View Source</a> | <a href="">Contact</a>
|
||||
<a href="">About</a> | <a href="https://github.com/RealOrangeOne/theorangeone.net" target="_blank">View Source</a> | <a href="">Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<img class="ci-badge" src="https://circleci.com/gh/RealOrangeOne/theorangeone.net.svg?style=svg"/>
|
||||
<a href="https://circleci.com/gh/RealOrangeOne/theorangeone.net" target="_blank">
|
||||
<img class="ci-badge" src="https://circleci.com/gh/RealOrangeOne/theorangeone.net.svg?style=svg"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue