2
0

examples.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  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" aria-hidden="true"></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. Some 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/basic.html %}
  21. {% include examples/larger.html %}
  22. {% include examples/fixed-width.html %}
  23. {% include examples/list.html %}
  24. {% include examples/bordered-pulled.html %}
  25. {% include examples/animated.html %}
  26. {% include examples/accessible.html %}
  27. {% include examples/rotated-flipped.html %}
  28. {% include examples/stacked.html %}
  29. {% include examples/bootstrap.html %}
  30. {% include examples/custom.html %}
  31. </div>