Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,34 @@
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" aria-hidden="true"></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/requesting-new-icons.html %}
28
+  {% include community/reporting-bugs.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>