From 7fceb71b2250671cb9d3480e17d6123d2ae8f1d7 Mon Sep 17 00:00:00 2001 From: davegandy Date: Thu, 9 May 2013 15:02:02 -0400 Subject: [PATCH] changing icon list pagename to cheatsheet --- .../print-design.html => cheatsheet.html} | 6 ++--- build/_includes/community/say-thanks.html | 23 ---------------- build/_includes/navbar.html | 2 -- .../{special-thanks.html => thanks.html} | 26 +++++++++++++++++-- build/_includes/why.html | 2 +- build/assets/css/site.css | 10 +++---- build/assets/less/sticky-footer.less | 14 ++-------- build/cheatsheet/index.html | 14 ++++++++++ build/icons/print-design/index.html | 14 ---------- build/index.html | 1 - 10 files changed, 49 insertions(+), 63 deletions(-) rename build/_includes/{icons/print-design.html => cheatsheet.html} (99%) delete mode 100644 build/_includes/community/say-thanks.html rename build/_includes/{special-thanks.html => thanks.html} (50%) create mode 100644 build/cheatsheet/index.html delete mode 100644 build/icons/print-design/index.html diff --git a/build/_includes/icons/print-design.html b/build/_includes/cheatsheet.html similarity index 99% rename from build/_includes/icons/print-design.html rename to build/_includes/cheatsheet.html index d616c4556..ea9ddaaf6 100644 --- a/build/_includes/icons/print-design.html +++ b/build/_includes/cheatsheet.html @@ -1,13 +1,13 @@ {% capture stripe_ad_content %}

- Print this page to PDF for a complete set of vectors. To use in your designs, install FontAwesome.otf, then copy - and paste the icons (not the unicode) to use them in your desktop software. + Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf and copy + and paste the icons (not the unicode) directly into your designs.

{% endcapture %} {% include stripe-ad.html %}
- +
    diff --git a/build/_includes/community/say-thanks.html b/build/_includes/community/say-thanks.html deleted file mode 100644 index 86839edd1..000000000 --- a/build/_includes/community/say-thanks.html +++ /dev/null @@ -1,23 +0,0 @@ -
    - -

    - 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/navbar.html b/build/_includes/navbar.html index 03bf85d40..aad0e47c0 100644 --- a/build/_includes/navbar.html +++ b/build/_includes/navbar.html @@ -20,8 +20,6 @@
  •   Video Player Icons
  •   Brand Icons
  •   Medical Icons
  • -
  • -
  •   Print & Design
diff --git a/build/_includes/special-thanks.html b/build/_includes/thanks.html similarity index 50% rename from build/_includes/special-thanks.html rename to build/_includes/thanks.html index a7512af22..0bcbc7bc1 100644 --- a/build/_includes/special-thanks.html +++ b/build/_includes/thanks.html @@ -1,4 +1,4 @@ -
+
@@ -21,4 +21,26 @@ for all my hard work.
-
\ No newline at end of file + +

+ 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/why.html b/build/_includes/why.html index 00ad98a75..0a5f39231 100644 --- a/build/_includes/why.html +++ b/build/_includes/why.html @@ -35,7 +35,7 @@

Design Friendly

To use on the desktop or for a complete set of vectors, - check out the print & design page. + check out the cheatsheet.

Screen Reader Compatible

diff --git a/build/assets/css/site.css b/build/assets/css/site.css index e89550979..d832f821a 100644 --- a/build/assets/css/site.css +++ b/build/assets/css/site.css @@ -5324,15 +5324,15 @@ body { min-width: 990px; } .wrapper { - margin: 0 auto -211px; + margin: 0 auto -231px; } .push { - height: 211px; + height: 231px; } .footer { - margin-top: 40px; - height: 110px; - padding: 30px 0 30px; + margin-top: 60px; + height: 90px; + padding: 40px 0 40px; } .padding-none { padding: 0 !important; diff --git a/build/assets/less/sticky-footer.less b/build/assets/less/sticky-footer.less index 3b04b360b..72d519ab5 100755 --- a/build/assets/less/sticky-footer.less +++ b/build/assets/less/sticky-footer.less @@ -12,16 +12,6 @@ html, body { height: 100%; } -.footer { - min-width: 990px; // necessary fix for non-responsive layouts -// border-top: 1px solid @grayLighter; -// background-color: #f5f5f5; +.footer { min-width: 990px; } // necessary fix for non-responsive layouts -// color: #777; - -// p { -// margin-bottom: 0; -// } -} - -.sticky-footer(110px, 30px, 30px, 40px); // sets default values for sticky footer \ No newline at end of file +.sticky-footer(90px, 40px, 40px, 60px); // sets default values for sticky footer diff --git a/build/cheatsheet/index.html b/build/cheatsheet/index.html new file mode 100644 index 000000000..2d778e395 --- /dev/null +++ b/build/cheatsheet/index.html @@ -0,0 +1,14 @@ +--- +layout: base +title: Font Awesome Cheatsheet +relative_path: ../ +--- +{% capture jumbotron_h1 %}  Cheatsheet{% endcapture %} +{% capture jumbotron_p %}The complete Font Awesome {{ site.font_awesome.version }} icon reference{% endcapture %} + +{% include jumbotron.html %} +{% include stripe-social.html %} + +
+ {% include cheatsheet.html %} +
diff --git a/build/icons/print-design/index.html b/build/icons/print-design/index.html deleted file mode 100644 index dcfa3687b..000000000 --- a/build/icons/print-design/index.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: base -title: Using Font Awesome in Your Designs -relative_path: ../../ ---- -{% capture jumbotron_h1 %} Print & Design{% endcapture %} -{% capture jumbotron_p %}Print this page to PDF or copy & paste for use in your designs{% endcapture %} - -{% include jumbotron.html %} -{% include stripe-social.html %} - -
- {% include icons/print-design.html %} -
diff --git a/build/index.html b/build/index.html index cac2ffdf8..2dfd08a80 100644 --- a/build/index.html +++ b/build/index.html @@ -18,5 +18,4 @@ relative_path: ./ {% include stripe-ad.html %} {% include why.html %} - {% include special-thanks.html %}