From 93f183d736a0885daeec8b874746e8990d2c571a Mon Sep 17 00:00:00 2001 From: davegandy Date: Mon, 6 May 2013 00:00:00 -0400 Subject: [PATCH] tweaking lead text on getting started --- build/_includes/get-started.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/build/_includes/get-started.html b/build/_includes/get-started.html index fa14ee71f..5ae5831c7 100644 --- a/build/_includes/get-started.html +++ b/build/_includes/get-started.html @@ -1,20 +1,20 @@
-
+
- -

It's easy to get started with Font Awesome. And it plays really nicely with Bootstrap!

+

+ Setting up Font Awesome can be as simple as adding two lines of code to your website, or you can be a pro + customize the LESS yourself! Font Awesome even plays nicely with + Bootstrap! +

-
-
- {% include ads/carbon-light-horizontal.html %} -
+ {% include ads/carbon-light-horizontal.html %}
-
-

EASIEST: BootstrapCDN

+
+

Add Font Awesome + Bootstrap into your website with two lines of code. You don't even have to download or install anything!

  1. @@ -24,7 +24,7 @@ {% endhighlight %}
    - Want to use Font Awesome by itself without Bootstrap? Just skip pasting in the first line. + Want to use Font Awesome by itself without Bootstrap? Just don't include the first line.
  2. @@ -38,7 +38,7 @@
-

EASY: Default CSS

+

Use this method to get the default Font Awesome CSS with the default Bootstrap CSS.

  1. Copy the Font Awesome font directory into your project.
  2. @@ -62,7 +62,7 @@
-

PRO: Custom LESS

+

Use this method to customize Font Awesome and Bootstrap using LESS.

  1. Copy the Font Awesome font directory into your project.
  2. @@ -81,7 +81,7 @@
-

Not using Bootstrap?

+

Font Awesome works just as well without Bootstrap.

  1. Copy the Font Awesome font directory into your project.
  2. @@ -92,7 +92,7 @@
-

Need IE7 Support?

+

Font Awesome supports IE7. If you need it, you have my condolences.

  1. Get Font Awesome working properly in a modern browser.