1
Fork 0

added CI badge to footer

This commit is contained in:
Jake Howard 2015-11-24 09:17:18 +00:00
parent 29321d42fc
commit 5c5fa42dbe
2 changed files with 15 additions and 1 deletions

View file

@ -57,12 +57,17 @@ a.no-color-change {
footer { footer {
width: 100%; width: 100%;
text-align: center; text-align: center;
padding-top: 25px; padding-top: 10px;
padding-bottom: 10px;
color: white; color: white;
background-color: #232323; background-color: #232323;
a { a {
padding: 7px; padding: 7px;
color: #ff7f00; color: #ff7f00;
} }
.ci-badge {
height: 23px;
margin-top: 15px;
}
} }
/* @end Footer */ /* @end Footer */

View file

@ -16,9 +16,18 @@
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<h3>Copyright &copy; TheOrangeOne 2015</h3> <h3>Copyright &copy; TheOrangeOne 2015</h3>
</div>
</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">View Source</a> | <a href="">Contact</a>
</div> </div>
</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"/>
</div>
</div>
</div> </div>
</footer> </footer>
<script type="text/javascript" src="{% static 'js/libs.js' %}"></script> <script type="text/javascript" src="{% static 'js/libs.js' %}"></script>