Moved the Haskell logo to the footer

This commit is contained in:
Serĉanto de Scio 2015-08-26 00:09:09 +10:00
parent f8d2563614
commit 06d6c680b9
3 changed files with 4 additions and 3 deletions

View file

@ -34,10 +34,11 @@ div#header #navigation a {
} }
div#footer { div#footer {
width: 100%;
color: green; color: green;
font-size: 12px; font-size: 12px;
margin-top: 30px; margin-top: 30px;
padding: 12px 0px 12px 0px; padding: 0px;
text-align: right; text-align: right;
position:absolute; position:absolute;
bottom:1%; bottom:1%;
@ -73,4 +74,5 @@ div#footer img {
position:absolute; position:absolute;
bottom: 1%; bottom: 1%;
left: 1%; left: 1%;
padding-left: 1%;
} }

View file

@ -2,5 +2,3 @@
title: mcwhirter.io title: mcwhirter.io
--- ---
.. image:: /images/haskell-logo.png

View file

@ -15,6 +15,7 @@
$body$ $body$
</div> </div>
<div id="footer"> <div id="footer">
<img src="/images/haskell-logo.png">
Site proudly generated by Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a> <a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div> </div>