unignore bower_components
[bootswatch] / bower_components / font-awesome / src / _includes / whats-new.html
1 {% capture stripe_ad_content %}
2 <p class="lead">
3   Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome
4   {{ site.fontawesome.minor_version }}. Have some ideas for new features?
5   <a href="{{ page.relative_path }}community/">Help contribute</a>.
6 </p>
7 {% endcapture %}
8 {% include stripe-ad.html %}
9
10 <div id="whats-new">
11   <div class="row">
12     <div class="span4">
13       <h4><i class="icon-compass"></i> {{ icons | version:site.fontawesome.minor_version | size }} New Icons in {{ site.fontawesome.minor_version }}</h4>
14       Requested by the active community on the <a href="{{ site.fontawesome.github.url }}">Font Awesome GitHub project</a>.
15     </div>
16     <div class="span4">
17       <h4><i class="icon-terminal"></i> SCSS Support</h4>
18       A long term solution is now in place for SCSS support. Need SASS? Try <a href="http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#syntax">sass-convert</a>.
19     </div>
20     <div class="span4">
21       <h4><i class="icon-legal"></i> <a href="{{ page.relative_path }}license/">Better & Simpler License</a></h4>
22       SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated.
23     </div>
24     <div class="span4 margin-bottom-large">
25       <h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4>
26       Version 3 was re-created from the ground up to be razor sharp at Bootstrap's default 14px.
27     </div>
28     <div class="span4">
29       <h4><i class="icon-th-large"></i> <a href="http://icnfnt.com/">Font Subsetting</a></h4>
30       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.
31     </div>
32     <div class="span4">
33       <h4><i class="icon-question-sign"></i> Want More Details?</h4>
34       Check out the <a href="{{ site.fontawesome.github.url }}#changelog">CHANGELOG on the GitHub project</a> to see
35       what's new and changed.
36     </div>
37   </div>
38 </div>