Merge branch 'master' of github.com:FinalsClub/karmaworld
[oweals/karmaworld.git] / karmaworld / templates / footer.html
1 <footer id="global_footer">
2   <div class="row">
3     <div id="footer_links_container" class="eleven columns offset-by-one">
4       <a href="/about">About</a>&nbsp;|&nbsp;<a href="/terms">Terms</a>&nbsp;|&nbsp;<a href="https://github.com/FinalsClub/karmaworld">Code</a>&nbsp;|&nbsp;<a href="http://www.reddit.com/r/KarmaNotes/">Discussion</a>&nbsp;<!--|&nbsp;<a href="#">Donate</a>-->
5     </div><!--/footer_links_container-->
6   </div>
7   
8   <div class="row">
9     <div id="colophon" class="eleven columns offset-by-one">
10       <img src="/static/img/global_footer_cc_logo.png" id="cc_logo" alt="global_footer_cc_logo" width="30" height="30" align="left"/>
11       All content on this site is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons</a> Attribution-ShareAlike 3.0 Unported License.<br>
12       <a href="/">KarmaNotes.org</a> is a non-profit project brought to you by the <a href="http://finalsclub.org">Finals Club Foundation</a>.
13     </div><!--/colophon-->
14   </div>
15 </footer><!--/global footer-->