Pārlūkot izejas kodu

updating what's new

davegandy 12 gadi atpakaļ
vecāks
revīzija
1cc8390599

+ 16 - 12
build/_includes/whats-new.html

@@ -10,30 +10,34 @@
 <section id="whats-new">
   <div class="row">
     <div class="span4">
-      <h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4>
-      Every single icon re-created from the ground up to be optimized for Bootstrap's default 14px.
+      <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">
-      <h4><i class="icon-th-large"></i> <a href="http://icnfnt.com/">Font Subsetting</a></h4>
-      Thanks to <a href="https://twitter.com/grantgordon">@grantgordon</a> and <a href="https://twitter.com/johnsmclay">@johnsmclay</a>, you can <a href="http://icnfnt.com/">subset</a> to get just the icons you need.
+      <h4><i class="icon-legal"></i> <a href="{{ page.relative_path }}license/">Better & Simpler License</a></h4>
+      SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated.
     </div>
     <div class="span4">
-      <h4><i class="icon-legal"></i> <a href="{{ page.relative_path }}license/">Better License</a></h4>
-      SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated.
+      <h4><i class="icon-flag icon-flip-horizontal"></i> <a href="{{ page.relative_path }}examples/#new-styles">New Styles</a></h4>
+      New styles for
+      <a href="{{ page.relative_path }}examples/#rotated-flipped">rotating and flipping icons</a>,
+      <a href="{{ page.relative_path }}examples/#stacked">stacking icons</a>, and better
+      <a href="{{ page.relative_path }}examples/#bulleted-lists">bulleted lists</a>.
     </div>
   </div>
   <div class="row">
     <div class="span4">
-      <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>.
+      <h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4>
+      Version 3.0 was re-created from the ground up to be razor sharp at Bootstrap's default 14px.
     </div>
     <div class="span4">
-      <h4><i class="icon-spinner icon-spin"></i> <a href="{{ page.relative_path }}examples/">New Styles</a></h4>
-      <a href="{{ page.relative_path }}examples/">New styles</a> for animated spinning icons, icons with 2x-4x size multipliers, icon borders, & more.
+      <h4><i class="icon-th-large"></i> <a href="http://icnfnt.com/">Font Subsetting</a></h4>
+      Thanks to <a href="https://twitter.com/grantgordon">@grantgordon</a> and <a href="https://twitter.com/johnsmclay">@johnsmclay</a>, you can <a href="http://icnfnt.com/">subset</a> to get just the icons you need.
     </div>
     <div class="span4">
-      <h4><i class="icon-resize-small"></i> 28% Smaller Payload</h4>
-      3.0 is smaller, even with 16% more icons. Crazy small if you <a href="http://icnfnt.com/">subset</a> just the icons you need.
+      <h4><i class="icon-question-sign"></i> Want More Details?</h4>
+      Check out the <a href="{{ site.font_awesome.github.url }}#changelog">CHANGELOG on the GitHub project</a> to see
+      what's new and changed.
     </div>
   </div>
 </section>

BIN
build/assets/font-awesome/font/FontAwesome.otf


+ 1 - 1
build/assets/less/site.less

@@ -1,5 +1,5 @@
 @import "twbs-2.3.1/bootstrap.less";
-@import "twbs-2.3.1/responsive-utilities.less";
+@import "twbs-2.3.1/.less";
 @import "sticky-footer.less";
 
 @import "mixins.less";