diff --git a/build/_includes/community.html b/build/_includes/community.html
index 498f14d7c..b57b6ff8c 100644
--- a/build/_includes/community.html
+++ b/build/_includes/community.html
@@ -10,117 +10,9 @@
{% endcapture %}
{% include stripe-ad.html %}
-
-
-
- Having trouble getting Font Awesome up and running? Something not working the way you think it should? I hate that
- I don't have time to answer Font Awesome support emails anymore. So here are some things you might wanna do:
-
-
- -
- Make sure you've read the latest version of how to get started.
- It's been updated recently to make Font Awesome even easier to use.
-
- -
- Check out the existing questions tagged as
- Font Awesome over on Stack Overflow. Other folks might have had the same question you've had.
-
- -
- Can't find the answer to your question on Stack Overflow?
- Ask a new question, then
- send me an email and I might be able to take a look.
-
-
-
-
-
-
-
- Found a problem with Font Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
-
-
- - Please be nice. Font Awesome is a happy place.
- - Please search to see if your icon request already exists.
- -
- Before opening any issue, please read the generic issue
- guidelines, by Nicolas Gallagher.
-
- -
- After doing everything above, feel free to
- submit an issue.
-
-
-
-
-
-
-
- New icons mostly start as requests by the
- Font Awesome community on GitHub. Want to request a new
- icon? Here are some things to keep in mind:
-
-
- - Please be nice. Font Awesome is a happy place.
- - Please search to see if your icon request already exists.
- -
- Please and thank you if you include the following:
-
- -
- Title your new issue
-
Icon request: icon-name
.
-
- - Include a few use cases for your requested icon. How do you plan on using it?
- - Attach a single color image or two that represent the idea you're going for.
-
-
- -
- Concrete objects make good icons, since abstract concepts are, well, abstract. It's harder to make an icon
- to represent happiness. It's easier to make a smiley face.
-
-
-
-
-
-
- Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember:
-
- - Please submit all pull requests against *-wip branches.
- - All pull requests submitted against master will be sumarily closed and this guide referenced.
- -
- After doing everything above, feel free to
- submit a pull request.
-
-
-
-
-
-
-
- Want to keep up with what's planned for Font Awesome? Check out our
- milestones on the GitHub project.
-
-
-
-
-
-
- Hopefully you think Font Awesome is awesome. I've put hundreds of hours into the project to give back to the
- open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work.
-
-
-
-
-
- Contribute to a shiny
- new iMac for me to keep making great icons.
-
-
-
-
-
- Or pick something straight
- from my wish list. Gift cards are great.
-
-
-
-
+{% include community/getting-support.html %}
+{% include community/reporting-bugs.html %}
+{% include community/requesting-new-icons.html %}
+{% include community/submitting-pull-requests.html %}
+{% include community/project-milestones.html %}
+{% include community/say-thanks.html %}
diff --git a/build/_includes/community/getting-support.html b/build/_includes/community/getting-support.html
new file mode 100644
index 000000000..a50c2394c
--- /dev/null
+++ b/build/_includes/community/getting-support.html
@@ -0,0 +1,22 @@
+
+
+
+ Having trouble getting Font Awesome up and running? Something not working the way you think it should? I hate that
+ I don't have time to answer Font Awesome support emails anymore. So here are some things you might wanna do:
+
+
+ -
+ Make sure you've read the latest version of how to get started.
+ It's been updated recently to make Font Awesome even easier to use.
+
+ -
+ Check out the existing questions tagged as
+ Font Awesome over on Stack Overflow. Other folks might have had the same question you've had.
+
+ -
+ Can't find the answer to your question on Stack Overflow?
+ Ask a new question, then
+ send me an email and I might be able to take a look.
+
+
+
diff --git a/build/_includes/community/project-milestones.html b/build/_includes/community/project-milestones.html
new file mode 100644
index 000000000..67f5ce242
--- /dev/null
+++ b/build/_includes/community/project-milestones.html
@@ -0,0 +1,7 @@
+
+
+
+ Want to keep up with what's planned for Font Awesome? Check out our
+ milestones on the GitHub project.
+
+
diff --git a/build/_includes/community/reporting-bugs.html b/build/_includes/community/reporting-bugs.html
new file mode 100644
index 000000000..4262b74b7
--- /dev/null
+++ b/build/_includes/community/reporting-bugs.html
@@ -0,0 +1,18 @@
+
+
+
+ Found a problem with Font Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind:
+
+
+ - Please be nice. Font Awesome is a happy place.
+ - Please search to see if your icon request already exists.
+ -
+ Before opening any issue, please read the generic issue
+ guidelines, by Nicolas Gallagher.
+
+ -
+ After doing everything above, feel free to
+ submit an issue.
+
+
+
diff --git a/build/_includes/community/requesting-new-icons.html b/build/_includes/community/requesting-new-icons.html
new file mode 100644
index 000000000..cce3c84c1
--- /dev/null
+++ b/build/_includes/community/requesting-new-icons.html
@@ -0,0 +1,27 @@
+
+
+
+ New icons mostly start as requests by the
+ Font Awesome community on GitHub. Want to request a new
+ icon? Here are some things to keep in mind:
+
+
+ - Please be nice. Font Awesome is a happy place.
+ - Please search to see if your icon request already exists.
+ -
+ Please and thank you if you include the following:
+
+ -
+ Title your new issue
+
Icon request: icon-name
.
+
+ - Include a few use cases for your requested icon. How do you plan on using it?
+ - Attach a single color image or two that represent the idea you're going for.
+
+
+ -
+ Concrete objects make good icons, since abstract concepts are, well, abstract. It's harder to make an icon
+ to represent happiness. It's easier to make a smiley face.
+
+
+
diff --git a/build/_includes/community/say-thanks.html b/build/_includes/community/say-thanks.html
new file mode 100644
index 000000000..86839edd1
--- /dev/null
+++ b/build/_includes/community/say-thanks.html
@@ -0,0 +1,23 @@
+
+
+
+ Hopefully you think Font Awesome is awesome. I've put hundreds of hours into the project to give back to the
+ open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work.
+
+
+
+
+
+ Contribute to a shiny
+ new iMac for me to keep making great icons.
+
+
+
+
+
+ Or pick something straight
+ from my wish list. Gift cards are great.
+
+
+
+
diff --git a/build/_includes/community/submitting-pull-requests.html b/build/_includes/community/submitting-pull-requests.html
new file mode 100644
index 000000000..b635cb91a
--- /dev/null
+++ b/build/_includes/community/submitting-pull-requests.html
@@ -0,0 +1,12 @@
+
+
+ Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember:
+
+ - Please submit all pull requests against *-wip branches.
+ - All pull requests submitted against master will be sumarily closed and this guide referenced.
+ -
+ After doing everything above, feel free to
+ submit a pull request.
+
+
+