mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-24 20:41:32 +08:00
Deploy ForkAwesome/Fork-Awesome to github.com/ForkAwesome/Fork-Awesome.git:gh-pages
This commit is contained in:
parent
0dea791a93
commit
c04d638ccf
6
Makefile
6
Makefile
@ -6,10 +6,13 @@ FA_SCSS_DIRECTORY = assets/fork-awesome/scss
|
|||||||
FA_CSS_DIRECTORY = assets/fork-awesome/css
|
FA_CSS_DIRECTORY = assets/fork-awesome/css
|
||||||
|
|
||||||
FA_LESS_MODERN = ${FA_LESS_DIRECTORY}/fork-awesome.less
|
FA_LESS_MODERN = ${FA_LESS_DIRECTORY}/fork-awesome.less
|
||||||
|
FA_LESS_COMPAT = ${FA_LESS_DIRECTORY}/v5-compat.less
|
||||||
FA_SCSS_MODERN = ${FA_SCSS_DIRECTORY}/fork-awesome.scss
|
FA_SCSS_MODERN = ${FA_SCSS_DIRECTORY}/fork-awesome.scss
|
||||||
|
|
||||||
FA_CSS_MODERN = ${FA_CSS_DIRECTORY}/fork-awesome.css
|
FA_CSS_MODERN = ${FA_CSS_DIRECTORY}/fork-awesome.css
|
||||||
FA_CSS_MODERN_MIN = ${FA_CSS_DIRECTORY}/fork-awesome.min.css
|
FA_CSS_MODERN_MIN = ${FA_CSS_DIRECTORY}/fork-awesome.min.css
|
||||||
|
FA_CSS_COMPAT = ${FA_CSS_DIRECTORY}/v5-compat.css
|
||||||
|
FA_CSS_COMPAT_MIN = ${FA_CSS_DIRECTORY}/v5-compat.min.css
|
||||||
|
|
||||||
SITE_LESS_DIRECTORY = assets/less
|
SITE_LESS_DIRECTORY = assets/less
|
||||||
SITE_CSS_DIRECTORY = assets/css
|
SITE_CSS_DIRECTORY = assets/css
|
||||||
@ -24,6 +27,9 @@ build:
|
|||||||
lessc ${FA_LESS_MODERN} ${FA_CSS_MODERN}
|
lessc ${FA_LESS_MODERN} ${FA_CSS_MODERN}
|
||||||
lessc --clean-css="--compatibility=ie8" --source-map ${FA_CSS_MODERN} ${FA_CSS_MODERN_MIN}
|
lessc --clean-css="--compatibility=ie8" --source-map ${FA_CSS_MODERN} ${FA_CSS_MODERN_MIN}
|
||||||
|
|
||||||
|
lessc ${FA_LESS_COMPAT} ${FA_CSS_COMPAT}
|
||||||
|
lessc --clean-css="--compatibility=ie8" --source-map ${FA_CSS_COMPAT} ${FA_CSS_COMPAT_MIN}
|
||||||
|
|
||||||
lessc --clean-css="--compatibility=ie8" --source-map ${SITE_LESS} ${SITE_CSS}
|
lessc --clean-css="--compatibility=ie8" --source-map ${SITE_LESS} ${SITE_CSS}
|
||||||
|
|
||||||
@echo "Moving CSS, LESS & SASS to /"
|
@echo "Moving CSS, LESS & SASS to /"
|
||||||
|
@ -307,7 +307,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,13 +1,21 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.1.1, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
|
Fork Awesome 1.1.2
|
||||||
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
/* FONT PATH
|
/* FONT PATH
|
||||||
* -------------------------- */
|
* -------------------------- */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'ForkAwesome';
|
font-family: 'ForkAwesome';
|
||||||
src: url('../fonts/forkawesome-webfont.eot?v=1.1.1');
|
src: url('../fonts/forkawesome-webfont.eot?v=1.1.2');
|
||||||
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.1') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.1') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.1') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.1') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.1#forkawesomeregular') format('svg');
|
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.2') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.2') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.2') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.2') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.2#forkawesomeregular') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -359,6 +367,7 @@
|
|||||||
.fa-indent:before {
|
.fa-indent:before {
|
||||||
content: "\f03c";
|
content: "\f03c";
|
||||||
}
|
}
|
||||||
|
.fa-video:before,
|
||||||
.fa-video-camera:before {
|
.fa-video-camera:before {
|
||||||
content: "\f03d";
|
content: "\f03d";
|
||||||
}
|
}
|
||||||
@ -772,6 +781,7 @@
|
|||||||
.fa-google-plus-square:before {
|
.fa-google-plus-square:before {
|
||||||
content: "\f0d4";
|
content: "\f0d4";
|
||||||
}
|
}
|
||||||
|
.fa-google-plus-g:before,
|
||||||
.fa-google-plus:before {
|
.fa-google-plus:before {
|
||||||
content: "\f0d5";
|
content: "\f0d5";
|
||||||
}
|
}
|
||||||
@ -870,6 +880,7 @@
|
|||||||
.fa-coffee:before {
|
.fa-coffee:before {
|
||||||
content: "\f0f4";
|
content: "\f0f4";
|
||||||
}
|
}
|
||||||
|
.fa-utensils:before,
|
||||||
.fa-cutlery:before {
|
.fa-cutlery:before {
|
||||||
content: "\f0f5";
|
content: "\f0f5";
|
||||||
}
|
}
|
||||||
@ -1141,6 +1152,7 @@
|
|||||||
.fa-eur:before {
|
.fa-eur:before {
|
||||||
content: "\f153";
|
content: "\f153";
|
||||||
}
|
}
|
||||||
|
.fa-pound:before,
|
||||||
.fa-gbp:before {
|
.fa-gbp:before {
|
||||||
content: "\f154";
|
content: "\f154";
|
||||||
}
|
}
|
||||||
@ -1177,21 +1189,27 @@
|
|||||||
.fa-file-text:before {
|
.fa-file-text:before {
|
||||||
content: "\f15c";
|
content: "\f15c";
|
||||||
}
|
}
|
||||||
|
.fa-sort-alpha-down:before,
|
||||||
.fa-sort-alpha-asc:before {
|
.fa-sort-alpha-asc:before {
|
||||||
content: "\f15d";
|
content: "\f15d";
|
||||||
}
|
}
|
||||||
|
.fa-sort-alpha-up:before,
|
||||||
.fa-sort-alpha-desc:before {
|
.fa-sort-alpha-desc:before {
|
||||||
content: "\f15e";
|
content: "\f15e";
|
||||||
}
|
}
|
||||||
|
.fa-sort-amount-down:before,
|
||||||
.fa-sort-amount-asc:before {
|
.fa-sort-amount-asc:before {
|
||||||
content: "\f160";
|
content: "\f160";
|
||||||
}
|
}
|
||||||
|
.fa-sort-amount-up:before,
|
||||||
.fa-sort-amount-desc:before {
|
.fa-sort-amount-desc:before {
|
||||||
content: "\f161";
|
content: "\f161";
|
||||||
}
|
}
|
||||||
|
.fa-sort-numeric-down:before,
|
||||||
.fa-sort-numeric-asc:before {
|
.fa-sort-numeric-asc:before {
|
||||||
content: "\f162";
|
content: "\f162";
|
||||||
}
|
}
|
||||||
|
.fa-sort-numeric-up:before,
|
||||||
.fa-sort-numeric-desc:before {
|
.fa-sort-numeric-desc:before {
|
||||||
content: "\f163";
|
content: "\f163";
|
||||||
}
|
}
|
||||||
@ -1411,6 +1429,7 @@
|
|||||||
.fa-paw:before {
|
.fa-paw:before {
|
||||||
content: "\f1b0";
|
content: "\f1b0";
|
||||||
}
|
}
|
||||||
|
.fa-utensil-spoon:before,
|
||||||
.fa-spoon:before {
|
.fa-spoon:before {
|
||||||
content: "\f1b1";
|
content: "\f1b1";
|
||||||
}
|
}
|
||||||
@ -1553,6 +1572,7 @@
|
|||||||
.fa-circle-thin:before {
|
.fa-circle-thin:before {
|
||||||
content: "\f1db";
|
content: "\f1db";
|
||||||
}
|
}
|
||||||
|
.fa-heading:before,
|
||||||
.fa-header:before {
|
.fa-header:before {
|
||||||
content: "\f1dc";
|
content: "\f1dc";
|
||||||
}
|
}
|
||||||
@ -1683,6 +1703,7 @@
|
|||||||
.fa-angellist:before {
|
.fa-angellist:before {
|
||||||
content: "\f209";
|
content: "\f209";
|
||||||
}
|
}
|
||||||
|
.fa-closed-captioning:before,
|
||||||
.fa-cc:before {
|
.fa-cc:before {
|
||||||
content: "\f20a";
|
content: "\f20a";
|
||||||
}
|
}
|
||||||
@ -1727,6 +1748,7 @@
|
|||||||
.fa-cart-arrow-down:before {
|
.fa-cart-arrow-down:before {
|
||||||
content: "\f218";
|
content: "\f218";
|
||||||
}
|
}
|
||||||
|
.fa-gem:before,
|
||||||
.fa-diamond:before {
|
.fa-diamond:before {
|
||||||
content: "\f219";
|
content: "\f219";
|
||||||
}
|
}
|
||||||
@ -2021,6 +2043,7 @@
|
|||||||
.fa-houzz:before {
|
.fa-houzz:before {
|
||||||
content: "\f27c";
|
content: "\f27c";
|
||||||
}
|
}
|
||||||
|
.fa-vimeo-v:before,
|
||||||
.fa-vimeo:before {
|
.fa-vimeo:before {
|
||||||
content: "\f27d";
|
content: "\f27d";
|
||||||
}
|
}
|
||||||
@ -2117,6 +2140,7 @@
|
|||||||
.fa-audio-description:before {
|
.fa-audio-description:before {
|
||||||
content: "\f29e";
|
content: "\f29e";
|
||||||
}
|
}
|
||||||
|
.fa-phone-volume:before,
|
||||||
.fa-volume-control-phone:before {
|
.fa-volume-control-phone:before {
|
||||||
content: "\f2a0";
|
content: "\f2a0";
|
||||||
}
|
}
|
||||||
|
14
assets/fork-awesome/css/fork-awesome.min.css
vendored
14
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
446
assets/fork-awesome/css/v5-compat.css
Normal file
446
assets/fork-awesome/css/v5-compat.css
Normal file
@ -0,0 +1,446 @@
|
|||||||
|
/*!
|
||||||
|
Fork Awesome 1.1.2
|
||||||
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
|
.fas,
|
||||||
|
.fab,
|
||||||
|
.far {
|
||||||
|
display: inline-block;
|
||||||
|
font: normal normal normal 14px/1 ForkAwesome;
|
||||||
|
font-size: inherit;
|
||||||
|
text-rendering: auto;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
.fas.fa-chart-area:before {
|
||||||
|
content: "\f1fe";
|
||||||
|
}
|
||||||
|
.fas.fa-arrows-alt:before {
|
||||||
|
content: "\f047";
|
||||||
|
}
|
||||||
|
.fas.fa-expand-arrows-alt:before {
|
||||||
|
content: "\f0b2";
|
||||||
|
}
|
||||||
|
.fas.fa-arrows-alt-h:before {
|
||||||
|
content: "\f07e";
|
||||||
|
}
|
||||||
|
.fas.fa-arrows-alt-v:before {
|
||||||
|
content: "\f07d";
|
||||||
|
}
|
||||||
|
.fas.fa-calendar-alt:before {
|
||||||
|
content: "\f073";
|
||||||
|
}
|
||||||
|
.fas.fa-circle-notch:before {
|
||||||
|
content: "\f1ce";
|
||||||
|
}
|
||||||
|
.fas.fa-cloud-download-alt:before {
|
||||||
|
content: "\f0ed";
|
||||||
|
}
|
||||||
|
.fas.fa-cloud-upload-alt:before {
|
||||||
|
content: "\f0ee";
|
||||||
|
}
|
||||||
|
.fas.fa-credit-card:before {
|
||||||
|
content: "\f283";
|
||||||
|
}
|
||||||
|
.fas.fa-dollar-sign:before {
|
||||||
|
content: "\f155";
|
||||||
|
}
|
||||||
|
.fas.fa-euro-sign:before {
|
||||||
|
content: "\f153";
|
||||||
|
}
|
||||||
|
.fas.fa-exchange-alt:before {
|
||||||
|
content: "\f0ec";
|
||||||
|
}
|
||||||
|
.fas.fa-external-link-alt:before {
|
||||||
|
content: "\f08e";
|
||||||
|
}
|
||||||
|
.fas.fa-external-link-square-alt:before {
|
||||||
|
content: "\f14c";
|
||||||
|
}
|
||||||
|
.fas.fa-eye-dropper:before {
|
||||||
|
content: "\f1fb";
|
||||||
|
}
|
||||||
|
.fas.fa-pound-sign:before {
|
||||||
|
content: "\f154";
|
||||||
|
}
|
||||||
|
.fas.fa-glass-martini:before {
|
||||||
|
content: "\f000";
|
||||||
|
}
|
||||||
|
.fas.fa-shekel-sign:before {
|
||||||
|
content: "\f20b";
|
||||||
|
}
|
||||||
|
.fas.fa-rupee-sign:before {
|
||||||
|
content: "\f156";
|
||||||
|
}
|
||||||
|
.fas.fa-won-sign:before {
|
||||||
|
content: "\f159";
|
||||||
|
}
|
||||||
|
.fas.fa-level-down-alt:before {
|
||||||
|
content: "\f149";
|
||||||
|
}
|
||||||
|
.fas.fa-level-up-alt:before {
|
||||||
|
content: "\f148";
|
||||||
|
}
|
||||||
|
.fas.fa-chart-line:before {
|
||||||
|
content: "\f201";
|
||||||
|
}
|
||||||
|
.fas.fa-long-arrow-alt-down:before {
|
||||||
|
content: "\f175";
|
||||||
|
}
|
||||||
|
.fas.fa-long-arrow-alt-left:before {
|
||||||
|
content: "\f177";
|
||||||
|
}
|
||||||
|
.fas.fa-long-arrow-alt-right:before {
|
||||||
|
content: "\f178";
|
||||||
|
}
|
||||||
|
.fas.fa-long-arrow-alt-up:before {
|
||||||
|
content: "\f176";
|
||||||
|
}
|
||||||
|
.fas.fa-map-marker-alt:before {
|
||||||
|
content: "\f041";
|
||||||
|
}
|
||||||
|
.fas.fa-mobile-alt:before {
|
||||||
|
content: "\f10b";
|
||||||
|
}
|
||||||
|
.fas.fa-pencil-alt:before {
|
||||||
|
content: "\f040";
|
||||||
|
}
|
||||||
|
.fas.fa-pen-square:before {
|
||||||
|
content: "\f14b";
|
||||||
|
}
|
||||||
|
.fas.fa-chart-pie:before {
|
||||||
|
content: "\f200";
|
||||||
|
}
|
||||||
|
.fas.fa-yen-sign:before {
|
||||||
|
content: "\f157";
|
||||||
|
}
|
||||||
|
.fas.fa-ruble-sign:before {
|
||||||
|
content: "\f158";
|
||||||
|
}
|
||||||
|
.fas.fa-shield-alt:before {
|
||||||
|
content: "\f132";
|
||||||
|
}
|
||||||
|
.fas.fa-sign-in-alt:before {
|
||||||
|
content: "\f090";
|
||||||
|
}
|
||||||
|
.fas.fa-sign-out-alt:before {
|
||||||
|
content: "\f08b";
|
||||||
|
}
|
||||||
|
.fas.fa-sliders-h:before {
|
||||||
|
content: "\f1de";
|
||||||
|
}
|
||||||
|
.fas.fa-tablet-alt:before {
|
||||||
|
content: "\f10a";
|
||||||
|
}
|
||||||
|
.fas.fa-tachometer-alt:before {
|
||||||
|
content: "\f0e4";
|
||||||
|
}
|
||||||
|
.fas.fa-thumbtack:before {
|
||||||
|
content: "\f08d";
|
||||||
|
}
|
||||||
|
.fas.fa-ticket-alt:before {
|
||||||
|
content: "\f145";
|
||||||
|
}
|
||||||
|
.fas.fa-trash-alt:before {
|
||||||
|
content: "\f1f8";
|
||||||
|
}
|
||||||
|
.fas.fa-lira-sign:before {
|
||||||
|
content: "\f195";
|
||||||
|
}
|
||||||
|
.fab.fa-linkedin-in:before {
|
||||||
|
content: "\fe01";
|
||||||
|
}
|
||||||
|
.fab.fa-linkedin:before {
|
||||||
|
content: "\f08c";
|
||||||
|
}
|
||||||
|
.far.fa-address-book:before {
|
||||||
|
content: "\f2ba";
|
||||||
|
}
|
||||||
|
.far.fa-address-card:before {
|
||||||
|
content: "\f2bc";
|
||||||
|
}
|
||||||
|
.far.fa-arrow-alt-circle-down:before {
|
||||||
|
content: "\f01a";
|
||||||
|
}
|
||||||
|
.far.fa-arrow-alt-circle-left:before {
|
||||||
|
content: "\f190";
|
||||||
|
}
|
||||||
|
.far.fa-arrow-alt-circle-right:before {
|
||||||
|
content: "\f18e";
|
||||||
|
}
|
||||||
|
.far.fa-arrow-alt-circle-up:before {
|
||||||
|
content: "\f01b";
|
||||||
|
}
|
||||||
|
.far.fa-bell:before {
|
||||||
|
content: "\f0f3";
|
||||||
|
}
|
||||||
|
.far.fa-bell-slash:before {
|
||||||
|
content: "\f1f7";
|
||||||
|
}
|
||||||
|
.far.fa-bookmark:before {
|
||||||
|
content: "\f097";
|
||||||
|
}
|
||||||
|
.far.fa-building:before {
|
||||||
|
content: "\f0f7";
|
||||||
|
}
|
||||||
|
.far.fa-calendar-check:before {
|
||||||
|
content: "\f274";
|
||||||
|
}
|
||||||
|
.far.fa-calendar-minus:before {
|
||||||
|
content: "\f272";
|
||||||
|
}
|
||||||
|
.far.fa-calendar:before {
|
||||||
|
content: "\f133";
|
||||||
|
}
|
||||||
|
.far.fa-calendar-plus:before {
|
||||||
|
content: "\f271";
|
||||||
|
}
|
||||||
|
.far.fa-calendar-times:before {
|
||||||
|
content: "\f273";
|
||||||
|
}
|
||||||
|
.far.fa-caret-square-down:before {
|
||||||
|
content: "\f150";
|
||||||
|
}
|
||||||
|
.far.fa-caret-square-left:before {
|
||||||
|
content: "\f191";
|
||||||
|
}
|
||||||
|
.far.fa-caret-square-right:before {
|
||||||
|
content: "\f152";
|
||||||
|
}
|
||||||
|
.far.fa-caret-square-up:before {
|
||||||
|
content: "\f151";
|
||||||
|
}
|
||||||
|
.far.fa-check-circle:before {
|
||||||
|
content: "\f05d";
|
||||||
|
}
|
||||||
|
.far.fa-check-square:before {
|
||||||
|
content: "\f046";
|
||||||
|
}
|
||||||
|
.far.fa-circle:before {
|
||||||
|
content: "\f10c";
|
||||||
|
}
|
||||||
|
.far.fa-clock:before {
|
||||||
|
content: "\f017";
|
||||||
|
}
|
||||||
|
.far.fa-comment:before {
|
||||||
|
content: "\f0e5";
|
||||||
|
}
|
||||||
|
.far.fa-comment-dots:before {
|
||||||
|
content: "\f27b";
|
||||||
|
}
|
||||||
|
.far.fa-comments:before {
|
||||||
|
content: "\f0e6";
|
||||||
|
}
|
||||||
|
.far.fa-dot-circle:before {
|
||||||
|
content: "\f192";
|
||||||
|
}
|
||||||
|
.far.fa-id-card:before {
|
||||||
|
content: "\f2c3";
|
||||||
|
}
|
||||||
|
.far.fa-envelope:before {
|
||||||
|
content: "\f003";
|
||||||
|
}
|
||||||
|
.far.fa-envelope-open:before {
|
||||||
|
content: "\f2b7";
|
||||||
|
}
|
||||||
|
.far.fa-file-archive:before {
|
||||||
|
content: "\f1c6";
|
||||||
|
}
|
||||||
|
.far.fa-file-audio:before {
|
||||||
|
content: "\f1c7";
|
||||||
|
}
|
||||||
|
.far.fa-file-code:before {
|
||||||
|
content: "\f1c9";
|
||||||
|
}
|
||||||
|
.far.fa-file-excel:before {
|
||||||
|
content: "\f1c3";
|
||||||
|
}
|
||||||
|
.far.fa-file-image:before {
|
||||||
|
content: "\f1c5";
|
||||||
|
}
|
||||||
|
.far.fa-file-video:before {
|
||||||
|
content: "\f1c8";
|
||||||
|
}
|
||||||
|
.far.fa-copy:before,
|
||||||
|
.far.fa-file:before {
|
||||||
|
content: "\f016";
|
||||||
|
}
|
||||||
|
.far.fa-file-pdf:before {
|
||||||
|
content: "\f1c1";
|
||||||
|
}
|
||||||
|
.far.fa-file-powerpoint:before {
|
||||||
|
content: "\f1c4";
|
||||||
|
}
|
||||||
|
.far.fa-file-alt:before {
|
||||||
|
content: "\f0f6";
|
||||||
|
}
|
||||||
|
.far.fa-file-word:before {
|
||||||
|
content: "\f1c2";
|
||||||
|
}
|
||||||
|
.far.fa-flag:before {
|
||||||
|
content: "\f11d";
|
||||||
|
}
|
||||||
|
.far.fa-save:before {
|
||||||
|
content: "\f0c7";
|
||||||
|
}
|
||||||
|
.far.fa-folder:before {
|
||||||
|
content: "\f114";
|
||||||
|
}
|
||||||
|
.far.fa-folder-open:before {
|
||||||
|
content: "\f115";
|
||||||
|
}
|
||||||
|
.far.fa-frown:before {
|
||||||
|
content: "\f119";
|
||||||
|
}
|
||||||
|
.far.fa-futbol:before {
|
||||||
|
content: "\f1e3";
|
||||||
|
}
|
||||||
|
.far.fa-hand-rock:before {
|
||||||
|
content: "\f255";
|
||||||
|
}
|
||||||
|
.far.fa-hand-lizard:before {
|
||||||
|
content: "\f258";
|
||||||
|
}
|
||||||
|
.far.fa-hand-point-down:before {
|
||||||
|
content: "\f0a7";
|
||||||
|
}
|
||||||
|
.far.fa-hand-point-left:before {
|
||||||
|
content: "\f0a5";
|
||||||
|
}
|
||||||
|
.far.fa-hand-point-right:before {
|
||||||
|
content: "\f0a4";
|
||||||
|
}
|
||||||
|
.far.fa-hand-point-up:before {
|
||||||
|
content: "\f0a6";
|
||||||
|
}
|
||||||
|
.far.fa-hand-paper:before {
|
||||||
|
content: "\256";
|
||||||
|
}
|
||||||
|
.far.fa-hand-pointer:before {
|
||||||
|
content: "\f25a";
|
||||||
|
}
|
||||||
|
.far.fa-hand-scissors:before {
|
||||||
|
content: "\f257";
|
||||||
|
}
|
||||||
|
.far.fa-hand-spock:before {
|
||||||
|
content: "\f259";
|
||||||
|
}
|
||||||
|
.far.fa-handshake:before {
|
||||||
|
content: "\f2b5";
|
||||||
|
}
|
||||||
|
.far.fa-hdd:before {
|
||||||
|
content: "\f0a0";
|
||||||
|
}
|
||||||
|
.far.fa-heart:before {
|
||||||
|
content: "\f08a";
|
||||||
|
}
|
||||||
|
.far.fa-hospital:before {
|
||||||
|
content: "\f0f8";
|
||||||
|
}
|
||||||
|
.far.fa-hourglass:before {
|
||||||
|
content: "\f250";
|
||||||
|
}
|
||||||
|
.far.fa-id-card:before {
|
||||||
|
content: "\f2c3";
|
||||||
|
}
|
||||||
|
.far.fa-keyboard:before {
|
||||||
|
content: "\f11c";
|
||||||
|
}
|
||||||
|
.far.fa-lemon:before {
|
||||||
|
content: "\f094";
|
||||||
|
}
|
||||||
|
.far.fa-lightbulb:before {
|
||||||
|
content: "\f0eb";
|
||||||
|
}
|
||||||
|
.far.fa-meh:before {
|
||||||
|
content: "\f11a";
|
||||||
|
}
|
||||||
|
.far.fa-minus-square:before {
|
||||||
|
content: "\f147";
|
||||||
|
}
|
||||||
|
.far.fa-money-bill-alt:before {
|
||||||
|
content: "\f0d6";
|
||||||
|
}
|
||||||
|
.far.fa-moon:before {
|
||||||
|
content: "\f186";
|
||||||
|
}
|
||||||
|
.far.fa-newspaper:before {
|
||||||
|
content: "\f1ea";
|
||||||
|
}
|
||||||
|
.far.fa-paper-plane:before {
|
||||||
|
content: "\f1d9";
|
||||||
|
}
|
||||||
|
.far.fa-pause-circle:before {
|
||||||
|
content: "\f28c";
|
||||||
|
}
|
||||||
|
.far.fa-edit:before {
|
||||||
|
content: "\f044";
|
||||||
|
}
|
||||||
|
.far.fa-image:before {
|
||||||
|
content: "\f03e";
|
||||||
|
}
|
||||||
|
.far.fa-play-circle:before {
|
||||||
|
content: "\f01d";
|
||||||
|
}
|
||||||
|
.far.fa-plus-square:before {
|
||||||
|
content: "\f196";
|
||||||
|
}
|
||||||
|
.far.fa-question-circle:before {
|
||||||
|
content: "\f92c";
|
||||||
|
}
|
||||||
|
.far.fa-share-square:before {
|
||||||
|
content: "\f045";
|
||||||
|
}
|
||||||
|
.far.fa-smile:before {
|
||||||
|
content: "\f118";
|
||||||
|
}
|
||||||
|
.far.fa-snowflake:before {
|
||||||
|
content: "\f2dc";
|
||||||
|
}
|
||||||
|
.far.fa-futbol:before {
|
||||||
|
content: "\f1e3";
|
||||||
|
}
|
||||||
|
.far.fa-star-half:before {
|
||||||
|
content: "\f089";
|
||||||
|
}
|
||||||
|
.far.fa-star:before {
|
||||||
|
content: "\f006";
|
||||||
|
}
|
||||||
|
.far.fa-sticky-note:before {
|
||||||
|
content: "\f24a";
|
||||||
|
}
|
||||||
|
.far.fa-stop-circle:before {
|
||||||
|
content: "\f28e";
|
||||||
|
}
|
||||||
|
.far.fa-sun:before {
|
||||||
|
content: "\f185";
|
||||||
|
}
|
||||||
|
.far.fa-thumbs-down:before {
|
||||||
|
content: "\f088";
|
||||||
|
}
|
||||||
|
.far.fa-thumbs-up:before {
|
||||||
|
content: "\f087";
|
||||||
|
}
|
||||||
|
.far.fa-times-circle:before {
|
||||||
|
content: "\f05c";
|
||||||
|
}
|
||||||
|
.far.fa-window-close:before {
|
||||||
|
content: "\f2d4";
|
||||||
|
}
|
||||||
|
.far.fa-trash-alt:before {
|
||||||
|
content: "\f014";
|
||||||
|
}
|
||||||
|
.far.fa-user-circle:before {
|
||||||
|
content: "\f2be";
|
||||||
|
}
|
||||||
|
.far.fa-user:before {
|
||||||
|
content: "\f2c0";
|
||||||
|
}
|
12
assets/fork-awesome/css/v5-compat.min.css
vendored
Normal file
12
assets/fork-awesome/css/v5-compat.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
assets/fork-awesome/css/v5-compat.min.css.map
Normal file
1
assets/fork-awesome/css/v5-compat.min.css.map
Normal file
@ -0,0 +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"}
|
@ -1,6 +1,14 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.1.1, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
|
Fork Awesome 1.1.2
|
||||||
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -64,6 +64,7 @@
|
|||||||
.@{fa-css-prefix}-dedent:before,
|
.@{fa-css-prefix}-dedent:before,
|
||||||
.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; }
|
.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; }
|
||||||
.@{fa-css-prefix}-indent:before { content: @fa-var-indent; }
|
.@{fa-css-prefix}-indent:before { content: @fa-var-indent; }
|
||||||
|
.@{fa-css-prefix}-video:before,
|
||||||
.@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; }
|
.@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; }
|
||||||
.@{fa-css-prefix}-photo:before,
|
.@{fa-css-prefix}-photo:before,
|
||||||
.@{fa-css-prefix}-image:before,
|
.@{fa-css-prefix}-image:before,
|
||||||
@ -213,6 +214,7 @@
|
|||||||
.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; }
|
.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; }
|
||||||
.@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; }
|
.@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; }
|
||||||
.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; }
|
.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; }
|
||||||
|
.@{fa-css-prefix}-google-plus-g:before,
|
||||||
.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; }
|
.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; }
|
||||||
.@{fa-css-prefix}-money:before { content: @fa-var-money; }
|
.@{fa-css-prefix}-money:before { content: @fa-var-money; }
|
||||||
.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; }
|
.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; }
|
||||||
@ -251,6 +253,7 @@
|
|||||||
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
|
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
|
||||||
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
|
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
|
||||||
.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; }
|
.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; }
|
||||||
|
.@{fa-css-prefix}-utensils:before,
|
||||||
.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; }
|
.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; }
|
||||||
.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; }
|
.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; }
|
||||||
.@{fa-css-prefix}-building-o:before { content: @fa-var-building-o; }
|
.@{fa-css-prefix}-building-o:before { content: @fa-var-building-o; }
|
||||||
@ -348,6 +351,7 @@
|
|||||||
.@{fa-css-prefix}-caret-square-o-right:before { content: @fa-var-caret-square-o-right; }
|
.@{fa-css-prefix}-caret-square-o-right:before { content: @fa-var-caret-square-o-right; }
|
||||||
.@{fa-css-prefix}-euro:before,
|
.@{fa-css-prefix}-euro:before,
|
||||||
.@{fa-css-prefix}-eur:before { content: @fa-var-eur; }
|
.@{fa-css-prefix}-eur:before { content: @fa-var-eur; }
|
||||||
|
.@{fa-css-prefix}-pound:before,
|
||||||
.@{fa-css-prefix}-gbp:before { content: @fa-var-gbp; }
|
.@{fa-css-prefix}-gbp:before { content: @fa-var-gbp; }
|
||||||
.@{fa-css-prefix}-dollar:before,
|
.@{fa-css-prefix}-dollar:before,
|
||||||
.@{fa-css-prefix}-usd:before { content: @fa-var-usd; }
|
.@{fa-css-prefix}-usd:before { content: @fa-var-usd; }
|
||||||
@ -366,11 +370,17 @@
|
|||||||
.@{fa-css-prefix}-btc:before { content: @fa-var-btc; }
|
.@{fa-css-prefix}-btc:before { content: @fa-var-btc; }
|
||||||
.@{fa-css-prefix}-file:before { content: @fa-var-file; }
|
.@{fa-css-prefix}-file:before { content: @fa-var-file; }
|
||||||
.@{fa-css-prefix}-file-text:before { content: @fa-var-file-text; }
|
.@{fa-css-prefix}-file-text:before { content: @fa-var-file-text; }
|
||||||
|
.@{fa-css-prefix}-sort-alpha-down:before,
|
||||||
.@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; }
|
.@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; }
|
||||||
|
.@{fa-css-prefix}-sort-alpha-up:before,
|
||||||
.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; }
|
.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; }
|
||||||
|
.@{fa-css-prefix}-sort-amount-down:before,
|
||||||
.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-asc; }
|
.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-asc; }
|
||||||
|
.@{fa-css-prefix}-sort-amount-up:before,
|
||||||
.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-desc; }
|
.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-desc; }
|
||||||
|
.@{fa-css-prefix}-sort-numeric-down:before,
|
||||||
.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; }
|
.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; }
|
||||||
|
.@{fa-css-prefix}-sort-numeric-up:before,
|
||||||
.@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; }
|
.@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; }
|
||||||
.@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; }
|
.@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; }
|
||||||
.@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; }
|
.@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; }
|
||||||
@ -448,6 +458,7 @@
|
|||||||
.@{fa-css-prefix}-building:before { content: @fa-var-building; }
|
.@{fa-css-prefix}-building:before { content: @fa-var-building; }
|
||||||
.@{fa-css-prefix}-child:before { content: @fa-var-child; }
|
.@{fa-css-prefix}-child:before { content: @fa-var-child; }
|
||||||
.@{fa-css-prefix}-paw:before { content: @fa-var-paw; }
|
.@{fa-css-prefix}-paw:before { content: @fa-var-paw; }
|
||||||
|
.@{fa-css-prefix}-utensil-spoon:before,
|
||||||
.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; }
|
.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; }
|
||||||
.@{fa-css-prefix}-cube:before { content: @fa-var-cube; }
|
.@{fa-css-prefix}-cube:before { content: @fa-var-cube; }
|
||||||
.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; }
|
.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; }
|
||||||
@ -508,6 +519,7 @@
|
|||||||
.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; }
|
.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; }
|
||||||
.@{fa-css-prefix}-history:before { content: @fa-var-history; }
|
.@{fa-css-prefix}-history:before { content: @fa-var-history; }
|
||||||
.@{fa-css-prefix}-circle-thin:before { content: @fa-var-circle-thin; }
|
.@{fa-css-prefix}-circle-thin:before { content: @fa-var-circle-thin; }
|
||||||
|
.@{fa-css-prefix}-heading:before,
|
||||||
.@{fa-css-prefix}-header:before { content: @fa-var-header; }
|
.@{fa-css-prefix}-header:before { content: @fa-var-header; }
|
||||||
.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; }
|
.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; }
|
||||||
.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; }
|
.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; }
|
||||||
@ -552,6 +564,7 @@
|
|||||||
.@{fa-css-prefix}-bus:before { content: @fa-var-bus; }
|
.@{fa-css-prefix}-bus:before { content: @fa-var-bus; }
|
||||||
.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; }
|
.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; }
|
||||||
.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; }
|
.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; }
|
||||||
|
.@{fa-css-prefix}-closed-captioning:before,
|
||||||
.@{fa-css-prefix}-cc:before { content: @fa-var-cc; }
|
.@{fa-css-prefix}-cc:before { content: @fa-var-cc; }
|
||||||
.@{fa-css-prefix}-shekel:before,
|
.@{fa-css-prefix}-shekel:before,
|
||||||
.@{fa-css-prefix}-sheqel:before,
|
.@{fa-css-prefix}-sheqel:before,
|
||||||
@ -568,6 +581,7 @@
|
|||||||
.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; }
|
.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; }
|
||||||
.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; }
|
.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; }
|
||||||
.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; }
|
.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; }
|
||||||
|
.@{fa-css-prefix}-gem:before,
|
||||||
.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; }
|
.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; }
|
||||||
.@{fa-css-prefix}-ship:before { content: @fa-var-ship; }
|
.@{fa-css-prefix}-ship:before { content: @fa-var-ship; }
|
||||||
.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; }
|
.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; }
|
||||||
@ -676,6 +690,7 @@
|
|||||||
.@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; }
|
.@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; }
|
||||||
.@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; }
|
.@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; }
|
||||||
.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; }
|
.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; }
|
||||||
|
.@{fa-css-prefix}-vimeo-v:before,
|
||||||
.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; }
|
.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; }
|
||||||
.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; }
|
.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; }
|
||||||
.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; }
|
.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; }
|
||||||
@ -708,6 +723,7 @@
|
|||||||
.@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; }
|
.@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; }
|
||||||
.@{fa-css-prefix}-blind:before { content: @fa-var-blind; }
|
.@{fa-css-prefix}-blind:before { content: @fa-var-blind; }
|
||||||
.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
|
.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
|
||||||
|
.@{fa-css-prefix}-phone-volume:before,
|
||||||
.@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; }
|
.@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; }
|
||||||
.@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
|
.@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
|
||||||
.@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; }
|
.@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; }
|
||||||
|
176
assets/fork-awesome/less/v5-compat.less
Normal file
176
assets/fork-awesome/less/v5-compat.less
Normal file
@ -0,0 +1,176 @@
|
|||||||
|
/*!
|
||||||
|
Fork Awesome 1.1.2
|
||||||
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@import "variables.less";
|
||||||
|
|
||||||
|
.fas, .fab, .far {
|
||||||
|
display: inline-block;
|
||||||
|
font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration
|
||||||
|
font-size: inherit; // can't have font-size inherit on line above, so need to override
|
||||||
|
text-rendering: auto; // optimizelegibility throws things off #1094
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.fas {
|
||||||
|
&.fa-chart-area:before { content: "\f1fe"; } // area-chart
|
||||||
|
&.fa-arrows-alt:before { content: "\f047"; } // arrows
|
||||||
|
&.fa-expand-arrows-alt:before { content: "\f0b2"; } // arrows-alt
|
||||||
|
&.fa-arrows-alt-h:before { content: "\f07e"; } // arrows-h
|
||||||
|
&.fa-arrows-alt-v:before { content: "\f07d"; } // arrows-v
|
||||||
|
&.fa-calendar-alt:before { content: "\f073"; } // calendar
|
||||||
|
&.fa-circle-notch:before { content: "\f1ce"; } // circle-o-notch
|
||||||
|
&.fa-cloud-download-alt:before { content: "\f0ed"; } // cloud-download
|
||||||
|
&.fa-cloud-upload-alt:before { content: "\f0ee"; } // cloud-upload
|
||||||
|
&.fa-credit-card:before { content: "\f283"; } // credit-card-alt
|
||||||
|
&.fa-dollar-sign:before { content: "\f155"; } // dollar
|
||||||
|
&.fa-euro-sign:before { content: "\f153"; } // eur, euro
|
||||||
|
&.fa-exchange-alt:before { content: "\f0ec"; } // exchange
|
||||||
|
&.fa-external-link-alt:before { content: "\f08e"; } // external-link
|
||||||
|
&.fa-external-link-square-alt:before { content: "\f14c"; } // external-link-square
|
||||||
|
&.fa-eye-dropper:before { content: "\f1fb"; } // eyedropper
|
||||||
|
&.fa-pound-sign:before { content: "\f154"; } // gbp
|
||||||
|
&.fa-glass-martini:before { content: "\f000"; } // glass
|
||||||
|
&.fa-shekel-sign:before { content: "\f20b"; } // shekel
|
||||||
|
&.fa-rupee-sign:before { content: "\f156"; } // rupee
|
||||||
|
&.fa-won-sign:before { content: "\f159"; } // krw
|
||||||
|
&.fa-level-down-alt:before { content: "\f149"; } // level-down
|
||||||
|
&.fa-level-up-alt:before { content: "\f148"; } // level-up
|
||||||
|
&.fa-chart-line:before { content: "\f201"; } // line-chart
|
||||||
|
&.fa-long-arrow-alt-down:before { content: "\f175"; } // long-arrow-down
|
||||||
|
&.fa-long-arrow-alt-left:before { content: "\f177"; } // long-arrow-left
|
||||||
|
&.fa-long-arrow-alt-right:before { content: "\f178"; } // long-arrow-right
|
||||||
|
&.fa-long-arrow-alt-up:before { content: "\f176"; } // long-arrow-up
|
||||||
|
&.fa-map-marker-alt:before { content: "\f041"; } // map-marker
|
||||||
|
&.fa-mobile-alt:before { content: "\f10b"; } // mobile
|
||||||
|
&.fa-pencil-alt:before { content: "\f040"; } // pencil
|
||||||
|
&.fa-pen-square:before { content: "\f14b"; } // pencil-square
|
||||||
|
&.fa-chart-pie:before { content: "\f200"; } // pie-chart
|
||||||
|
&.fa-yen-sign:before { content: "\f157"; } // yen
|
||||||
|
&.fa-ruble-sign:before { content: "\f158"; } // ruble
|
||||||
|
&.fa-shield-alt:before { content: "\f132"; } // shield
|
||||||
|
&.fa-sign-in-alt:before { content: "\f090"; } // sign-in
|
||||||
|
&.fa-sign-out-alt:before { content: "\f08b"; } // sign-out
|
||||||
|
&.fa-sliders-h:before { content: "\f1de"; } // sliders
|
||||||
|
&.fa-tablet-alt:before { content: "\f10a"; } // tablet
|
||||||
|
&.fa-tachometer-alt:before { content: "\f0e4"; } // tachometer
|
||||||
|
&.fa-thumbtack:before { content: "\f08d"; } // thumb-tack
|
||||||
|
&.fa-ticket-alt:before { content: "\f145"; } // ticket
|
||||||
|
&.fa-trash-alt:before { content: "\f1f8"; } // trash
|
||||||
|
&.fa-lira-sign:before { content: "\f195"; } // turkish-lira
|
||||||
|
}
|
||||||
|
|
||||||
|
.fab {
|
||||||
|
&.fa-linkedin-in:before { content: "\fe01"; } // linkedin
|
||||||
|
&.fa-linkedin:before { content: "\f08c"; } // linkedin-square
|
||||||
|
}
|
||||||
|
|
||||||
|
.far {
|
||||||
|
&.fa-address-book:before { content: "\f2ba"; } // address-book-o
|
||||||
|
&.fa-address-card:before { content: "\f2bc"; } // address-card-o
|
||||||
|
&.fa-arrow-alt-circle-down:before { content: "\f01a"; } // arrow-circle-o-down
|
||||||
|
&.fa-arrow-alt-circle-left:before { content: "\f190"; } // arrow-circle-o-left
|
||||||
|
&.fa-arrow-alt-circle-right:before { content: "\f18e"; } // arrow-circle-o-right
|
||||||
|
&.fa-arrow-alt-circle-up:before { content: "\f01b"; } // arrow-circle-o-up
|
||||||
|
&.fa-bell:before { content: "\f0f3"; } // bell-o
|
||||||
|
&.fa-bell-slash:before { content: "\f1f7"; } // bell-slash-o
|
||||||
|
&.fa-bookmark:before { content: "\f097"; } // bookmark-o
|
||||||
|
&.fa-building:before { content: "\f0f7"; } // building-o
|
||||||
|
&.fa-calendar-check:before { content: "\f274"; } // calendar-check-o
|
||||||
|
&.fa-calendar-minus:before { content: "\f272"; } // calendar-minus-o
|
||||||
|
&.fa-calendar:before { content: "\f133"; } // calendar-o
|
||||||
|
&.fa-calendar-plus:before { content: "\f271"; } // calendar-plus-o
|
||||||
|
&.fa-calendar-times:before { content: "\f273"; } // calendar-times-o
|
||||||
|
&.fa-caret-square-down:before { content: "\f150"; } // caret-square-o-down
|
||||||
|
&.fa-caret-square-left:before { content: "\f191"; } // caret-square-o-left
|
||||||
|
&.fa-caret-square-right:before { content: "\f152"; } // caret-square-o-right
|
||||||
|
&.fa-caret-square-up:before { content: "\f151"; } // caret-square-o-up
|
||||||
|
&.fa-check-circle:before { content: "\f05d"; } // check-circle-o
|
||||||
|
&.fa-check-square:before { content: "\f046"; } // check-square-o
|
||||||
|
&.fa-circle:before { content: "\f10c"; } // circle-o
|
||||||
|
&.fa-clock:before { content: "\f017"; } // clock-o
|
||||||
|
&.fa-comment:before { content: "\f0e5"; } // comment-o
|
||||||
|
&.fa-comment-dots:before { content: "\f27b"; } // commenting-o
|
||||||
|
&.fa-comments:before { content: "\f0e6"; } // comments-o
|
||||||
|
&.fa-dot-circle:before { content: "\f192"; } // dot-circle-o
|
||||||
|
&.fa-id-card:before { content: "\f2c3"; } // drivers-license-o
|
||||||
|
&.fa-envelope:before { content: "\f003"; } // envelope-o
|
||||||
|
&.fa-envelope-open:before { content: "\f2b7"; } // envelope-open-o
|
||||||
|
&.fa-file-archive:before { content: "\f1c6"; } // file-archive-o
|
||||||
|
&.fa-file-audio:before { content: "\f1c7"; } // file-audio-o
|
||||||
|
&.fa-file-code:before { content: "\f1c9"; } // file-code-o
|
||||||
|
&.fa-file-excel:before { content: "\f1c3"; } // file-excel-o
|
||||||
|
&.fa-file-image:before { content: "\f1c5"; } // file-image-o
|
||||||
|
&.fa-file-video:before { content: "\f1c8"; } // file-video-o
|
||||||
|
&.fa-copy:before,
|
||||||
|
&.fa-file:before { content: "\f016"; } // file-o
|
||||||
|
&.fa-file-pdf:before { content: "\f1c1"; } // file-pdf-o
|
||||||
|
&.fa-file-powerpoint:before { content: "\f1c4"; } // file-powerpoint-o
|
||||||
|
&.fa-file-alt:before { content: "\f0f6"; } // file-text-o
|
||||||
|
&.fa-file-word:before { content: "\f1c2"; } // file-word-o
|
||||||
|
&.fa-flag:before { content: "\f11d"; } // flag-o
|
||||||
|
&.fa-save:before { content: "\f0c7"; } // foppy-o
|
||||||
|
&.fa-folder:before { content: "\f114"; } // folder-o
|
||||||
|
&.fa-folder-open:before { content: "\f115"; } // folder-open-o
|
||||||
|
&.fa-frown:before { content: "\f119"; } // frown-o
|
||||||
|
&.fa-futbol:before { content: "\f1e3"; } // futbol-o
|
||||||
|
&.fa-hand-rock:before { content: "\f255"; } // hand-grab-o
|
||||||
|
&.fa-hand-lizard:before { content: "\f258"; } // hand-lizard-o
|
||||||
|
&.fa-hand-point-down:before { content: "\f0a7"; } // hand-o-down
|
||||||
|
&.fa-hand-point-left:before { content: "\f0a5"; } // hand-o-left
|
||||||
|
&.fa-hand-point-right:before { content: "\f0a4"; } // hand-o-right
|
||||||
|
&.fa-hand-point-up:before { content: "\f0a6"; } // hand-o-up
|
||||||
|
&.fa-hand-paper:before { content: "\256"; } // hand-paper-o
|
||||||
|
&.fa-hand-pointer:before { content: "\f25a"; } // hand-pointer-o
|
||||||
|
&.fa-hand-scissors:before { content: "\f257"; } // hand-scissors-o
|
||||||
|
&.fa-hand-spock:before { content: "\f259"; } // hand-spock-o
|
||||||
|
&.fa-handshake:before { content: "\f2b5"; } // handshake-o
|
||||||
|
&.fa-hdd:before { content: "\f0a0"; } // hdd-o
|
||||||
|
&.fa-heart:before { content: "\f08a"; } // heart-o
|
||||||
|
&.fa-hospital:before { content: "\f0f8"; } // hospital-o
|
||||||
|
&.fa-hourglass:before { content: "\f250"; } // hourglass-o
|
||||||
|
&.fa-id-card:before { content: "\f2c3"; } // id-card-o
|
||||||
|
&.fa-keyboard:before { content: "\f11c"; } // keyboard-o
|
||||||
|
&.fa-lemon:before { content: "\f094"; } // lemon-o
|
||||||
|
&.fa-lightbulb:before { content: "\f0eb"; } // lightbulb-o
|
||||||
|
&.fa-meh:before { content: "\f11a"; } // meh-o
|
||||||
|
&.fa-minus-square:before { content: "\f147"; } // minus-square-o
|
||||||
|
&.fa-money-bill-alt:before { content: "\f0d6"; } // money
|
||||||
|
&.fa-moon:before { content: "\f186"; } // moon-o
|
||||||
|
&.fa-newspaper:before { content: "\f1ea"; } // newspaper-o
|
||||||
|
&.fa-paper-plane:before { content: "\f1d9"; } // paper-plane-o
|
||||||
|
&.fa-pause-circle:before { content: "\f28c"; } // pause-circle-o
|
||||||
|
&.fa-edit:before { content: "\f044"; } // pencil-square-o
|
||||||
|
&.fa-image:before { content: "\f03e"; } // picture-o
|
||||||
|
&.fa-play-circle:before { content: "\f01d"; } // play-circle-o
|
||||||
|
&.fa-plus-square:before { content: "\f196"; } // plus-square-o
|
||||||
|
&.fa-question-circle:before { content: "\f92c"; } // question-circle-o
|
||||||
|
&.fa-share-square:before { content: "\f045"; } // share-square-o
|
||||||
|
&.fa-smile:before { content: "\f118"; } // smile-o
|
||||||
|
&.fa-snowflake:before { content: "\f2dc"; } // snowflake-o
|
||||||
|
&.fa-futbol:before { content: "\f1e3"; } // soccer-ball-o
|
||||||
|
&.fa-star-half:before { content: "\f089"; } // star-half-o
|
||||||
|
&.fa-star:before { content: "\f006"; } // star-o
|
||||||
|
&.fa-sticky-note:before { content: "\f24a"; } // sticky-note-o
|
||||||
|
&.fa-stop-circle:before { content: "\f28e"; } // stop-circle-o
|
||||||
|
&.fa-sun:before { content: "\f185"; } // sun-o
|
||||||
|
&.fa-thumbs-down:before { content: "\f088"; } // thumbs-o-down
|
||||||
|
&.fa-thumbs-up:before { content: "\f087"; } // thumbs-o-up
|
||||||
|
&.fa-times-circle:before { content: "\f05c"; } // times-circle-o
|
||||||
|
&.fa-window-close:before { content: "\f2d4"; } // times-rectangle-o
|
||||||
|
&.fa-trash-alt:before { content: "\f014"; } // trash-o
|
||||||
|
&.fa-user-circle:before { content: "\f2be"; } // user-circle-o
|
||||||
|
&.fa-user:before { content: "\f2c0"; } // user-o
|
||||||
|
}
|
@ -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.1";
|
@fa-version: "1.1.2";
|
||||||
@fa-border-color: #eee;
|
@fa-border-color: #eee;
|
||||||
@fa-inverse: #fff;
|
@fa-inverse: #fff;
|
||||||
@fa-li-width: (30em / 14);
|
@fa-li-width: (30em / 14);
|
||||||
@ -176,6 +176,7 @@
|
|||||||
@fa-var-clock-o: "\f017";
|
@fa-var-clock-o: "\f017";
|
||||||
@fa-var-clone: "\f24d";
|
@fa-var-clone: "\f24d";
|
||||||
@fa-var-close: "\f00d";
|
@fa-var-close: "\f00d";
|
||||||
|
@fa-var-closed-captioning: "\f20a";
|
||||||
@fa-var-cloud: "\f0c2";
|
@fa-var-cloud: "\f0c2";
|
||||||
@fa-var-cloud-download: "\f0ed";
|
@fa-var-cloud-download: "\f0ed";
|
||||||
@fa-var-cloud-upload: "\f0ee";
|
@fa-var-cloud-upload: "\f0ee";
|
||||||
@ -334,6 +335,7 @@
|
|||||||
@fa-var-ge: "\f1d1";
|
@fa-var-ge: "\f1d1";
|
||||||
@fa-var-gear: "\f013";
|
@fa-var-gear: "\f013";
|
||||||
@fa-var-gears: "\f085";
|
@fa-var-gears: "\f085";
|
||||||
|
@fa-var-gem: "\f219";
|
||||||
@fa-var-genderless: "\f22d";
|
@fa-var-genderless: "\f22d";
|
||||||
@fa-var-get-pocket: "\f265";
|
@fa-var-get-pocket: "\f265";
|
||||||
@fa-var-gg: "\f260";
|
@fa-var-gg: "\f260";
|
||||||
@ -357,6 +359,7 @@
|
|||||||
@fa-var-google: "\f1a0";
|
@fa-var-google: "\f1a0";
|
||||||
@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-official: "\f2b3";
|
@fa-var-google-plus-official: "\f2b3";
|
||||||
@fa-var-google-plus-square: "\f0d4";
|
@fa-var-google-plus-square: "\f0d4";
|
||||||
@fa-var-google-wallet: "\f1ee";
|
@fa-var-google-wallet: "\f1ee";
|
||||||
@ -385,6 +388,7 @@
|
|||||||
@fa-var-hashtag: "\f292";
|
@fa-var-hashtag: "\f292";
|
||||||
@fa-var-hdd-o: "\f0a0";
|
@fa-var-hdd-o: "\f0a0";
|
||||||
@fa-var-header: "\f1dc";
|
@fa-var-header: "\f1dc";
|
||||||
|
@fa-var-heading: "\f1dc";
|
||||||
@fa-var-headphones: "\f025";
|
@fa-var-headphones: "\f025";
|
||||||
@fa-var-heart: "\f004";
|
@fa-var-heart: "\f004";
|
||||||
@fa-var-heart-o: "\f08a";
|
@fa-var-heart-o: "\f08a";
|
||||||
@ -546,6 +550,7 @@
|
|||||||
@fa-var-percent: "\f295";
|
@fa-var-percent: "\f295";
|
||||||
@fa-var-phone: "\f095";
|
@fa-var-phone: "\f095";
|
||||||
@fa-var-phone-square: "\f098";
|
@fa-var-phone-square: "\f098";
|
||||||
|
@fa-var-phone-volume: "\f2a0";
|
||||||
@fa-var-photo: "\f03e";
|
@fa-var-photo: "\f03e";
|
||||||
@fa-var-php: "\f30e";
|
@fa-var-php: "\f30e";
|
||||||
@fa-var-picture-o: "\f03e";
|
@fa-var-picture-o: "\f03e";
|
||||||
@ -563,6 +568,7 @@
|
|||||||
@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-pound: "\f154";
|
||||||
@fa-var-power-off: "\f011";
|
@fa-var-power-off: "\f011";
|
||||||
@fa-var-print: "\f02f";
|
@fa-var-print: "\f02f";
|
||||||
@fa-var-product-hunt: "\f288";
|
@fa-var-product-hunt: "\f288";
|
||||||
@ -658,13 +664,19 @@
|
|||||||
@fa-var-sort: "\f0dc";
|
@fa-var-sort: "\f0dc";
|
||||||
@fa-var-sort-alpha-asc: "\f15d";
|
@fa-var-sort-alpha-asc: "\f15d";
|
||||||
@fa-var-sort-alpha-desc: "\f15e";
|
@fa-var-sort-alpha-desc: "\f15e";
|
||||||
|
@fa-var-sort-alpha-down: "\f15d";
|
||||||
|
@fa-var-sort-alpha-up: "\f15e";
|
||||||
@fa-var-sort-amount-asc: "\f160";
|
@fa-var-sort-amount-asc: "\f160";
|
||||||
@fa-var-sort-amount-desc: "\f161";
|
@fa-var-sort-amount-desc: "\f161";
|
||||||
|
@fa-var-sort-amount-down: "\f160";
|
||||||
|
@fa-var-sort-amount-up: "\f161";
|
||||||
@fa-var-sort-asc: "\f0de";
|
@fa-var-sort-asc: "\f0de";
|
||||||
@fa-var-sort-desc: "\f0dd";
|
@fa-var-sort-desc: "\f0dd";
|
||||||
@fa-var-sort-down: "\f0dd";
|
@fa-var-sort-down: "\f0dd";
|
||||||
@fa-var-sort-numeric-asc: "\f162";
|
@fa-var-sort-numeric-asc: "\f162";
|
||||||
@fa-var-sort-numeric-desc: "\f163";
|
@fa-var-sort-numeric-desc: "\f163";
|
||||||
|
@fa-var-sort-numeric-down: "\f162";
|
||||||
|
@fa-var-sort-numeric-up: "\f163";
|
||||||
@fa-var-sort-up: "\f0de";
|
@fa-var-sort-up: "\f0de";
|
||||||
@fa-var-soundcloud: "\f1be";
|
@fa-var-soundcloud: "\f1be";
|
||||||
@fa-var-space-shuttle: "\f197";
|
@fa-var-space-shuttle: "\f197";
|
||||||
@ -791,6 +803,8 @@
|
|||||||
@fa-var-user-secret: "\f21b";
|
@fa-var-user-secret: "\f21b";
|
||||||
@fa-var-user-times: "\f235";
|
@fa-var-user-times: "\f235";
|
||||||
@fa-var-users: "\f0c0";
|
@fa-var-users: "\f0c0";
|
||||||
|
@fa-var-utensil-spoon: "\f1b1";
|
||||||
|
@fa-var-utensils: "\f0f5";
|
||||||
@fa-var-vcard: "\f2bb";
|
@fa-var-vcard: "\f2bb";
|
||||||
@fa-var-vcard-o: "\f2bc";
|
@fa-var-vcard-o: "\f2bc";
|
||||||
@fa-var-venus: "\f221";
|
@fa-var-venus: "\f221";
|
||||||
@ -799,9 +813,11 @@
|
|||||||
@fa-var-viacoin: "\f237";
|
@fa-var-viacoin: "\f237";
|
||||||
@fa-var-viadeo: "\f2a9";
|
@fa-var-viadeo: "\f2a9";
|
||||||
@fa-var-viadeo-square: "\f2aa";
|
@fa-var-viadeo-square: "\f2aa";
|
||||||
|
@fa-var-video: "\f03d";
|
||||||
@fa-var-video-camera: "\f03d";
|
@fa-var-video-camera: "\f03d";
|
||||||
@fa-var-vimeo: "\f27d";
|
@fa-var-vimeo: "\f27d";
|
||||||
@fa-var-vimeo-square: "\f194";
|
@fa-var-vimeo-square: "\f194";
|
||||||
|
@fa-var-vimeo-v: "\f27d";
|
||||||
@fa-var-vine: "\f1ca";
|
@fa-var-vine: "\f1ca";
|
||||||
@fa-var-vk: "\f189";
|
@fa-var-vk: "\f189";
|
||||||
@fa-var-volume-control-phone: "\f2a0";
|
@fa-var-volume-control-phone: "\f2a0";
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.1.1, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
|
Fork Awesome 1.1.2
|
||||||
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
|
License - http://forkawesome.github.io/Fork-Awesome/license
|
||||||
|
|
||||||
|
Copyright 2018 Dave Gandy & Fork Awesome
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Every 1.1.1 Icon,
|
Every 1.1.2 Icon,
|
||||||
CSS Class, & Unicode
|
CSS Class, & Unicode
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@ -1520,6 +1520,14 @@
|
|||||||
<span class="text-muted">[&#xf00d;]</span>
|
<span class="text-muted">[&#xf00d;]</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 closed-captioning"></i>
|
||||||
|
fa-closed-captioning
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf20a;]</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 cloud"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cloud"></i>
|
||||||
@ -2784,6 +2792,14 @@
|
|||||||
<span class="text-muted">[&#xf085;]</span>
|
<span class="text-muted">[&#xf085;]</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 gem"></i>
|
||||||
|
fa-gem
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf219;]</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 genderless"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use genderless"></i>
|
||||||
@ -2968,6 +2984,14 @@
|
|||||||
<span class="text-muted">[&#xf2b3;]</span>
|
<span class="text-muted">[&#xf2b3;]</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-plus-g"></i>
|
||||||
|
fa-google-plus-g
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf0d5;]</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-official"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus-official"></i>
|
||||||
@ -3192,6 +3216,14 @@
|
|||||||
<span class="text-muted">[&#xf1dc;]</span>
|
<span class="text-muted">[&#xf1dc;]</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 heading"></i>
|
||||||
|
fa-heading
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf1dc;]</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 headphones"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use headphones"></i>
|
||||||
@ -4480,6 +4512,14 @@
|
|||||||
<span class="text-muted">[&#xf098;]</span>
|
<span class="text-muted">[&#xf098;]</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 phone-volume"></i>
|
||||||
|
fa-phone-volume
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf2a0;]</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 photo"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use photo"></i>
|
||||||
@ -4616,6 +4656,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 pound"></i>
|
||||||
|
fa-pound
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf154;]</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 power-off"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use power-off"></i>
|
||||||
@ -5376,6 +5424,22 @@
|
|||||||
<span class="text-muted">[&#xf15e;]</span>
|
<span class="text-muted">[&#xf15e;]</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 sort-alpha-down"></i>
|
||||||
|
fa-sort-alpha-down
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf15d;]</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 sort-alpha-up"></i>
|
||||||
|
fa-sort-alpha-up
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf15e;]</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 sort-amount-asc"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-amount-asc"></i>
|
||||||
@ -5392,6 +5456,22 @@
|
|||||||
<span class="text-muted">[&#xf161;]</span>
|
<span class="text-muted">[&#xf161;]</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 sort-amount-down"></i>
|
||||||
|
fa-sort-amount-down
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf160;]</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 sort-amount-up"></i>
|
||||||
|
fa-sort-amount-up
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf161;]</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 sort-asc"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-asc"></i>
|
||||||
@ -5432,6 +5512,22 @@
|
|||||||
<span class="text-muted">[&#xf163;]</span>
|
<span class="text-muted">[&#xf163;]</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 sort-numeric-down"></i>
|
||||||
|
fa-sort-numeric-down
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf162;]</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 sort-numeric-up"></i>
|
||||||
|
fa-sort-numeric-up
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf163;]</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 sort-up"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-up"></i>
|
||||||
@ -6440,6 +6536,22 @@
|
|||||||
<span class="text-muted">[&#xf0c0;]</span>
|
<span class="text-muted">[&#xf0c0;]</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 utensil-spoon"></i>
|
||||||
|
fa-utensil-spoon
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf1b1;]</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 utensils"></i>
|
||||||
|
fa-utensils
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf0f5;]</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 vcard"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use vcard"></i>
|
||||||
@ -6504,6 +6616,14 @@
|
|||||||
<span class="text-muted">[&#xf2aa;]</span>
|
<span class="text-muted">[&#xf2aa;]</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 video"></i>
|
||||||
|
fa-video
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf03d;]</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 video-camera"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use video-camera"></i>
|
||||||
@ -6528,6 +6648,14 @@
|
|||||||
<span class="text-muted">[&#xf194;]</span>
|
<span class="text-muted">[&#xf194;]</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 vimeo-v"></i>
|
||||||
|
fa-vimeo-v
|
||||||
|
<span class="text-muted">(alias)</span>
|
||||||
|
<span class="text-muted">[&#xf27d;]</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 vine"></i>
|
<i class="fa fa-fw" aria-hidden="true" title="Copy to use vine"></i>
|
||||||
@ -6871,7 +6999,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.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -307,7 +307,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -208,8 +208,8 @@
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Basic Icons
|
Basic Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/core.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/less/core.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_core.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/scss/_core.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
@ -246,8 +246,8 @@
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Larger Icons
|
Larger Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/larger.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/less/larger.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_larger.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/scss/_larger.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -285,8 +285,8 @@
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Fixed Width Icons
|
Fixed Width Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/fixed-width.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/less/fixed-width.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_fixed-width.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/scss/_fixed-width.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -317,8 +317,8 @@
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
List Icons
|
List Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/list.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/less/list.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_list.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/scss/_list.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -346,8 +346,8 @@
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Bordered & Pulled Icons
|
Bordered & Pulled Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -375,8 +375,8 @@ current, borne back ceaselessly into the past.</code></pre></figure>
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Animated Icons
|
Animated Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/animated.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/less/animated.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_animated.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/scss/_animated.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -434,8 +434,8 @@ current, borne back ceaselessly into the past.</code></pre></figure>
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Rotated & Flipped
|
Rotated & Flipped
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/rotated-flipped.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/less/rotated-flipped.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_rotated-flipped.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/scss/_rotated-flipped.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -467,8 +467,8 @@ current, borne back ceaselessly into the past.</code></pre></figure>
|
|||||||
<h2 class="page-header">
|
<h2 class="page-header">
|
||||||
Stacked Icons
|
Stacked Icons
|
||||||
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
<div class="pull-right text-default margin-top padding-top-sm hidden-xs">
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/less/stacked.less" class="text-muted padding-right">View LESS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/less/stacked.less" class="text-muted padding-right">View LESS</a>
|
||||||
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.1/scss/_stacked.scss" class="text-muted">View SASS</a>
|
<a href="https://github.com/ForkAwesome/Fork-Awesome/blob/1.1.2/scss/_stacked.scss" class="text-muted">View SASS</a>
|
||||||
</div>
|
</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -539,7 +539,7 @@ fa-ban on fa-camera</code></pre></figure>
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a class="btn btn-lg btn-success" href="#">
|
<a class="btn btn-lg btn-success" href="#">
|
||||||
<i class="fa fa-code-fork fa-2x pull-left"></i> Fork Awesome<br>Version 1.1.1</a>
|
<i class="fa fa-code-fork fa-2x pull-left"></i> Fork Awesome<br>Version 1.1.2</a>
|
||||||
</p>
|
</p>
|
||||||
<div class="margin-bottom">
|
<div class="margin-bottom">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
@ -752,7 +752,7 @@ fa-ban on fa-camera</code></pre></figure>
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -135,7 +135,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<h1><i class="fa fa-cogs" aria-hidden="true"></i> Get Started</h1>
|
<h1><i class="fa fa-cogs" aria-hidden="true"></i> Get Started</h1>
|
||||||
<p>Easy ways to get Fork Awesome 1.1.1 onto your website</p>
|
<p>Easy ways to get Fork Awesome 1.1.2 onto your website</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -151,7 +151,7 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<p>The simplest way to get Fork Awesome in your project is to copy the line below in between the <code><head></code> tags of your HTML source files. Then check the <a href="../examples/">examples</a> to start displaying icons.
|
<p>The simplest way to get Fork Awesome in your project is to copy the line below in between the <code><head></code> tags of your HTML source files. Then check the <a href="../examples/">examples</a> to start displaying icons.
|
||||||
<p>
|
<p>
|
||||||
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://cdn.jsdelivr.net/npm/fork-awesome@1.1.1/css/fork-awesome.min.css"</span> <span class="na">integrity=</span><span class="s">"sha256-deKKxuyCpNeFGM0l88f/l5P4ZslH1mYlall5b60FEuQ="</span> <span class="na">crossorigin=</span><span class="s">"anonymous"</span><span class="nt">></span></code></pre></figure>
|
<figure class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt"><link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://cdn.jsdelivr.net/npm/fork-awesome@1.1.2/css/fork-awesome.min.css"</span> <span class="na">integrity=</span><span class="s">"sha256-4lLe3TlXvNAuRpOIMC9of7BkBxGxZg4p9IrkF2D5ADQ="</span> <span class="na">crossorigin=</span><span class="s">"anonymous"</span><span class="nt">></span></code></pre></figure>
|
||||||
</p>
|
</p>
|
||||||
<p>Thanks to <a href="https://www.jsdelivr.com/package/npm/fork-awesome">jsDelivr</a> for providing the CDN for Fork Awesome</p>
|
<p>Thanks to <a href="https://www.jsdelivr.com/package/npm/fork-awesome">jsDelivr</a> for providing the CDN for Fork Awesome</p>
|
||||||
</div>
|
</div>
|
||||||
@ -199,7 +199,7 @@
|
|||||||
<div class="download-preprocessors" id="download-preprocessors">
|
<div class="download-preprocessors" id="download-preprocessors">
|
||||||
<h3>Using Sass or Less</h3>
|
<h3>Using Sass or Less</h3>
|
||||||
|
|
||||||
<p>Use this method to customize Fork Awesome 1.1.1 using Less or Sass.</p>
|
<p>Use this method to customize Fork Awesome 1.1.2 using Less or Sass.</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Copy the <code>fork-awesome/</code> directory into your project.</li>
|
<li>Copy the <code>fork-awesome/</code> directory into your project.</li>
|
||||||
<li>
|
<li>
|
||||||
@ -257,7 +257,7 @@
|
|||||||
|
|
||||||
<h4>Need IE7 Support?</h4>
|
<h4>Need IE7 Support?</h4>
|
||||||
<p>
|
<p>
|
||||||
Sorry, Fork Awesome 1.1.1
|
Sorry, Fork Awesome 1.1.2
|
||||||
doesn't support IE7, but an older version of Font Awesome does (v3.2.1, if you can still find it).
|
doesn't support IE7, but an older version of Font Awesome does (v3.2.1, if you can still find it).
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -275,8 +275,8 @@
|
|||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<a class="btn btn-primary btn-lg btn-block" href="https://github.com/ForkAwesome/Fork-Awesome/archive/1.1.1.zip">
|
<a class="btn btn-primary btn-lg btn-block" href="https://github.com/ForkAwesome/Fork-Awesome/archive/1.1.2.zip">
|
||||||
Fork Awesome 1.1.1
|
Fork Awesome 1.1.2
|
||||||
</a>
|
</a>
|
||||||
<div class="row margin-bottom-lg margin-top-lg">
|
<div class="row margin-bottom-lg margin-top-lg">
|
||||||
<div class="col-md-12 text-center">
|
<div class="col-md-12 text-center">
|
||||||
@ -294,7 +294,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -204,7 +204,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -204,7 +204,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -204,7 +204,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -204,7 +204,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -204,7 +204,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -202,7 +202,7 @@
|
|||||||
<footer id="footer" class="footer hidden-print">
|
<footer id="footer" class="footer hidden-print">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<div>
|
<div>
|
||||||
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.1
|
<i class="fa fa-fork" aria-hidden="true"></i> Fork Awesome 1.1.2
|
||||||
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
<span class="hide-xs">·</span><br class="hide-sm hide-md hide-lg">
|
||||||
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
A fork of Font Awesome, originally created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
|
||||||
</div>
|
</div>
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user