1
Fork 0

Added link to CI badge

This commit is contained in:
Jake Howard 2015-11-24 09:22:46 +00:00
parent 5c5fa42dbe
commit e8bc7d5856
2 changed files with 8 additions and 2 deletions

View file

@ -64,6 +64,10 @@ footer {
a {
padding: 7px;
color: #ff7f00;
&:hover {
text-decoration: none;
color: inherit;
}
}
.ci-badge {
height: 23px;

View file

@ -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">
<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>