Move to html2text
[oweals/karmaworld.git] / karmaworld / templates / footer.html
1 {% load url from future %}
2
3 <footer id="global_footer">
4   <div class="row">
5     <div id="footer_links_container" class="small-10 columns small-offset-1">
6       <a href="/about">About</a>&nbsp;|&nbsp;<a href="{% url '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>-->
7     </div><!--/footer_links_container-->
8   </div>
9   
10   <div class="row">
11     <div id="colophon" class="">
12       <div class="small-2 columns large-1 large-offset-1">
13         <img src="{{ STATIC_URL }}img/global_footer_cc_logo.png" id="cc_logo" alt="global_footer_cc_logo" width="30" height="30" align="left"/>
14       </div>
15       <div class="small-8 columns end">
16         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>
17         <a href="/">KarmaNotes.org</a> is a non-profit project brought to you by the <a href="http://finalsclub.org">Finals Club Foundation</a>.
18       </div>
19     </div><!--/colophon-->
20   </div>
21 </footer><!--/global footer-->