How about a footer.

This commit is contained in:
Chris Eppstein 2010-03-29 17:49:13 -07:00
parent b156437018
commit c216d01eb0
3 changed files with 36 additions and 1 deletions

View File

@ -28,6 +28,23 @@ body
font-weight: bold
a
+hover-link
#footer
+column(24)
background: #F5F5F5
border-top: 2px solid #ddd
margin: 1em 0
.legalese
+column(12)
hr
+colruler
.links
+column(12, true)
ul
+no-bullets
a
+hover-link
// Typography
blockquote

View File

@ -17,7 +17,7 @@
= yield
#sidebar
= render "partials/sidebar"
#footer= @item[:content_for_footer]
#footer= render "partials/footer"
:javascript
$(function(){
$('span.color').each(function(i,e){

View File

@ -0,0 +1,18 @@
.legalese
%p
This website is Copyright &copy; 2010 Christopher Eppstein.<br>
It is licensed under XXX TODO XXX.
- if @item[:content_for_footer]
%hr
= @item[:content_for_footer]
.links
%ul
%li
%a(href="http://compass-style.org/" rel="home") Compass Homepage
%li
Compass is Charityware -
%a(href="http://umdf.org/compass") Donate Now!
%li
Compass is Open Source -
%a(href="http://github.com/chriseppstein/compass") Contribute