examples.html 392 B

123456789101112131415
  1. ---
  2. layout: base
  3. title: Font Awesome Examples
  4. navbar_active: examples
  5. relative_path: ../
  6. ---
  7. {% capture jumbotron_h1 %}<i class="icon-magic icon-large"></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. {% include examples.html %}
  13. </div>