mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-25 21:11:32 +08:00
pushing 4.0.3 to docs
This commit is contained in:
parent
ecd2cd0d0d
commit
ba13428fa7
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ build:
|
|||||||
|
|
||||||
lessc --compress ${SITE_LESS} > ${SITE_CSS_MIN}
|
lessc --compress ${SITE_LESS} > ${SITE_CSS_MIN}
|
||||||
cp -r ${FA_ROOT_DIRECTORY}/* ../
|
cp -r ${FA_ROOT_DIRECTORY}/* ../
|
||||||
cd assets && mv font-awesome font-awesome-4.0.2 && zip -r9 font-awesome-4.0.2.zip font-awesome-4.0.2 && mv font-awesome-4.0.2 font-awesome
|
cd assets && mv font-awesome font-awesome-4.0.3 && zip -r9 font-awesome-4.0.3.zip font-awesome-4.0.3 && mv font-awesome-4.0.3 font-awesome
|
||||||
|
|
||||||
|
|
||||||
default: build
|
default: build
|
||||||
|
Binary file not shown.
6
assets/font-awesome/css/font-awesome.css
vendored
6
assets/font-awesome/css/font-awesome.css
vendored
@ -1,13 +1,13 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome 4.0.2 by @davegandy - http://fontawesome.io - @fontawesome
|
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
|
||||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
*/
|
*/
|
||||||
/* FONT PATH
|
/* FONT PATH
|
||||||
* -------------------------- */
|
* -------------------------- */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
src: url('../fonts/fontawesome-webfont.eot?v=4.0.2');
|
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
|
||||||
src: url('../fonts/fontawesome-webfont.eot?v=4.0.2#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.2') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.2') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.2#fontawesomeregular') format('svg');
|
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
4
assets/font-awesome/css/font-awesome.min.css
vendored
4
assets/font-awesome/css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
2
assets/font-awesome/less/font-awesome.less
vendored
2
assets/font-awesome/less/font-awesome.less
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome 4.0.2 by @davegandy - http://fontawesome.io - @fontawesome
|
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
|
||||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
2
assets/font-awesome/less/path.less
vendored
2
assets/font-awesome/less/path.less
vendored
@ -4,7 +4,7 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
|
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
|
||||||
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}#iefix') format('embedded-opentype'),
|
src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
|
||||||
url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
|
url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
|
||||||
url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
|
url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
|
||||||
url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
|
url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
|
||||||
|
4
assets/font-awesome/less/variables.less
vendored
4
assets/font-awesome/less/variables.less
vendored
@ -2,9 +2,9 @@
|
|||||||
// --------------------------
|
// --------------------------
|
||||||
|
|
||||||
@fa-font-path: "../fonts";
|
@fa-font-path: "../fonts";
|
||||||
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.2/fonts"; // for referencing Bootstrap CDN font files directly
|
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts"; // for referencing Bootstrap CDN font files directly
|
||||||
@fa-css-prefix: fa;
|
@fa-css-prefix: fa;
|
||||||
@fa-version: "4.0.2";
|
@fa-version: "4.0.3";
|
||||||
@fa-border-color: #eee;
|
@fa-border-color: #eee;
|
||||||
@fa-inverse: #fff;
|
@fa-inverse: #fff;
|
||||||
@fa-li-width: (30em / 14);
|
@fa-li-width: (30em / 14);
|
||||||
|
2
assets/font-awesome/scss/_path.scss
vendored
2
assets/font-awesome/scss/_path.scss
vendored
@ -4,7 +4,7 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
|
src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
|
||||||
src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}#iefix') format('embedded-opentype'),
|
src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
|
||||||
url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
|
url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
|
||||||
url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
|
url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
|
||||||
url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
|
url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
|
||||||
|
4
assets/font-awesome/scss/_variables.scss
vendored
4
assets/font-awesome/scss/_variables.scss
vendored
@ -2,9 +2,9 @@
|
|||||||
// --------------------------
|
// --------------------------
|
||||||
|
|
||||||
$fa-font-path: "../fonts" !default;
|
$fa-font-path: "../fonts" !default;
|
||||||
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.2/fonts" !default; // for referencing Bootstrap CDN font files directly
|
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts" !default; // for referencing Bootstrap CDN font files directly
|
||||||
$fa-css-prefix: fa !default;
|
$fa-css-prefix: fa !default;
|
||||||
$fa-version: "4.0.2" !default;
|
$fa-version: "4.0.3" !default;
|
||||||
$fa-border-color: #eee !default;
|
$fa-border-color: #eee !default;
|
||||||
$fa-inverse: #fff !default;
|
$fa-inverse: #fff !default;
|
||||||
$fa-li-width: (30em / 14) !default;
|
$fa-li-width: (30em / 14) !default;
|
||||||
|
2
assets/font-awesome/scss/font-awesome.scss
vendored
2
assets/font-awesome/scss/font-awesome.scss
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome 4.0.2 by @davegandy - http://fontawesome.io - @fontawesome
|
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
|
||||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@
|
|||||||
<div class="jumbotron jumbotron-ad hidden-print">
|
<div class="jumbotron jumbotron-ad hidden-print">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1><i class="fa fa-list-ul"></i> Cheatsheet</h1>
|
<h1><i class="fa fa-list-ul"></i> Cheatsheet</h1>
|
||||||
<p>The complete Font Awesome 4.0.2 icon reference</p>
|
<p>The complete Font Awesome 4.0.3 icon reference</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -156,7 +156,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<h2 class="page-header">Every Font Awesome 4.0.2 Icon, CSS Class, & Unicode</h2>
|
<h2 class="page-header">Every Font Awesome 4.0.3 Icon, CSS Class, & Unicode</h2>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
@ -2381,7 +2381,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -308,7 +308,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -400,7 +400,7 @@ fa-ban on fa-camera
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="btn btn-lg btn-success" href="#">
|
<a class="btn btn-lg btn-success" href="#">
|
||||||
<i class="fa fa-flag fa-2x pull-left"></i> Font Awesome<br>Version 4.0.2</a>
|
<i class="fa fa-flag fa-2x pull-left"></i> Font Awesome<br>Version 4.0.3</a>
|
||||||
</p>
|
</p>
|
||||||
<div class="margin-bottom">
|
<div class="margin-bottom">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
@ -446,7 +446,7 @@ fa-ban on fa-camera
|
|||||||
<span class="nt"><i</span> <span class="na">class=</span><span class="s">"fa fa-cog"</span><span class="nt">></i></span> Settings<span class="nt"></a></span>
|
<span class="nt"><i</span> <span class="na">class=</span><span class="s">"fa fa-cog"</span><span class="nt">></i></span> Settings<span class="nt"></a></span>
|
||||||
|
|
||||||
<span class="nt"><a</span> <span class="na">class=</span><span class="s">"btn btn-lg btn-success"</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">></span>
|
<span class="nt"><a</span> <span class="na">class=</span><span class="s">"btn btn-lg btn-success"</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">></span>
|
||||||
<span class="nt"><i</span> <span class="na">class=</span><span class="s">"fa fa-flag fa-2x pull-left"</span><span class="nt">></i></span> Font Awesome<span class="nt"><br></span>Version 4.0.2<span class="nt"></a></span>
|
<span class="nt"><i</span> <span class="na">class=</span><span class="s">"fa fa-flag fa-2x pull-left"</span><span class="nt">></i></span> Font Awesome<span class="nt"><br></span>Version 4.0.3<span class="nt"></a></span>
|
||||||
|
|
||||||
<span class="nt"><div</span> <span class="na">class=</span><span class="s">"btn-group"</span><span class="nt">></span>
|
<span class="nt"><div</span> <span class="na">class=</span><span class="s">"btn-group"</span><span class="nt">></span>
|
||||||
<span class="nt"><a</span> <span class="na">class=</span><span class="s">"btn btn-default"</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">><i</span> <span class="na">class=</span><span class="s">"fa fa-align-left"</span><span class="nt">></i></a></span>
|
<span class="nt"><a</span> <span class="na">class=</span><span class="s">"btn btn-default"</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">><i</span> <span class="na">class=</span><span class="s">"fa fa-align-left"</span><span class="nt">></i></a></span>
|
||||||
@ -504,7 +504,7 @@ fa-ban on fa-camera
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -116,7 +116,7 @@
|
|||||||
<div class="jumbotron jumbotron-ad hidden-print">
|
<div class="jumbotron jumbotron-ad hidden-print">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1><i class="fa fa-cogs"></i> Get Started</h1>
|
<h1><i class="fa fa-cogs"></i> Get Started</h1>
|
||||||
<p>Easy ways to get Font Awesome 4.0.2 onto your website</p>
|
<p>Easy ways to get Font Awesome 4.0.3 onto your website</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -163,7 +163,7 @@
|
|||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
Paste the following code into the <code><head></code> section of your site's HTML.
|
Paste the following code into the <code><head></code> section of your site's HTML.
|
||||||
<div class="highlight"><pre><code class="html"><span class="nt"><link</span> <span class="na">href=</span><span class="s">"//netdna.bootstrapcdn.com/font-awesome/4.0.2/css/font-awesome.css"</span> <span class="na">rel=</span><span class="s">"stylesheet"</span><span class="nt">></span>
|
<div class="highlight"><pre><code class="html"><span class="nt"><link</span> <span class="na">href=</span><span class="s">"//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"</span> <span class="na">rel=</span><span class="s">"stylesheet"</span><span class="nt">></span>
|
||||||
</code></pre></div>
|
</code></pre></div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -240,7 +240,7 @@
|
|||||||
|
|
||||||
<section id="custom-less">
|
<section id="custom-less">
|
||||||
<h2 class="page-header">PRO: Custom LESS or SASS</h2>
|
<h2 class="page-header">PRO: Custom LESS or SASS</h2>
|
||||||
<p>Use this method to customize Font Awesome 4.0.2 using LESS or SASS.</p>
|
<p>Use this method to customize Font Awesome 4.0.3 using LESS or SASS.</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Copy the <code>font-awesome/</code> directory into your project.</li>
|
<li>Copy the <code>font-awesome/</code> directory into your project.</li>
|
||||||
<li>
|
<li>
|
||||||
@ -258,7 +258,7 @@
|
|||||||
<section class="need-ie7">
|
<section class="need-ie7">
|
||||||
<h2 class="page-header">Need IE7 Support?</h2>
|
<h2 class="page-header">Need IE7 Support?</h2>
|
||||||
<p>
|
<p>
|
||||||
If you need IE7 support, you have my condolences. Really. Font Awesome 4.0.2
|
If you need IE7 support, you have my condolences. Really. Font Awesome 4.0.3
|
||||||
doesn't support IE7, but an older version does. You'll need to check out the
|
doesn't support IE7, but an older version does. You'll need to check out the
|
||||||
<a href="../3.2.1/get-started/#need-ie7">3.2.1 instructions for using IE7</a>. Then go complain to
|
<a href="../3.2.1/get-started/#need-ie7">3.2.1 instructions for using IE7</a>. Then go complain to
|
||||||
whomever decided your project needs IE7 support.
|
whomever decided your project needs IE7 support.
|
||||||
@ -279,7 +279,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -174,7 +174,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -174,7 +174,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -174,7 +174,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -174,7 +174,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -174,7 +174,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-flag"></i> Font Awesome 4.0.2
|
<i class="fa fa-flag"></i> Font Awesome 4.0.3
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user