mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-24 04:21:31 +08:00
new version Sun Feb 18 16:33:07 EST 2018
This commit is contained in:
parent
1a11633bdd
commit
1fc301847a
6
Makefile
6
Makefile
@ -26,9 +26,9 @@ build:
|
||||
# sass ${FA_SCSS_MODERN} ${FA_CSS_MODERN}
|
||||
|
||||
bundle exec lessc --clean-css="--compatibility=ie8" ${SITE_LESS} > ${SITE_CSS}
|
||||
cp -r ${FA_ROOT_DIRECTORY}/* ../
|
||||
mv README.md-nobuild ../README.md
|
||||
cd assets && mv fork-awesome fork-awesome-1.0.0 && zip -r9 fork-awesome-1.0.0.zip fork-awesome-1.0.0 && mv fork-awesome-1.0.0 fork-awesome
|
||||
cp -r ${FA_ROOT_DIRECTORY}/* ../../
|
||||
mv README.md-nobuild ../../README.md
|
||||
cd assets && mv fork-awesome fork-awesome-1.0.1 && zip -r9 fork-awesome-1.0.1.zip fork-awesome-1.0.1 && mv fork-awesome-1.0.1 fork-awesome
|
||||
|
||||
find .. -type f ! -perm 644 -exec chmod 644 {} \;
|
||||
|
||||
|
@ -300,7 +300,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
Binary file not shown.
@ -1,13 +1,13 @@
|
||||
/*!
|
||||
* Fork Awesome 1.0.0, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
|
||||
* Fork Awesome 1.0.1, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
|
||||
* License - http://forkawesome.github.com/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.0.0');
|
||||
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.0.0') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.0.0') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.0.0') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.0.0#forkawesomeregular') format('svg');
|
||||
src: url('../fonts/forkawesome-webfont.eot?v=1.0.1');
|
||||
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.0.1') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.0.1') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.0.1') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.0.1') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.0.1#forkawesomeregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
4
assets/fork-awesome/css/fork-awesome.min.css
vendored
4
assets/fork-awesome/css/fork-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Fork Awesome 1.0.0, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
|
||||
* Fork Awesome 1.0.1, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
|
||||
* License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
*/
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
@fa-line-height-base: 1;
|
||||
@fa-css-prefix: fa;
|
||||
@fa-font-family: ForkAwesome;
|
||||
@fa-version: "1.0.0";
|
||||
@fa-version: "1.0.1";
|
||||
@fa-border-color: #eee;
|
||||
@fa-inverse: #fff;
|
||||
@fa-li-width: (30em / 14);
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Fork Awesome 1.0.0, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
|
||||
* Fork Awesome 1.0.1, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
|
||||
* License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
*/
|
||||
|
||||
|
@ -143,7 +143,7 @@
|
||||
|
||||
|
||||
<h2 class="page-header">
|
||||
Every 1.0.0 Icon,
|
||||
Every 1.0.1 Icon,
|
||||
CSS Class, & Unicode
|
||||
</h2>
|
||||
|
||||
@ -6542,7 +6542,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -258,7 +258,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -498,7 +498,7 @@ fa-ban on fa-camera
|
||||
</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.0.0</a>
|
||||
<i class="fa fa-code-fork fa-2x pull-left"></i> Fork Awesome<br>Version 1.0.1</a>
|
||||
</p>
|
||||
<div class="margin-bottom">
|
||||
<div class="btn-group">
|
||||
@ -717,7 +717,7 @@ fa-ban on fa-camera
|
||||
<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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -120,7 +120,7 @@
|
||||
<div class="container">
|
||||
|
||||
<h1><i class="fa fa-cogs" aria-hidden="true"></i> Get Started</h1>
|
||||
<p>Easy ways to get Fork Awesome 1.0.0 onto your website</p>
|
||||
<p>Easy ways to get Fork Awesome 1.0.1 onto your website</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -167,7 +167,7 @@
|
||||
<div class="download-preprocessors" id="download-preprocessors">
|
||||
<h3>Using Sass or Less</h3>
|
||||
|
||||
<p>Use this method to customize Font Awesome 1.0.0 using Less or Sass.</p>
|
||||
<p>Use this method to customize Font Awesome 1.0.1 using Less or Sass.</p>
|
||||
<ol>
|
||||
<li>Copy the <code>fork-awesome/</code> directory into your project.</li>
|
||||
<li>
|
||||
@ -206,7 +206,7 @@
|
||||
|
||||
<h4>Need IE7 Support?</h4>
|
||||
<p>
|
||||
Sorry, Fork Awesome 1.0.0
|
||||
Sorry, Fork Awesome 1.0.1
|
||||
doesn't support IE7, but an older version of Font Awesome does (v3.2.1, if you can still find it).
|
||||
</p>
|
||||
</div>
|
||||
@ -224,7 +224,7 @@
|
||||
</h2>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<a class="btn btn-primary btn-lg btn-block" href="../assets/fork-awesome-1.0.0.zip">
|
||||
<a class="btn btn-primary btn-lg btn-block" href="../assets/fork-awesome-1.0.1.zip">
|
||||
Fork Awesome 1.0
|
||||
</a>
|
||||
<div class="row margin-bottom-lg margin-top-lg">
|
||||
@ -243,7 +243,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -188,7 +188,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -188,7 +188,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -190,7 +190,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -190,7 +190,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -190,7 +190,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -190,7 +190,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -188,7 +188,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -190,7 +190,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -188,7 +188,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -188,7 +188,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -188,7 +188,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -188,7 +188,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -188,7 +188,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -185,7 +185,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -190,7 +190,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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>
|
||||
|
@ -183,7 +183,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.0.0
|
||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.1
|
||||
<span class="hide-xs">·</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
Loading…
Reference in New Issue
Block a user