diff --git a/src/_includes/cheatsheet.html b/src/_includes/cheatsheet.html deleted file mode 100644 index ea6698ed3..000000000 --- a/src/_includes/cheatsheet.html +++ /dev/null @@ -1,19 +0,0 @@ -{% capture stripe_ad_content %} -
- 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 %} - -- Font Awesome has a vibrant community of folks helping each other out. You can - get support, - report bugs, - request new icons, - submit pull requests, and - check upcoming milestones. -
-{% endcapture %} -{% include stripe-ad.html %} - -{% 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 thanks-to.html %} -{% include tell-me-thanks.html %} diff --git a/src/_includes/examples.html b/src/_includes/examples.html deleted file mode 100644 index 709836d71..000000000 --- a/src/_includes/examples.html +++ /dev/null @@ -1,22 +0,0 @@ -{% capture stripe_ad_content %} -
- After you get up and running, you can place Font Awesome icons just about
- anywhere with the <i>
tag.
- Many examples appreciatively re-used from the Bootstrap documentation.
-
- Setting up Font Awesome can be as simple as adding two lines of code to your website, or you can be a pro and - customize the LESS yourself! Font Awesome even plays nicely with - Bootstrap 3! -
-{% endcapture %} -{% include stripe-ad.html %} - -Add Font Awesome into your website with a single line of code. You don't even have to download or install anything!
-<head>
section of your site's HTML.
-{% highlight html %}
-
-{% endhighlight %}
- Use this method to get the default Font Awesome CSS with the default Bootstrap CSS.
-font-awesome
directory into your project.<head>
of your html, reference the location to your font-awesome.min.css.
-{% highlight html %}
-
-{% endhighlight %}
- - Use the Official Font Awesome Ruby Gem to easily get Font - Awesome into a Rails project. Generously maintained by @supercodepoet. -
-Use this method to customize Font Awesome {{ site.bootstrap.version }} using LESS or SCSS.
-font-awesome/
directory into your project.@fa-font-path
or $fa-font-path
- variable to point to your font directory.
-{% highlight scss %}
-@fa-font-path: "../font";
-{% endhighlight %}
- The font path is relative from your compiled CSS directory.
-- If you need IE7 support, you have my condolences. Really. Font Awesome {{ site.fontawesome.version }} - doesn't support IE7, but an older version does. You'll need to check out the - 3.2.1 instructions for using IE7. Then go complain to - whomever decided your project needs IE7 support. -
-- You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.minor_version | size }} shiny new icons in version {{ site.fontawesome.minor_version }}. - Want to request new icons? Here's how. - - Need vectors or want to use on the desktop? Check the cheatsheet. -
-{% endcapture %} -{% include stripe-ad.html %} - -{% include icons/new.html %} -{% include icons/web-application.html %} -{% include icons/currency.html %} -{% include icons/text-editor.html %} -{% include icons/directional.html %} -{% include icons/video-player.html %} -{% include icons/brand.html %} -{% include icons/medical.html %} diff --git a/src/_includes/license.html b/src/_includes/license.html deleted file mode 100644 index 758153368..000000000 --- a/src/_includes/license.html +++ /dev/null @@ -1,58 +0,0 @@ -{% capture stripe_ad_content %} -- Font Awesome is fully open source and is GPL compatible. You can use it for commercial projects, open source - projects, or really just about whatever you want. -
-{% endcapture %} -{% include stripe-ad.html %} - -font-awesome/fonts/
.
- font-awesome/css/
,
- font-awesome/less/
, and
- font-awesome/scss/
.
- + 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 %} + ++ Font Awesome has a vibrant community of folks helping each other out. You can + get support, + report bugs, + request new icons, + submit pull requests, and + check upcoming milestones. +
+ {% endcapture %} + {% include stripe-ad.html %} + + {% 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 thanks-to.html %} + {% include tell-me-thanks.html %}
+ After you get up and running, you can place Font Awesome icons just about
+ anywhere with the <i>
tag.
+ Many examples appreciatively re-used from the Bootstrap documentation.
+
+ Setting up Font Awesome can be as simple as adding two lines of code to your website, or you can be a pro and + customize the LESS yourself! Font Awesome even plays nicely with + Bootstrap 3! +
+ {% endcapture %} + {% include stripe-ad.html %} + +Add Font Awesome into your website with a single line of code. You don't even have to download or install anything!
+<head>
section of your site's HTML.
+{% highlight html %}
+
+{% endhighlight %}
+ Use this method to get the default Font Awesome CSS with the default Bootstrap CSS.
+font-awesome
directory into your project.<head>
of your html, reference the location to your font-awesome.min.css.
+{% highlight html %}
+
+{% endhighlight %}
+ + Use the Official Font Awesome Ruby Gem to easily get Font + Awesome into a Rails project. Generously maintained by @supercodepoet. +
+Use this method to customize Font Awesome {{ site.bootstrap.version }} using LESS or SCSS.
+font-awesome/
directory into your project.@fa-font-path
or $fa-font-path
+ variable to point to your font directory.
+{% highlight scss %}
+@fa-font-path: "../font";
+{% endhighlight %}
+ The font path is relative from your compiled CSS directory.
++ If you need IE7 support, you have my condolences. Really. Font Awesome {{ site.fontawesome.version }} + doesn't support IE7, but an older version does. You'll need to check out the + 3.2.1 instructions for using IE7. Then go complain to + whomever decided your project needs IE7 support. +
++ You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.minor_version | size }} shiny new icons in version {{ site.fontawesome.minor_version }}. + Want to request new icons? Here's how. + + Need vectors or want to use on the desktop? Check the cheatsheet. +
+ {% endcapture %} + {% include stripe-ad.html %} + + {% include icons/new.html %} + {% include icons/web-application.html %} + {% include icons/currency.html %} + {% include icons/text-editor.html %} + {% include icons/directional.html %} + {% include icons/video-player.html %} + {% include icons/brand.html %} + {% include icons/medical.html %}+ Font Awesome is fully open source and is GPL compatible. You can use it for commercial projects, open source + projects, or really just about whatever you want. +
+ {% endcapture %} + {% include stripe-ad.html %} + +font-awesome/fonts/
.
+ font-awesome/css/
,
+ font-awesome/less/
, and
+ font-awesome/scss/
.
+