update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / examples.html
1 ---
2 layout: base
3 title: Font Awesome Examples
4 navbar_active: examples
5 relative_path: ../
6 ---
7 {% capture jumbotron_h1 %}<i class="fa fa-magic"></i>&nbsp; Examples{% endcapture %}
8 {% capture jumbotron_p %}Lots of easy ways to use Font Awesome{% endcapture %}
9
10 {% include jumbotron.html %}
11 {% include stripe-social.html %}
12
13 <div class="container">
14   {% capture stripe_ad_content %}
15   <p class="lead">
16     After you <a href="{{ page.relative_path }}get-started/">get up and running</a>, you can place Font Awesome icons just about
17     anywhere with the <code>&lt;i&gt;</code> tag.
18     Some examples appreciatively re-used from the <a href="{{ site.bootstrap.url }}">Bootstrap documentation</a>.
19   </p>
20   {% endcapture %}
21   {% include stripe-ad.html %}
22
23   {% include examples/inline.html %}
24   {% include examples/larger.html %}
25   {% include examples/fixed-width.html %}
26   {% include examples/list.html %}
27   {% include examples/bordered-pulled.html %}
28   {% include examples/spinning.html %}
29   {% include examples/rotated-flipped.html %}
30   {% include examples/stacked.html %}
31   {% include examples/bootstrap.html %}
32   {% include examples/custom.html %}
33 </div>