Browse Source

changing tagline

davegandy 11 years ago
parent
commit
921cd9c152

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 #[Font Awesome v4.0.4](http://fontawesome.io)
-###the iconic font designed for Bootstrap
+###The iconic font and CSS framework
 
 Font Awesome is a full suite of 369 pictographic icons for easy scalable vector graphics on websites, created and
 maintained by [Dave Gandy](http://twitter.com/davegandy). Stay up to date [@fontawesome](http://twitter.com/fontawesome).

+ 1 - 1
_config.yml

@@ -25,7 +25,7 @@ fontawesome:
   legacy_url:     http://fortawesome.github.com/Font-Awesome/
   blog_url:       http://blog.fontawesome.io
   twitter:        fontawesome
-  tagline:        The iconic font designed for Bootstrap
+  tagline:        The iconic font and CSS framework
   css_prefix:     fa
   author:
     name:         Dave Gandy

+ 1 - 1
composer.json

@@ -1,6 +1,6 @@
 {
   "name": "fortawesome/font-awesome",
-  "description": "The iconic font designed for Bootstrap",
+  "description": "The iconic font and CSS framework",
   "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
   "homepage": "http://fontawesome.io/",
   "authors": [

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "font-awesome",
-  "description": "The iconic font designed for Bootstrap",
+  "description": "The iconic font and CSS framework",
   "version": "4.0.4",
   "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
   "homepage": "http://fontawesome.io/",

+ 1 - 1
src/_includes/jumbotron-carousel.html

@@ -3,7 +3,7 @@
     <div class="row">
       <div class="col-md-8 col-sm-8 text-center">
         <h1>Font Awesome</h1>
-        <p>The iconic font designed for Bootstrap</p>
+        <p>The iconic font and CSS framework</p>
         <div class="actions">
           <a class="btn btn-default btn-lg" href="{{ page.relative_path }}assets/font-awesome-{{ site.fontawesome.version }}.zip"
              onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'Download on GitHub']);">

+ 1 - 1
src/_includes/stripe-social.html

@@ -11,7 +11,7 @@
         <a href="https://twitter.com/{{ site.fontawesome.twitter }}" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @{{ site.fontawesome.twitter }}</a>
       </li>
       <li class="tweet-btn hidden-phone">
-        <a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.fontawesome.url }}" data-text="Font Awesome, the iconic font designed for Bootstrap" data-counturl="{{ site.fontawesome.legacy_url }}" data-count="horizontal" data-via="{{ site.fontawesome.twitter }}" data-related="{{ site.fontawesome.author.twitter }}:Creator of Font Awesome">Tweet</a>
+        <a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.fontawesome.url }}" data-text="Font Awesome, the iconic font and CSS framework" data-counturl="{{ site.fontawesome.legacy_url }}" data-count="horizontal" data-via="{{ site.fontawesome.twitter }}" data-related="{{ site.fontawesome.author.twitter }}:Creator of Font Awesome">Tweet</a>
       </li>
     </ul>
   </div>

+ 2 - 2
src/_includes/why.html

@@ -25,8 +25,8 @@
       Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays.
     </div>
     <div class="col-md-4 col-sm-6">
-      <h4><i class="fa fa-thumbs-o-up"></i> Made for Bootstrap</h4>
-      Designed from scratch to be fully compatible with <a href="{{ site.bootstrap.url }}">Bootstrap {{ site.bootstrap.version }}</a>.
+      <h4><i class="fa fa-gamepad"></i> Plays Well with Others</h4>
+      Originally designed for <a href="{{ site.bootstrap.url }}">Bootstrap</a>, Font Awesome works great with all frameworks.
     </div>
     <div class="col-md-4 col-sm-6">
       <h4><i class="fa fa-desktop"></i> Desktop Friendly</h4>

+ 1 - 1
src/_layouts/base.html

@@ -5,7 +5,7 @@
  ================================================== -->
   <meta charset="utf-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <meta name="description" content="Font Awesome, the iconic font designed for Bootstrap">
+  <meta name="description" content="Font Awesome, the iconic font and CSS framework">
   <meta name="author" content="Dave Gandy">
   <link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">
 

+ 1 - 1
src/index.html

@@ -1,6 +1,6 @@
 ---
 layout: base
-title: Font Awesome, the iconic font designed for Bootstrap
+title: Font Awesome, the iconic font and CSS framework
 navbar_active: home
 relative_path: ./
 ---