icons.html 437 B

123456789101112131415
  1. ---
  2. layout: base
  3. title: Font Awesome Icons
  4. navbar_active: icons
  5. relative_path: ../
  6. ---
  7. {% capture jumbotron_h1 %}<i class="icon-flag icon-large"></i>&nbsp; The Icons{% endcapture %}
  8. {% capture jumbotron_p %}The complete set of {{ icons | size }} icons in Font Awesome {{ site.fontawesome.version }}{% endcapture %}
  9. {% include jumbotron.html %}
  10. {% include stripe-social.html %}
  11. <div class="container">
  12. {% include icons.html %}
  13. </div>