examples.html 917 B

12345678910111213141516171819202122
  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. {% include examples/inline-icons.html %}
  10. {% include examples/larger-icons.html %}
  11. {% include examples/bordered-pulled.html %}
  12. {% include examples/buttons.html %}
  13. {% include examples/button-groups.html %}
  14. {% include examples/button-dropdowns.html %}
  15. {% include examples/list-bullets.html %}
  16. {% include examples/navigation.html %}
  17. {% include examples/form-inputs.html %}
  18. {% include examples/animated-spinner.html %}
  19. {% include examples/rotated-flipped.html %}
  20. {% include examples/stacked.html %}
  21. {% include examples/custom.html %}