Browse Source

changing layout on whats new and index

davegandy 12 years ago
parent
commit
e6f70ff0b3
2 changed files with 18 additions and 11 deletions
  1. 3 8
      build/_includes/icons/new.html
  2. 15 3
      build/index.html

+ 3 - 8
build/_includes/icons/new.html

@@ -2,24 +2,19 @@
   {% if page.navbar_active == "icons" %}
   <div class="row">
     <div class="span8">
+  {% endif %}
       <h2 class="page-header">New Icons in {{ site.font-awesome.version }}</h2>
       <p>
         You asked, Font Awesome delivers with 40 shiny new icons in version {{ site.font-awesome.version }}. New icons can be requested on the
-        <a href="https://github.com/FortAwesome/Font-Awesome" target="_blank">Font Awesome GitHub project</a>.
+        <a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome GitHub project</a>.
       </p>
+  {% if page.navbar_active == "icons" %}
     </div>
     <div class="span4">
       <br>
       {% include ads/carbon-light-horizontal.html %}
     </div>
   </div>
-  {% else %}
-  <h2 class="page-header">New Icons in {{ site.font-awesome.version }}</h2>
-  <p>
-    You asked, Font Awesome delivers with 40 shiny new icons in version {{ site.font-awesome.version }}. New icons can be requested on the
-    <a href="https://github.com/FortAwesome/Font-Awesome" target="_blank">Font Awesome GitHub project</a>. Or even
-    better, you can <a href="#contribute">contribute your own icons</a>.
-  </p>
   {% endif %}
 
   <div class="row">

+ 15 - 3
build/index.html

@@ -8,9 +8,21 @@ navbar_active: home
 {% include stripe-social.html %}
 
 <div class="container">
-  <div class="carbonad-horizontal">
-    {% include ads/carbon-light-horizontal.html %}
-  </div>
+  <section>
+    <div class="row margin-bottom-large">
+      <div class="span8">
+        <div class="lead margin-top">
+          Font Awesome gives you scalable vector icons that can instantly be customized &mdash; size, color, drop shadow,
+          or anything that can be done with the power of CSS.
+        </div>
+
+      </div>
+      <div class="span4">
+        {% include ads/carbon-light-horizontal.html %}
+      </div>
+    </div>
+  </section>
+
   {% include why.html %}
   {% include special-thanks.html %}
 </div>