mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-24 20:41:32 +08:00
new version Sat Feb 24 14:08:55 EST 2018
This commit is contained in:
parent
53aa67412d
commit
1947c0c5c0
9
Makefile
9
Makefile
@ -21,11 +21,10 @@ build:
|
|||||||
@echo "Compiling Less files"
|
@echo "Compiling Less files"
|
||||||
@mkdir -p ${FA_CSS_DIRECTORY}
|
@mkdir -p ${FA_CSS_DIRECTORY}
|
||||||
|
|
||||||
bundle exec lessc ${FA_LESS_MODERN} > ${FA_CSS_MODERN}
|
lessc ${FA_LESS_MODERN} ${FA_CSS_MODERN}
|
||||||
bundle exec lessc --clean-css="--compatibility=ie8" ${FA_LESS_MODERN} > ${FA_CSS_MODERN_MIN}
|
lessc --clean-css="--compatibility=ie8" --source-map ${FA_CSS_MODERN} ${FA_CSS_MODERN_MIN}
|
||||||
# sass ${FA_SCSS_MODERN} ${FA_CSS_MODERN}
|
|
||||||
|
|
||||||
bundle exec lessc --clean-css="--compatibility=ie8" ${SITE_LESS} > ${SITE_CSS}
|
lessc --clean-css="--compatibility=ie8" --source-map ${SITE_LESS} ${SITE_CSS}
|
||||||
|
|
||||||
@echo "Moving CSS, LESS & SASS to /"
|
@echo "Moving CSS, LESS & SASS to /"
|
||||||
cp -r ${FA_ROOT_DIRECTORY}/ ../
|
cp -r ${FA_ROOT_DIRECTORY}/ ../
|
||||||
@ -37,7 +36,7 @@ build:
|
|||||||
mv README.md-nobuild ../README.md
|
mv README.md-nobuild ../README.md
|
||||||
|
|
||||||
@echo "Generating zip file"
|
@echo "Generating zip file"
|
||||||
cd assets && mv fork-awesome fork-awesome-1.0.6 && zip -r9 fork-awesome-1.0.6.zip fork-awesome-1.0.6 && mv fork-awesome-1.0.6 fork-awesome
|
cd assets && mv fork-awesome fork-awesome-1.0.7 && zip -r9 fork-awesome-1.0.7.zip fork-awesome-1.0.7 && mv fork-awesome-1.0.7 fork-awesome
|
||||||
|
|
||||||
# TODO: figure out why this was here and remove it if unused. It blocked running local less version
|
# TODO: figure out why this was here and remove it if unused. It blocked running local less version
|
||||||
# find .. -type f ! -perm 644 -exec chmod 644 {} \;
|
# find .. -type f ! -perm 644 -exec chmod 644 {} \;
|
||||||
|
@ -301,7 +301,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
File diff suppressed because one or more lines are too long
1
assets/css/site.css.map
Normal file
1
assets/css/site.css.map
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.0.6, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
|
* Fork Awesome 1.0.7, 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)
|
* License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
*/
|
*/
|
||||||
/* FONT PATH
|
/* FONT PATH
|
||||||
* -------------------------- */
|
* -------------------------- */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'ForkAwesome';
|
font-family: 'ForkAwesome';
|
||||||
src: url('../fonts/forkawesome-webfont.eot?v=1.0.6');
|
src: url('../fonts/forkawesome-webfont.eot?v=1.0.7');
|
||||||
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.0.6') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.0.6') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.0.6') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.0.6') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.0.6#forkawesomeregular') format('svg');
|
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.0.7') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.0.7') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.0.7') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.0.7') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.0.7#forkawesomeregular') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: 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
assets/fork-awesome/css/fork-awesome.min.css.map
Normal file
1
assets/fork-awesome/css/fork-awesome.min.css.map
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 151 KiB |
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.0.6, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
|
* Fork Awesome 1.0.7, 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)
|
* 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-line-height-base: 1;
|
||||||
@fa-css-prefix: fa;
|
@fa-css-prefix: fa;
|
||||||
@fa-font-family: ForkAwesome;
|
@fa-font-family: ForkAwesome;
|
||||||
@fa-version: "1.0.6";
|
@fa-version: "1.0.7";
|
||||||
@fa-border-color: #eee;
|
@fa-border-color: #eee;
|
||||||
@fa-inverse: #fff;
|
@fa-inverse: #fff;
|
||||||
@fa-li-width: (30em / 14);
|
@fa-li-width: (30em / 14);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.0.6, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
|
* Fork Awesome 1.0.7, 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)
|
* License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -178,7 +178,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Every 1.0.6 Icon,
|
Every 1.0.7 Icon,
|
||||||
CSS Class, & Unicode
|
CSS Class, & Unicode
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@ -6681,7 +6681,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -293,7 +293,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -533,7 +533,7 @@ fa-ban on fa-camera
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="btn btn-lg btn-success" href="#">
|
<a class="btn btn-lg btn-success" href="#">
|
||||||
<i class="fa fa-code-fork fa-2x pull-left"></i> Fork Awesome<br>Version 1.0.6</a>
|
<i class="fa fa-code-fork fa-2x pull-left"></i> Fork Awesome<br>Version 1.0.7</a>
|
||||||
</p>
|
</p>
|
||||||
<div class="margin-bottom">
|
<div class="margin-bottom">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
@ -752,7 +752,7 @@ fa-ban on fa-camera
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<h1><i class="fa fa-cogs" aria-hidden="true"></i> Get Started</h1>
|
<h1><i class="fa fa-cogs" aria-hidden="true"></i> Get Started</h1>
|
||||||
<p>Easy ways to get Fork Awesome 1.0.6 onto your website</p>
|
<p>Easy ways to get Fork Awesome 1.0.7 onto your website</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -168,7 +168,7 @@
|
|||||||
<div class="download-preprocessors" id="download-preprocessors">
|
<div class="download-preprocessors" id="download-preprocessors">
|
||||||
<h3>Using Sass or Less</h3>
|
<h3>Using Sass or Less</h3>
|
||||||
|
|
||||||
<p>Use this method to customize Font Awesome 1.0.6 using Less or Sass.</p>
|
<p>Use this method to customize Font Awesome 1.0.7 using Less or Sass.</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Copy the <code>fork-awesome/</code> directory into your project.</li>
|
<li>Copy the <code>fork-awesome/</code> directory into your project.</li>
|
||||||
<li>
|
<li>
|
||||||
@ -207,7 +207,7 @@
|
|||||||
|
|
||||||
<h4>Need IE7 Support?</h4>
|
<h4>Need IE7 Support?</h4>
|
||||||
<p>
|
<p>
|
||||||
Sorry, Fork Awesome 1.0.6
|
Sorry, Fork Awesome 1.0.7
|
||||||
doesn't support IE7, but an older version of Font Awesome does (v3.2.1, if you can still find it).
|
doesn't support IE7, but an older version of Font Awesome does (v3.2.1, if you can still find it).
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -225,7 +225,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<a class="btn btn-primary btn-lg btn-block" href="../assets/fork-awesome-1.0.6.zip">
|
<a class="btn btn-primary btn-lg btn-block" href="../assets/fork-awesome-1.0.7.zip">
|
||||||
Fork Awesome 1.0
|
Fork Awesome 1.0
|
||||||
</a>
|
</a>
|
||||||
<div class="row margin-bottom-lg margin-top-lg">
|
<div class="row margin-bottom-lg margin-top-lg">
|
||||||
@ -244,7 +244,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -189,7 +189,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -189,7 +189,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -191,7 +191,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -191,7 +191,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -191,7 +191,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -191,7 +191,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -189,7 +189,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -191,7 +191,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -189,7 +189,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -189,7 +189,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -189,7 +189,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -189,7 +189,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -186,7 +186,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -189,7 +189,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.6
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.0.7
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user