changing tagline

This commit is contained in:
davegandy 2013-12-02 14:40:11 -05:00
parent 24356ebde8
commit 921cd9c152
9 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
#[Font Awesome v4.0.4](http://fontawesome.io) #[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 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). maintained by [Dave Gandy](http://twitter.com/davegandy). Stay up to date [@fontawesome](http://twitter.com/fontawesome).

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "fortawesome/font-awesome", "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"], "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
"homepage": "http://fontawesome.io/", "homepage": "http://fontawesome.io/",
"authors": [ "authors": [

View file

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

View file

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

View file

@ -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> <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>
<li class="tweet-btn hidden-phone"> <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> </li>
</ul> </ul>
</div> </div>

View file

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

View file

@ -5,7 +5,7 @@
================================================== --> ================================================== -->
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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"> <meta name="author" content="Dave Gandy">
<link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico"> <link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">

View file

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