Collin J. Doering
06114cfc0d
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>
16 lines
410 B
HTML
16 lines
410 B
HTML
<div id='footer-wrap'>
|
|
<div class='container'>
|
|
<footer>
|
|
<div class='six columns alpha' id='footer-left'>
|
|
<p>© 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>
|