Added abount and simplified footer

This commit is contained in:
Magne Sjaastad
2014-08-09 07:38:01 -07:00
parent 55a4229098
commit c93152fb5b
6 changed files with 39 additions and 9 deletions

View File

@@ -1,12 +1,14 @@
<footer>
<div class="grid">
<div class="unit one-third center-on-mobiles">
<p>The design and programming of this website are based on work by <a href="http://tom.preston-werner.com/">Tom Preston-Werner</a></p>
<p>
<a href="{{ site.baseurl }}/docs/about">About</a><br>
<a href="{{ site.baseurl }}/docs/contact">Contact</a>
</p>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
Proudly hosted by
<a href="https://github.com">GitHub</a>
<a href="http://resinsight.org">resinsight.org</a>
</p>
</div>
</div>