added CI badge to footer
This commit is contained in:
parent
29321d42fc
commit
5c5fa42dbe
2 changed files with 15 additions and 1 deletions
|
@ -57,12 +57,17 @@ a.no-color-change {
|
|||
footer {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding-top: 25px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
color: white;
|
||||
background-color: #232323;
|
||||
a {
|
||||
padding: 7px;
|
||||
color: #ff7f00;
|
||||
}
|
||||
.ci-badge {
|
||||
height: 23px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
/* @end Footer */
|
|
@ -16,9 +16,18 @@
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h3>Copyright © 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>
|
||||
</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>
|
||||
</footer>
|
||||
<script type="text/javascript" src="{% static 'js/libs.js' %}"></script>
|
||||
|
|
Reference in a new issue