Преглед на файлове

fixing up thanks sections

davegandy преди 12 години
родител
ревизия
29da99c40f
променени са 5 файла, в които са добавени 52 реда и са изтрити 47 реда
  1. 3 1
      build/_includes/community.html
  2. 23 0
      build/_includes/tell-me-thanks.html
  3. 25 0
      build/_includes/thanks-to.html
  4. 0 46
      build/_includes/thanks.html
  5. 1 0
      build/index.html

+ 3 - 1
build/_includes/community.html

@@ -15,4 +15,6 @@
 {% include community/requesting-new-icons.html %}
 {% include community/requesting-new-icons.html %}
 {% include community/submitting-pull-requests.html %}
 {% include community/submitting-pull-requests.html %}
 {% include community/project-milestones.html %}
 {% include community/project-milestones.html %}
-{% include community/say-thanks.html %}
+
+{% include thanks-to.html %}
+{% include tell-me-thanks.html %}

+ 23 - 0
build/_includes/tell-me-thanks.html

@@ -0,0 +1,23 @@
+<section id="tell-me-thanks">
+  <h2 class="page-header">Tell Me Thanks</h2>
+  <p class="lead">
+    Hopefully you think Font Awesome <em>is</em> awesome. I've put hundreds of hours into the project to give back to the
+    open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work.
+  </p>
+  <div class="row">
+    <div class="span6">
+      <h3><a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Help me buy an iMac</a></h3>
+      <p>
+        <a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Contribute</a> to a shiny
+        new iMac for me to keep making great icons.
+      </p>
+    </div>
+    <div class="span6">
+      <h3><a href="http://amzn.com/w/G64X58AY416W" target="_blank">My Amazon Wish List</a></h3>
+      <p>
+        Or pick something straight
+        from <a href="http://amzn.com/w/G64X58AY416W" target="_blank">my wish list</a>. Gift cards are great.
+      </p>
+    </div>
+  </div>
+</section>

+ 25 - 0
build/_includes/thanks-to.html

@@ -0,0 +1,25 @@
+<section id="thanks-to">
+  <h2 class="page-header">Thanks To</h2>
+  <div class="row">
+    <div class="span4">
+      <p>
+        Thanks to <a href="https://twitter.com/robmadole/">@robmadole</a> and
+        <a href="https://twitter.com/supercodepoet/">@supercodepoet</a> for icon design
+        review, advice, some Jekyll help, and being all around badass coders.
+      </p>
+    </div>
+    <div class="span4">
+      <p>
+        Thanks to <a href="https://twitter.com/grantgordon">@grantgordon</a> and
+        <a href="https://twitter.com/johnsmclay">@johnsmclay</a> for developing and hosting
+        <a href="http://icnfnt.com/">icnfnt</a>, the best way to subset Font Awesome.
+      </p>
+    </div>
+    <div class="span4">
+      <p>
+        Thanks to <a href="http://maxcdn.com"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent
+        <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN</a>, the easiest way to use Font Awesome.
+      </p>
+    </div>
+  </div>
+</section>

+ 0 - 46
build/_includes/thanks.html

@@ -1,46 +0,0 @@
-<section id="thanks">
-  <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>
-
-  <p class="lead">
-    Hopefully you think Font Awesome <em>is</em> awesome. I've put hundreds of hours into the project to give back to the
-    open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work.
-  </p>
-  <div class="row">
-    <div class="span6">
-      <h3><a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Help me buy an iMac</a></h3>
-      <p>
-        <a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Contribute</a> to a shiny
-        new iMac for me to keep making great icons.
-      </p>
-    </div>
-    <div class="span6">
-      <h3><a href="http://amzn.com/w/G64X58AY416W" target="_blank">My Amazon Wish List</a></h3>
-      <p>
-        Or pick something straight
-        from <a href="http://amzn.com/w/G64X58AY416W" target="_blank">my wish list</a>. Gift cards are great.
-      </p>
-    </div>
-  </div>
-
-</section>

+ 1 - 0
build/index.html

@@ -18,4 +18,5 @@ relative_path: ./
   {% include stripe-ad.html %}
   {% include stripe-ad.html %}
 
 
   {% include why.html %}
   {% include why.html %}
+  {% include thanks-to.html %}
 </div>
 </div>