mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-25 13:01:31 +08:00
update 'documentation' website after v1.2 release
This commit is contained in:
parent
ef37666d41
commit
4be9a32506
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>Fork Awesome & Accessibility</title>
|
<title>Fork Awesome & Accessibility</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -196,8 +195,8 @@
|
|||||||
|
|
||||||
<div class="margin-bottom-lg">
|
<div class="margin-bottom-lg">
|
||||||
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><h1</span> <span class="na">class=</span><span class="s">"logo"</span><span class="nt">></span>
|
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><h1</span> <span class="na">class=</span><span class="s">"logo"</span><span class="nt">></span>
|
||||||
<span class="nt"><i</span> <span class="na">class=</span><span class="s">"fa fa-pied-piper"</span> <span class="na">aria-hidden=</span><span class="s">"true"</span><span class="nt">></i></span>
|
<span class="nt"><i</span> <span class="na">class=</span><span class="s">"fa fa-fork-awesome"</span> <span class="na">aria-hidden=</span><span class="s">"true"</span><span class="nt">></i></span>
|
||||||
Pied Piper, A Middle-Out Compression Solution Making Data Storage Problems Smaller
|
Fork Awesome, a fork of the iconic font and CSS toolkit
|
||||||
<span class="nt"></h1></span></code></pre></figure>
|
<span class="nt"></h1></span></code></pre></figure>
|
||||||
<small class="text-muted">an icon being used as a logo</small>
|
<small class="text-muted">an icon being used as a logo</small>
|
||||||
</div>
|
</div>
|
||||||
@ -307,7 +306,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
Fork Awesome 1.1.7
|
Fork Awesome 1.2.0
|
||||||
License - https://forkaweso.me/Fork-Awesome/license
|
License - https://forkaweso.me/Fork-Awesome/license
|
||||||
|
|
||||||
Copyright 2018 Dave Gandy & Fork Awesome
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
@ -14,10 +14,11 @@ 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.7');
|
src: url('../fonts/forkawesome-webfont.eot?v=1.2.0');
|
||||||
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.7') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.7') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.7') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.7') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular') format('svg');
|
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.2.0') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.2.0') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.2.0') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.2.0') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.2.0#forkawesomeregular') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: block;
|
||||||
}
|
}
|
||||||
.fa {
|
.fa {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -68,9 +69,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
left: -1.85714286em;
|
left: -1.85714286em;
|
||||||
}
|
}
|
||||||
.fa-border {
|
.fa-border {
|
||||||
padding: .2em .25em .15em;
|
padding: 0.2em 0.25em 0.15em;
|
||||||
border: solid 0.08em #eee;
|
border: solid 0.08em #eee;
|
||||||
border-radius: .1em;
|
border-radius: 0.1em;
|
||||||
}
|
}
|
||||||
.fa-pull-left {
|
.fa-pull-left {
|
||||||
float: left;
|
float: left;
|
||||||
@ -79,10 +80,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.fa.fa-pull-left {
|
.fa.fa-pull-left {
|
||||||
margin-right: .3em;
|
margin-right: 0.3em;
|
||||||
}
|
}
|
||||||
.fa.fa-pull-right {
|
.fa.fa-pull-right {
|
||||||
margin-left: .3em;
|
margin-left: 0.3em;
|
||||||
}
|
}
|
||||||
/* Deprecated as of 4.4.0 */
|
/* Deprecated as of 4.4.0 */
|
||||||
.pull-right {
|
.pull-right {
|
||||||
@ -92,10 +93,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.fa.pull-left {
|
.fa.pull-left {
|
||||||
margin-right: .3em;
|
margin-right: 0.3em;
|
||||||
}
|
}
|
||||||
.fa.pull-right {
|
.fa.pull-right {
|
||||||
margin-left: .3em;
|
margin-left: 0.3em;
|
||||||
}
|
}
|
||||||
.fa-spin {
|
.fa-spin {
|
||||||
-webkit-animation: fa-spin 2s infinite linear;
|
-webkit-animation: fa-spin 2s infinite linear;
|
||||||
@ -2552,6 +2553,165 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||||||
.fa-biometric:before {
|
.fa-biometric:before {
|
||||||
content: "\f32b";
|
content: "\f32b";
|
||||||
}
|
}
|
||||||
|
.fa-wire:before {
|
||||||
|
content: "\f32c";
|
||||||
|
}
|
||||||
|
.fa-tor-onion:before {
|
||||||
|
content: "\f32e";
|
||||||
|
}
|
||||||
|
.fa-volume-mute:before {
|
||||||
|
content: "\f32f";
|
||||||
|
}
|
||||||
|
.fa-bell-ringing:before {
|
||||||
|
content: "\f32d";
|
||||||
|
}
|
||||||
|
.fa-bell-ringing-o:before {
|
||||||
|
content: "\f330";
|
||||||
|
}
|
||||||
|
.fa-hal:before {
|
||||||
|
content: "\f333";
|
||||||
|
}
|
||||||
|
.fa-jupyter:before {
|
||||||
|
content: "\f335";
|
||||||
|
}
|
||||||
|
.fa-julia:before {
|
||||||
|
content: "\f334";
|
||||||
|
}
|
||||||
|
.fa-classicpress:before {
|
||||||
|
content: "\f331";
|
||||||
|
}
|
||||||
|
.fa-classicpress-circle:before {
|
||||||
|
content: "\f332";
|
||||||
|
}
|
||||||
|
.fa-open-collective:before {
|
||||||
|
content: "\f336";
|
||||||
|
}
|
||||||
|
.fa-orcid:before {
|
||||||
|
content: "\f337";
|
||||||
|
}
|
||||||
|
.fa-researchgate:before {
|
||||||
|
content: "\f338";
|
||||||
|
}
|
||||||
|
.fa-funkwhale:before {
|
||||||
|
content: "\f339";
|
||||||
|
}
|
||||||
|
.fa-askfm:before {
|
||||||
|
content: "\f33a";
|
||||||
|
}
|
||||||
|
.fa-blockstack:before {
|
||||||
|
content: "\f33b";
|
||||||
|
}
|
||||||
|
.fa-boardgamegeek:before {
|
||||||
|
content: "\f33c";
|
||||||
|
}
|
||||||
|
.fa-bunny:before {
|
||||||
|
content: "\f35f";
|
||||||
|
}
|
||||||
|
.fa-buymeacoffee:before {
|
||||||
|
content: "\f33d";
|
||||||
|
}
|
||||||
|
.fa-cc-by:before {
|
||||||
|
content: "\f33e";
|
||||||
|
}
|
||||||
|
.fa-creative-commons-alt:before,
|
||||||
|
.fa-cc-cc:before {
|
||||||
|
content: "\f33f";
|
||||||
|
}
|
||||||
|
.fa-cc-nc-eu:before {
|
||||||
|
content: "\f341";
|
||||||
|
}
|
||||||
|
.fa-cc-nc-jp:before {
|
||||||
|
content: "\f342";
|
||||||
|
}
|
||||||
|
.fa-cc-nc:before {
|
||||||
|
content: "\f340";
|
||||||
|
}
|
||||||
|
.fa-cc-nd:before {
|
||||||
|
content: "\f343";
|
||||||
|
}
|
||||||
|
.fa-cc-pd:before {
|
||||||
|
content: "\f344";
|
||||||
|
}
|
||||||
|
.fa-cc-remix:before {
|
||||||
|
content: "\f345";
|
||||||
|
}
|
||||||
|
.fa-cc-sa:before {
|
||||||
|
content: "\f346";
|
||||||
|
}
|
||||||
|
.fa-cc-share:before {
|
||||||
|
content: "\f347";
|
||||||
|
}
|
||||||
|
.fa-cc-zero:before {
|
||||||
|
content: "\f348";
|
||||||
|
}
|
||||||
|
.fa-conway-hacker:before,
|
||||||
|
.fa-conway-glider:before {
|
||||||
|
content: "\f349";
|
||||||
|
}
|
||||||
|
.fa-csharp:before {
|
||||||
|
content: "\f34a";
|
||||||
|
}
|
||||||
|
.fa-email-bulk:before {
|
||||||
|
content: "\f34b";
|
||||||
|
}
|
||||||
|
.fa-email-bulk-o:before {
|
||||||
|
content: "\f34c";
|
||||||
|
}
|
||||||
|
.fa-gnu:before {
|
||||||
|
content: "\f34d";
|
||||||
|
}
|
||||||
|
.fa-google-play:before {
|
||||||
|
content: "\f34e";
|
||||||
|
}
|
||||||
|
.fa-heroku:before {
|
||||||
|
content: "\f34f";
|
||||||
|
}
|
||||||
|
.fa-hassio:before,
|
||||||
|
.fa-home-assistant:before {
|
||||||
|
content: "\f350";
|
||||||
|
}
|
||||||
|
.fa-java:before {
|
||||||
|
content: "\f351";
|
||||||
|
}
|
||||||
|
.fa-mariadb:before {
|
||||||
|
content: "\f352";
|
||||||
|
}
|
||||||
|
.fa-markdown:before {
|
||||||
|
content: "\f353";
|
||||||
|
}
|
||||||
|
.fa-mysql:before {
|
||||||
|
content: "\f354";
|
||||||
|
}
|
||||||
|
.fa-nordcast:before {
|
||||||
|
content: "\f355";
|
||||||
|
}
|
||||||
|
.fa-plume:before {
|
||||||
|
content: "\f356";
|
||||||
|
}
|
||||||
|
.fa-postgresql:before {
|
||||||
|
content: "\f357";
|
||||||
|
}
|
||||||
|
.fa-sass-alt:before {
|
||||||
|
content: "\f359";
|
||||||
|
}
|
||||||
|
.fa-sass:before {
|
||||||
|
content: "\f358";
|
||||||
|
}
|
||||||
|
.fa-skate:before {
|
||||||
|
content: "\f35a";
|
||||||
|
}
|
||||||
|
.fa-sketchfab:before {
|
||||||
|
content: "\f35b";
|
||||||
|
}
|
||||||
|
.fa-tex:before {
|
||||||
|
content: "\f35c";
|
||||||
|
}
|
||||||
|
.fa-textpattern:before {
|
||||||
|
content: "\f35d";
|
||||||
|
}
|
||||||
|
.fa-unity:before {
|
||||||
|
content: "\f35e";
|
||||||
|
}
|
||||||
.sr-only {
|
.sr-only {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
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
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
Fork Awesome 1.1.7
|
Fork Awesome 1.2.0
|
||||||
License - https://forkaweso.me/Fork-Awesome/license
|
License - https://forkaweso.me/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.7
|
Fork Awesome 1.2.0
|
||||||
License - https://forkaweso.me/Fork-Awesome/license
|
License - https://forkaweso.me/Fork-Awesome/license
|
||||||
|
|
||||||
Copyright 2018 Dave Gandy & Fork Awesome
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
@ -1 +1 @@
|
|||||||
{"version":3,"sources":["v5-compat.css"],"names":[],"mappings":";;;;;;;;;;;AAaA,KACA,KAFA,KAGE,QAAA,aACA,KAAA,OAAA,OAAA,OAAA,KAAA,EAAA,YACA,UAAA,QACA,eAAA,KACA,uBAAA,YACA,wBAAA,UAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEuB,iCACvB,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEwB,kCACxB,QAAA,QAEsB,gCACtB,QAAA,QAEiB,2BACjB,QAAA,QAEiB,2BACjB,QAAA,QAEe,yBACf,QAAA,QAEkB,4BAClB,QAAA,QAEuB,iCACvB,QAAA,QAE8B,wCAC9B,QAAA,QAEiB,2BACjB,QAAA,QAEgB,0BAChB,QAAA,QAEmB,6BACnB,QAAA,QAEiB,2BACjB,QAAA,QAEgB,0BAChB,QAAA,QAEc,wBACd,QAAA,QAEoB,8BACpB,QAAA,QAEkB,4BAClB,QAAA,QAEgB,0BAChB,QAAA,QAEyB,mCACzB,QAAA,QAEyB,mCACzB,QAAA,QAE0B,oCAC1B,QAAA,QAEuB,iCACvB,QAAA,QAEoB,8BACpB,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEe,yBACf,QAAA,QAEc,wBACd,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEiB,2BACjB,QAAA,QAEkB,4BAClB,QAAA,QAEe,yBACf,QAAA,QAEgB,0BAChB,QAAA,QAEoB,8BACpB,QAAA,QAEe,yBACf,QAAA,QAEgB,0BAChB,QAAA,QAEe,yBACf,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEc,wBACd,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAE2B,qCAC3B,QAAA,QAE2B,qCAC3B,QAAA,QAE4B,sCAC5B,QAAA,QAEyB,mCACzB,QAAA,QAEU,oBACV,QAAA,QAEgB,0BAChB,QAAA,QAEc,wBACd,QAAA,QAEc,wBACd,QAAA,QAEoB,8BACpB,QAAA,QAEoB,8BACpB,QAAA,QAEc,wBACd,QAAA,QAEmB,6BACnB,QAAA,QAEoB,8BACpB,QAAA,QAEuB,iCACvB,QAAA,QAEuB,iCACvB,QAAA,QAEwB,kCACxB,QAAA,QAEqB,+BACrB,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEY,sBACZ,QAAA,QAEW,qBACX,QAAA,QAEa,uBACb,QAAA,QAEkB,4BAClB,QAAA,QAEc,wBACd,QAAA,QAEgB,0BAChB,QAAA,QAEa,uBACb,QAAA,QAEc,wBACd,QAAA,QAEmB,6BACnB,QAAA,QAEkB,4BAClB,QAAA,QAEgB,0BAChB,QAAA,QAEe,yBACf,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEU,oBACA,oBACV,QAAA,QAEc,wBACd,QAAA,QAEqB,+BACrB,QAAA,QAEc,wBACd,QAAA,QAEe,yBACf,QAAA,QAEU,oBACV,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEiB,2BACjB,QAAA,QAEW,qBACX,QAAA,QAEY,sBACZ,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEqB,+BACrB,QAAA,QAEqB,+BACrB,QAAA,QAEsB,gCACtB,QAAA,QAEmB,6BACnB,QAAA,QAEgB,0BAChB,QAAA,OAEkB,4BAClB,QAAA,QAEmB,6BACnB,QAAA,QAEgB,0BAChB,QAAA,QAEe,yBACf,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAEc,wBACd,QAAA,QAEe,yBACf,QAAA,QAEa,uBACb,QAAA,QAEc,wBACd,QAAA,QAEW,qBACX,QAAA,QAEe,yBACf,QAAA,QAES,mBACT,QAAA,QAEkB,4BAClB,QAAA,QAEoB,8BACpB,QAAA,QAEU,oBACV,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEkB,4BAClB,QAAA,QAEU,oBACV,QAAA,QAEW,qBACX,QAAA,QAEiB,2BACjB,QAAA,QAEiB,2BACjB,QAAA,QAEqB,+BACrB,QAAA,QAEkB,4BAClB,QAAA,QAEW,qBACX,QAAA,QAEe,yBACf,QAAA,QAEY,sBACZ,QAAA,QAEe,yBACf,QAAA,QAEU,oBACV,QAAA,QAEiB,2BACjB,QAAA,QAEiB,2BACjB,QAAA,QAES,mBACT,QAAA,QAEiB,2BACjB,QAAA,QAEe,yBACf,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEU,oBACV,QAAA"}
|
{"version":3,"sources":["$stdin"],"names":[],"mappings":"AAAA;;;;;;;;;;;AAaA,KACA,KAFA,KAGE,QAAS,aACT,KAAM,OAAO,OAAO,OAAO,IAAI,CAAC,EAAE,YAClC,UAAW,QACX,eAAgB,KAChB,uBAAwB,YACxB,wBAAyB,UAE3B,0BACE,QAAS,QAEX,0BACE,QAAS,QAEX,iCACE,QAAS,QAEX,4BACE,QAAS,QAEX,4BACE,QAAS,QAEX,4BACE,QAAS,QAEX,4BACE,QAAS,QAEX,kCACE,QAAS,QAEX,gCACE,QAAS,QAEX,2BACE,QAAS,QAEX,2BACE,QAAS,QAEX,yBACE,QAAS,QAEX,4BACE,QAAS,QAEX,iCACE,QAAS,QAEX,wCACE,QAAS,QAEX,2BACE,QAAS,QAEX,0BACE,QAAS,QAEX,6BACE,QAAS,QAEX,2BACE,QAAS,QAEX,0BACE,QAAS,QAEX,wBACE,QAAS,QAEX,8BACE,QAAS,QAEX,4BACE,QAAS,QAEX,0BACE,QAAS,QAEX,mCACE,QAAS,QAEX,mCACE,QAAS,QAEX,oCACE,QAAS,QAEX,iCACE,QAAS,QAEX,8BACE,QAAS,QAEX,0BACE,QAAS,QAEX,0BACE,QAAS,QAEX,0BACE,QAAS,QAEX,yBACE,QAAS,QAEX,wBACE,QAAS,QAEX,0BACE,QAAS,QAEX,0BACE,QAAS,QAEX,2BACE,QAAS,QAEX,4BACE,QAAS,QAEX,yBACE,QAAS,QAEX,0BACE,QAAS,QAEX,8BACE,QAAS,QAEX,yBACE,QAAS,QAEX,0BACE,QAAS,QAEX,yBACE,QAAS,QAEX,yBACE,QAAS,QAEX,2BACE,QAAS,QAEX,wBACE,QAAS,QAEX,4BACE,QAAS,QAEX,4BACE,QAAS,QAEX,qCACE,QAAS,QAEX,qCACE,QAAS,QAEX,sCACE,QAAS,QAEX,mCACE,QAAS,QAEX,oBACE,QAAS,QAEX,0BACE,QAAS,QAEX,wBACE,QAAS,QAEX,wBACE,QAAS,QAEX,8BACE,QAAS,QAEX,8BACE,QAAS,QAEX,wBACE,QAAS,QAEX,6BACE,QAAS,QAEX,8BACE,QAAS,QAEX,iCACE,QAAS,QAEX,iCACE,QAAS,QAEX,kCACE,QAAS,QAEX,+BACE,QAAS,QAEX,4BACE,QAAS,QAEX,4BACE,QAAS,QAEX,sBACE,QAAS,QAEX,qBACE,QAAS,QAEX,uBACE,QAAS,QAEX,4BACE,QAAS,QAEX,wBACE,QAAS,QAEX,0BACE,QAAS,QAEX,uBACE,QAAS,QAEX,wBACE,QAAS,QAEX,6BACE,QAAS,QAEX,4BACE,QAAS,QAEX,0BACE,QAAS,QAEX,yBACE,QAAS,QAEX,0BACE,QAAS,QAEX,0BACE,QAAS,QAEX,0BACE,QAAS,QAEX,oBACA,oBACE,QAAS,QAEX,wBACE,QAAS,QAEX,+BACE,QAAS,QAEX,wBACE,QAAS,QAEX,yBACE,QAAS,QAEX,oBACE,QAAS,QAEX,oBACE,QAAS,QAEX,sBACE,QAAS,QAEX,2BACE,QAAS,QAEX,qBACE,QAAS,QAEX,sBACE,QAAS,QAEX,yBACE,QAAS,QAEX,2BACE,QAAS,QAEX,+BACE,QAAS,QAEX,+BACE,QAAS,QAEX,gCACE,QAAS,QAEX,6BACE,QAAS,QAEX,0BACE,QAAS,OAEX,4BACE,QAAS,QAEX,6BACE,QAAS,QAEX,0BACE,QAAS,QAEX,yBACE,QAAS,QAEX,mBACE,QAAS,QAEX,qBACE,QAAS,QAEX,wBACE,QAAS,QAEX,yBACE,QAAS,QAEX,uBACE,QAAS,QAEX,wBACE,QAAS,QAEX,qBACE,QAAS,QAEX,yBACE,QAAS,QAEX,mBACE,QAAS,QAEX,4BACE,QAAS,QAEX,8BACE,QAAS,QAEX,oBACE,QAAS,QAEX,yBACE,QAAS,QAEX,2BACE,QAAS,QAEX,4BACE,QAAS,QAEX,oBACE,QAAS,QAEX,qBACE,QAAS,QAEX,2BACE,QAAS,QAEX,2BACE,QAAS,QAEX,+BACE,QAAS,QAEX,4BACE,QAAS,QAEX,qBACE,QAAS,QAEX,yBACE,QAAS,QAEX,sBACE,QAAS,QAEX,yBACE,QAAS,QAEX,oBACE,QAAS,QAEX,2BACE,QAAS,QAEX,2BACE,QAAS,QAEX,mBACE,QAAS,QAEX,2BACE,QAAS,QAEX,yBACE,QAAS,QAEX,4BACE,QAAS,QAEX,4BACE,QAAS,QAEX,yBACE,QAAS,QAEX,2BACE,QAAS,QAEX,oBACE,QAAS"}
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 470 KiB After Width: | Height: | Size: 545 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
Fork Awesome 1.1.7
|
Fork Awesome 1.2.0
|
||||||
License - https://forkaweso.me/Fork-Awesome/license
|
License - https://forkaweso.me/Fork-Awesome/license
|
||||||
|
|
||||||
Copyright 2018 Dave Gandy & Fork Awesome
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
@ -877,3 +877,58 @@
|
|||||||
.@{fa-css-prefix}-sun:before { content: @fa-var-sun; }
|
.@{fa-css-prefix}-sun:before { content: @fa-var-sun; }
|
||||||
.@{fa-css-prefix}-f-droid:before { content: @fa-var-f-droid; }
|
.@{fa-css-prefix}-f-droid:before { content: @fa-var-f-droid; }
|
||||||
.@{fa-css-prefix}-biometric:before { content: @fa-var-biometric; }
|
.@{fa-css-prefix}-biometric:before { content: @fa-var-biometric; }
|
||||||
|
.@{fa-css-prefix}-wire:before { content: @fa-var-wire; }
|
||||||
|
.@{fa-css-prefix}-tor-onion:before { content: @fa-var-tor-onion; }
|
||||||
|
.@{fa-css-prefix}-volume-mute:before { content: @fa-var-volume-mute; }
|
||||||
|
.@{fa-css-prefix}-bell-ringing:before { content: @fa-var-bell-ringing; }
|
||||||
|
.@{fa-css-prefix}-bell-ringing-o:before { content: @fa-var-bell-ringing-o; }
|
||||||
|
.@{fa-css-prefix}-hal:before { content: @fa-var-hal; }
|
||||||
|
.@{fa-css-prefix}-jupyter:before { content: @fa-var-jupyter; }
|
||||||
|
.@{fa-css-prefix}-julia:before { content: @fa-var-julia; }
|
||||||
|
.@{fa-css-prefix}-classicpress:before { content: @fa-var-classicpress; }
|
||||||
|
.@{fa-css-prefix}-classicpress-circle:before { content: @fa-var-classicpress-circle; }
|
||||||
|
.@{fa-css-prefix}-open-collective:before { content: @fa-var-open-collective; }
|
||||||
|
.@{fa-css-prefix}-orcid:before { content: @fa-var-orcid; }
|
||||||
|
.@{fa-css-prefix}-researchgate:before { content: @fa-var-researchgate; }
|
||||||
|
.@{fa-css-prefix}-funkwhale:before { content: @fa-var-funkwhale; }
|
||||||
|
.@{fa-css-prefix}-askfm:before { content: @fa-var-askfm; }
|
||||||
|
.@{fa-css-prefix}-blockstack:before { content: @fa-var-blockstack; }
|
||||||
|
.@{fa-css-prefix}-boardgamegeek:before { content: @fa-var-boardgamegeek; }
|
||||||
|
.@{fa-css-prefix}-bunny:before { content: @fa-var-bunny; }
|
||||||
|
.@{fa-css-prefix}-buymeacoffee:before { content: @fa-var-buymeacoffee; }
|
||||||
|
.@{fa-css-prefix}-cc-by:before { content: @fa-var-cc-by; }
|
||||||
|
.@{fa-css-prefix}-creative-commons-alt:before,
|
||||||
|
.@{fa-css-prefix}-cc-cc:before { content: @fa-var-cc-cc; }
|
||||||
|
.@{fa-css-prefix}-cc-nc-eu:before { content: @fa-var-cc-nc-eu; }
|
||||||
|
.@{fa-css-prefix}-cc-nc-jp:before { content: @fa-var-cc-nc-jp; }
|
||||||
|
.@{fa-css-prefix}-cc-nc:before { content: @fa-var-cc-nc; }
|
||||||
|
.@{fa-css-prefix}-cc-nd:before { content: @fa-var-cc-nd; }
|
||||||
|
.@{fa-css-prefix}-cc-pd:before { content: @fa-var-cc-pd; }
|
||||||
|
.@{fa-css-prefix}-cc-remix:before { content: @fa-var-cc-remix; }
|
||||||
|
.@{fa-css-prefix}-cc-sa:before { content: @fa-var-cc-sa; }
|
||||||
|
.@{fa-css-prefix}-cc-share:before { content: @fa-var-cc-share; }
|
||||||
|
.@{fa-css-prefix}-cc-zero:before { content: @fa-var-cc-zero; }
|
||||||
|
.@{fa-css-prefix}-conway-hacker:before,
|
||||||
|
.@{fa-css-prefix}-conway-glider:before { content: @fa-var-conway-glider; }
|
||||||
|
.@{fa-css-prefix}-csharp:before { content: @fa-var-csharp; }
|
||||||
|
.@{fa-css-prefix}-email-bulk:before { content: @fa-var-email-bulk; }
|
||||||
|
.@{fa-css-prefix}-email-bulk-o:before { content: @fa-var-email-bulk-o; }
|
||||||
|
.@{fa-css-prefix}-gnu:before { content: @fa-var-gnu; }
|
||||||
|
.@{fa-css-prefix}-google-play:before { content: @fa-var-google-play; }
|
||||||
|
.@{fa-css-prefix}-heroku:before { content: @fa-var-heroku; }
|
||||||
|
.@{fa-css-prefix}-hassio:before,
|
||||||
|
.@{fa-css-prefix}-home-assistant:before { content: @fa-var-home-assistant; }
|
||||||
|
.@{fa-css-prefix}-java:before { content: @fa-var-java; }
|
||||||
|
.@{fa-css-prefix}-mariadb:before { content: @fa-var-mariadb; }
|
||||||
|
.@{fa-css-prefix}-markdown:before { content: @fa-var-markdown; }
|
||||||
|
.@{fa-css-prefix}-mysql:before { content: @fa-var-mysql; }
|
||||||
|
.@{fa-css-prefix}-nordcast:before { content: @fa-var-nordcast; }
|
||||||
|
.@{fa-css-prefix}-plume:before { content: @fa-var-plume; }
|
||||||
|
.@{fa-css-prefix}-postgresql:before { content: @fa-var-postgresql; }
|
||||||
|
.@{fa-css-prefix}-sass-alt:before { content: @fa-var-sass-alt; }
|
||||||
|
.@{fa-css-prefix}-sass:before { content: @fa-var-sass; }
|
||||||
|
.@{fa-css-prefix}-skate:before { content: @fa-var-skate; }
|
||||||
|
.@{fa-css-prefix}-sketchfab:before { content: @fa-var-sketchfab; }
|
||||||
|
.@{fa-css-prefix}-tex:before { content: @fa-var-tex; }
|
||||||
|
.@{fa-css-prefix}-textpattern:before { content: @fa-var-textpattern; }
|
||||||
|
.@{fa-css-prefix}-unity:before { content: @fa-var-unity; }
|
||||||
|
@ -12,4 +12,5 @@
|
|||||||
// src: url('@{fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts
|
// src: url('@{fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: block;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
Fork Awesome 1.1.7
|
Fork Awesome 1.2.0
|
||||||
License - https://forkaweso.me/Fork-Awesome/license
|
License - https://forkaweso.me/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.7";
|
@fa-version: "1.2.0";
|
||||||
@fa-border-color: #eee;
|
@fa-border-color: #eee;
|
||||||
@fa-inverse: #fff;
|
@fa-inverse: #fff;
|
||||||
@fa-li-width: (30em / 14);
|
@fa-li-width: (30em / 14);
|
||||||
@ -59,6 +59,7 @@
|
|||||||
@fa-var-arrows-h: "\f07e";
|
@fa-var-arrows-h: "\f07e";
|
||||||
@fa-var-arrows-v: "\f07d";
|
@fa-var-arrows-v: "\f07d";
|
||||||
@fa-var-artstation: "\f2ed";
|
@fa-var-artstation: "\f2ed";
|
||||||
|
@fa-var-askfm: "\f33a";
|
||||||
@fa-var-asl-interpreting: "\f2a3";
|
@fa-var-asl-interpreting: "\f2a3";
|
||||||
@fa-var-assistive-listening-systems: "\f2a2";
|
@fa-var-assistive-listening-systems: "\f2a2";
|
||||||
@fa-var-asterisk: "\f069";
|
@fa-var-asterisk: "\f069";
|
||||||
@ -94,6 +95,8 @@
|
|||||||
@fa-var-behance-square: "\f1b5";
|
@fa-var-behance-square: "\f1b5";
|
||||||
@fa-var-bell: "\f0a2";
|
@fa-var-bell: "\f0a2";
|
||||||
@fa-var-bell-o: "\f0f3";
|
@fa-var-bell-o: "\f0f3";
|
||||||
|
@fa-var-bell-ringing: "\f32d";
|
||||||
|
@fa-var-bell-ringing-o: "\f330";
|
||||||
@fa-var-bell-slash: "\f1f6";
|
@fa-var-bell-slash: "\f1f6";
|
||||||
@fa-var-bell-slash-o: "\f1f7";
|
@fa-var-bell-slash-o: "\f1f7";
|
||||||
@fa-var-bicycle: "\f206";
|
@fa-var-bicycle: "\f206";
|
||||||
@ -105,8 +108,10 @@
|
|||||||
@fa-var-bitcoin: "\f15a";
|
@fa-var-bitcoin: "\f15a";
|
||||||
@fa-var-black-tie: "\f27e";
|
@fa-var-black-tie: "\f27e";
|
||||||
@fa-var-blind: "\f29d";
|
@fa-var-blind: "\f29d";
|
||||||
|
@fa-var-blockstack: "\f33b";
|
||||||
@fa-var-bluetooth: "\f293";
|
@fa-var-bluetooth: "\f293";
|
||||||
@fa-var-bluetooth-b: "\f294";
|
@fa-var-bluetooth-b: "\f294";
|
||||||
|
@fa-var-boardgamegeek: "\f33c";
|
||||||
@fa-var-bold: "\f032";
|
@fa-var-bold: "\f032";
|
||||||
@fa-var-bolt: "\f0e7";
|
@fa-var-bolt: "\f0e7";
|
||||||
@fa-var-bomb: "\f1e2";
|
@fa-var-bomb: "\f1e2";
|
||||||
@ -122,7 +127,9 @@
|
|||||||
@fa-var-building-o: "\f0f7";
|
@fa-var-building-o: "\f0f7";
|
||||||
@fa-var-bullhorn: "\f0a1";
|
@fa-var-bullhorn: "\f0a1";
|
||||||
@fa-var-bullseye: "\f140";
|
@fa-var-bullseye: "\f140";
|
||||||
|
@fa-var-bunny: "\f35f";
|
||||||
@fa-var-bus: "\f207";
|
@fa-var-bus: "\f207";
|
||||||
|
@fa-var-buymeacoffee: "\f33d";
|
||||||
@fa-var-buysellads: "\f20d";
|
@fa-var-buysellads: "\f20d";
|
||||||
@fa-var-c: "\f31c";
|
@fa-var-c: "\f31c";
|
||||||
@fa-var-cab: "\f1ba";
|
@fa-var-cab: "\f1ba";
|
||||||
@ -148,13 +155,24 @@
|
|||||||
@fa-var-cart-plus: "\f217";
|
@fa-var-cart-plus: "\f217";
|
||||||
@fa-var-cc: "\f20a";
|
@fa-var-cc: "\f20a";
|
||||||
@fa-var-cc-amex: "\f1f3";
|
@fa-var-cc-amex: "\f1f3";
|
||||||
|
@fa-var-cc-by: "\f33e";
|
||||||
|
@fa-var-cc-cc: "\f33f";
|
||||||
@fa-var-cc-diners-club: "\f24c";
|
@fa-var-cc-diners-club: "\f24c";
|
||||||
@fa-var-cc-discover: "\f1f2";
|
@fa-var-cc-discover: "\f1f2";
|
||||||
@fa-var-cc-jcb: "\f24b";
|
@fa-var-cc-jcb: "\f24b";
|
||||||
@fa-var-cc-mastercard: "\f1f1";
|
@fa-var-cc-mastercard: "\f1f1";
|
||||||
|
@fa-var-cc-nc: "\f340";
|
||||||
|
@fa-var-cc-nc-eu: "\f341";
|
||||||
|
@fa-var-cc-nc-jp: "\f342";
|
||||||
|
@fa-var-cc-nd: "\f343";
|
||||||
@fa-var-cc-paypal: "\f1f4";
|
@fa-var-cc-paypal: "\f1f4";
|
||||||
|
@fa-var-cc-pd: "\f344";
|
||||||
|
@fa-var-cc-remix: "\f345";
|
||||||
|
@fa-var-cc-sa: "\f346";
|
||||||
|
@fa-var-cc-share: "\f347";
|
||||||
@fa-var-cc-stripe: "\f1f5";
|
@fa-var-cc-stripe: "\f1f5";
|
||||||
@fa-var-cc-visa: "\f1f0";
|
@fa-var-cc-visa: "\f1f0";
|
||||||
|
@fa-var-cc-zero: "\f348";
|
||||||
@fa-var-certificate: "\f0a3";
|
@fa-var-certificate: "\f0a3";
|
||||||
@fa-var-chain: "\f0c1";
|
@fa-var-chain: "\f0c1";
|
||||||
@fa-var-chain-broken: "\f127";
|
@fa-var-chain-broken: "\f127";
|
||||||
@ -177,6 +195,8 @@
|
|||||||
@fa-var-circle-o: "\f10c";
|
@fa-var-circle-o: "\f10c";
|
||||||
@fa-var-circle-o-notch: "\f1ce";
|
@fa-var-circle-o-notch: "\f1ce";
|
||||||
@fa-var-circle-thin: "\f1db";
|
@fa-var-circle-thin: "\f1db";
|
||||||
|
@fa-var-classicpress: "\f331";
|
||||||
|
@fa-var-classicpress-circle: "\f332";
|
||||||
@fa-var-clipboard: "\f0ea";
|
@fa-var-clipboard: "\f0ea";
|
||||||
@fa-var-clock-o: "\f017";
|
@fa-var-clock-o: "\f017";
|
||||||
@fa-var-clone: "\f24d";
|
@fa-var-clone: "\f24d";
|
||||||
@ -205,13 +225,17 @@
|
|||||||
@fa-var-compress: "\f066";
|
@fa-var-compress: "\f066";
|
||||||
@fa-var-connectdevelop: "\f20e";
|
@fa-var-connectdevelop: "\f20e";
|
||||||
@fa-var-contao: "\f26d";
|
@fa-var-contao: "\f26d";
|
||||||
|
@fa-var-conway-glider: "\f349";
|
||||||
|
@fa-var-conway-hacker: "\f349";
|
||||||
@fa-var-copy: "\f0c5";
|
@fa-var-copy: "\f0c5";
|
||||||
@fa-var-copyright: "\f1f9";
|
@fa-var-copyright: "\f1f9";
|
||||||
@fa-var-creative-commons: "\f25e";
|
@fa-var-creative-commons: "\f25e";
|
||||||
|
@fa-var-creative-commons-alt: "\f33f";
|
||||||
@fa-var-credit-card: "\f09d";
|
@fa-var-credit-card: "\f09d";
|
||||||
@fa-var-credit-card-alt: "\f283";
|
@fa-var-credit-card-alt: "\f283";
|
||||||
@fa-var-crop: "\f125";
|
@fa-var-crop: "\f125";
|
||||||
@fa-var-crosshairs: "\f05b";
|
@fa-var-crosshairs: "\f05b";
|
||||||
|
@fa-var-csharp: "\f34a";
|
||||||
@fa-var-css3: "\f13c";
|
@fa-var-css3: "\f13c";
|
||||||
@fa-var-cube: "\f1b2";
|
@fa-var-cube: "\f1b2";
|
||||||
@fa-var-cubes: "\f1b3";
|
@fa-var-cubes: "\f1b3";
|
||||||
@ -250,6 +274,8 @@
|
|||||||
@fa-var-eject: "\f052";
|
@fa-var-eject: "\f052";
|
||||||
@fa-var-ellipsis-h: "\f141";
|
@fa-var-ellipsis-h: "\f141";
|
||||||
@fa-var-ellipsis-v: "\f142";
|
@fa-var-ellipsis-v: "\f142";
|
||||||
|
@fa-var-email-bulk: "\f34b";
|
||||||
|
@fa-var-email-bulk-o: "\f34c";
|
||||||
@fa-var-emby: "\f319";
|
@fa-var-emby: "\f319";
|
||||||
@fa-var-empire: "\f1d1";
|
@fa-var-empire: "\f1d1";
|
||||||
@fa-var-envelope: "\f0e0";
|
@fa-var-envelope: "\f0e0";
|
||||||
@ -338,6 +364,7 @@
|
|||||||
@fa-var-freedombox: "\f2fd";
|
@fa-var-freedombox: "\f2fd";
|
||||||
@fa-var-friendica: "\f2e6";
|
@fa-var-friendica: "\f2e6";
|
||||||
@fa-var-frown-o: "\f119";
|
@fa-var-frown-o: "\f119";
|
||||||
|
@fa-var-funkwhale: "\f339";
|
||||||
@fa-var-futbol-o: "\f1e3";
|
@fa-var-futbol-o: "\f1e3";
|
||||||
@fa-var-gamepad: "\f11b";
|
@fa-var-gamepad: "\f11b";
|
||||||
@fa-var-gavel: "\f0e3";
|
@fa-var-gavel: "\f0e3";
|
||||||
@ -366,9 +393,11 @@
|
|||||||
@fa-var-globe: "\f0ac";
|
@fa-var-globe: "\f0ac";
|
||||||
@fa-var-globe-e: "\f304";
|
@fa-var-globe-e: "\f304";
|
||||||
@fa-var-globe-w: "\f305";
|
@fa-var-globe-w: "\f305";
|
||||||
|
@fa-var-gnu: "\f34d";
|
||||||
@fa-var-gnu-social: "\f2e7";
|
@fa-var-gnu-social: "\f2e7";
|
||||||
@fa-var-gnupg: "\f30d";
|
@fa-var-gnupg: "\f30d";
|
||||||
@fa-var-google: "\f1a0";
|
@fa-var-google: "\f1a0";
|
||||||
|
@fa-var-google-play: "\f34e";
|
||||||
@fa-var-google-plus: "\f0d5";
|
@fa-var-google-plus: "\f0d5";
|
||||||
@fa-var-google-plus-circle: "\f2b3";
|
@fa-var-google-plus-circle: "\f2b3";
|
||||||
@fa-var-google-plus-g: "\f0d5";
|
@fa-var-google-plus-g: "\f0d5";
|
||||||
@ -383,6 +412,7 @@
|
|||||||
@fa-var-hackaday: "\f30a";
|
@fa-var-hackaday: "\f30a";
|
||||||
@fa-var-hacker-news: "\f1d4";
|
@fa-var-hacker-news: "\f1d4";
|
||||||
@fa-var-hackster: "\f326";
|
@fa-var-hackster: "\f326";
|
||||||
|
@fa-var-hal: "\f333";
|
||||||
@fa-var-hand-grab-o: "\f255";
|
@fa-var-hand-grab-o: "\f255";
|
||||||
@fa-var-hand-lizard-o: "\f258";
|
@fa-var-hand-lizard-o: "\f258";
|
||||||
@fa-var-hand-o-down: "\f0a7";
|
@fa-var-hand-o-down: "\f0a7";
|
||||||
@ -400,6 +430,7 @@
|
|||||||
@fa-var-hard-of-hearing: "\f2a4";
|
@fa-var-hard-of-hearing: "\f2a4";
|
||||||
@fa-var-hashnode: "\f317";
|
@fa-var-hashnode: "\f317";
|
||||||
@fa-var-hashtag: "\f292";
|
@fa-var-hashtag: "\f292";
|
||||||
|
@fa-var-hassio: "\f350";
|
||||||
@fa-var-hdd-o: "\f0a0";
|
@fa-var-hdd-o: "\f0a0";
|
||||||
@fa-var-header: "\f1dc";
|
@fa-var-header: "\f1dc";
|
||||||
@fa-var-heading: "\f1dc";
|
@fa-var-heading: "\f1dc";
|
||||||
@ -407,8 +438,10 @@
|
|||||||
@fa-var-heart: "\f004";
|
@fa-var-heart: "\f004";
|
||||||
@fa-var-heart-o: "\f08a";
|
@fa-var-heart-o: "\f08a";
|
||||||
@fa-var-heartbeat: "\f21e";
|
@fa-var-heartbeat: "\f21e";
|
||||||
|
@fa-var-heroku: "\f34f";
|
||||||
@fa-var-history: "\f1da";
|
@fa-var-history: "\f1da";
|
||||||
@fa-var-home: "\f015";
|
@fa-var-home: "\f015";
|
||||||
|
@fa-var-home-assistant: "\f350";
|
||||||
@fa-var-hospital-o: "\f0f8";
|
@fa-var-hospital-o: "\f0f8";
|
||||||
@fa-var-hotel: "\f236";
|
@fa-var-hotel: "\f236";
|
||||||
@fa-var-hourglass: "\f254";
|
@fa-var-hourglass: "\f254";
|
||||||
@ -442,11 +475,14 @@
|
|||||||
@fa-var-intersex: "\f224";
|
@fa-var-intersex: "\f224";
|
||||||
@fa-var-ioxhost: "\f208";
|
@fa-var-ioxhost: "\f208";
|
||||||
@fa-var-italic: "\f033";
|
@fa-var-italic: "\f033";
|
||||||
|
@fa-var-java: "\f351";
|
||||||
@fa-var-jirafeau: "\f318";
|
@fa-var-jirafeau: "\f318";
|
||||||
@fa-var-joomla: "\f1aa";
|
@fa-var-joomla: "\f1aa";
|
||||||
@fa-var-joplin: "\f310";
|
@fa-var-joplin: "\f310";
|
||||||
@fa-var-jpy: "\f157";
|
@fa-var-jpy: "\f157";
|
||||||
@fa-var-jsfiddle: "\f1cc";
|
@fa-var-jsfiddle: "\f1cc";
|
||||||
|
@fa-var-julia: "\f334";
|
||||||
|
@fa-var-jupyter: "\f335";
|
||||||
@fa-var-key: "\f084";
|
@fa-var-key: "\f084";
|
||||||
@fa-var-key-modern: "\f2f7";
|
@fa-var-key-modern: "\f2f7";
|
||||||
@fa-var-keybase: "\f2f4";
|
@fa-var-keybase: "\f2f4";
|
||||||
@ -498,6 +534,8 @@
|
|||||||
@fa-var-map-o: "\f278";
|
@fa-var-map-o: "\f278";
|
||||||
@fa-var-map-pin: "\f276";
|
@fa-var-map-pin: "\f276";
|
||||||
@fa-var-map-signs: "\f277";
|
@fa-var-map-signs: "\f277";
|
||||||
|
@fa-var-mariadb: "\f352";
|
||||||
|
@fa-var-markdown: "\f353";
|
||||||
@fa-var-mars: "\f222";
|
@fa-var-mars: "\f222";
|
||||||
@fa-var-mars-double: "\f227";
|
@fa-var-mars-double: "\f227";
|
||||||
@fa-var-mars-stroke: "\f229";
|
@fa-var-mars-stroke: "\f229";
|
||||||
@ -533,20 +571,24 @@
|
|||||||
@fa-var-motorcycle: "\f21c";
|
@fa-var-motorcycle: "\f21c";
|
||||||
@fa-var-mouse-pointer: "\f245";
|
@fa-var-mouse-pointer: "\f245";
|
||||||
@fa-var-music: "\f001";
|
@fa-var-music: "\f001";
|
||||||
|
@fa-var-mysql: "\f354";
|
||||||
@fa-var-navicon: "\f0c9";
|
@fa-var-navicon: "\f0c9";
|
||||||
@fa-var-neuter: "\f22c";
|
@fa-var-neuter: "\f22c";
|
||||||
@fa-var-newspaper-o: "\f1ea";
|
@fa-var-newspaper-o: "\f1ea";
|
||||||
@fa-var-nextcloud: "\f306";
|
@fa-var-nextcloud: "\f306";
|
||||||
@fa-var-nextcloud-square: "\f307";
|
@fa-var-nextcloud-square: "\f307";
|
||||||
@fa-var-nodejs: "\f308";
|
@fa-var-nodejs: "\f308";
|
||||||
|
@fa-var-nordcast: "\f355";
|
||||||
@fa-var-object-group: "\f247";
|
@fa-var-object-group: "\f247";
|
||||||
@fa-var-object-ungroup: "\f248";
|
@fa-var-object-ungroup: "\f248";
|
||||||
@fa-var-odnoklassniki: "\f263";
|
@fa-var-odnoklassniki: "\f263";
|
||||||
@fa-var-odnoklassniki-square: "\f264";
|
@fa-var-odnoklassniki-square: "\f264";
|
||||||
|
@fa-var-open-collective: "\f336";
|
||||||
@fa-var-opencart: "\f23d";
|
@fa-var-opencart: "\f23d";
|
||||||
@fa-var-openid: "\f19b";
|
@fa-var-openid: "\f19b";
|
||||||
@fa-var-opera: "\f26a";
|
@fa-var-opera: "\f26a";
|
||||||
@fa-var-optin-monster: "\f23c";
|
@fa-var-optin-monster: "\f23c";
|
||||||
|
@fa-var-orcid: "\f337";
|
||||||
@fa-var-outdent: "\f03b";
|
@fa-var-outdent: "\f03b";
|
||||||
@fa-var-pagelines: "\f18c";
|
@fa-var-pagelines: "\f18c";
|
||||||
@fa-var-paint-brush: "\f1fc";
|
@fa-var-paint-brush: "\f1fc";
|
||||||
@ -583,11 +625,13 @@
|
|||||||
@fa-var-play-circle-o: "\f01d";
|
@fa-var-play-circle-o: "\f01d";
|
||||||
@fa-var-pleroma: "\f324";
|
@fa-var-pleroma: "\f324";
|
||||||
@fa-var-plug: "\f1e6";
|
@fa-var-plug: "\f1e6";
|
||||||
|
@fa-var-plume: "\f356";
|
||||||
@fa-var-plus: "\f067";
|
@fa-var-plus: "\f067";
|
||||||
@fa-var-plus-circle: "\f055";
|
@fa-var-plus-circle: "\f055";
|
||||||
@fa-var-plus-square: "\f0fe";
|
@fa-var-plus-square: "\f0fe";
|
||||||
@fa-var-plus-square-o: "\f196";
|
@fa-var-plus-square-o: "\f196";
|
||||||
@fa-var-podcast: "\f2ce";
|
@fa-var-podcast: "\f2ce";
|
||||||
|
@fa-var-postgresql: "\f357";
|
||||||
@fa-var-pound: "\f154";
|
@fa-var-pound: "\f154";
|
||||||
@fa-var-power-off: "\f011";
|
@fa-var-power-off: "\f011";
|
||||||
@fa-var-print: "\f02f";
|
@fa-var-print: "\f02f";
|
||||||
@ -619,6 +663,7 @@
|
|||||||
@fa-var-repeat: "\f01e";
|
@fa-var-repeat: "\f01e";
|
||||||
@fa-var-reply: "\f112";
|
@fa-var-reply: "\f112";
|
||||||
@fa-var-reply-all: "\f122";
|
@fa-var-reply-all: "\f122";
|
||||||
|
@fa-var-researchgate: "\f338";
|
||||||
@fa-var-resistance: "\f1d0";
|
@fa-var-resistance: "\f1d0";
|
||||||
@fa-var-retweet: "\f079";
|
@fa-var-retweet: "\f079";
|
||||||
@fa-var-rmb: "\f157";
|
@fa-var-rmb: "\f157";
|
||||||
@ -634,6 +679,8 @@
|
|||||||
@fa-var-rupee: "\f156";
|
@fa-var-rupee: "\f156";
|
||||||
@fa-var-s15: "\f2cd";
|
@fa-var-s15: "\f2cd";
|
||||||
@fa-var-safari: "\f267";
|
@fa-var-safari: "\f267";
|
||||||
|
@fa-var-sass: "\f358";
|
||||||
|
@fa-var-sass-alt: "\f359";
|
||||||
@fa-var-save: "\f0c7";
|
@fa-var-save: "\f0c7";
|
||||||
@fa-var-scissors: "\f0c4";
|
@fa-var-scissors: "\f0c4";
|
||||||
@fa-var-scribd: "\f28a";
|
@fa-var-scribd: "\f28a";
|
||||||
@ -669,6 +716,8 @@
|
|||||||
@fa-var-signing: "\f2a7";
|
@fa-var-signing: "\f2a7";
|
||||||
@fa-var-simplybuilt: "\f215";
|
@fa-var-simplybuilt: "\f215";
|
||||||
@fa-var-sitemap: "\f0e8";
|
@fa-var-sitemap: "\f0e8";
|
||||||
|
@fa-var-skate: "\f35a";
|
||||||
|
@fa-var-sketchfab: "\f35b";
|
||||||
@fa-var-skyatlas: "\f216";
|
@fa-var-skyatlas: "\f216";
|
||||||
@fa-var-skype: "\f17e";
|
@fa-var-skype: "\f17e";
|
||||||
@fa-var-slack: "\f198";
|
@fa-var-slack: "\f198";
|
||||||
@ -751,8 +800,10 @@
|
|||||||
@fa-var-television: "\f26c";
|
@fa-var-television: "\f26c";
|
||||||
@fa-var-tencent-weibo: "\f1d5";
|
@fa-var-tencent-weibo: "\f1d5";
|
||||||
@fa-var-terminal: "\f120";
|
@fa-var-terminal: "\f120";
|
||||||
|
@fa-var-tex: "\f35c";
|
||||||
@fa-var-text-height: "\f034";
|
@fa-var-text-height: "\f034";
|
||||||
@fa-var-text-width: "\f035";
|
@fa-var-text-width: "\f035";
|
||||||
|
@fa-var-textpattern: "\f35d";
|
||||||
@fa-var-th: "\f00a";
|
@fa-var-th: "\f00a";
|
||||||
@fa-var-th-large: "\f009";
|
@fa-var-th-large: "\f009";
|
||||||
@fa-var-th-list: "\f00b";
|
@fa-var-th-list: "\f00b";
|
||||||
@ -787,6 +838,7 @@
|
|||||||
@fa-var-toggle-on: "\f205";
|
@fa-var-toggle-on: "\f205";
|
||||||
@fa-var-toggle-right: "\f152";
|
@fa-var-toggle-right: "\f152";
|
||||||
@fa-var-toggle-up: "\f151";
|
@fa-var-toggle-up: "\f151";
|
||||||
|
@fa-var-tor-onion: "\f32e";
|
||||||
@fa-var-trademark: "\f25c";
|
@fa-var-trademark: "\f25c";
|
||||||
@fa-var-train: "\f238";
|
@fa-var-train: "\f238";
|
||||||
@fa-var-transgender: "\f224";
|
@fa-var-transgender: "\f224";
|
||||||
@ -810,6 +862,7 @@
|
|||||||
@fa-var-umbrella: "\f0e9";
|
@fa-var-umbrella: "\f0e9";
|
||||||
@fa-var-underline: "\f0cd";
|
@fa-var-underline: "\f0cd";
|
||||||
@fa-var-undo: "\f0e2";
|
@fa-var-undo: "\f0e2";
|
||||||
|
@fa-var-unity: "\f35e";
|
||||||
@fa-var-universal-access: "\f29a";
|
@fa-var-universal-access: "\f29a";
|
||||||
@fa-var-university: "\f19c";
|
@fa-var-university: "\f19c";
|
||||||
@fa-var-unlink: "\f127";
|
@fa-var-unlink: "\f127";
|
||||||
@ -848,6 +901,7 @@
|
|||||||
@fa-var-vk: "\f189";
|
@fa-var-vk: "\f189";
|
||||||
@fa-var-volume-control-phone: "\f2a0";
|
@fa-var-volume-control-phone: "\f2a0";
|
||||||
@fa-var-volume-down: "\f027";
|
@fa-var-volume-down: "\f027";
|
||||||
|
@fa-var-volume-mute: "\f32f";
|
||||||
@fa-var-volume-off: "\f026";
|
@fa-var-volume-off: "\f026";
|
||||||
@fa-var-volume-up: "\f028";
|
@fa-var-volume-up: "\f028";
|
||||||
@fa-var-warning: "\f071";
|
@fa-var-warning: "\f071";
|
||||||
@ -866,6 +920,7 @@
|
|||||||
@fa-var-window-minimize: "\f2d1";
|
@fa-var-window-minimize: "\f2d1";
|
||||||
@fa-var-window-restore: "\f2d2";
|
@fa-var-window-restore: "\f2d2";
|
||||||
@fa-var-windows: "\f17a";
|
@fa-var-windows: "\f17a";
|
||||||
|
@fa-var-wire: "\f32c";
|
||||||
@fa-var-won: "\f159";
|
@fa-var-won: "\f159";
|
||||||
@fa-var-wordpress: "\f19a";
|
@fa-var-wordpress: "\f19a";
|
||||||
@fa-var-wpbeginner: "\f297";
|
@fa-var-wpbeginner: "\f297";
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -12,4 +12,5 @@
|
|||||||
// src: url('#{$fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts
|
// src: url('#{$fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: block;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
Fork Awesome 1.1.7
|
Fork Awesome 1.2.0
|
||||||
License - https://forkaweso.me/Fork-Awesome/license
|
License - https://forkaweso.me/Fork-Awesome/license
|
||||||
|
|
||||||
Copyright 2018 Dave Gandy & Fork Awesome
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
1
assets/less/bootstrap-3.3.5/jumbotron.less
vendored
1
assets/less/bootstrap-3.3.5/jumbotron.less
vendored
@ -18,7 +18,6 @@
|
|||||||
p {
|
p {
|
||||||
margin-bottom: (@jumbotron-padding / 2);
|
margin-bottom: (@jumbotron-padding / 2);
|
||||||
font-size: @jumbotron-font-size;
|
font-size: @jumbotron-font-size;
|
||||||
font-weight: 200;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> hr {
|
> hr {
|
||||||
|
1
assets/less/bootstrap-3.3.5/type.less
vendored
1
assets/less/bootstrap-3.3.5/type.less
vendored
@ -62,7 +62,6 @@ p {
|
|||||||
.lead {
|
.lead {
|
||||||
margin-bottom: @line-height-computed;
|
margin-bottom: @line-height-computed;
|
||||||
font-size: floor((@font-size-base * 1.15));
|
font-size: floor((@font-size-base * 1.15));
|
||||||
font-weight: 300;
|
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
||||||
@media (min-width: @screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
|
@ -13,12 +13,10 @@
|
|||||||
margin: 0 0 15px;
|
margin: 0 0 15px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-family: @font-family-alt;
|
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
font-weight: lighter;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item {
|
.list-group-item {
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
.small-caps {
|
|
||||||
font-family: @font-family-alt;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hr {
|
.hr {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -47,7 +47,6 @@
|
|||||||
@fa-green-dark: darken(@fa-green, 10%);
|
@fa-green-dark: darken(@fa-green, 10%);
|
||||||
|
|
||||||
@jumbotron-border: mix(@fa-green, @fa-green-dark, 75%);
|
@jumbotron-border: mix(@fa-green, @fa-green-dark, 75%);
|
||||||
@font-family-alt: proxima-nova-sc, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
||||||
|
|
||||||
|
|
||||||
// BOOTSTRAP OVERRIDES
|
// BOOTSTRAP OVERRIDES
|
||||||
@ -63,7 +62,7 @@
|
|||||||
|
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
@font-family-sans-serif: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
@font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
@font-family-serif: museo-slab, Georgia, "Times New Roman", Times, serif;
|
@font-family-serif: museo-slab, Georgia, "Times New Roman", Times, serif;
|
||||||
@headings-font-family: @font-family-serif;
|
@headings-font-family: @font-family-serif;
|
||||||
|
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>Font Awesome Cheatsheet</title>
|
<title>Font Awesome Cheatsheet</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -192,7 +191,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Every 1.1.7 Icon,
|
Every 1.2.0 Icon,
|
||||||
CSS Class, & Unicode
|
CSS Class, & Unicode
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@ -584,6 +583,14 @@
|
|||||||
<span class="text-muted">[&#xf2ed;]</span>
|
<span class="text-muted">[&#xf2ed;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use askfm"></i>
|
||||||
|
fa-askfm
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf33a;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use asl-interpreting"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use asl-interpreting"></i>
|
||||||
@ -864,6 +871,22 @@
|
|||||||
<span class="text-muted">[&#xf0f3;]</span>
|
<span class="text-muted">[&#xf0f3;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-ringing"></i>
|
||||||
|
fa-bell-ringing
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf32d;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-ringing-o"></i>
|
||||||
|
fa-bell-ringing-o
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf330;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-slash"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-slash"></i>
|
||||||
@ -952,6 +975,14 @@
|
|||||||
<span class="text-muted">[&#xf29d;]</span>
|
<span class="text-muted">[&#xf29d;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use blockstack"></i>
|
||||||
|
fa-blockstack
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf33b;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bluetooth"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bluetooth"></i>
|
||||||
@ -968,6 +999,14 @@
|
|||||||
<span class="text-muted">[&#xf294;]</span>
|
<span class="text-muted">[&#xf294;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use boardgamegeek"></i>
|
||||||
|
fa-boardgamegeek
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf33c;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bold"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bold"></i>
|
||||||
@ -1088,6 +1127,14 @@
|
|||||||
<span class="text-muted">[&#xf140;]</span>
|
<span class="text-muted">[&#xf140;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bunny"></i>
|
||||||
|
fa-bunny
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf35f;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bus"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bus"></i>
|
||||||
@ -1096,6 +1143,14 @@
|
|||||||
<span class="text-muted">[&#xf207;]</span>
|
<span class="text-muted">[&#xf207;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use buymeacoffee"></i>
|
||||||
|
fa-buymeacoffee
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf33d;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use buysellads"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use buysellads"></i>
|
||||||
@ -1296,6 +1351,22 @@
|
|||||||
<span class="text-muted">[&#xf1f3;]</span>
|
<span class="text-muted">[&#xf1f3;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-by"></i>
|
||||||
|
fa-cc-by
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf33e;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-cc"></i>
|
||||||
|
fa-cc-cc
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf33f;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-diners-club"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-diners-club"></i>
|
||||||
@ -1328,6 +1399,38 @@
|
|||||||
<span class="text-muted">[&#xf1f1;]</span>
|
<span class="text-muted">[&#xf1f1;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-nc"></i>
|
||||||
|
fa-cc-nc
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf340;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-nc-eu"></i>
|
||||||
|
fa-cc-nc-eu
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf341;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-nc-jp"></i>
|
||||||
|
fa-cc-nc-jp
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf342;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-nd"></i>
|
||||||
|
fa-cc-nd
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf343;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-paypal"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-paypal"></i>
|
||||||
@ -1336,6 +1439,38 @@
|
|||||||
<span class="text-muted">[&#xf1f4;]</span>
|
<span class="text-muted">[&#xf1f4;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-pd"></i>
|
||||||
|
fa-cc-pd
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf344;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-remix"></i>
|
||||||
|
fa-cc-remix
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf345;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-sa"></i>
|
||||||
|
fa-cc-sa
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf346;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-share"></i>
|
||||||
|
fa-cc-share
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf347;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-stripe"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-stripe"></i>
|
||||||
@ -1352,6 +1487,14 @@
|
|||||||
<span class="text-muted">[&#xf1f0;]</span>
|
<span class="text-muted">[&#xf1f0;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-zero"></i>
|
||||||
|
fa-cc-zero
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf348;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use certificate"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use certificate"></i>
|
||||||
@ -1528,6 +1671,22 @@
|
|||||||
<span class="text-muted">[&#xf1db;]</span>
|
<span class="text-muted">[&#xf1db;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use classicpress"></i>
|
||||||
|
fa-classicpress
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf331;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use classicpress-circle"></i>
|
||||||
|
fa-classicpress-circle
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf332;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use clipboard"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use clipboard"></i>
|
||||||
@ -1752,6 +1911,22 @@
|
|||||||
<span class="text-muted">[&#xf26d;]</span>
|
<span class="text-muted">[&#xf26d;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use conway-glider"></i>
|
||||||
|
fa-conway-glider
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf349;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use conway-hacker"></i>
|
||||||
|
fa-conway-hacker
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf349;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use copy"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use copy"></i>
|
||||||
@ -1776,6 +1951,14 @@
|
|||||||
<span class="text-muted">[&#xf25e;]</span>
|
<span class="text-muted">[&#xf25e;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use creative-commons-alt"></i>
|
||||||
|
fa-creative-commons-alt
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf33f;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use credit-card"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use credit-card"></i>
|
||||||
@ -1808,6 +1991,14 @@
|
|||||||
<span class="text-muted">[&#xf05b;]</span>
|
<span class="text-muted">[&#xf05b;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use csharp"></i>
|
||||||
|
fa-csharp
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf34a;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use css3"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use css3"></i>
|
||||||
@ -2112,6 +2303,22 @@
|
|||||||
<span class="text-muted">[&#xf142;]</span>
|
<span class="text-muted">[&#xf142;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use email-bulk"></i>
|
||||||
|
fa-email-bulk
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf34b;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use email-bulk-o"></i>
|
||||||
|
fa-email-bulk-o
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf34c;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use emby"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use emby"></i>
|
||||||
@ -2816,6 +3023,14 @@
|
|||||||
<span class="text-muted">[&#xf119;]</span>
|
<span class="text-muted">[&#xf119;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use funkwhale"></i>
|
||||||
|
fa-funkwhale
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf339;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use futbol-o"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use futbol-o"></i>
|
||||||
@ -3040,6 +3255,14 @@
|
|||||||
<span class="text-muted">[&#xf305;]</span>
|
<span class="text-muted">[&#xf305;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gnu"></i>
|
||||||
|
fa-gnu
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf34d;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gnu-social"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gnu-social"></i>
|
||||||
@ -3064,6 +3287,14 @@
|
|||||||
<span class="text-muted">[&#xf1a0;]</span>
|
<span class="text-muted">[&#xf1a0;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use google-play"></i>
|
||||||
|
fa-google-play
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf34e;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus"></i>
|
||||||
@ -3176,6 +3407,14 @@
|
|||||||
<span class="text-muted">[&#xf326;]</span>
|
<span class="text-muted">[&#xf326;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hal"></i>
|
||||||
|
fa-hal
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf333;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-grab-o"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-grab-o"></i>
|
||||||
@ -3312,6 +3551,14 @@
|
|||||||
<span class="text-muted">[&#xf292;]</span>
|
<span class="text-muted">[&#xf292;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hassio"></i>
|
||||||
|
fa-hassio
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf350;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hdd-o"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hdd-o"></i>
|
||||||
@ -3368,6 +3615,14 @@
|
|||||||
<span class="text-muted">[&#xf21e;]</span>
|
<span class="text-muted">[&#xf21e;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use heroku"></i>
|
||||||
|
fa-heroku
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf34f;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use history"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use history"></i>
|
||||||
@ -3384,6 +3639,14 @@
|
|||||||
<span class="text-muted">[&#xf015;]</span>
|
<span class="text-muted">[&#xf015;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use home-assistant"></i>
|
||||||
|
fa-home-assistant
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf350;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hospital-o"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hospital-o"></i>
|
||||||
@ -3648,6 +3911,14 @@
|
|||||||
<span class="text-muted">[&#xf033;]</span>
|
<span class="text-muted">[&#xf033;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use java"></i>
|
||||||
|
fa-java
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf351;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use jirafeau"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use jirafeau"></i>
|
||||||
@ -3688,6 +3959,22 @@
|
|||||||
<span class="text-muted">[&#xf1cc;]</span>
|
<span class="text-muted">[&#xf1cc;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use julia"></i>
|
||||||
|
fa-julia
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf334;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use jupyter"></i>
|
||||||
|
fa-jupyter
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf335;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use key"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use key"></i>
|
||||||
@ -4096,6 +4383,22 @@
|
|||||||
<span class="text-muted">[&#xf277;]</span>
|
<span class="text-muted">[&#xf277;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mariadb"></i>
|
||||||
|
fa-mariadb
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf352;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use markdown"></i>
|
||||||
|
fa-markdown
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf353;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mars"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mars"></i>
|
||||||
@ -4376,6 +4679,14 @@
|
|||||||
<span class="text-muted">[&#xf001;]</span>
|
<span class="text-muted">[&#xf001;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mysql"></i>
|
||||||
|
fa-mysql
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf354;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use navicon"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use navicon"></i>
|
||||||
@ -4424,6 +4735,14 @@
|
|||||||
<span class="text-muted">[&#xf308;]</span>
|
<span class="text-muted">[&#xf308;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use nordcast"></i>
|
||||||
|
fa-nordcast
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf355;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use object-group"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use object-group"></i>
|
||||||
@ -4456,6 +4775,14 @@
|
|||||||
<span class="text-muted">[&#xf264;]</span>
|
<span class="text-muted">[&#xf264;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use open-collective"></i>
|
||||||
|
fa-open-collective
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf336;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use opencart"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use opencart"></i>
|
||||||
@ -4488,6 +4815,14 @@
|
|||||||
<span class="text-muted">[&#xf23c;]</span>
|
<span class="text-muted">[&#xf23c;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use orcid"></i>
|
||||||
|
fa-orcid
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf337;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use outdent"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use outdent"></i>
|
||||||
@ -4776,6 +5111,14 @@
|
|||||||
<span class="text-muted">[&#xf1e6;]</span>
|
<span class="text-muted">[&#xf1e6;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use plume"></i>
|
||||||
|
fa-plume
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf356;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use plus"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use plus"></i>
|
||||||
@ -4816,6 +5159,14 @@
|
|||||||
<span class="text-muted">[&#xf2ce;]</span>
|
<span class="text-muted">[&#xf2ce;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use postgresql"></i>
|
||||||
|
fa-postgresql
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf357;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pound"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pound"></i>
|
||||||
@ -5064,6 +5415,14 @@
|
|||||||
<span class="text-muted">[&#xf122;]</span>
|
<span class="text-muted">[&#xf122;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use researchgate"></i>
|
||||||
|
fa-researchgate
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf338;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use resistance"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use resistance"></i>
|
||||||
@ -5184,6 +5543,22 @@
|
|||||||
<span class="text-muted">[&#xf267;]</span>
|
<span class="text-muted">[&#xf267;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sass"></i>
|
||||||
|
fa-sass
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf358;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sass-alt"></i>
|
||||||
|
fa-sass-alt
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf359;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use save"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use save"></i>
|
||||||
@ -5464,6 +5839,22 @@
|
|||||||
<span class="text-muted">[&#xf0e8;]</span>
|
<span class="text-muted">[&#xf0e8;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use skate"></i>
|
||||||
|
fa-skate
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf35a;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sketchfab"></i>
|
||||||
|
fa-sketchfab
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf35b;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use skyatlas"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use skyatlas"></i>
|
||||||
@ -6120,6 +6511,14 @@
|
|||||||
<span class="text-muted">[&#xf120;]</span>
|
<span class="text-muted">[&#xf120;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tex"></i>
|
||||||
|
fa-tex
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf35c;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use text-height"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use text-height"></i>
|
||||||
@ -6136,6 +6535,14 @@
|
|||||||
<span class="text-muted">[&#xf035;]</span>
|
<span class="text-muted">[&#xf035;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use textpattern"></i>
|
||||||
|
fa-textpattern
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf35d;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use th"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use th"></i>
|
||||||
@ -6408,6 +6815,14 @@
|
|||||||
<span class="text-muted">[&#xf151;]</span>
|
<span class="text-muted">[&#xf151;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tor-onion"></i>
|
||||||
|
fa-tor-onion
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf32e;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use trademark"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use trademark"></i>
|
||||||
@ -6592,6 +7007,14 @@
|
|||||||
<span class="text-muted">[&#xf0e2;]</span>
|
<span class="text-muted">[&#xf0e2;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use unity"></i>
|
||||||
|
fa-unity
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf35e;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use universal-access"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use universal-access"></i>
|
||||||
@ -6896,6 +7319,14 @@
|
|||||||
<span class="text-muted">[&#xf027;]</span>
|
<span class="text-muted">[&#xf027;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-mute"></i>
|
||||||
|
fa-volume-mute
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf32f;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-off"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-off"></i>
|
||||||
@ -7040,6 +7471,14 @@
|
|||||||
<span class="text-muted">[&#xf17a;]</span>
|
<span class="text-muted">[&#xf17a;]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use wire"></i>
|
||||||
|
fa-wire
|
||||||
|
|
||||||
|
<span class="text-muted">[&#xf32c;]</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
<div class="col-md-4 col-sm-6 col-lg-3 col-print-4">
|
||||||
|
|
||||||
<i class="fa fa-fw" aria-hidden="true" title="Copy to use won"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use won"></i>
|
||||||
@ -7215,7 +7654,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>The Fork Awesome Community</title>
|
<title>The Fork Awesome Community</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -300,7 +299,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-8 col-sm-8">
|
<div class="col-md-8 col-sm-8">
|
||||||
<p>
|
<p>
|
||||||
Thanks to the still growing community of <a href="https://github.com/ForkAwesome/Fork-Awesome/blob/master/CONTRIBUTORS.md">115 contributors</a> who've carried this project from the early days of Font Awesome and who have joined this project since the fork.
|
Thanks to the still growing community of <a href="https://github.com/ForkAwesome/Fork-Awesome/blob/master/CONTRIBUTORS.md">128 contributors</a> who've carried this project from the early days of Font Awesome and who have joined this project since the fork.
|
||||||
If you feel your contribution has not been recognized. Please file an issue, we'll happily add you to the list.
|
If you feel your contribution has not been recognized. Please file an issue, we'll happily add you to the list.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -313,7 +312,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>Fork Awesome Examples</title>
|
<title>Fork Awesome Examples</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -208,8 +207,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.7/less/core.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/less/core.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.7/scss/_core.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/scss/_core.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@ -246,8 +245,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.7/less/larger.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/less/larger.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.7/scss/_larger.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/scss/_larger.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -285,8 +284,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.7/less/fixed-width.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/less/fixed-width.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.7/scss/_fixed-width.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/scss/_fixed-width.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -317,8 +316,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.7/less/list.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/less/list.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.7/scss/_list.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/scss/_list.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -346,8 +345,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.7/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.7/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -375,8 +374,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.7/less/animated.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/less/animated.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.7/scss/_animated.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/scss/_animated.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -434,8 +433,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.7/less/rotated-flipped.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/less/rotated-flipped.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.7/scss/_rotated-flipped.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/scss/_rotated-flipped.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -467,8 +466,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.7/less/stacked.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/less/stacked.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.7/scss/_stacked.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.2.0/scss/_stacked.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -539,7 +538,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.7</a>
|
<i class="fa fa-code-fork fa-2x pull-left"></i> Fork Awesome<br>Version 1.2.0</a>
|
||||||
</p>
|
</p>
|
||||||
<div class="margin-bottom">
|
<div class="margin-bottom">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
@ -752,7 +751,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>Get Started with Fork Awesome</title>
|
<title>Get Started with Fork Awesome</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -135,7 +134,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.7 onto your website</p>
|
<p>Easy ways to get Fork Awesome 1.2.0 onto your website</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -151,7 +150,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.7/css/fork-awesome.min.css"</span> <span class="na">integrity=</span><span class="s">"sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="</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.2.0/css/fork-awesome.min.css"</span> <span class="na">integrity=</span><span class="s">"sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="</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 +198,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.7 using Less or Sass.</p>
|
<p>Use this method to customize Fork Awesome 1.2.0 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 +256,7 @@
|
|||||||
|
|
||||||
<h4>Need IE7 Support?</h4>
|
<h4>Need IE7 Support?</h4>
|
||||||
<p>
|
<p>
|
||||||
Sorry, Fork Awesome 1.1.7
|
Sorry, Fork Awesome 1.2.0
|
||||||
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 +274,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.7.zip">
|
<a class="btn btn-primary btn-lg btn-block" href="https://github.com/ForkAwesome/Fork-Awesome/archive/1.2.0.zip">
|
||||||
Fork Awesome 1.1.7
|
Fork Awesome 1.2.0
|
||||||
</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 +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.1.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-500px: Fork Awesome Icons</title>
|
<title>fa-500px: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-activitypub: Fork Awesome Icons</title>
|
<title>fa-activitypub: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-address-book-o: Fork Awesome Icons</title>
|
<title>fa-address-book-o: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-address-book: Fork Awesome Icons</title>
|
<title>fa-address-book: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-address-card-o: Fork Awesome Icons</title>
|
<title>fa-address-card-o: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -202,7 +201,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-address-card: Fork Awesome Icons</title>
|
<title>fa-address-card: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -202,7 +201,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-adjust: Fork Awesome Icons</title>
|
<title>fa-adjust: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-adn: Fork Awesome Icons</title>
|
<title>fa-adn: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-align-center: Fork Awesome Icons</title>
|
<title>fa-align-center: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-align-justify: Fork Awesome Icons</title>
|
<title>fa-align-justify: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-align-left: Fork Awesome Icons</title>
|
<title>fa-align-left: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-align-right: Fork Awesome Icons</title>
|
<title>fa-align-right: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-amazon: Fork Awesome Icons</title>
|
<title>fa-amazon: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-ambulance: Fork Awesome Icons</title>
|
<title>fa-ambulance: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -199,7 +198,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-american-sign-language-interpreting: Fork Awesome Icons</title>
|
<title>fa-american-sign-language-interpreting: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -204,7 +203,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-anchor: Fork Awesome Icons</title>
|
<title>fa-anchor: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-android: Fork Awesome Icons</title>
|
<title>fa-android: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-angellist: Fork Awesome Icons</title>
|
<title>fa-angellist: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-angle-double-down: Fork Awesome Icons</title>
|
<title>fa-angle-double-down: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-angle-double-left: Fork Awesome Icons</title>
|
<title>fa-angle-double-left: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-angle-double-right: Fork Awesome Icons</title>
|
<title>fa-angle-double-right: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-angle-double-up: Fork Awesome Icons</title>
|
<title>fa-angle-double-up: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-angle-down: Fork Awesome Icons</title>
|
<title>fa-angle-down: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-angle-left: Fork Awesome Icons</title>
|
<title>fa-angle-left: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-angle-right: Fork Awesome Icons</title>
|
<title>fa-angle-right: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-angle-up: Fork Awesome Icons</title>
|
<title>fa-angle-up: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-apple: Fork Awesome Icons</title>
|
<title>fa-apple: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-archive-org: Fork Awesome Icons</title>
|
<title>fa-archive-org: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-archive: Fork Awesome Icons</title>
|
<title>fa-archive: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-archlinux: Fork Awesome Icons</title>
|
<title>fa-archlinux: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-area-chart: Fork Awesome Icons</title>
|
<title>fa-area-chart: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -199,7 +198,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-circle-down: Fork Awesome Icons</title>
|
<title>fa-arrow-circle-down: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-circle-left: Fork Awesome Icons</title>
|
<title>fa-arrow-circle-left: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-circle-o-down: Fork Awesome Icons</title>
|
<title>fa-arrow-circle-o-down: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-circle-o-left: Fork Awesome Icons</title>
|
<title>fa-arrow-circle-o-left: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-circle-o-right: Fork Awesome Icons</title>
|
<title>fa-arrow-circle-o-right: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-circle-o-up: Fork Awesome Icons</title>
|
<title>fa-arrow-circle-o-up: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-circle-right: Fork Awesome Icons</title>
|
<title>fa-arrow-circle-right: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-circle-up: Fork Awesome Icons</title>
|
<title>fa-arrow-circle-up: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-down: Fork Awesome Icons</title>
|
<title>fa-arrow-down: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-left: Fork Awesome Icons</title>
|
<title>fa-arrow-left: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-right: Fork Awesome Icons</title>
|
<title>fa-arrow-right: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrow-up: Fork Awesome Icons</title>
|
<title>fa-arrow-up: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrows-alt: Fork Awesome Icons</title>
|
<title>fa-arrows-alt: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -199,7 +198,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrows-h: Fork Awesome Icons</title>
|
<title>fa-arrows-h: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -199,7 +198,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrows-v: Fork Awesome Icons</title>
|
<title>fa-arrows-v: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -199,7 +198,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-arrows: Fork Awesome Icons</title>
|
<title>fa-arrows: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -199,7 +198,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-artstation: Fork Awesome Icons</title>
|
<title>fa-artstation: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -199,7 +198,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
224
icon/askfm/index.html
Normal file
224
icon/askfm/index.html
Normal file
@ -0,0 +1,224 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- Basic Page Needs
|
||||||
|
================================================== -->
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
|
<meta name="author" content="The Fork Awesome community">
|
||||||
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
|
<title>fa-askfm: Fork Awesome Icons</title>
|
||||||
|
|
||||||
|
<!-- CSS
|
||||||
|
================================================== -->
|
||||||
|
<link rel="stylesheet" href="../../assets/css/site.css">
|
||||||
|
<link rel="stylesheet" href="../../assets/css/pygments.css">
|
||||||
|
<link rel="stylesheet" href="../../assets/css/share.min.css">
|
||||||
|
<link rel="stylesheet" href="../../assets/fork-awesome/css/fork-awesome.css">
|
||||||
|
|
||||||
|
<!-- Twitter
|
||||||
|
================================================== -->
|
||||||
|
<meta name="twitter:title" content="fa-askfm: Fork Awesome Icons">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:description" content="Fork Awesome, a fork of the iconic font and CSS toolkit">
|
||||||
|
<meta name="twitter:image" content="https://forkawesome.github.io/Fork-Awesome/assets/images/banner.jpg">
|
||||||
|
|
||||||
|
<!-- FACEBOOK
|
||||||
|
================================================== -->
|
||||||
|
<meta property="og:url" content="https://forkawesome.github.io/Fork-Awesome/">
|
||||||
|
<meta property="og:title" content="fa-askfm: Fork Awesome Icons">
|
||||||
|
<meta name="description" property="og:description" content="Fork Awesome, a fork of the iconic font and CSS toolkit" />
|
||||||
|
<meta property="og:image" content="https://forkawesome.github.io/Fork-Awesome/assets/images/banner.jpg">
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="../../assets/js/html5shiv.js"></script>
|
||||||
|
<script src="../../assets/js/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body class="font-awesome ">
|
||||||
|
<div id="wrap"> <!-- necessary for sticky footer. wrap all content except footer -->
|
||||||
|
<div class="navbar navbar-inverse navbar-static-top hidden-print">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||||||
|
<i class="fa fa-bars fa-lg" aria-hidden="true" title="Toggle navigation"></i>
|
||||||
|
<span class="sr-only">Toggle navigation</span>
|
||||||
|
</button>
|
||||||
|
<a class="navbar-brand" href="../../"><i class="fa fa-fork-awesome" aria-hidden="true"></i> Fork Awesome</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li class="hidden-sm "><a href="../../">Home</a></li>
|
||||||
|
<li class="hidden-sm">
|
||||||
|
<a href="../../whats-new/">What's New</a>
|
||||||
|
</li>
|
||||||
|
<li class="hidden-xs hidden-md hidden-lg">
|
||||||
|
<a href="../../whats-new/">New</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="hidden-sm"><a href="../../get-started/">Get Started</a></li>
|
||||||
|
<li class="hidden-xs hidden-md hidden-lg">
|
||||||
|
<a href="../../get-started/">Start</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="dropdown-split-left"><a href="../../icons/">Icons</a></li>
|
||||||
|
<li class="dropdown dropdown-split-right hidden-xs">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
|
||||||
|
<span class="sr-only">Toggle dropdown menu</span>
|
||||||
|
<span class="toggle drop down"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu pull-right">
|
||||||
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
|
<li class="divider"></li>
|
||||||
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
|
<li><a href="../../icons/#transportation"><i class="fa fa-ship fa-fw" aria-hidden="true"></i> Transportation Icons</a></li>
|
||||||
|
<li><a href="../../icons/#gender"><i class="fa fa-venus fa-fw" aria-hidden="true"></i> Gender Icons</a></li>
|
||||||
|
<li><a href="../../icons/#file-type"><i class="fa fa-file-image-o fa-fw" aria-hidden="true"></i> File Type Icons</a></li>
|
||||||
|
<li><a href="../../icons/#spinner"><i class="fa fa-spinner fa-fw" aria-hidden="true"></i> Spinner Icons</a></li>
|
||||||
|
<li><a href="../../icons/#form-control"><i class="fa fa-check-square fa-fw" aria-hidden="true"></i> Form Control Icons</a></li>
|
||||||
|
<li><a href="../../icons/#payment"><i class="fa fa-credit-card fa-fw" aria-hidden="true"></i> Payment Icons</a></li>
|
||||||
|
<li><a href="../../icons/#chart"><i class="fa fa-pie-chart fa-fw" aria-hidden="true"></i> Chart Icons</a></li>
|
||||||
|
<li><a href="../../icons/#currency"><i class="fa fa-won fa-fw" aria-hidden="true"></i> Currency Icons</a></li>
|
||||||
|
<li><a href="../../icons/#text-editor"><i class="fa fa-file-text-o fa-fw" aria-hidden="true"></i> Text Editor Icons</a></li>
|
||||||
|
<li><a href="../../icons/#directional"><i class="fa fa-arrow-right fa-fw" aria-hidden="true"></i> Directional Icons</a></li>
|
||||||
|
<li><a href="../../icons/#video-player"><i class="fa fa-play-circle fa-fw" aria-hidden="true"></i> Video Player Icons</a></li>
|
||||||
|
<li><a href="../../icons/#brand"><i class="fa fa-facebook-official fa-fw" aria-hidden="true"></i> Brand Icons</a></li>
|
||||||
|
<li><a href="../../icons/#medical"><i class="fa fa-medkit fa-fw" aria-hidden="true"></i> Medical Icons</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="dropdown-split-left"><a href="../../examples/">Examples</a></li>
|
||||||
|
<li class="dropdown dropdown-split-right hidden-xs">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
|
||||||
|
<span class="sr-only">Toggle dropdown menu</span>
|
||||||
|
<span class="toggle drop down"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu pull-right">
|
||||||
|
<li><a href="../../examples/">Examples</a></li>
|
||||||
|
<li class="divider"></li>
|
||||||
|
<li><a href="../../examples/#basic">Basic Icons</a></li>
|
||||||
|
<li><a href="../../examples/#larger">Larger Icons</a></li>
|
||||||
|
<li><a href="../../examples/#fixed-width">Fixed Width Icons</a></li>
|
||||||
|
<li><a href="../../examples/#list">List Icons</a></li>
|
||||||
|
<li><a href="../../examples/#bordered-pulled">Bordered & Pulled Icons</a></li>
|
||||||
|
<li><a href="../../examples/#animated">Animated Icons</a></li>
|
||||||
|
<li><a href="../../examples/#accessible">Accessibility-Minded</a></li>
|
||||||
|
<li><a href="../../examples/#rotated-flipped">Rotated & Flipped Icons</a></li>
|
||||||
|
<li><a href="../../examples/#stacked">Stacked Icons</a></li>
|
||||||
|
<li><a href="../../examples/#bootstrap">Bootstrap 3 Examples</a></li>
|
||||||
|
<li><a href="../../examples/#custom">Custom CSS</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="hidden-sm"><a href="../../accessibility/">Accessibility</a></li>
|
||||||
|
<li class="hidden-xs hidden-md hidden-lg"><a href="../../accessibility/"><i class="fa fa-universal-access"></i></a></li>
|
||||||
|
<li><a href="../../community/">Community</a></li>
|
||||||
|
<li><a href="../../license/">License</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="jumbotron jumbotron-icon">
|
||||||
|
<div class="container">
|
||||||
|
<div class="info-icons">
|
||||||
|
<i class="fa fa-askfm fa-6" aria-hidden="true"></i>
|
||||||
|
<span class="sr-only">Example of askfm at 6x</span>
|
||||||
|
<span class="hide-xs">
|
||||||
|
<i class="fa fa-askfm fa-5" aria-hidden="true"></i>
|
||||||
|
<span class="sr-only">Example of askfm at 5x</span>
|
||||||
|
|
||||||
|
<span class="hide-sm">
|
||||||
|
<i class="fa fa-askfm fa-4" aria-hidden="true"></i>
|
||||||
|
<span class="sr-only">Example of askfm at 4x</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
<i class="fa fa-askfm fa-3" aria-hidden="true"></i>
|
||||||
|
<span class="sr-only">Example of askfm at 3x</span>
|
||||||
|
|
||||||
|
<i class="fa fa-askfm fa-2" aria-hidden="true"></i>
|
||||||
|
<span class="sr-only">Example of askfm at 2x</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
<i class="fa fa-askfm fa-1" aria-hidden="true"></i>
|
||||||
|
<span class="sr-only">Example of askfm</span>
|
||||||
|
</div>
|
||||||
|
<h1 class="info-class">
|
||||||
|
fa-askfm
|
||||||
|
<small>
|
||||||
|
<i class="fa fa-askfm" aria-hidden="true"></i> ·
|
||||||
|
Unicode: <span class="upper">f33a</span> ·
|
||||||
|
Created: v1.2 ·
|
||||||
|
Categories:
|
||||||
|
|
||||||
|
Brand Icon
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
· <a target="_blank" rel="nofollow" href="http://ask.fm">ask.fm<i class="fa fa-external-link-square margin-left-sm"></i></a>
|
||||||
|
</small>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<section>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12 col-sm-12">
|
||||||
|
<p>After you get <a href="../../get-started/">up and running</a>, you can place Fork Awesome icons just about anywhere with the <code><i></code> tag:</p>
|
||||||
|
<div class="well well-transparent">
|
||||||
|
<div style="font-size: 24px; line-height: 1.5em;">
|
||||||
|
<i class="fa fa-askfm" aria-hidden="true"></i><span class="sr-only">Example of askfm</span> fa-askfm
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><i</span> <span class="na">class=</span><span class="s">"fa fa-askfm"</span> <span class="na">aria-hidden=</span><span class="s">"true"</span><span class="nt">></i></span></code></pre></figure>
|
||||||
|
<p class="margin-bottom-lg">
|
||||||
|
<small class="text-muted">Note: to improve <a href="../../accessibility/">web accessibility</a>, we recommend using <strong>aria-hidden="true"</strong> to hide icons used purely for decoration.</small>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="lead">
|
||||||
|
<i class="fa fa-info-circle" aria-hidden"true"></i> Looking for more? Check out the <a href="../../examples/">examples</a>.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<footer id="footer" class="footer hidden-print">
|
||||||
|
<div class="container text-center">
|
||||||
|
<div>
|
||||||
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
Fork Awesome is licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
|
||||||
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
|
Code is licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
|
||||||
|
<span class="hide-xs hide-sm">·</span><br class="hide-md hide-lg">
|
||||||
|
Documentation is licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
|
||||||
|
</div>
|
||||||
|
<div class="project">
|
||||||
|
<a href="https://github.com/ForkAwesome/Fork-Awesome">GitHub Project</a> ·
|
||||||
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/issues">Issues</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||||
|
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
||||||
|
<script src="../../assets/js/site.js"></script>
|
||||||
|
<script src="../../assets/js/share.min.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-assistive-listening-systems: Fork Awesome Icons</title>
|
<title>fa-assistive-listening-systems: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -199,7 +198,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-asterisk: Fork Awesome Icons</title>
|
<title>fa-asterisk: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-at: Fork Awesome Icons</title>
|
<title>fa-at: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-att: Fork Awesome Icons</title>
|
<title>fa-att: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-audio-description: Fork Awesome Icons</title>
|
<title>fa-audio-description: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -199,7 +198,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-backward: Fork Awesome Icons</title>
|
<title>fa-backward: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-balance-scale: Fork Awesome Icons</title>
|
<title>fa-balance-scale: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-ban: Fork Awesome Icons</title>
|
<title>fa-ban: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-bandcamp: Fork Awesome Icons</title>
|
<title>fa-bandcamp: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-bar-chart: Fork Awesome Icons</title>
|
<title>fa-bar-chart: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -204,7 +203,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-barcode: Fork Awesome Icons</title>
|
<title>fa-barcode: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -197,7 +196,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-bars: Fork Awesome Icons</title>
|
<title>fa-bars: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -204,7 +203,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-bath: Fork Awesome Icons</title>
|
<title>fa-bath: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -204,7 +203,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-battery-empty: Fork Awesome Icons</title>
|
<title>fa-battery-empty: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -202,7 +201,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-battery-full: Fork Awesome Icons</title>
|
<title>fa-battery-full: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -204,7 +203,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-battery-half: Fork Awesome Icons</title>
|
<title>fa-battery-half: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -202,7 +201,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-battery-quarter: Fork Awesome Icons</title>
|
<title>fa-battery-quarter: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -202,7 +201,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-battery-three-quarters: Fork Awesome Icons</title>
|
<title>fa-battery-three-quarters: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -202,7 +201,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>fa-bed: Fork Awesome Icons</title>
|
<title>fa-bed: Fork Awesome Icons</title>
|
||||||
@ -76,7 +75,7 @@
|
|||||||
<ul class="dropdown-menu pull-right">
|
<ul class="dropdown-menu pull-right">
|
||||||
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
<li><a href="../../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i> All Icons</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons in 4.7</a></li>
|
<li><a href="../../icons/#new"><i class="fa fa-handshake-o fa-fw" aria-hidden="true"></i> New Icons</a></li>
|
||||||
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
<li><a href="../../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i> Web Application Icons</a></li>
|
||||||
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
<li><a href="../../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i> Accessibility Icons</a></li>
|
||||||
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
<li><a href="../../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i> Hand Icons</a></li>
|
||||||
@ -202,7 +201,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.7
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.2.0
|
||||||
<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>, now maintained by a community.
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>, now maintained by a community.
|
||||||
</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