unignore bower_components
[bootswatch] / bower_components / font-awesome / src / _includes / cheatsheet.html
1 {% capture stripe_ad_content %}
2 <p class="lead">
3   Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf and copy
4   and paste the icons (not the unicode) directly into your designs.
5 </p>
6 {% endcapture %}
7 {% include stripe-ad.html %}
8
9 <h2 class="page-header">Every Font Awesome {{ site.fontawesome.version }} Icon, CSS Class, &amp; Unicode</h2>
10
11 <div class="row">
12 {% for icon in icons %}
13   <div class="span4">
14     <i class="icon-fixed-width">&#x{{ icon.unicode }}</i>
15     icon-{{ icon.id }}
16     <span class="muted">(&amp;#x{{ icon.unicode }};)</span>
17   </div>
18 {% endfor %}
19 </div>