community.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. ---
  2. layout: base
  3. title: The Font Awesome Community
  4. navbar_active: community
  5. relative_path: ../
  6. ---
  7. {% capture jumbotron_h1 %}<i class="fa fa-thumbs-o-up"></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. {% capture stripe_ad_content %}
  13. <p class="lead">
  14. Font Awesome has a vibrant community of folks helping each other out. You can
  15. <a href="#getting-support">get support</a>,
  16. <a href="#reporting-bugs">report bugs</a>,
  17. <a href="#requesting-new-icons">request new icons</a>,
  18. <a href="#submitting-pull-requests">submit pull requests</a>, and
  19. <a href="#project-milestones">check upcoming milestones</a>.
  20. </p>
  21. {% endcapture %}
  22. {% include stripe-ad.html %}
  23. {% include community/getting-support.html %}
  24. {% include community/reporting-bugs.html %}
  25. {% include community/requesting-new-icons.html %}
  26. {% include community/submitting-pull-requests.html %}
  27. {% include community/project-milestones.html %}
  28. {% include thanks-to.html %}
  29. {% include tell-me-thanks.html %}
  30. </div>