update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / community.html
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
10 {% include jumbotron.html %}
11 {% include stripe-social.html %}
12
13 <div class="container">
14   {% capture stripe_ad_content %}
15   <p class="lead">
16     Font Awesome has a vibrant community of folks helping each other out. You can
17     <a href="#getting-support">get support</a>,
18     <a href="#reporting-bugs">report bugs</a>,
19     <a href="#requesting-new-icons">request new icons</a>,
20     <a href="#submitting-pull-requests">submit pull requests</a>, and
21     <a href="#project-milestones">check upcoming milestones</a>.
22   </p>
23   {% endcapture %}
24   {% include stripe-ad.html %}
25
26   {% include community/getting-support.html %}
27   {% include community/reporting-bugs.html %}
28   {% include community/requesting-new-icons.html %}
29   {% include community/submitting-pull-requests.html %}
30   {% include community/project-milestones.html %}
31
32   {% include thanks-to.html %}
33   {% include tell-me-thanks.html %}
34 </div>