community.html 417 B

123456789101112131415
  1. ---
  2. layout: base
  3. title: The Font Awesome Community
  4. navbar_active: community
  5. relative_path: ../
  6. ---
  7. {% capture jumbotron_h1 %}<i class="icon-thumbs-up-alt icon-large"></i>&nbsp; Community{% endcapture %}
  8. {% capture jumbotron_p %}Lots of ways to get involved with Font Awesome{% endcapture %}
  9. {% include jumbotron.html %}
  10. {% include stripe-social.html %}
  11. <div class="container">
  12. {% include community.html %}
  13. </div>