Move header links into footer

This commit is contained in:
Cryptkeeper
2016-06-20 18:27:11 -05:00
parent aecb45fe07
commit fd381fb28a
2 changed files with 8 additions and 10 deletions

View File

@ -30,13 +30,6 @@
</div>
<div class="column">
<p class="text-uppercase">Source code available on <a href="https://github.com/Cryptkeeper/Minetrack">Github</a></p>
<p class="text-uppercase">Made with <span style="color: #e74c3c;">&#9829;</span> by <a href="http://cryptkpr.me">Cryptkeeper</a></p>
</div>
</div>
</div>
@ -80,7 +73,13 @@
<div id="footer">
Copyright &copy; 2016. All rights reserved. Logo copyrights belong to their respective owners.
<span style="padding-left: 10px;">
Copyright &copy; 2016. All rights reserved. Logo copyrights belong to their respective owners.
<br />
Made with <span style="color: #e74c3c;">&#9829;</span> by <a href="http://cryptkpr.me">Cryptkeeper</a> // Source code available on <a href="https://github.com/Cryptkeeper/Minetrack">Github</a>
</span>
</div>