Update footer.html

This commit is contained in:
Magne Sjaastad
2014-07-03 00:47:47 +02:00
parent 8137fc01e4
commit 6a68e852e3

View File

@@ -1,14 +1,12 @@
<footer>
<div class="grid">
<div class="unit one-third center-on-mobiles">
<p>The contents of this website are &copy;&nbsp;2013 <a href="http://tom.preston-werner.com/">Tom Preston-Werner</a> under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
<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>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
Proudly hosted by
<a href="https://github.com">
<img src="/img/footer-logo.png" width="100" height="30" alt="GitHub • Social coding">
</a>
<a href="https://github.com">GitHub</a>
</p>
</div>
</div>