1
Fork 0

Added 'powered by' message

This commit is contained in:
Jake Howard 2016-01-13 18:22:13 +00:00
parent a921a8d923
commit ec00cdde5a
2 changed files with 13 additions and 10 deletions

View file

@ -69,22 +69,25 @@ footer {
width: 100%;
text-align: center;
padding-top: 10px;
padding-bottom: 50px;
padding-bottom: 15px;
color: white;
font-size: 16px;
background-color: #232323;
a {
color: #ff7f00;
padding: 7px;
&:hover {
text-decoration: none;
color: inherit;
}
}
.triple {
padding: 7px;
}
.social {
font-size: 25px;
margin: 0;
margin-top: 6px;
padding: 7px;
a {
margin: 0 4px;
color: white;

View file

@ -13,11 +13,6 @@
{% block baseContent%}{% endblock %}
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12">
<h3>Copyright &copy; TheOrangeOne 2016</h3>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<p class="social">
@ -28,14 +23,19 @@
<a href="soon"><i class="icon ion-social-codepen"></i></a>
<a href="soon"><i class="icon ion-social-twitch-outline"></i></a>
<a href="https://github.com/RealOrangeOne"><i class="icon ion-social-octocat"></i></a>
</p>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<p class="triple">
<a href="{% url 'pages:about' %}">About</a> | <a href="https://github.com/RealOrangeOne/theorangeone.net" target="_blank">View Source</a> | <a href="">Contact</a>
<p>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<p>
<a href="{% url 'pages:about' %}">About</a> | <a href="https://github.com/RealOrangeOne/theorangeone.net" target="_blank">View Source</a> | <a href="">Contact</a>
<p>
<h5>Powered by <a href="">Django</a>, <a href="">Inception Hosting</a>, and a whole heap of <a href="https://github.com/RealOrangeOne/theorangeone.net">Magic</a>!</h5>
</div>
</div>
<div class="row">