examples.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. <div class="alert alert-success gg">
  21. <div class="gg-col min-width">
  22. <i class="fa fa-universal-access fa-2x" aria-hidden"true"></i>
  23. </div>
  24. <div class="gg-col padding-left">
  25. <p class="margin-bottom-none">The following examples are kept simple and assume use of <a href="{{ page.relative_path }}get-started/get-started-cdn">Font Awesome CDN</a>, which provides auto-accessibility support. If you are not using the Font Awesome CDN, please see the <a href="{{ page.relative_path }}examples/#accessible">manual accessibility examples</a> and read more about <a href="{{ page.relative_path }}accessibility">making your icons more awesome for all users</a></p>
  26. </div>
  27. </div>
  28. {% include examples/basic.html %}
  29. {% include examples/larger.html %}
  30. {% include examples/fixed-width.html %}
  31. {% include examples/list.html %}
  32. {% include examples/bordered-pulled.html %}
  33. {% include examples/animated.html %}
  34. {% include examples/rotated-flipped.html %}
  35. {% include examples/stacked.html %}
  36. {% include examples/bootstrap.html %}
  37. {% include examples/custom.html %}
  38. {% include examples/accessible.html %}
  39. </div>