Deploy ForkAwesome/Fork-Awesome to github.com/ForkAwesome/Fork-Awesome.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI) 2018-09-25 22:38:17 +00:00
parent b6eab3e082
commit 0dea791a93
743 changed files with 799 additions and 791 deletions

View file

@ -27,14 +27,14 @@ build:
lessc --clean-css="--compatibility=ie8" --source-map ${SITE_LESS} ${SITE_CSS}
@echo "Moving CSS, LESS & SASS to /"
mv ${FA_SCSS_DIRECTORY}/fork-awesome.scss.txt ${FA_SCSS_DIRECTORY}/fork-awesome.scss
cp -r ${FA_ROOT_DIRECTORY}/ ../
mv ../scss/fork-awesome.scss.txt ../scss/fork-awesome.scss
@echo "Moving font files to assets"
cp -r ../fonts ${FA_ROOT_DIRECTORY}/
cp -r "../fonts" ${FA_ROOT_DIRECTORY}/
@echo "Updating Readme"
mv README.md-nobuild ../README.md
mv "README.md-nobuild" "../README.md"
default: build

View file

@ -307,7 +307,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,13 +1,13 @@
/*!
* Fork Awesome 1.1.0, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* Fork Awesome 1.1.1, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'ForkAwesome';
src: url('../fonts/forkawesome-webfont.eot?v=1.1.0');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.0') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.0') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.0') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.0') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.0#forkawesomeregular') format('svg');
src: url('../fonts/forkawesome-webfont.eot?v=1.1.1');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.1') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.1') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.1') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.1') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.1#forkawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
@ -650,7 +650,7 @@
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
.fa-bell-o:before {
content: "\f0f3";
}
.fa-certificate:before {
@ -864,7 +864,7 @@
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
.fa-bell:before {
content: "\f0a2";
}
.fa-coffee:before {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*!
* Fork Awesome 1.1.0, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* Fork Awesome 1.1.1, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/

View file

@ -167,7 +167,7 @@
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
.@{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}-bell-o:before { content: @fa-var-bell-o; }
.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; }
.@{fa-css-prefix}-hand-o-right:before { content: @fa-var-hand-o-right; }
.@{fa-css-prefix}-hand-o-left:before { content: @fa-var-hand-o-left; }
@ -249,7 +249,7 @@
.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; }
.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; }
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
.@{fa-css-prefix}-bell-o:before { content: @fa-var-bell-o; }
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; }
.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; }
.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; }

View file

@ -6,7 +6,7 @@
@fa-line-height-base: 1;
@fa-css-prefix: fa;
@fa-font-family: ForkAwesome;
@fa-version: "1.1.0";
@fa-version: "1.1.1";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);
@ -90,8 +90,8 @@
@fa-var-beer: "\f0fc";
@fa-var-behance: "\f1b4";
@fa-var-behance-square: "\f1b5";
@fa-var-bell: "\f0f3";
@fa-var-bell-o: "\f0a2";
@fa-var-bell: "\f0a2";
@fa-var-bell-o: "\f0f3";
@fa-var-bell-slash: "\f1f6";
@fa-var-bell-slash-o: "\f1f7";
@fa-var-bicycle: "\f206";

View file

@ -1,5 +1,5 @@
/*!
* Fork Awesome 1.1.0, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* Fork Awesome 1.1.1, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/

View file

@ -6,6 +6,7 @@
line-height: @size + 30;
text-shadow: 0 2px 0 rgba(0,0,0,0.15);
}
.carousel-control {
top: @size + 10px;
.square(30px);
@ -23,7 +24,6 @@
}
}
.jumbotron-carousel {
padding-top: 40px;
.btn {
@ -67,5 +67,9 @@
background: @fa-green-dark;
color: @jumbotron-color;
}
&.carousel-control:hover {
background: none;
}
}
}

View file

@ -192,7 +192,7 @@
<h2 class="page-header">
Every 1.1.0 Icon,
Every 1.1.1 Icon,
CSS Class, &amp; Unicode
</h2>
@ -834,18 +834,18 @@
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell">&#xf0f3;</i>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell">&#xf0a2;</i>
fa-bell
<span class="text-muted">[&amp;#xf0f3;]</span>
<span class="text-muted">[&amp;#xf0a2;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-o">&#xf0a2;</i>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-o">&#xf0f3;</i>
fa-bell-o
<span class="text-muted">[&amp;#xf0a2;]</span>
<span class="text-muted">[&amp;#xf0f3;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
@ -6871,7 +6871,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -307,7 +307,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -208,8 +208,8 @@
<h2 class="page-header">
Basic Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/less/core.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/scss/_core.scss" class="text-muted">View SASS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/core.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_core.scss" class="text-muted">View SASS</a>
</div>
</h2>
@ -246,8 +246,8 @@
<h2 class="page-header">
Larger Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/less/larger.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/scss/_larger.scss" class="text-muted">View SASS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/larger.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_larger.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
@ -285,8 +285,8 @@
<h2 class="page-header">
Fixed Width Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/less/fixed-width.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/scss/_fixed-width.scss" class="text-muted">View SASS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/fixed-width.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_fixed-width.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
@ -317,8 +317,8 @@
<h2 class="page-header">
List Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/less/list.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/scss/_list.scss" class="text-muted">View SASS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/list.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_list.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
@ -346,8 +346,8 @@
<h2 class="page-header">
Bordered &amp; Pulled Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
@ -375,8 +375,8 @@ current, borne back ceaselessly into the past.</code></pre></figure>
<h2 class="page-header">
Animated Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/less/animated.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/scss/_animated.scss" class="text-muted">View SASS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/animated.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_animated.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
@ -434,8 +434,8 @@ current, borne back ceaselessly into the past.</code></pre></figure>
<h2 class="page-header">
Rotated &amp; Flipped
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/less/rotated-flipped.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/scss/_rotated-flipped.scss" class="text-muted">View SASS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/rotated-flipped.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_rotated-flipped.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
@ -467,8 +467,8 @@ current, borne back ceaselessly into the past.</code></pre></figure>
<h2 class="page-header">
Stacked Icons
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/less/stacked.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.0/scss/_stacked.scss" class="text-muted">View SASS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/stacked.less" class="text-muted padding-right">View LESS</a>
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_stacked.scss" class="text-muted">View SASS</a>
</div>
</h2>
<div class="row">
@ -539,7 +539,7 @@ fa-ban on fa-camera</code></pre></figure>
</p>
<p>
<a class="btn btn-lg btn-success" href="#">
<i class="fa fa-code-fork fa-2x pull-left"></i> Fork Awesome<br>Version 1.1.0</a>
<i class="fa fa-code-fork fa-2x pull-left"></i> Fork Awesome<br>Version 1.1.1</a>
</p>
<div class="margin-bottom">
<div class="btn-group">
@ -752,7 +752,7 @@ fa-ban on fa-camera</code></pre></figure>
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -135,7 +135,7 @@
<div class="container">
<h1><i class="fa fa-cogs" aria-hidden="true"></i>&nbsp; Get Started</h1>
<p>Easy ways to get Fork Awesome 1.1.0 onto your website</p>
<p>Easy ways to get Fork Awesome 1.1.1 onto your website</p>
</div>
</div>
@ -151,7 +151,7 @@
<div class="col-md-12">
<p>The simplest way to get Fork Awesome in your project is to copy the line below in between the <code>&lt;head&gt;</code> tags of your HTML source files. Then check the <a href="../examples/">examples</a> to start displaying icons.
<p>
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://cdn.jsdelivr.net/npm/fork-awesome@1.1.0/css/fork-awesome.min.css"</span> <span class="na">integrity=</span><span class="s">"sha256-sX8HLspqYoXVPetzJRE4wPhIhDBu2NB0kYpufzkQSms="</span> <span class="na">crossorigin=</span><span class="s">"anonymous"</span><span class="nt">&gt;</span></code></pre></figure>
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://cdn.jsdelivr.net/npm/fork-awesome@1.1.1/css/fork-awesome.min.css"</span> <span class="na">integrity=</span><span class="s">"sha256-deKKxuyCpNeFGM0l88f/l5P4ZslH1mYlall5b60FEuQ="</span> <span class="na">crossorigin=</span><span class="s">"anonymous"</span><span class="nt">&gt;</span></code></pre></figure>
</p>
<p>Thanks to <a href="https://www.jsdelivr.com/package/npm/fork-awesome">jsDelivr</a> for providing the CDN for Fork Awesome</p>
</div>
@ -199,7 +199,7 @@
<div class="download-preprocessors" id="download-preprocessors">
<h3>Using Sass or Less</h3>
<p>Use this method to customize Fork Awesome 1.1.0 using Less or Sass.</p>
<p>Use this method to customize Fork Awesome 1.1.1 using Less or Sass.</p>
<ol>
<li>Copy the <code>fork-awesome/</code> directory into your project.</li>
<li>
@ -257,7 +257,7 @@
<h4>Need IE7 Support?</h4>
<p>
Sorry, Fork Awesome 1.1.0
Sorry, Fork Awesome 1.1.1
doesn't support IE7, but an older version of Font Awesome does (v3.2.1, if you can still find it).
</p>
</div>
@ -275,8 +275,8 @@
</h2>
</div>
<div class="modal-body">
<a class="btn btn-primary btn-lg btn-block" href="https://github.com/ForkAwesome/Fork-Awesome/archive/1.1.0.zip">
Fork Awesome 1.1.0
<a class="btn btn-primary btn-lg btn-block" href="https://github.com/ForkAwesome/Fork-Awesome/archive/1.1.1.zip">
Fork Awesome 1.1.1
</a>
<div class="row margin-bottom-lg margin-top-lg">
<div class="col-md-12 text-center">
@ -294,7 +294,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -202,7 +202,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -202,7 +202,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -204,7 +204,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -204,7 +204,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -204,7 +204,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -204,7 +204,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -202,7 +202,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -204,7 +204,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -202,7 +202,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -202,7 +202,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -202,7 +202,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -202,7 +202,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -156,7 +156,7 @@
fa-bell-o
<small>
<i class="fa fa-bell-o" aria-hidden="true"></i> &middot;
Unicode: <span class="upper">f0a2</span> &middot;
Unicode: <span class="upper">f0f3</span> &middot;
Created: v0.4 &middot;
Categories:
@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -156,7 +156,7 @@
fa-bell
<small>
<i class="fa fa-bell" aria-hidden="true"></i> &middot;
Unicode: <span class="upper">f0f3</span> &middot;
Unicode: <span class="upper">f0a2</span> &middot;
Created: v0.4 &middot;
Categories:
@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -199,7 +199,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -202,7 +202,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

View file

@ -197,7 +197,7 @@
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.0
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
</div>

Some files were not shown because too many files have changed in this diff Show more