mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
pushing 4.0.1 to docs
This commit is contained in:
parent
bd0e1917e2
commit
a4c353c829
27
.gitignore
vendored
27
.gitignore
vendored
@ -1,27 +0,0 @@
|
||||
*.pyc
|
||||
*.egg-info
|
||||
*.db
|
||||
*.db.old
|
||||
*.swp
|
||||
*.db-journal
|
||||
|
||||
.coverage
|
||||
.DS_Store
|
||||
.installed.cfg
|
||||
|
||||
.idea/*
|
||||
src/website/static/*
|
||||
src/website/media/*
|
||||
|
||||
bin
|
||||
build
|
||||
cfcache
|
||||
develop-eggs
|
||||
dist
|
||||
downloads
|
||||
eggs
|
||||
parts
|
||||
tmp
|
||||
|
||||
src/website/settingslocal.py
|
||||
stunnel.log
|
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ build:
|
||||
|
||||
lessc --compress ${SITE_LESS} > ${SITE_CSS_MIN}
|
||||
cp -r ${FA_ROOT_DIRECTORY}/* ../
|
||||
cd assets && mv font-awesome font-awesome-4.0.0 && zip -r9 font-awesome-4.0.0.zip font-awesome-4.0.0 && mv font-awesome-4.0.0 font-awesome
|
||||
cd assets && mv font-awesome font-awesome-4.0.1 && zip -r9 font-awesome-4.0.1.zip font-awesome-4.0.1 && mv font-awesome-4.0.1 font-awesome
|
||||
|
||||
|
||||
default: build
|
||||
|
@ -867,7 +867,7 @@ section{margin-top:40px}
|
||||
.carousel-control{top:230px;width:30px;height:30px;border-width:0;font-size:30px;line-height:25px;left:114px}.carousel-control.right{left:auto;right:114px}
|
||||
.carousel-control.right,.carousel-control.left{background-image:none;filter:none}
|
||||
.jumbotron-carousel{padding-top:40px}.jumbotron-carousel .btn{margin-top:22px;font-family:museo-slab,Georgia,"Times New Roman",Times,serif;font-size:24px;padding:17px 30px;color:#fff;border-color:#c7e7dc;background-color:transparent;text-shadow:0 1px 0 rgba(0,0,0,0.15)}.jumbotron-carousel .btn:hover{background-color:#f4faf8;border-color:#f4faf8;color:#1d9d74;text-shadow:0 -1px 0 #fff}
|
||||
.jumbotron-carousel .shameless-self-promotion{margin-top:22px;font-size:14px;line-height:1.428571429;color:#8eceba;text-shadow:0 1px 0 rgba(0,0,0,0.15)}.jumbotron-carousel .shameless-self-promotion a{color:#bbe2d5;border-bottom:dotted 1px #8eceba}.jumbotron-carousel .shameless-self-promotion a:hover{color:#fff;text-decoration:none;border-bottom:solid 1px #fff}
|
||||
.jumbotron-carousel .shameless-self-promotion{margin-top:22px;font-size:14px;line-height:1.428571429;color:#a5d8c7;text-shadow:0 1px 0 rgba(0,0,0,0.15)}.jumbotron-carousel .shameless-self-promotion a{color:#d2ebe3;border-bottom:dotted 1px #8eceba}.jumbotron-carousel .shameless-self-promotion a:hover{color:#fff;text-decoration:none;border-bottom:solid 1px #fff}
|
||||
.stripe-ad{margin-bottom:22px}.stripe-ad .lead{padding-top:10px;padding-right:30px}
|
||||
.fontawesome-icon-list{margin-top:22px}.fontawesome-icon-list .fa-hover a{display:block;color:#222;line-height:32px;height:32px;padding-left:10px;border-radius:4px}.fontawesome-icon-list .fa-hover a .fa{width:32px;font-size:14px;display:inline-block;text-align:right;margin-right:10px}
|
||||
.fontawesome-icon-list .fa-hover a:hover{background-color:#1d9d74;color:#fff;text-decoration:none}.fontawesome-icon-list .fa-hover a:hover .fa{font-size:28px;vertical-align:-6px}
|
||||
|
Binary file not shown.
9
assets/font-awesome/css/font-awesome.css
vendored
9
assets/font-awesome/css/font-awesome.css
vendored
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome 4.0.0
|
||||
* Font Awesome 4.0.1
|
||||
* the iconic font designed for Bootstrap
|
||||
* ------------------------------------------------------------------------------
|
||||
* The full suite of pictographic icons, examples, and documentation can be
|
||||
@ -27,8 +27,8 @@
|
||||
* -------------------------- */
|
||||
@font-face {
|
||||
font-family: 'FontAwesome';
|
||||
src: url('../fonts/fontawesome-webfont.eot?v=4.0.0');
|
||||
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');
|
||||
src: url('../fonts/fontawesome-webfont.eot?v=4.0.1');
|
||||
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -195,6 +195,7 @@
|
||||
.fa-stack-1x,
|
||||
.fa-stack-2x {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
@ -666,7 +667,7 @@
|
||||
.fa-rss:before {
|
||||
content: "\f09e";
|
||||
}
|
||||
.fa-hdd:before {
|
||||
.fa-hdd-o:before {
|
||||
content: "\f0a0";
|
||||
}
|
||||
.fa-bullhorn:before {
|
||||
|
6
assets/font-awesome/css/font-awesome.min.css
vendored
6
assets/font-awesome/css/font-awesome.min.css
vendored
@ -1,4 +1,4 @@
|
||||
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
||||
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.1');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
||||
.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}
|
||||
.fa-2x{font-size:2em}
|
||||
.fa-3x{font-size:3em}
|
||||
@ -19,7 +19,7 @@
|
||||
.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}
|
||||
.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}
|
||||
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
|
||||
.fa-stack-1x,.fa-stack-2x{position:absolute;width:100%;text-align:center}
|
||||
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
|
||||
.fa-stack-1x{line-height:inherit}
|
||||
.fa-stack-2x{font-size:2em}
|
||||
.fa-inverse{color:#fff}
|
||||
@ -173,7 +173,7 @@
|
||||
.fa-unlock:before{content:"\f09c"}
|
||||
.fa-credit-card:before{content:"\f09d"}
|
||||
.fa-rss:before{content:"\f09e"}
|
||||
.fa-hdd:before{content:"\f0a0"}
|
||||
.fa-hdd-o:before{content:"\f0a0"}
|
||||
.fa-bullhorn:before{content:"\f0a1"}
|
||||
.fa-bell:before{content:"\f0f3"}
|
||||
.fa-certificate:before{content:"\f0a3"}
|
||||
|
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.0
|
||||
* Font Awesome 4.0.1
|
||||
* the iconic font designed for Bootstrap
|
||||
* ------------------------------------------------------------------------------
|
||||
* The full suite of pictographic icons, examples, and documentation can be
|
||||
|
2
assets/font-awesome/less/icons.less
vendored
2
assets/font-awesome/less/icons.less
vendored
@ -158,7 +158,7 @@
|
||||
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; }
|
||||
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; }
|
||||
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
|
||||
.@{fa-css-prefix}-hdd:before { content: @fa-var-hdd; }
|
||||
.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; }
|
||||
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
||||
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
|
||||
.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; }
|
||||
|
1
assets/font-awesome/less/stacked.less
vendored
1
assets/font-awesome/less/stacked.less
vendored
@ -11,6 +11,7 @@
|
||||
}
|
||||
.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
6
assets/font-awesome/less/variables.less
vendored
6
assets/font-awesome/less/variables.less
vendored
@ -2,9 +2,9 @@
|
||||
// --------------------------
|
||||
|
||||
@fa-font-path: "../fonts";
|
||||
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.0/font"; // for referencing Bootstrap CDN font files directly
|
||||
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.1/fonts"; // for referencing Bootstrap CDN font files directly
|
||||
@fa-css-prefix: fa;
|
||||
@fa-version: "4.0.0";
|
||||
@fa-version: "4.0.1";
|
||||
@fa-border-color: #eee;
|
||||
@fa-inverse: #fff;
|
||||
@fa-li-width: (30em / 14);
|
||||
@ -159,7 +159,7 @@
|
||||
@fa-var-unlock: "\f09c";
|
||||
@fa-var-credit-card: "\f09d";
|
||||
@fa-var-rss: "\f09e";
|
||||
@fa-var-hdd: "\f0a0";
|
||||
@fa-var-hdd-o: "\f0a0";
|
||||
@fa-var-bullhorn: "\f0a1";
|
||||
@fa-var-bell: "\f0f3";
|
||||
@fa-var-certificate: "\f0a3";
|
||||
|
2
assets/font-awesome/scss/_icons.scss
vendored
2
assets/font-awesome/scss/_icons.scss
vendored
@ -158,7 +158,7 @@
|
||||
.#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; }
|
||||
.#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; }
|
||||
.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; }
|
||||
.#{$fa-css-prefix}-hdd:before { content: $fa-var-hdd; }
|
||||
.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; }
|
||||
.#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; }
|
||||
.#{$fa-css-prefix}-bell:before { content: $fa-var-bell; }
|
||||
.#{$fa-css-prefix}-certificate:before { content: $fa-var-certificate; }
|
||||
|
1
assets/font-awesome/scss/_stacked.scss
vendored
1
assets/font-awesome/scss/_stacked.scss
vendored
@ -11,6 +11,7 @@
|
||||
}
|
||||
.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
10
assets/font-awesome/scss/_variables.scss
vendored
10
assets/font-awesome/scss/_variables.scss
vendored
@ -2,12 +2,12 @@
|
||||
// --------------------------
|
||||
|
||||
$fa-font-path: "../fonts" !default;
|
||||
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.0/font" !default; // for referencing Bootstrap CDN font files directly
|
||||
$fa-css-prefix: fa;
|
||||
$fa-version: "4.0.0" !default;
|
||||
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.1/fonts" !default; // for referencing Bootstrap CDN font files directly
|
||||
$fa-css-prefix: fa !default;
|
||||
$fa-version: "4.0.1" !default;
|
||||
$fa-border-color: #eee !default;
|
||||
$fa-inverse: #fff !default;
|
||||
$fa-li-width: (30em / 14);
|
||||
$fa-li-width: (30em / 14) !default;
|
||||
|
||||
$fa-var-glass: "\f000";
|
||||
$fa-var-music: "\f001";
|
||||
@ -159,7 +159,7 @@ $fa-var-github: "\f09b";
|
||||
$fa-var-unlock: "\f09c";
|
||||
$fa-var-credit-card: "\f09d";
|
||||
$fa-var-rss: "\f09e";
|
||||
$fa-var-hdd: "\f0a0";
|
||||
$fa-var-hdd-o: "\f0a0";
|
||||
$fa-var-bullhorn: "\f0a1";
|
||||
$fa-var-bell: "\f0f3";
|
||||
$fa-var-certificate: "\f0a3";
|
||||
|
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.0
|
||||
* Font Awesome 4.0.1
|
||||
* the iconic font designed for Bootstrap
|
||||
* ------------------------------------------------------------------------------
|
||||
* The full suite of pictographic icons, examples, and documentation can be
|
||||
|
@ -46,10 +46,10 @@
|
||||
margin-top: @buffer-lg;
|
||||
font-size: @font-size-base;
|
||||
line-height: @line-height-base;
|
||||
color: mix(@jumbotron-color, @jumbotron-bg, 50%);
|
||||
color: mix(@jumbotron-color, @jumbotron-bg, 60%);
|
||||
text-shadow: 0 1px 0 rgba(0,0,0,0.15);
|
||||
a {
|
||||
color: mix(@jumbotron-color, @jumbotron-bg, 70%);
|
||||
color: mix(@jumbotron-color, @jumbotron-bg, 80%);
|
||||
border-bottom: dotted 1px mix(@jumbotron-color, @jumbotron-bg, 50%);
|
||||
&:hover {
|
||||
color: @jumbotron-color;
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="jumbotron jumbotron-ad hidden-print">
|
||||
<div class="container">
|
||||
<h1><i class="fa fa-list-ul"></i> Cheatsheet</h1>
|
||||
<p>The complete Font Awesome 4.0.0 icon reference</p>
|
||||
<p>The complete Font Awesome 4.0.1 icon reference</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -156,7 +156,7 @@
|
||||
</section>
|
||||
|
||||
|
||||
<h2 class="page-header">Every Font Awesome 4.0.0 Icon, CSS Class, & Unicode</h2>
|
||||
<h2 class="page-header">Every Font Awesome 4.0.1 Icon, CSS Class, & Unicode</h2>
|
||||
|
||||
<div class="row">
|
||||
|
||||
@ -1062,7 +1062,7 @@
|
||||
|
||||
<div class="col-md-4 col-sm-6 col-lg-3">
|
||||
<i class="fa fa-fw"></i>
|
||||
fa-hdd
|
||||
fa-hdd-o
|
||||
<span class="muted">(&#xf0a0;)</span>
|
||||
</div>
|
||||
|
||||
@ -2387,9 +2387,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -2403,7 +2403,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -308,9 +308,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -324,7 +324,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -400,7 +400,7 @@ fa-ban on fa-camera
|
||||
</p>
|
||||
<p>
|
||||
<a class="btn btn-lg btn-success" href="#">
|
||||
<i class="fa fa-flag fa-2x pull-left"></i> Font Awesome<br>Version 4.0.0</a>
|
||||
<i class="fa fa-flag fa-2x pull-left"></i> Font Awesome<br>Version 4.0.1</a>
|
||||
</p>
|
||||
<div class="margin-bottom">
|
||||
<div class="btn-group">
|
||||
@ -412,11 +412,11 @@ fa-ban on fa-camera
|
||||
</div>
|
||||
<div class="margin-bottom">
|
||||
<div class="input-group margin-bottom-sm">
|
||||
<span class="input-group-addon"><i class="fa fa-envelope-o"></i></span>
|
||||
<span class="input-group-addon"><i class="fa fa-envelope-o fa-fw"></i></span>
|
||||
<input class="form-control" type="text" placeholder="Email address">
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon"><i class="fa fa-key"></i></span>
|
||||
<span class="input-group-addon"><i class="fa fa-key fa-fw"></i></span>
|
||||
<input class="form-control" type="password" placeholder="Password">
|
||||
</div>
|
||||
</div>
|
||||
@ -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"><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.0<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.1<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"><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>
|
||||
@ -456,11 +456,11 @@ fa-ban on fa-camera
|
||||
<span class="nt"></div></span>
|
||||
|
||||
<span class="nt"><div</span> <span class="na">class=</span><span class="s">"input-group margin-bottom-sm"</span><span class="nt">></span>
|
||||
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"input-group-addon"</span><span class="nt">><i</span> <span class="na">class=</span><span class="s">"fa fa-envelope-o"</span><span class="nt">></i></span></span>
|
||||
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"input-group-addon"</span><span class="nt">><i</span> <span class="na">class=</span><span class="s">"fa fa-envelope-o fa-fw"</span><span class="nt">></i></span></span>
|
||||
<span class="nt"><input</span> <span class="na">class=</span><span class="s">"form-control"</span> <span class="na">type=</span><span class="s">"text"</span> <span class="na">placeholder=</span><span class="s">"Email address"</span><span class="nt">></span>
|
||||
<span class="nt"></div></span>
|
||||
<span class="nt"><div</span> <span class="na">class=</span><span class="s">"input-group"</span><span class="nt">></span>
|
||||
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"input-group-addon"</span><span class="nt">><i</span> <span class="na">class=</span><span class="s">"fa fa-key"</span><span class="nt">></i></span></span>
|
||||
<span class="nt"><span</span> <span class="na">class=</span><span class="s">"input-group-addon"</span><span class="nt">><i</span> <span class="na">class=</span><span class="s">"fa fa-key fa-fw"</span><span class="nt">></i></span></span>
|
||||
<span class="nt"><input</span> <span class="na">class=</span><span class="s">"form-control"</span> <span class="na">type=</span><span class="s">"password"</span> <span class="na">placeholder=</span><span class="s">"Password"</span><span class="nt">></span>
|
||||
<span class="nt"></div></span>
|
||||
|
||||
@ -504,9 +504,9 @@ fa-ban on fa-camera
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -520,7 +520,8 @@ fa-ban on fa-camera
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="jumbotron jumbotron-ad hidden-print">
|
||||
<div class="container">
|
||||
<h1><i class="fa fa-cogs"></i> Get Started</h1>
|
||||
<p>Easy ways to get Font Awesome 4.0.0 onto your website</p>
|
||||
<p>Easy ways to get Font Awesome 4.0.1 onto your website</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -163,7 +163,7 @@
|
||||
<ol>
|
||||
<li>
|
||||
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.0/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.1/css/font-awesome.css"</span> <span class="na">rel=</span><span class="s">"stylesheet"</span><span class="nt">></span>
|
||||
</code></pre></div>
|
||||
</li>
|
||||
<li>
|
||||
@ -216,7 +216,7 @@
|
||||
|
||||
<section id="custom-less">
|
||||
<h2 class="page-header">PRO: Custom LESS or SCSS</h2>
|
||||
<p>Use this method to customize Font Awesome 3.0.0 using LESS or SCSS.</p>
|
||||
<p>Use this method to customize Font Awesome 4.0.1 using LESS or SCSS.</p>
|
||||
<ol>
|
||||
<li>Copy the <code>font-awesome/</code> directory into your project.</li>
|
||||
<li>
|
||||
@ -234,7 +234,7 @@
|
||||
<section class="need-ie7">
|
||||
<h2 class="page-header">Need IE7 Support?</h2>
|
||||
<p>
|
||||
If you need IE7 support, you have my condolences. Really. Font Awesome 4.0.0
|
||||
If you need IE7 support, you have my condolences. Really. Font Awesome 4.0.1
|
||||
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
|
||||
whomever decided your project needs IE7 support.
|
||||
@ -255,9 +255,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -271,7 +271,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -735,7 +735,14 @@
|
||||
|
||||
<h3>Stacked icons</h3>
|
||||
<div class="well">
|
||||
<p>
|
||||
<span style="border: solid 1px #d3d3d3; display: inline-block; text-align: center">
|
||||
<span class="fa-stack">
|
||||
<i class="fa fa-square fa-stack-2x"></i>
|
||||
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
|
||||
</span><br>Center
|
||||
</span>
|
||||
<hr>
|
||||
<p>
|
||||
<span class="fa-stack">
|
||||
<i class="fa fa-square fa-stack-2x"></i>
|
||||
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
|
||||
@ -788,7 +795,14 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="well lead">
|
||||
<p>
|
||||
<span style="border: solid 1px #d3d3d3; display: inline-block; text-align: center">
|
||||
<span class="fa-stack">
|
||||
<i class="fa fa-square fa-stack-2x"></i>
|
||||
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
|
||||
</span><br>Center
|
||||
</span>
|
||||
<hr>
|
||||
<p>
|
||||
<span class="fa-stack">
|
||||
<i class="fa fa-square fa-stack-2x"></i>
|
||||
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -172,9 +172,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -188,7 +188,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -174,9 +174,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -190,7 +190,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -174,9 +174,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -190,7 +190,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -174,9 +174,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -190,7 +190,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -174,9 +174,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -190,7 +190,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -174,9 +174,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -190,7 +190,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -172,9 +172,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -188,7 +188,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -169,9 +169,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -185,7 +185,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -169,9 +169,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -185,7 +185,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -167,9 +167,9 @@
|
||||
<footer id="footer" class="footer hidden-print">
|
||||
<div class="container text-center">
|
||||
<div>
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.0
|
||||
<i class="fa fa-flag"></i> Font Awesome 4.0.1
|
||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
Created by <a href="http://twitter.com/davegandy">Dave Gandy</a>
|
||||
</div>
|
||||
<div>
|
||||
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||
@ -183,7 +183,8 @@
|
||||
</div>
|
||||
<div class="project">
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> ·
|
||||
<a href="../../3.2.1">Old 3.2.1 Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user