From 29da99c40f0fa25a0ce0038fd5ed1da4e9053023 Mon Sep 17 00:00:00 2001 From: davegandy Date: Thu, 9 May 2013 16:14:44 -0400 Subject: [PATCH] fixing up thanks sections --- build/_includes/community.html | 4 ++- build/_includes/tell-me-thanks.html | 23 +++++++++++++++ build/_includes/thanks-to.html | 25 ++++++++++++++++ build/_includes/thanks.html | 46 ----------------------------- build/index.html | 1 + 5 files changed, 52 insertions(+), 47 deletions(-) create mode 100644 build/_includes/tell-me-thanks.html create mode 100644 build/_includes/thanks-to.html delete mode 100644 build/_includes/thanks.html diff --git a/build/_includes/community.html b/build/_includes/community.html index b57b6ff8c..f6ba9f060 100644 --- a/build/_includes/community.html +++ b/build/_includes/community.html @@ -15,4 +15,6 @@ {% include community/requesting-new-icons.html %} {% include community/submitting-pull-requests.html %} {% include community/project-milestones.html %} -{% include community/say-thanks.html %} + +{% include thanks-to.html %} +{% include tell-me-thanks.html %} diff --git a/build/_includes/tell-me-thanks.html b/build/_includes/tell-me-thanks.html new file mode 100644 index 000000000..040700eda --- /dev/null +++ b/build/_includes/tell-me-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. +

+
+
+

Help me buy an iMac

+

+ Contribute to a shiny + new iMac for me to keep making great icons. +

+
+
+

My Amazon Wish List

+

+ Or pick something straight + from my wish list. Gift cards are great. +

+
+
+
diff --git a/build/_includes/thanks-to.html b/build/_includes/thanks-to.html new file mode 100644 index 000000000..93f12e331 --- /dev/null +++ b/build/_includes/thanks-to.html @@ -0,0 +1,25 @@ +
+ +
+
+

+ Thanks to @robmadole and + @supercodepoet for icon design + review, advice, some Jekyll help, and being all around badass coders. +

+
+
+

+ Thanks to @grantgordon and + @johnsmclay for developing and hosting + icnfnt, the best way to subset Font Awesome. +

+
+
+

+ Thanks to MaxCDN for providing the excellent + BootstrapCDN, the easiest way to use Font Awesome. +

+
+
+
diff --git a/build/_includes/thanks.html b/build/_includes/thanks.html deleted file mode 100644 index 0bcbc7bc1..000000000 --- a/build/_includes/thanks.html +++ /dev/null @@ -1,46 +0,0 @@ -
- -
-
-

- Special thanks to @robmadole and - @supercodepoet for icon design - review, advice, and some backbone.js help. -

-
-
-

- Special thanks to @grantgordon and - @johnsmclay for developing - icnfnt, a way to subset Font Awesome. -

-
-
- Hopefully you think Font Awesome is awesome. If you'd like, - here are a couple of ways you can tell me thanks - for all my hard work. -
-
- -

- 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. -

-
-
-

Help me buy an iMac

-

- Contribute to a shiny - new iMac for me to keep making great icons. -

-
-
-

My Amazon Wish List

-

- Or pick something straight - from my wish list. Gift cards are great. -

-
-
- -
diff --git a/build/index.html b/build/index.html index 2dfd08a80..d2303c525 100644 --- a/build/index.html +++ b/build/index.html @@ -18,4 +18,5 @@ relative_path: ./ {% include stripe-ad.html %} {% include why.html %} + {% include thanks-to.html %}