فهرست منبع

updating thanks on index page, fixing version bug

davegandy 12 سال پیش
والد
کامیت
852d056930
2فایلهای تغییر یافته به همراه23 افزوده شده و 13 حذف شده
  1. 22 12
      build/_includes/special-thanks.html
  2. 1 1
      build/_includes/whats-new.html

+ 22 - 12
build/_includes/special-thanks.html

@@ -1,14 +1,24 @@
 <section id="special-thanks">
-  <h2 class="page-header">Special Thanks</h2>
-  <p>
-    Special thanks to <a href="https://twitter.com/robmadole/" target="_blank">@robmadole</a> and
-    <a href="https://twitter.com/supercodepoet/" target="_blank">@supercodepoet</a> for icon design
-    review, advice, and some backbone.js help.
-  </p>
-  <p>
-    Special thanks to <a target="_blank" href="https://twitter.com/grantgordon">@grantgordon</a> and
-    <a target="_blank" href="https://twitter.com/johnsmclay">@johnsmclay</a> for developing
-    <a target="_blank"  href="http://icnfnt.com/">icnfnt</a>, the best way to subset Font Awesome to get just the
-    icons you need.
-  </p>
+  <h2 class="page-header">Thanks</h2>
+  <div class="row">
+    <div class="span4">
+      <p>
+        Special thanks to <a href="https://twitter.com/robmadole/" target="_blank">@robmadole</a> and
+        <a href="https://twitter.com/supercodepoet/" target="_blank">@supercodepoet</a> for icon design
+        review, advice, and some backbone.js help.
+      </p>
+    </div>
+    <div class="span4">
+      <p>
+        Special thanks to <a target="_blank" href="https://twitter.com/grantgordon">@grantgordon</a> and
+        <a target="_blank" href="https://twitter.com/johnsmclay">@johnsmclay</a> for developing
+        <a target="_blank"  href="http://icnfnt.com/">icnfnt</a>, a way to subset Font Awesome.
+      </p>
+    </div>
+    <div class="span4">
+      Hopefully you think Font Awesome <em>is</em> awesome. If you'd like,
+      <a href="{{ page.relative_path }}community/#say-thanks">here are a couple of ways you can tell me thanks</a>
+      for all my hard work.
+    </div>
+  </div>
 </section>

+ 1 - 1
build/_includes/whats-new.html

@@ -24,7 +24,7 @@
   </div>
   <div class="row">
     <div class="span4">
-      <h4><i class="icon-lightbulb"></i> {{ site.font_awesome.new_icon_count }} New Icons in 3.0</h4>
+      <h4><i class="icon-lightbulb"></i> {{ site.font_awesome.new_icon_count }} New Icons in {{ site.font_awesome.version }}</h4>
       Requested by the active community on the <a href="{{ site.font_awesome.github.url }}">Font Awesome GitHub project</a>.
     </div>
     <div class="span4">