Bläddra i källkod

Update about page

Thibaut 11 år sedan
förälder
incheckning
0ff6209aba
1 ändrade filer med 10 tillägg och 8 borttagningar
  1. 10 8
      assets/javascripts/templates/pages/about_tmpl.coffee

+ 10 - 8
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -13,7 +13,7 @@ app.templates.aboutPage = -> """
   <p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
   <ul>
     <li>Created and maintained by <a href="http://thibaut.me">Thibaut Courouble</a>
-    <li>Proudly sponsored by <a href="http://www.maxcdn.com">MaxCDN</a>&mdash;content delivery that developers love
+    <li>Sponsored by <a href="http://www.maxcdn.com" title="Content Delivery Network Services">MaxCDN</a>&mdash;content delivery that developers love
     <li>Free and <a href="https://github.com/Thibaut/devdocs">open source</a>
         <iframe class="_github-btn" src="http://ghbtns.com/github-btn.html?user=Thibaut&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
   </ul>
@@ -27,6 +27,15 @@ app.templates.aboutPage = -> """
     <a href="https://www.gittip.com/Thibaut/">Gittip</a>. Thanks!<br>
 
   <h2 class="_lined-heading" id="credits">Credits</h2>
+
+  <p><strong>Special thanks to:</strong>
+  <ul>
+    <li><a href="http://get.gaug.es/?utm_source=devdocs&utm_medium=referral&utm_campaign=sponsorships" title="Real Time Web Analytics">Gauges</a> for offering a free account to DevDocs
+    <li><a href="https://www.heroku.com">Heroku</a> and <a href="http://newrelic.com">New Relic</a> for providing awesome free service
+    <li>Daniel Bruce for the <a href="http://www.entypo.com">Entypo</a> pictograms
+    <li><a href="http://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo
+  </ul>
+
   <table class="_credits">
     <tr>
       <th>Documentation
@@ -35,13 +44,6 @@ app.templates.aboutPage = -> """
     #{("<tr><td>#{c[0]}<td>&copy; #{c[1]}<td><a href=\"#{c[3]}\">#{c[2]}</a>" for c in credits).join('')}
   </table>
 
-  <p><strong>With special thanks to:</strong>
-  <ul>
-    <li><a href="https://www.heroku.com">Heroku</a> and <a href="http://newrelic.com">New Relic</a> for providing awesome free service
-    <li>Daniel Bruce for the <a href="http://www.entypo.com">Entypo</a> pictograms
-    <li><a href="http://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo
-  </ul>
-
   <h2 class="_lined-heading" id="faq">Questions & Answsers</h2>
   <dl>
     <dt>Does it work offline?