Parcourir la source

adding no javascript required as a selling point

davegandy il y a 11 ans
Parent
commit
63753e7bf7
1 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 6 2
      src/_includes/why.html

+ 6 - 2
src/_includes/why.html

@@ -5,8 +5,8 @@
       In a single collection, Font Awesome is a pictographic language of web-related actions.
     </div>
     <div class="col-md-4 col-sm-6">
-      <h4><i class="fa fa-pencil"></i> CSS Control</h4>
-      Easily style icon color, size, shadow, and anything that's possible with CSS.
+      <h4><i class="fa fa-ban"></i> No JavaScript Required</h4>
+      Fewer compatibility concerns because Font Awesome doesn't require JavaScript.
     </div>
     <div class="col-md-4 col-sm-6">
       <h4><i class="fa fa-fullscreen"></i> Infinite Scalability</h4>
@@ -16,6 +16,10 @@
       <h4><i class="fa fa-microphone"></i> Free, as in Speech</h4>
       Font Awesome is completely free for commercial use. Check out the <a href="{{ page.relative_path }}license/">license</a>.
     </div>
+    <div class="col-md-4 col-sm-6">
+      <h4><i class="fa fa-pencil"></i> CSS Control</h4>
+      Easily style icon color, size, shadow, and anything that's possible with CSS.
+    </div>
     <div class="col-md-4 col-sm-6">
       <h4><i class="fa fa-eye"></i> Perfect on Retina Displays</h4>
       Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays.