Uncommented GitHub link in footer, updated styles

This commit is contained in:
Tim Stallard 2016-10-18 09:56:27 +01:00
parent 59d80146ec
commit 2af7d53b1f
2 changed files with 5 additions and 2 deletions

View File

@ -137,6 +137,9 @@ body{
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
width: 80%;
margin-left: auto;
margin-right: auto;
h3{
margin: 0;
font-size: 1.2em;

View File

@ -30,9 +30,9 @@
</div>
<div id="footer">
<h3>&copy; Tim Stallard <%- new Date().getFullYear() %></h3>
Hand crafted in the UK with DocPad, SmoothState.js, and lots of other magic<% /* - see the code <a href="https://github.com/TimStallard/timstallard.me.uk">on GitHub</a> */ %>
Hand crafted in the UK with DocPad, SmoothState.js, and lots of other magic - see the code <a href="https://github.com/TimStallard/timstallard.me.uk">on GitHub</a>
<br>
Mugshot by the awesome <a href="http://lws.io/">Kevin Lewis</a> at <a href="http://rebelmakers.co.uk/">Rebel Makers</a>
Mugshot by the awesome <a href="http://lws.io/">Kevin Lewis</a> at <a href="http://rebelmakers.co.uk/">Rebel Makers Club</a>
</div>
</body>
</html>