changing icon list pagename to cheatsheet

This commit is contained in:
davegandy 2013-05-09 15:02:02 -04:00
parent 12374d3de9
commit 7fceb71b22
10 changed files with 49 additions and 63 deletions

View file

@ -1,13 +1,13 @@
{% capture stripe_ad_content %}
<p class="lead">
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.
</p>
{% endcapture %}
{% include stripe-ad.html %}
<div>
<h2 class="page-header">All Icons with Unicode</h2>
<h2 class="page-header">Every Font Awesome {{ site.font_awesome.version }} Icon, CSS Class, &amp; Unicode</h2>
<div class="row">
<div class="span4">
<ul class="unstyled">

View file

@ -1,23 +0,0 @@
<section id="say-thanks">
<h2 class="page-header">Say Thanks</h2>
<p class="lead">
Hopefully you think Font Awesome <em>is</em> 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.
</p>
<div class="row">
<div class="span6">
<h3><a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Help me buy an iMac</a></h3>
<p>
<a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Contribute</a> to a shiny
new iMac for me to keep making great icons.
</p>
</div>
<div class="span6">
<h3><a href="http://amzn.com/w/G64X58AY416W" target="_blank">My Amazon Wish List</a></h3>
<p>
Or pick something straight
from <a href="http://amzn.com/w/G64X58AY416W" target="_blank">my wish list</a>. Gift cards are great.
</p>
</div>
</div>
</section>

View file

@ -20,8 +20,6 @@
<li><a href="{{ page.relative_path }}icons/#video-player"><i class="icon-play-sign icon-fixed-width"></i>&nbsp; Video Player Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#brand"><i class="icon-github icon-fixed-width"></i>&nbsp; Brand Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#medical"><i class="icon-medkit icon-fixed-width"></i>&nbsp; Medical Icons</a></li>
<li class="divider"></li>
<li><a href="{{ page.relative_path }}icons/print-design/"><i class="icon-print icon-fixed-width"></i>&nbsp; Print &amp; Design</a></li>
</ul>
</li>
<li class="dropdown-split-left{% if page.navbar_active == "examples" %} active{% endif %}"><a href="{{ page.relative_path }}examples/">Examples</a></li>

View file

@ -1,4 +1,4 @@
<section id="special-thanks">
<section id="thanks">
<h2 class="page-header">Thanks</h2>
<div class="row">
<div class="span4">
@ -21,4 +21,26 @@
for all my hard work.
</div>
</div>
</section>
<p class="lead">
Hopefully you think Font Awesome <em>is</em> 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.
</p>
<div class="row">
<div class="span6">
<h3><a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Help me buy an iMac</a></h3>
<p>
<a href="http://www.shareagift.com/pages/giftpage.aspx?giftid=2472" target="_blank">Contribute</a> to a shiny
new iMac for me to keep making great icons.
</p>
</div>
<div class="span6">
<h3><a href="http://amzn.com/w/G64X58AY416W" target="_blank">My Amazon Wish List</a></h3>
<p>
Or pick something straight
from <a href="http://amzn.com/w/G64X58AY416W" target="_blank">my wish list</a>. Gift cards are great.
</p>
</div>
</div>
</section>

View file

@ -35,7 +35,7 @@
<div class="span4">
<h4><i class="icon-crop"></i> Design Friendly</h4>
To use on the desktop or for a complete set of vectors,
check out the <a href="{{ page.relative_path }}icons/print-design/">print &amp; design page</a>.
check out the <a href="{{ page.relative_path }}cheatsheet/">cheatsheet</a>.
</div>
<div class="span4">
<h4><i class="icon-search"></i> Screen Reader Compatible</h4>

View file

@ -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;

View file

@ -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
.sticky-footer(90px, 40px, 40px, 60px); // sets default values for sticky footer

View file

@ -0,0 +1,14 @@
---
layout: base
title: Font Awesome Cheatsheet
relative_path: ../
---
{% capture jumbotron_h1 %}<i class="icon-list-ul"></i>&nbsp; Cheatsheet{% endcapture %}
{% capture jumbotron_p %}The complete Font Awesome {{ site.font_awesome.version }} icon reference{% endcapture %}
{% include jumbotron.html %}
{% include stripe-social.html %}
<div class="container">
{% include cheatsheet.html %}
</div>

View file

@ -1,14 +0,0 @@
---
layout: base
title: Using Font Awesome in Your Designs
relative_path: ../../
---
{% capture jumbotron_h1 %}<i class="icon-print"></i> Print & <i class="icon-pencil"></i> Design{% endcapture %}
{% capture jumbotron_p %}Print this page to PDF or copy &amp; paste for use in your designs{% endcapture %}
{% include jumbotron.html %}
{% include stripe-social.html %}
<div class="container">
{% include icons/print-design.html %}
</div>

View file

@ -18,5 +18,4 @@ relative_path: ./
{% include stripe-ad.html %}
{% include why.html %}
{% include special-thanks.html %}
</div>