From 921cd9c1525d04933a414062c75155adba906f4f Mon Sep 17 00:00:00 2001 From: davegandy Date: Mon, 2 Dec 2013 14:40:11 -0500 Subject: [PATCH] changing tagline --- README.md | 2 +- _config.yml | 2 +- composer.json | 2 +- package.json | 2 +- src/_includes/jumbotron-carousel.html | 2 +- src/_includes/stripe-social.html | 2 +- src/_includes/why.html | 4 ++-- src/_layouts/base.html | 2 +- src/index.html | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6156fa933..995be9fb9 100644 --- a/README.md +++ b/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). diff --git a/_config.yml b/_config.yml index 377d0d746..ded8556c8 100644 --- a/_config.yml +++ b/_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 diff --git a/composer.json b/composer.json index 49b9b3069..f1b9f3707 100644 --- a/composer.json +++ b/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": [ diff --git a/package.json b/package.json index 71ff3ef9d..a3059f7d6 100644 --- a/package.json +++ b/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/", diff --git a/src/_includes/jumbotron-carousel.html b/src/_includes/jumbotron-carousel.html index 49ef1cf9f..b0ea25278 100644 --- a/src/_includes/jumbotron-carousel.html +++ b/src/_includes/jumbotron-carousel.html @@ -3,7 +3,7 @@

Font Awesome

-

The iconic font designed for Bootstrap

+

The iconic font and CSS framework

diff --git a/src/_includes/why.html b/src/_includes/why.html index 5ff610ad1..499829384 100644 --- a/src/_includes/why.html +++ b/src/_includes/why.html @@ -25,8 +25,8 @@ Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays.
-

Made for Bootstrap

- Designed from scratch to be fully compatible with Bootstrap {{ site.bootstrap.version }}. +

Plays Well with Others

+ Originally designed for Bootstrap, Font Awesome works great with all frameworks.

Desktop Friendly

diff --git a/src/_layouts/base.html b/src/_layouts/base.html index 55c547adb..17b5967ef 100644 --- a/src/_layouts/base.html +++ b/src/_layouts/base.html @@ -5,7 +5,7 @@ ================================================== --> - + diff --git a/src/index.html b/src/index.html index 4c98456a2..a8aa4ea19 100644 --- a/src/index.html +++ b/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: ./ ---