indexden is now optional
[oweals/karmaworld.git] / karmaworld / templates / footer.html
1 {% load url from future %}
2
3 <footer id="global_footer" class="underline inherit-color">
4   <div class="row">
5     <div class="small-12 columns text-center footer-row">
6       <img src="{{ STATIC_URL }}img/karmanotes_logo_small.png" alt="KarmaNotes" />
7     </div>
8   </div>
9
10   <div class="row">
11     <div class="small-12 columns text-center footer-row museo700">
12       <a href="{% url 'about' %}">About</a>&nbsp;&nbsp;&bull;&nbsp;&nbsp;
13       <a href="{% url 'terms' %}">Terms</a>&nbsp;&nbsp;&bull;&nbsp;&nbsp;
14       <a href="https://github.com/FinalsClub/karmaworld">Code</a>&nbsp;&nbsp;&bull;&nbsp;&nbsp;
15       <a href="http://www.reddit.com/r/KarmaNotes/">Discussion</a>
16     </div>
17   </div>
18
19   <div class="row">
20     <div class="small-12 columns text-center footer-row">
21       Unless otherwise noted, 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>
22         <a href="/">KarmaNotes.org</a> is a non-profit project brought to you by the <a href="http://finalsclub.org">Finals Club Foundation</a>.
23     </div>
24   </div>
25
26   <div class="row">
27     <div class="small-12 columns text-center footer-row">
28       <img src="{{ STATIC_URL }}img/global_footer_cc_logo.png" alt="Creative Commons"/>
29     </div>
30   </div>
31
32 </footer><!--/global footer-->