unignore bower_components
[bootswatch] / bower_components / font-awesome / src / _includes / examples.html
1 {% capture stripe_ad_content %}
2 <p class="lead">
3   After you <a href="{{ page.relative_path }}get-started/">get up and running</a>, you can place Font Awesome icons just about
4   anywhere with the <code>&lt;i&gt;</code> tag.
5   Many examples appreciatively re-used from the <a href="{{ site.bootstrap.url }}">Bootstrap documentation</a>.
6 </p>
7 {% endcapture %}
8 {% include stripe-ad.html %}
9
10 {% include examples/new.html %}
11
12 {% include examples/inline-icons.html %}
13 {% include examples/larger-icons.html %}
14 {% include examples/bordered-pulled.html %}
15 {% include examples/buttons.html %}
16 {% include examples/button-groups.html %}
17 {% include examples/button-dropdowns.html %}
18 {% include examples/bulleted-lists.html %}
19 {% include examples/navigation.html %}
20 {% include examples/form-inputs.html %}
21 {% include examples/animated-spinner.html %}
22 {% include examples/rotated-flipped.html %}
23 {% include examples/stacked.html %}
24 {% include examples/custom.html %}