Selaa lähdekoodia

updating example lead and page layout

davegandy 12 vuotta sitten
vanhempi
sitoutus
b05a68a7ad

+ 10 - 9
build/_includes/examples.html

@@ -2,7 +2,7 @@
 <div class="row stripe-ad">
   <div class="span8">
     <p class="lead">
-      After you get <a href="{{ site.baseurl }}integration/">up and running</a>, you can place Font Awesome icons just about anywhere with the <code>&lt;i&gt;</code> tag.
+      After you <a href="{{ site.baseurl }}get-started/">get up and running</a>, you can place Font Awesome icons just about anywhere with the <code>&lt;i&gt;</code> tag.
       Many examples appreciatively re-used from the <a href="{{ site.bootstrap.url }}">Bootstrap documentation</a>.
     </p>
   </div>
@@ -11,17 +11,18 @@
   </div>
 </div>
 
-<div class="row margin-top-large">
+<h2 class="page-header">Examples</h2>
+<div class="row">
   <div class="span4">
     <div class="well well-transparent">
       <p>Use Font Awesome icons in:</p>
-      <ul class="icons">
-        <li><i class="icon-ok"></i>Bulleted lists (like this one)</li>
-        <li><i class="icon-ok"></i>Buttons</li>
-        <li><i class="icon-ok"></i>Button groups</li>
-        <li><i class="icon-ok"></i>Navigation</li>
-        <li><i class="icon-ok"></i>Prepended form inputs</li>
-        <li><i class="icon-ok"></i>And many more with Custom CSS</li>
+      <ul class="icons-ul">
+        <li><i class="icon-li icon-ok"></i>Bulleted lists (like this one)</li>
+        <li><i class="icon-li icon-ok"></i>Buttons</li>
+        <li><i class="icon-li icon-ok"></i>Button groups</li>
+        <li><i class="icon-li icon-ok"></i>Navigation</li>
+        <li><i class="icon-li icon-ok"></i>Prepended form inputs</li>
+        <li><i class="icon-li icon-ok"></i>&hellip;and many more with custom CSS</li>
       </ul>
     </div>
   </div>

+ 1 - 1
build/_includes/get-started.html

@@ -2,7 +2,7 @@
   <div class="row stripe-ad">
     <div class="span8">
       <p class="lead">
-        Setting up Font Awesome can be as simple as adding two lines of code to your website, or you can be a pro
+        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
         <a href="{{ site.bootstrap.url }}">Bootstrap</a>!
       </p>

+ 3 - 2
build/_includes/whats-new.html

@@ -2,8 +2,9 @@
   <div class="row stripe-ad">
     <div class="span8">
       <p class="lead">
-        We're always making Font Awesome a little awesome-er. Have some ideas for new features? Head on over to the
-        <a href="{{ site.font-awesome.github.url }}">Font Awesome GitHub project</a>.
+        Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome
+        {{ site.font-awesome.version }}. Have some ideas for new features?
+        <a href="{{ site.baseurl }}contribute/">Help contribute</a>.
       </p>
     </div>
     <div class="span4">