examples.html 1.3 KB

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