Merge pull request #5 from TimStallard/footer

Uncommented GitHub link in footer, updated styles
This commit is contained in:
Tim Stallard 2016-10-18 09:57:17 +01:00 committed by GitHub
commit 8ce92c3d7a
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -30,9 +30,9 @@
</div> </div>
<div id="footer"> <div id="footer">
<h3>&copy; Tim Stallard <%- new Date().getFullYear() %></h3> <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> <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> </div>
</body> </body>
</html> </html>