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 {
|
a {
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
color: #ff7f00;
|
color: #ff7f00;
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.ci-badge {
|
.ci-badge {
|
||||||
height: 23px;
|
height: 23px;
|
||||||
|
|
|
@ -20,12 +20,14 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<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>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
|
<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"/>
|
<img class="ci-badge" src="https://circleci.com/gh/RealOrangeOne/theorangeone.net.svg?style=svg"/>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue