mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-24 06:00:29 +08:00
Deploy ForkAwesome/Fork-Awesome to github.com/ForkAwesome/Fork-Awesome.git:gh-pages
This commit is contained in:
parent
20a1ef17f6
commit
b75be01478
@ -307,7 +307,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
Fork Awesome 1.1.4
|
Fork Awesome 1.1.5
|
||||||
License - http://forkawesome.github.io/Fork-Awesome/license
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
Copyright 2018 Dave Gandy & Fork Awesome
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
@ -14,8 +14,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
* -------------------------- */
|
* -------------------------- */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'ForkAwesome';
|
font-family: 'ForkAwesome';
|
||||||
src: url('../fonts/forkawesome-webfont.eot?v=1.1.4');
|
src: url('../fonts/forkawesome-webfont.eot?v=1.1.5');
|
||||||
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.4') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.4') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.4') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.4') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.4#forkawesomeregular') format('svg');
|
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.5') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.5') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.5') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.5') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.5#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,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
Fork Awesome 1.1.4
|
Fork Awesome 1.1.5
|
||||||
License - http://forkawesome.github.io/Fork-Awesome/license
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
Copyright 2018 Dave Gandy & Fork Awesome
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
2
assets/fork-awesome/css/v5-compat.min.css
vendored
2
assets/fork-awesome/css/v5-compat.min.css
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
Fork Awesome 1.1.4
|
Fork Awesome 1.1.5
|
||||||
License - http://forkawesome.github.io/Fork-Awesome/license
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
Copyright 2018 Dave Gandy & Fork Awesome
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
Fork Awesome 1.1.4
|
Fork Awesome 1.1.5
|
||||||
License - http://forkawesome.github.io/Fork-Awesome/license
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
Copyright 2018 Dave Gandy & Fork Awesome
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
Fork Awesome 1.1.4
|
Fork Awesome 1.1.5
|
||||||
License - http://forkawesome.github.io/Fork-Awesome/license
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
Copyright 2018 Dave Gandy & Fork Awesome
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
@ -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.1.4";
|
@fa-version: "1.1.5";
|
||||||
@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.1.4
|
Fork Awesome 1.1.5
|
||||||
License - http://forkawesome.github.io/Fork-Awesome/license
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
Copyright 2018 Dave Gandy & Fork Awesome
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
@ -192,7 +192,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Every 1.1.4 Icon,
|
Every 1.1.5 Icon,
|
||||||
CSS Class, & Unicode
|
CSS Class, & Unicode
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@ -7127,7 +7127,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -307,7 +307,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -208,8 +208,8 @@
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Basic Icons
|
Basic Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/less/core.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/less/core.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/scss/_core.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/scss/_core.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@ -246,8 +246,8 @@
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Larger Icons
|
Larger Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/less/larger.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/less/larger.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/scss/_larger.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/scss/_larger.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -285,8 +285,8 @@
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Fixed Width Icons
|
Fixed Width Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/less/fixed-width.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/less/fixed-width.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/scss/_fixed-width.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/scss/_fixed-width.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -317,8 +317,8 @@
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
List Icons
|
List Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/less/list.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/less/list.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/scss/_list.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/scss/_list.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -346,8 +346,8 @@
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Bordered & Pulled Icons
|
Bordered & Pulled Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -375,8 +375,8 @@ current, borne back ceaselessly into the past.</code></pre></figure>
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Animated Icons
|
Animated Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/less/animated.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/less/animated.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/scss/_animated.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/scss/_animated.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -434,8 +434,8 @@ current, borne back ceaselessly into the past.</code></pre></figure>
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Rotated & Flipped
|
Rotated & Flipped
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/less/rotated-flipped.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/less/rotated-flipped.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/scss/_rotated-flipped.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/scss/_rotated-flipped.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -467,8 +467,8 @@ current, borne back ceaselessly into the past.</code></pre></figure>
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Stacked Icons
|
Stacked Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/less/stacked.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/less/stacked.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.4/scss/_stacked.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.5/scss/_stacked.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -539,7 +539,7 @@ fa-ban on fa-camera</code></pre></figure>
|
|||||||
</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.1.4</a>
|
<i class="fa fa-code-fork fa-2x pull-left"></i> Fork Awesome<br>Version 1.1.5</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</code></pre></figure>
|
|||||||
<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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -135,7 +135,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.1.4 onto your website</p>
|
<p>Easy ways to get Fork Awesome 1.1.5 onto your website</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -151,7 +151,7 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<p>The simplest way to get Fork Awesome in your project is to copy the line below in between the <code><head></code> tags of your HTML source files. Then check the <a href="../examples/">examples</a> to start displaying icons.
|
<p>The simplest way to get Fork Awesome in your project is to copy the line below in between the <code><head></code> tags of your HTML source files. Then check the <a href="../examples/">examples</a> to start displaying icons.
|
||||||
<p>
|
<p>
|
||||||
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://cdn.jsdelivr.net/npm/fork-awesome@1.1.4/css/fork-awesome.min.css"</span> <span class="na">integrity=</span><span class="s">"sha256-m5B3nxcqFp6DnNeyp3MFq4tT5OELnN5zohO9bVL0HMs="</span> <span class="na">crossorigin=</span><span class="s">"anonymous"</span><span class="nt">></span></code></pre></figure>
|
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://cdn.jsdelivr.net/npm/fork-awesome@1.1.5/css/fork-awesome.min.css"</span> <span class="na">integrity=</span><span class="s">"sha256-P64qV9gULPHiZTdrS1nM59toStkgjM0dsf5mK/UwBV4="</span> <span class="na">crossorigin=</span><span class="s">"anonymous"</span><span class="nt">></span></code></pre></figure>
|
||||||
</p>
|
</p>
|
||||||
<p>Thanks to <a href="https://www.jsdelivr.com/package/npm/fork-awesome">jsDelivr</a> for providing the CDN for Fork Awesome</p>
|
<p>Thanks to <a href="https://www.jsdelivr.com/package/npm/fork-awesome">jsDelivr</a> for providing the CDN for Fork Awesome</p>
|
||||||
</div>
|
</div>
|
||||||
@ -199,7 +199,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 Fork Awesome 1.1.4 using Less or Sass.</p>
|
<p>Use this method to customize Fork Awesome 1.1.5 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>
|
||||||
@ -257,7 +257,7 @@
|
|||||||
|
|
||||||
<h4>Need IE7 Support?</h4>
|
<h4>Need IE7 Support?</h4>
|
||||||
<p>
|
<p>
|
||||||
Sorry, Fork Awesome 1.1.4
|
Sorry, Fork Awesome 1.1.5
|
||||||
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>
|
||||||
@ -275,8 +275,8 @@
|
|||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<a class="btn btn-primary btn-lg btn-block" href="https://github.com/ForkAwesome/Fork-Awesome/archive/1.1.4.zip">
|
<a class="btn btn-primary btn-lg btn-block" href="https://github.com/ForkAwesome/Fork-Awesome/archive/1.1.5.zip">
|
||||||
Fork Awesome 1.1.4
|
Fork Awesome 1.1.5
|
||||||
</a>
|
</a>
|
||||||
<div class="row margin-bottom-lg margin-top-lg">
|
<div class="row margin-bottom-lg margin-top-lg">
|
||||||
<div class="col-md-12 text-center">
|
<div class="col-md-12 text-center">
|
||||||
@ -294,7 +294,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -202,7 +202,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -202,7 +202,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -204,7 +204,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -204,7 +204,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -204,7 +204,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -204,7 +204,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -202,7 +202,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -204,7 +204,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -202,7 +202,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -202,7 +202,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -202,7 +202,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -202,7 +202,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -199,7 +199,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -202,7 +202,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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>
|
||||||
|
@ -197,7 +197,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.1.4
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.5
|
||||||
<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