Merge branch 'master' of github.com:FinalsClub/karmaworld
[oweals/karmaworld.git] / karmaworld / templates / about.html
index 6ae0ddcbfcce37c8e5b7b361cf471009a4bc3321..5a998efa0d01c3511f7d793359c1028b30287df5 100644 (file)
@@ -3,7 +3,7 @@
 {% load humanize %}
 
 {% block pagestyle %}
-  <link rel="stylesheet" type="text/css" media="all" href="/static/css/about.css">
+  <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/about.css">
 {% endblock %}
 
 {% block title %}
@@ -18,7 +18,7 @@
         <div id="hero_image_caption_container">
           <div class="row">
             <div id="hero_image_caption" class="seven columns offset-by-one">
-            <p>Meet the KarmaNotes team: Seth, Bob, Charles, & Andrew.</p>
+            <!-- <p>Meet the KarmaNotes team: Andrew, Charles, Bob, & Seth.</p> -->
             </div><!-- /hero_image_caption -->
           </div>
         </div><!-- /hero_image_caption_container -->
@@ -34,7 +34,7 @@
     <div class="row">
       <div id="about_copy_body" class="ten columns offset-by-one">
         <p>KarmaNotes empowers college students to participate in the free exchange of course notes, study guides, and other digial learning resources. By sharing knowledge on KarmaNotes, you will earn Karma Points and access to a growing database of academic resources.</p>
-        <p>Free (and advertising free), all content on KarmaNotes is also licensed Creative Commons and all of its code is <a href="https://github.com/FinalsClub/djKarma">free and open source</a>. We also maintain full compliance with the Digital Millennium Copyright Act.</p>
+        <p>Free (and advertising free), all content on KarmaNotes is also licensed Creative Commons and all of its code is <a href="https://github.com/FinalsClub/karmaworld">free and open source</a>. We also maintain full compliance with the Digital Millennium Copyright Act.</p>
         <p>Like a public park or give-a-penny jar, KarmaNotes has the capacity for a near-limitless wealth of knowledge, curiosity, and karma. Beyond the ivory tower, KarmaNotes is a network with the potential to digitize education, one lecture at a time.</p>
         <p>KarmaNotes is improving learning online thanks to support from the William and Flora Hewlett Foundation and generous scholars like you. Want to learn more? Please <a href="mailto:info@finalsclub.org?Subject=Karma%20question">contact us</a> or make a tax-deductible charitable donation to the FinalsClub Foundation.</p>
       </div>
     </div>
 
 
-<!--     <div class="row">
+    <div class="row">
       <div id="leaderboard_table" class="ten columns offset-by-one">
 
-        {% for school in leader_schools %}
+        {% for school in schools %}
         <div class="row leaderboard_item">
           <div class="one column leaderboard_rank">
             {{ forloop.counter }}
           </div>
           <div class="eight columns leaderboard_school">
             {{ school.name }}
-          </div> /leaderboard_school 
+          </div> <!-- /leaderboard_school -->
           <div class="one column leaderboard_score">
-            {{ school.karma|intcomma }}
-          </div> /leaderboard_score 
-        </div> /leaderboard_item
+            {{ school.file_count }}
+          </div> <!-- /leaderboard_score -->
+        </div> <!-- /leaderboard_item -->
         {% endfor %}
 
-      </div> /leaderboard_table
+      </div> <!-- /leaderboard_table -->
     </div>  
--->
 
   </section><!--/about_content-->
 {% endblock %}