blog-rekahsoft-ca/templates/partials/footer.html
Collin J. Doering 06114cfc0d Upgrade skeleton from 1.2 -> 2.04
Skeleton switched from having 16 columns to 12. A few improvements to
skeleton also required a little tweaking of the current css as well as a
cleanup of templates/default.html.

Note: templates/default-nojs.html was not updated though an update will
be trivial. This is only relevant if the nojs section of the site is
revived.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-01-25 01:44:32 -05:00

16 lines
410 B
HTML

<div id='footer-wrap'>
<div class='container'>
<footer>
<div class='six columns alpha' id='footer-left'>
<p>&copy; Collin Doering 2013</p>
</div>
<div class='six columns omega' id='footer-right'>
<p>
Proudly crafted using
<a href='https://www.gnu.org/philosophy/free-sw.html'>Free Software</a>
</p>
</div>
</footer>
</div>
</div>