init
108
assets/css/custom/colors.css
Normal file
|
|
@ -0,0 +1,108 @@
|
||||||
|
/* Main Colors
|
||||||
|
--------------------------------- */
|
||||||
|
|
||||||
|
/* primary color */
|
||||||
|
.hero-section-2 .second-headline span,
|
||||||
|
.hero-section-video-dark .second-headline span,
|
||||||
|
.hero-section-yt-dark .second-headline span,
|
||||||
|
.about-icons li .icon .material-icons,
|
||||||
|
.quote-bottom .container h3 span,
|
||||||
|
.service-headline h2 span,
|
||||||
|
.service .text a:hover,
|
||||||
|
.service-2 .text a:hover,
|
||||||
|
.service .icons i,
|
||||||
|
.service-2 .icons i,
|
||||||
|
.info-line .info-icon i,
|
||||||
|
footer p a:hover,
|
||||||
|
.portfolio-icons li a i,
|
||||||
|
.service-icons li a i {
|
||||||
|
color: #9600f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-icons li a:hover,
|
||||||
|
.contact-form .btn-default:hover,
|
||||||
|
.portfolio-icons li a:hover,
|
||||||
|
.service-icons li a:hover,
|
||||||
|
.service-form .btn-default:hover,
|
||||||
|
.portfolio-form .btn-default:hover {
|
||||||
|
background-color: #9600f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-form .btn-default:hover,
|
||||||
|
.service-form .btn-default:hover,
|
||||||
|
.portfolio-form .btn-default:hover {
|
||||||
|
border-color: #9600f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* primary color 2 */
|
||||||
|
.st-nav-trigger {
|
||||||
|
box-shadow: 0 0 10px #7100B7;
|
||||||
|
}
|
||||||
|
|
||||||
|
#st-nav #st-main-nav ul.is-visible {
|
||||||
|
box-shadow: 0 0 10px #7100B7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.st-nav-trigger span,
|
||||||
|
.st-nav-trigger.menu-is-open span::before,
|
||||||
|
.st-nav-trigger.menu-is-open span::after,
|
||||||
|
.image-section .btn-lg,
|
||||||
|
.social-icons li a,
|
||||||
|
.portfolio-headline .btn-default {
|
||||||
|
background: #7100B7;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* primary color 3 */
|
||||||
|
.sweep-icon a .fa {
|
||||||
|
color: #B649FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* secondary color */
|
||||||
|
.our-work-section .new-style p a {
|
||||||
|
color: #00F2FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sweep-layer h3 a:hover {
|
||||||
|
color: #00F2FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Gradients */
|
||||||
|
/* secondary and secondary 2 */
|
||||||
|
.call-to-section .btn-default {
|
||||||
|
background-image: -ms-linear-gradient(left, #00F2FF 0%, #00BBFF 100%);
|
||||||
|
background-image: -moz-linear-gradient(left, #00F2FF 0%, #00BBFF 100%);
|
||||||
|
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00F2FF), color-stop(1, #00BBFF));
|
||||||
|
background-image: -webkit-linear-gradient(left, #00F2FF, #00BBFF 100%);
|
||||||
|
background-image: linear-gradient(to right, #00F2FF, #00BBFF 100%);
|
||||||
|
border: 1px solid #00F2FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* secondary and primary 2 */
|
||||||
|
.hero-layer,
|
||||||
|
.call-to-layer {
|
||||||
|
background-image: -ms-linear-gradient(left, #00F2FF 0%, #7100B7 100%);
|
||||||
|
background-image: -moz-linear-gradient(left, #00F2FF 0%, #7100B7 100%);
|
||||||
|
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00F2FF), color-stop(1, #7100B7));
|
||||||
|
background-image: -webkit-linear-gradient(left, #00F2FF, #7100B7 100%);
|
||||||
|
background-image: linear-gradient(to right, #00F2FF, #7100B7 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.portfolio-img .sweep-left,
|
||||||
|
.portfolio-img .sweep-right {
|
||||||
|
background-image: -ms-linear-gradient(left, #7100B7 0%, #00F2FF 100%);
|
||||||
|
background-image: -moz-linear-gradient(left, #7100B7 0%, #00F2FF 100%);
|
||||||
|
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #7100B7), color-stop(1, #00F2FF));
|
||||||
|
background-image: -webkit-linear-gradient(left, #7100B7, #00F2FF 100%);
|
||||||
|
background-image: linear-gradient(to right, #7100B7, #00F2FF 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* secondary 2 and primary 4 */
|
||||||
|
.gradient {
|
||||||
|
background-image: -ms-linear-gradient(left, #00BBFF 0%, #D42BFF 100%);
|
||||||
|
background-image: -moz-linear-gradient(left, #00BBFF 0%, #D42BFF 100%);
|
||||||
|
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00BBFF), color-stop(1, #D42BFF));
|
||||||
|
background-image: -webkit-linear-gradient(left, #00BBFF, #D42BFF 100%);
|
||||||
|
background-image: linear-gradient(to right, #00BBFF, #D42BFF 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
46
assets/css/custom/custom.css
Normal file
|
|
@ -0,0 +1,46 @@
|
||||||
|
/* Custom CSS for Opzeker IT */
|
||||||
|
|
||||||
|
.services-section {
|
||||||
|
padding: 140px 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services-headline h2 {
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 36px;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.services-headline p {
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 18px;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
padding: 0 15%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-box {
|
||||||
|
text-align: center;
|
||||||
|
padding: 30px;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
background-color: transparent;
|
||||||
|
transition: all 0.3s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-icon {
|
||||||
|
font-size: 48px;
|
||||||
|
color: #007bff;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-content h4 {
|
||||||
|
font-size: 22px;
|
||||||
|
font-weight: 600;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-content p {
|
||||||
|
font-size: 16px;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
3060
assets/css/custom/theme.css
Normal file
3340
assets/css/libraries/animate.css
vendored
Normal file
6757
assets/css/libraries/bootstrap.css
vendored
Normal file
7
assets/fonts/font-awesome/HELP-US-OUT.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
|
||||||
|
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
|
||||||
|
comprehensive icon sets or copy and paste your own.
|
||||||
|
|
||||||
|
Please. Check it out.
|
||||||
|
|
||||||
|
-Dave Gandy
|
||||||
2337
assets/fonts/font-awesome/css/font-awesome.css
vendored
Normal file
4
assets/fonts/font-awesome/css/font-awesome.min.css
vendored
Normal file
BIN
assets/fonts/font-awesome/fonts/FontAwesome.otf
Normal file
BIN
assets/fonts/font-awesome/fonts/fontawesome-webfont.eot
Normal file
2671
assets/fonts/font-awesome/fonts/fontawesome-webfont.svg
Normal file
|
After Width: | Height: | Size: 434 KiB |
BIN
assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf
Normal file
BIN
assets/fonts/font-awesome/fonts/fontawesome-webfont.woff
Normal file
BIN
assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2
Normal file
34
assets/fonts/font-awesome/less/animated.less
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
// Animated Icons
|
||||||
|
// --------------------------
|
||||||
|
|
||||||
|
.@{fa-css-prefix}-spin {
|
||||||
|
-webkit-animation: fa-spin 2s infinite linear;
|
||||||
|
animation: fa-spin 2s infinite linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
.@{fa-css-prefix}-pulse {
|
||||||
|
-webkit-animation: fa-spin 1s infinite steps(8);
|
||||||
|
animation: fa-spin 1s infinite steps(8);
|
||||||
|
}
|
||||||
|
|
||||||
|
@-webkit-keyframes fa-spin {
|
||||||
|
0% {
|
||||||
|
-webkit-transform: rotate(0deg);
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
-webkit-transform: rotate(359deg);
|
||||||
|
transform: rotate(359deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes fa-spin {
|
||||||
|
0% {
|
||||||
|
-webkit-transform: rotate(0deg);
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
-webkit-transform: rotate(359deg);
|
||||||
|
transform: rotate(359deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
25
assets/fonts/font-awesome/less/bordered-pulled.less
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
// Bordered & Pulled
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.@{fa-css-prefix}-border {
|
||||||
|
padding: .2em .25em .15em;
|
||||||
|
border: solid .08em @fa-border-color;
|
||||||
|
border-radius: .1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.@{fa-css-prefix}-pull-left { float: left; }
|
||||||
|
.@{fa-css-prefix}-pull-right { float: right; }
|
||||||
|
|
||||||
|
.@{fa-css-prefix} {
|
||||||
|
&.@{fa-css-prefix}-pull-left { margin-right: .3em; }
|
||||||
|
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deprecated as of 4.4.0 */
|
||||||
|
.pull-right { float: right; }
|
||||||
|
.pull-left { float: left; }
|
||||||
|
|
||||||
|
.@{fa-css-prefix} {
|
||||||
|
&.pull-left { margin-right: .3em; }
|
||||||
|
&.pull-right { margin-left: .3em; }
|
||||||
|
}
|
||||||
12
assets/fonts/font-awesome/less/core.less
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
// Base Class Definition
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.@{fa-css-prefix} {
|
||||||
|
display: inline-block;
|
||||||
|
font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // 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;
|
||||||
|
|
||||||
|
}
|
||||||
6
assets/fonts/font-awesome/less/fixed-width.less
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
// Fixed Width Icons
|
||||||
|
// -------------------------
|
||||||
|
.@{fa-css-prefix}-fw {
|
||||||
|
width: (18em / 14);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
18
assets/fonts/font-awesome/less/font-awesome.less
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||||
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
|
*/
|
||||||
|
|
||||||
|
@import "variables.less";
|
||||||
|
@import "mixins.less";
|
||||||
|
@import "path.less";
|
||||||
|
@import "core.less";
|
||||||
|
@import "larger.less";
|
||||||
|
@import "fixed-width.less";
|
||||||
|
@import "list.less";
|
||||||
|
@import "bordered-pulled.less";
|
||||||
|
@import "animated.less";
|
||||||
|
@import "rotated-flipped.less";
|
||||||
|
@import "stacked.less";
|
||||||
|
@import "icons.less";
|
||||||
|
@import "screen-reader.less";
|
||||||
789
assets/fonts/font-awesome/less/icons.less
vendored
Normal file
|
|
@ -0,0 +1,789 @@
|
||||||
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||||
|
readers do not read off random characters that represent icons */
|
||||||
|
|
||||||
|
.@{fa-css-prefix}-glass:before { content: @fa-var-glass; }
|
||||||
|
.@{fa-css-prefix}-music:before { content: @fa-var-music; }
|
||||||
|
.@{fa-css-prefix}-search:before { content: @fa-var-search; }
|
||||||
|
.@{fa-css-prefix}-envelope-o:before { content: @fa-var-envelope-o; }
|
||||||
|
.@{fa-css-prefix}-heart:before { content: @fa-var-heart; }
|
||||||
|
.@{fa-css-prefix}-star:before { content: @fa-var-star; }
|
||||||
|
.@{fa-css-prefix}-star-o:before { content: @fa-var-star-o; }
|
||||||
|
.@{fa-css-prefix}-user:before { content: @fa-var-user; }
|
||||||
|
.@{fa-css-prefix}-film:before { content: @fa-var-film; }
|
||||||
|
.@{fa-css-prefix}-th-large:before { content: @fa-var-th-large; }
|
||||||
|
.@{fa-css-prefix}-th:before { content: @fa-var-th; }
|
||||||
|
.@{fa-css-prefix}-th-list:before { content: @fa-var-th-list; }
|
||||||
|
.@{fa-css-prefix}-check:before { content: @fa-var-check; }
|
||||||
|
.@{fa-css-prefix}-remove:before,
|
||||||
|
.@{fa-css-prefix}-close:before,
|
||||||
|
.@{fa-css-prefix}-times:before { content: @fa-var-times; }
|
||||||
|
.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; }
|
||||||
|
.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; }
|
||||||
|
.@{fa-css-prefix}-power-off:before { content: @fa-var-power-off; }
|
||||||
|
.@{fa-css-prefix}-signal:before { content: @fa-var-signal; }
|
||||||
|
.@{fa-css-prefix}-gear:before,
|
||||||
|
.@{fa-css-prefix}-cog:before { content: @fa-var-cog; }
|
||||||
|
.@{fa-css-prefix}-trash-o:before { content: @fa-var-trash-o; }
|
||||||
|
.@{fa-css-prefix}-home:before { content: @fa-var-home; }
|
||||||
|
.@{fa-css-prefix}-file-o:before { content: @fa-var-file-o; }
|
||||||
|
.@{fa-css-prefix}-clock-o:before { content: @fa-var-clock-o; }
|
||||||
|
.@{fa-css-prefix}-road:before { content: @fa-var-road; }
|
||||||
|
.@{fa-css-prefix}-download:before { content: @fa-var-download; }
|
||||||
|
.@{fa-css-prefix}-arrow-circle-o-down:before { content: @fa-var-arrow-circle-o-down; }
|
||||||
|
.@{fa-css-prefix}-arrow-circle-o-up:before { content: @fa-var-arrow-circle-o-up; }
|
||||||
|
.@{fa-css-prefix}-inbox:before { content: @fa-var-inbox; }
|
||||||
|
.@{fa-css-prefix}-play-circle-o:before { content: @fa-var-play-circle-o; }
|
||||||
|
.@{fa-css-prefix}-rotate-right:before,
|
||||||
|
.@{fa-css-prefix}-repeat:before { content: @fa-var-repeat; }
|
||||||
|
.@{fa-css-prefix}-refresh:before { content: @fa-var-refresh; }
|
||||||
|
.@{fa-css-prefix}-list-alt:before { content: @fa-var-list-alt; }
|
||||||
|
.@{fa-css-prefix}-lock:before { content: @fa-var-lock; }
|
||||||
|
.@{fa-css-prefix}-flag:before { content: @fa-var-flag; }
|
||||||
|
.@{fa-css-prefix}-headphones:before { content: @fa-var-headphones; }
|
||||||
|
.@{fa-css-prefix}-volume-off:before { content: @fa-var-volume-off; }
|
||||||
|
.@{fa-css-prefix}-volume-down:before { content: @fa-var-volume-down; }
|
||||||
|
.@{fa-css-prefix}-volume-up:before { content: @fa-var-volume-up; }
|
||||||
|
.@{fa-css-prefix}-qrcode:before { content: @fa-var-qrcode; }
|
||||||
|
.@{fa-css-prefix}-barcode:before { content: @fa-var-barcode; }
|
||||||
|
.@{fa-css-prefix}-tag:before { content: @fa-var-tag; }
|
||||||
|
.@{fa-css-prefix}-tags:before { content: @fa-var-tags; }
|
||||||
|
.@{fa-css-prefix}-book:before { content: @fa-var-book; }
|
||||||
|
.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; }
|
||||||
|
.@{fa-css-prefix}-print:before { content: @fa-var-print; }
|
||||||
|
.@{fa-css-prefix}-camera:before { content: @fa-var-camera; }
|
||||||
|
.@{fa-css-prefix}-font:before { content: @fa-var-font; }
|
||||||
|
.@{fa-css-prefix}-bold:before { content: @fa-var-bold; }
|
||||||
|
.@{fa-css-prefix}-italic:before { content: @fa-var-italic; }
|
||||||
|
.@{fa-css-prefix}-text-height:before { content: @fa-var-text-height; }
|
||||||
|
.@{fa-css-prefix}-text-width:before { content: @fa-var-text-width; }
|
||||||
|
.@{fa-css-prefix}-align-left:before { content: @fa-var-align-left; }
|
||||||
|
.@{fa-css-prefix}-align-center:before { content: @fa-var-align-center; }
|
||||||
|
.@{fa-css-prefix}-align-right:before { content: @fa-var-align-right; }
|
||||||
|
.@{fa-css-prefix}-align-justify:before { content: @fa-var-align-justify; }
|
||||||
|
.@{fa-css-prefix}-list:before { content: @fa-var-list; }
|
||||||
|
.@{fa-css-prefix}-dedent:before,
|
||||||
|
.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; }
|
||||||
|
.@{fa-css-prefix}-indent:before { content: @fa-var-indent; }
|
||||||
|
.@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; }
|
||||||
|
.@{fa-css-prefix}-photo:before,
|
||||||
|
.@{fa-css-prefix}-image:before,
|
||||||
|
.@{fa-css-prefix}-picture-o:before { content: @fa-var-picture-o; }
|
||||||
|
.@{fa-css-prefix}-pencil:before { content: @fa-var-pencil; }
|
||||||
|
.@{fa-css-prefix}-map-marker:before { content: @fa-var-map-marker; }
|
||||||
|
.@{fa-css-prefix}-adjust:before { content: @fa-var-adjust; }
|
||||||
|
.@{fa-css-prefix}-tint:before { content: @fa-var-tint; }
|
||||||
|
.@{fa-css-prefix}-edit:before,
|
||||||
|
.@{fa-css-prefix}-pencil-square-o:before { content: @fa-var-pencil-square-o; }
|
||||||
|
.@{fa-css-prefix}-share-square-o:before { content: @fa-var-share-square-o; }
|
||||||
|
.@{fa-css-prefix}-check-square-o:before { content: @fa-var-check-square-o; }
|
||||||
|
.@{fa-css-prefix}-arrows:before { content: @fa-var-arrows; }
|
||||||
|
.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; }
|
||||||
|
.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; }
|
||||||
|
.@{fa-css-prefix}-backward:before { content: @fa-var-backward; }
|
||||||
|
.@{fa-css-prefix}-play:before { content: @fa-var-play; }
|
||||||
|
.@{fa-css-prefix}-pause:before { content: @fa-var-pause; }
|
||||||
|
.@{fa-css-prefix}-stop:before { content: @fa-var-stop; }
|
||||||
|
.@{fa-css-prefix}-forward:before { content: @fa-var-forward; }
|
||||||
|
.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; }
|
||||||
|
.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; }
|
||||||
|
.@{fa-css-prefix}-eject:before { content: @fa-var-eject; }
|
||||||
|
.@{fa-css-prefix}-chevron-left:before { content: @fa-var-chevron-left; }
|
||||||
|
.@{fa-css-prefix}-chevron-right:before { content: @fa-var-chevron-right; }
|
||||||
|
.@{fa-css-prefix}-plus-circle:before { content: @fa-var-plus-circle; }
|
||||||
|
.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; }
|
||||||
|
.@{fa-css-prefix}-times-circle:before { content: @fa-var-times-circle; }
|
||||||
|
.@{fa-css-prefix}-check-circle:before { content: @fa-var-check-circle; }
|
||||||
|
.@{fa-css-prefix}-question-circle:before { content: @fa-var-question-circle; }
|
||||||
|
.@{fa-css-prefix}-info-circle:before { content: @fa-var-info-circle; }
|
||||||
|
.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; }
|
||||||
|
.@{fa-css-prefix}-times-circle-o:before { content: @fa-var-times-circle-o; }
|
||||||
|
.@{fa-css-prefix}-check-circle-o:before { content: @fa-var-check-circle-o; }
|
||||||
|
.@{fa-css-prefix}-ban:before { content: @fa-var-ban; }
|
||||||
|
.@{fa-css-prefix}-arrow-left:before { content: @fa-var-arrow-left; }
|
||||||
|
.@{fa-css-prefix}-arrow-right:before { content: @fa-var-arrow-right; }
|
||||||
|
.@{fa-css-prefix}-arrow-up:before { content: @fa-var-arrow-up; }
|
||||||
|
.@{fa-css-prefix}-arrow-down:before { content: @fa-var-arrow-down; }
|
||||||
|
.@{fa-css-prefix}-mail-forward:before,
|
||||||
|
.@{fa-css-prefix}-share:before { content: @fa-var-share; }
|
||||||
|
.@{fa-css-prefix}-expand:before { content: @fa-var-expand; }
|
||||||
|
.@{fa-css-prefix}-compress:before { content: @fa-var-compress; }
|
||||||
|
.@{fa-css-prefix}-plus:before { content: @fa-var-plus; }
|
||||||
|
.@{fa-css-prefix}-minus:before { content: @fa-var-minus; }
|
||||||
|
.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; }
|
||||||
|
.@{fa-css-prefix}-exclamation-circle:before { content: @fa-var-exclamation-circle; }
|
||||||
|
.@{fa-css-prefix}-gift:before { content: @fa-var-gift; }
|
||||||
|
.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; }
|
||||||
|
.@{fa-css-prefix}-fire:before { content: @fa-var-fire; }
|
||||||
|
.@{fa-css-prefix}-eye:before { content: @fa-var-eye; }
|
||||||
|
.@{fa-css-prefix}-eye-slash:before { content: @fa-var-eye-slash; }
|
||||||
|
.@{fa-css-prefix}-warning:before,
|
||||||
|
.@{fa-css-prefix}-exclamation-triangle:before { content: @fa-var-exclamation-triangle; }
|
||||||
|
.@{fa-css-prefix}-plane:before { content: @fa-var-plane; }
|
||||||
|
.@{fa-css-prefix}-calendar:before { content: @fa-var-calendar; }
|
||||||
|
.@{fa-css-prefix}-random:before { content: @fa-var-random; }
|
||||||
|
.@{fa-css-prefix}-comment:before { content: @fa-var-comment; }
|
||||||
|
.@{fa-css-prefix}-magnet:before { content: @fa-var-magnet; }
|
||||||
|
.@{fa-css-prefix}-chevron-up:before { content: @fa-var-chevron-up; }
|
||||||
|
.@{fa-css-prefix}-chevron-down:before { content: @fa-var-chevron-down; }
|
||||||
|
.@{fa-css-prefix}-retweet:before { content: @fa-var-retweet; }
|
||||||
|
.@{fa-css-prefix}-shopping-cart:before { content: @fa-var-shopping-cart; }
|
||||||
|
.@{fa-css-prefix}-folder:before { content: @fa-var-folder; }
|
||||||
|
.@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; }
|
||||||
|
.@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; }
|
||||||
|
.@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; }
|
||||||
|
.@{fa-css-prefix}-bar-chart-o:before,
|
||||||
|
.@{fa-css-prefix}-bar-chart:before { content: @fa-var-bar-chart; }
|
||||||
|
.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; }
|
||||||
|
.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; }
|
||||||
|
.@{fa-css-prefix}-camera-retro:before { content: @fa-var-camera-retro; }
|
||||||
|
.@{fa-css-prefix}-key:before { content: @fa-var-key; }
|
||||||
|
.@{fa-css-prefix}-gears:before,
|
||||||
|
.@{fa-css-prefix}-cogs:before { content: @fa-var-cogs; }
|
||||||
|
.@{fa-css-prefix}-comments:before { content: @fa-var-comments; }
|
||||||
|
.@{fa-css-prefix}-thumbs-o-up:before { content: @fa-var-thumbs-o-up; }
|
||||||
|
.@{fa-css-prefix}-thumbs-o-down:before { content: @fa-var-thumbs-o-down; }
|
||||||
|
.@{fa-css-prefix}-star-half:before { content: @fa-var-star-half; }
|
||||||
|
.@{fa-css-prefix}-heart-o:before { content: @fa-var-heart-o; }
|
||||||
|
.@{fa-css-prefix}-sign-out:before { content: @fa-var-sign-out; }
|
||||||
|
.@{fa-css-prefix}-linkedin-square:before { content: @fa-var-linkedin-square; }
|
||||||
|
.@{fa-css-prefix}-thumb-tack:before { content: @fa-var-thumb-tack; }
|
||||||
|
.@{fa-css-prefix}-external-link:before { content: @fa-var-external-link; }
|
||||||
|
.@{fa-css-prefix}-sign-in:before { content: @fa-var-sign-in; }
|
||||||
|
.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; }
|
||||||
|
.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; }
|
||||||
|
.@{fa-css-prefix}-upload:before { content: @fa-var-upload; }
|
||||||
|
.@{fa-css-prefix}-lemon-o:before { content: @fa-var-lemon-o; }
|
||||||
|
.@{fa-css-prefix}-phone:before { content: @fa-var-phone; }
|
||||||
|
.@{fa-css-prefix}-square-o:before { content: @fa-var-square-o; }
|
||||||
|
.@{fa-css-prefix}-bookmark-o:before { content: @fa-var-bookmark-o; }
|
||||||
|
.@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; }
|
||||||
|
.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; }
|
||||||
|
.@{fa-css-prefix}-facebook-f:before,
|
||||||
|
.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; }
|
||||||
|
.@{fa-css-prefix}-github:before { content: @fa-var-github; }
|
||||||
|
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; }
|
||||||
|
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; }
|
||||||
|
.@{fa-css-prefix}-feed:before,
|
||||||
|
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
|
||||||
|
.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; }
|
||||||
|
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
||||||
|
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
|
||||||
|
.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; }
|
||||||
|
.@{fa-css-prefix}-hand-o-right:before { content: @fa-var-hand-o-right; }
|
||||||
|
.@{fa-css-prefix}-hand-o-left:before { content: @fa-var-hand-o-left; }
|
||||||
|
.@{fa-css-prefix}-hand-o-up:before { content: @fa-var-hand-o-up; }
|
||||||
|
.@{fa-css-prefix}-hand-o-down:before { content: @fa-var-hand-o-down; }
|
||||||
|
.@{fa-css-prefix}-arrow-circle-left:before { content: @fa-var-arrow-circle-left; }
|
||||||
|
.@{fa-css-prefix}-arrow-circle-right:before { content: @fa-var-arrow-circle-right; }
|
||||||
|
.@{fa-css-prefix}-arrow-circle-up:before { content: @fa-var-arrow-circle-up; }
|
||||||
|
.@{fa-css-prefix}-arrow-circle-down:before { content: @fa-var-arrow-circle-down; }
|
||||||
|
.@{fa-css-prefix}-globe:before { content: @fa-var-globe; }
|
||||||
|
.@{fa-css-prefix}-wrench:before { content: @fa-var-wrench; }
|
||||||
|
.@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; }
|
||||||
|
.@{fa-css-prefix}-filter:before { content: @fa-var-filter; }
|
||||||
|
.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; }
|
||||||
|
.@{fa-css-prefix}-arrows-alt:before { content: @fa-var-arrows-alt; }
|
||||||
|
.@{fa-css-prefix}-group:before,
|
||||||
|
.@{fa-css-prefix}-users:before { content: @fa-var-users; }
|
||||||
|
.@{fa-css-prefix}-chain:before,
|
||||||
|
.@{fa-css-prefix}-link:before { content: @fa-var-link; }
|
||||||
|
.@{fa-css-prefix}-cloud:before { content: @fa-var-cloud; }
|
||||||
|
.@{fa-css-prefix}-flask:before { content: @fa-var-flask; }
|
||||||
|
.@{fa-css-prefix}-cut:before,
|
||||||
|
.@{fa-css-prefix}-scissors:before { content: @fa-var-scissors; }
|
||||||
|
.@{fa-css-prefix}-copy:before,
|
||||||
|
.@{fa-css-prefix}-files-o:before { content: @fa-var-files-o; }
|
||||||
|
.@{fa-css-prefix}-paperclip:before { content: @fa-var-paperclip; }
|
||||||
|
.@{fa-css-prefix}-save:before,
|
||||||
|
.@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; }
|
||||||
|
.@{fa-css-prefix}-square:before { content: @fa-var-square; }
|
||||||
|
.@{fa-css-prefix}-navicon:before,
|
||||||
|
.@{fa-css-prefix}-reorder:before,
|
||||||
|
.@{fa-css-prefix}-bars:before { content: @fa-var-bars; }
|
||||||
|
.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; }
|
||||||
|
.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; }
|
||||||
|
.@{fa-css-prefix}-strikethrough:before { content: @fa-var-strikethrough; }
|
||||||
|
.@{fa-css-prefix}-underline:before { content: @fa-var-underline; }
|
||||||
|
.@{fa-css-prefix}-table:before { content: @fa-var-table; }
|
||||||
|
.@{fa-css-prefix}-magic:before { content: @fa-var-magic; }
|
||||||
|
.@{fa-css-prefix}-truck:before { content: @fa-var-truck; }
|
||||||
|
.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; }
|
||||||
|
.@{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:before { content: @fa-var-google-plus; }
|
||||||
|
.@{fa-css-prefix}-money:before { content: @fa-var-money; }
|
||||||
|
.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; }
|
||||||
|
.@{fa-css-prefix}-caret-up:before { content: @fa-var-caret-up; }
|
||||||
|
.@{fa-css-prefix}-caret-left:before { content: @fa-var-caret-left; }
|
||||||
|
.@{fa-css-prefix}-caret-right:before { content: @fa-var-caret-right; }
|
||||||
|
.@{fa-css-prefix}-columns:before { content: @fa-var-columns; }
|
||||||
|
.@{fa-css-prefix}-unsorted:before,
|
||||||
|
.@{fa-css-prefix}-sort:before { content: @fa-var-sort; }
|
||||||
|
.@{fa-css-prefix}-sort-down:before,
|
||||||
|
.@{fa-css-prefix}-sort-desc:before { content: @fa-var-sort-desc; }
|
||||||
|
.@{fa-css-prefix}-sort-up:before,
|
||||||
|
.@{fa-css-prefix}-sort-asc:before { content: @fa-var-sort-asc; }
|
||||||
|
.@{fa-css-prefix}-envelope:before { content: @fa-var-envelope; }
|
||||||
|
.@{fa-css-prefix}-linkedin:before { content: @fa-var-linkedin; }
|
||||||
|
.@{fa-css-prefix}-rotate-left:before,
|
||||||
|
.@{fa-css-prefix}-undo:before { content: @fa-var-undo; }
|
||||||
|
.@{fa-css-prefix}-legal:before,
|
||||||
|
.@{fa-css-prefix}-gavel:before { content: @fa-var-gavel; }
|
||||||
|
.@{fa-css-prefix}-dashboard:before,
|
||||||
|
.@{fa-css-prefix}-tachometer:before { content: @fa-var-tachometer; }
|
||||||
|
.@{fa-css-prefix}-comment-o:before { content: @fa-var-comment-o; }
|
||||||
|
.@{fa-css-prefix}-comments-o:before { content: @fa-var-comments-o; }
|
||||||
|
.@{fa-css-prefix}-flash:before,
|
||||||
|
.@{fa-css-prefix}-bolt:before { content: @fa-var-bolt; }
|
||||||
|
.@{fa-css-prefix}-sitemap:before { content: @fa-var-sitemap; }
|
||||||
|
.@{fa-css-prefix}-umbrella:before { content: @fa-var-umbrella; }
|
||||||
|
.@{fa-css-prefix}-paste:before,
|
||||||
|
.@{fa-css-prefix}-clipboard:before { content: @fa-var-clipboard; }
|
||||||
|
.@{fa-css-prefix}-lightbulb-o:before { content: @fa-var-lightbulb-o; }
|
||||||
|
.@{fa-css-prefix}-exchange:before { content: @fa-var-exchange; }
|
||||||
|
.@{fa-css-prefix}-cloud-download:before { content: @fa-var-cloud-download; }
|
||||||
|
.@{fa-css-prefix}-cloud-upload:before { content: @fa-var-cloud-upload; }
|
||||||
|
.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; }
|
||||||
|
.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; }
|
||||||
|
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
|
||||||
|
.@{fa-css-prefix}-bell-o:before { content: @fa-var-bell-o; }
|
||||||
|
.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; }
|
||||||
|
.@{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}-building-o:before { content: @fa-var-building-o; }
|
||||||
|
.@{fa-css-prefix}-hospital-o:before { content: @fa-var-hospital-o; }
|
||||||
|
.@{fa-css-prefix}-ambulance:before { content: @fa-var-ambulance; }
|
||||||
|
.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; }
|
||||||
|
.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; }
|
||||||
|
.@{fa-css-prefix}-beer:before { content: @fa-var-beer; }
|
||||||
|
.@{fa-css-prefix}-h-square:before { content: @fa-var-h-square; }
|
||||||
|
.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; }
|
||||||
|
.@{fa-css-prefix}-angle-double-left:before { content: @fa-var-angle-double-left; }
|
||||||
|
.@{fa-css-prefix}-angle-double-right:before { content: @fa-var-angle-double-right; }
|
||||||
|
.@{fa-css-prefix}-angle-double-up:before { content: @fa-var-angle-double-up; }
|
||||||
|
.@{fa-css-prefix}-angle-double-down:before { content: @fa-var-angle-double-down; }
|
||||||
|
.@{fa-css-prefix}-angle-left:before { content: @fa-var-angle-left; }
|
||||||
|
.@{fa-css-prefix}-angle-right:before { content: @fa-var-angle-right; }
|
||||||
|
.@{fa-css-prefix}-angle-up:before { content: @fa-var-angle-up; }
|
||||||
|
.@{fa-css-prefix}-angle-down:before { content: @fa-var-angle-down; }
|
||||||
|
.@{fa-css-prefix}-desktop:before { content: @fa-var-desktop; }
|
||||||
|
.@{fa-css-prefix}-laptop:before { content: @fa-var-laptop; }
|
||||||
|
.@{fa-css-prefix}-tablet:before { content: @fa-var-tablet; }
|
||||||
|
.@{fa-css-prefix}-mobile-phone:before,
|
||||||
|
.@{fa-css-prefix}-mobile:before { content: @fa-var-mobile; }
|
||||||
|
.@{fa-css-prefix}-circle-o:before { content: @fa-var-circle-o; }
|
||||||
|
.@{fa-css-prefix}-quote-left:before { content: @fa-var-quote-left; }
|
||||||
|
.@{fa-css-prefix}-quote-right:before { content: @fa-var-quote-right; }
|
||||||
|
.@{fa-css-prefix}-spinner:before { content: @fa-var-spinner; }
|
||||||
|
.@{fa-css-prefix}-circle:before { content: @fa-var-circle; }
|
||||||
|
.@{fa-css-prefix}-mail-reply:before,
|
||||||
|
.@{fa-css-prefix}-reply:before { content: @fa-var-reply; }
|
||||||
|
.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; }
|
||||||
|
.@{fa-css-prefix}-folder-o:before { content: @fa-var-folder-o; }
|
||||||
|
.@{fa-css-prefix}-folder-open-o:before { content: @fa-var-folder-open-o; }
|
||||||
|
.@{fa-css-prefix}-smile-o:before { content: @fa-var-smile-o; }
|
||||||
|
.@{fa-css-prefix}-frown-o:before { content: @fa-var-frown-o; }
|
||||||
|
.@{fa-css-prefix}-meh-o:before { content: @fa-var-meh-o; }
|
||||||
|
.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; }
|
||||||
|
.@{fa-css-prefix}-keyboard-o:before { content: @fa-var-keyboard-o; }
|
||||||
|
.@{fa-css-prefix}-flag-o:before { content: @fa-var-flag-o; }
|
||||||
|
.@{fa-css-prefix}-flag-checkered:before { content: @fa-var-flag-checkered; }
|
||||||
|
.@{fa-css-prefix}-terminal:before { content: @fa-var-terminal; }
|
||||||
|
.@{fa-css-prefix}-code:before { content: @fa-var-code; }
|
||||||
|
.@{fa-css-prefix}-mail-reply-all:before,
|
||||||
|
.@{fa-css-prefix}-reply-all:before { content: @fa-var-reply-all; }
|
||||||
|
.@{fa-css-prefix}-star-half-empty:before,
|
||||||
|
.@{fa-css-prefix}-star-half-full:before,
|
||||||
|
.@{fa-css-prefix}-star-half-o:before { content: @fa-var-star-half-o; }
|
||||||
|
.@{fa-css-prefix}-location-arrow:before { content: @fa-var-location-arrow; }
|
||||||
|
.@{fa-css-prefix}-crop:before { content: @fa-var-crop; }
|
||||||
|
.@{fa-css-prefix}-code-fork:before { content: @fa-var-code-fork; }
|
||||||
|
.@{fa-css-prefix}-unlink:before,
|
||||||
|
.@{fa-css-prefix}-chain-broken:before { content: @fa-var-chain-broken; }
|
||||||
|
.@{fa-css-prefix}-question:before { content: @fa-var-question; }
|
||||||
|
.@{fa-css-prefix}-info:before { content: @fa-var-info; }
|
||||||
|
.@{fa-css-prefix}-exclamation:before { content: @fa-var-exclamation; }
|
||||||
|
.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; }
|
||||||
|
.@{fa-css-prefix}-subscript:before { content: @fa-var-subscript; }
|
||||||
|
.@{fa-css-prefix}-eraser:before { content: @fa-var-eraser; }
|
||||||
|
.@{fa-css-prefix}-puzzle-piece:before { content: @fa-var-puzzle-piece; }
|
||||||
|
.@{fa-css-prefix}-microphone:before { content: @fa-var-microphone; }
|
||||||
|
.@{fa-css-prefix}-microphone-slash:before { content: @fa-var-microphone-slash; }
|
||||||
|
.@{fa-css-prefix}-shield:before { content: @fa-var-shield; }
|
||||||
|
.@{fa-css-prefix}-calendar-o:before { content: @fa-var-calendar-o; }
|
||||||
|
.@{fa-css-prefix}-fire-extinguisher:before { content: @fa-var-fire-extinguisher; }
|
||||||
|
.@{fa-css-prefix}-rocket:before { content: @fa-var-rocket; }
|
||||||
|
.@{fa-css-prefix}-maxcdn:before { content: @fa-var-maxcdn; }
|
||||||
|
.@{fa-css-prefix}-chevron-circle-left:before { content: @fa-var-chevron-circle-left; }
|
||||||
|
.@{fa-css-prefix}-chevron-circle-right:before { content: @fa-var-chevron-circle-right; }
|
||||||
|
.@{fa-css-prefix}-chevron-circle-up:before { content: @fa-var-chevron-circle-up; }
|
||||||
|
.@{fa-css-prefix}-chevron-circle-down:before { content: @fa-var-chevron-circle-down; }
|
||||||
|
.@{fa-css-prefix}-html5:before { content: @fa-var-html5; }
|
||||||
|
.@{fa-css-prefix}-css3:before { content: @fa-var-css3; }
|
||||||
|
.@{fa-css-prefix}-anchor:before { content: @fa-var-anchor; }
|
||||||
|
.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; }
|
||||||
|
.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; }
|
||||||
|
.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; }
|
||||||
|
.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; }
|
||||||
|
.@{fa-css-prefix}-rss-square:before { content: @fa-var-rss-square; }
|
||||||
|
.@{fa-css-prefix}-play-circle:before { content: @fa-var-play-circle; }
|
||||||
|
.@{fa-css-prefix}-ticket:before { content: @fa-var-ticket; }
|
||||||
|
.@{fa-css-prefix}-minus-square:before { content: @fa-var-minus-square; }
|
||||||
|
.@{fa-css-prefix}-minus-square-o:before { content: @fa-var-minus-square-o; }
|
||||||
|
.@{fa-css-prefix}-level-up:before { content: @fa-var-level-up; }
|
||||||
|
.@{fa-css-prefix}-level-down:before { content: @fa-var-level-down; }
|
||||||
|
.@{fa-css-prefix}-check-square:before { content: @fa-var-check-square; }
|
||||||
|
.@{fa-css-prefix}-pencil-square:before { content: @fa-var-pencil-square; }
|
||||||
|
.@{fa-css-prefix}-external-link-square:before { content: @fa-var-external-link-square; }
|
||||||
|
.@{fa-css-prefix}-share-square:before { content: @fa-var-share-square; }
|
||||||
|
.@{fa-css-prefix}-compass:before { content: @fa-var-compass; }
|
||||||
|
.@{fa-css-prefix}-toggle-down:before,
|
||||||
|
.@{fa-css-prefix}-caret-square-o-down:before { content: @fa-var-caret-square-o-down; }
|
||||||
|
.@{fa-css-prefix}-toggle-up:before,
|
||||||
|
.@{fa-css-prefix}-caret-square-o-up:before { content: @fa-var-caret-square-o-up; }
|
||||||
|
.@{fa-css-prefix}-toggle-right:before,
|
||||||
|
.@{fa-css-prefix}-caret-square-o-right:before { content: @fa-var-caret-square-o-right; }
|
||||||
|
.@{fa-css-prefix}-euro:before,
|
||||||
|
.@{fa-css-prefix}-eur:before { content: @fa-var-eur; }
|
||||||
|
.@{fa-css-prefix}-gbp:before { content: @fa-var-gbp; }
|
||||||
|
.@{fa-css-prefix}-dollar:before,
|
||||||
|
.@{fa-css-prefix}-usd:before { content: @fa-var-usd; }
|
||||||
|
.@{fa-css-prefix}-rupee:before,
|
||||||
|
.@{fa-css-prefix}-inr:before { content: @fa-var-inr; }
|
||||||
|
.@{fa-css-prefix}-cny:before,
|
||||||
|
.@{fa-css-prefix}-rmb:before,
|
||||||
|
.@{fa-css-prefix}-yen:before,
|
||||||
|
.@{fa-css-prefix}-jpy:before { content: @fa-var-jpy; }
|
||||||
|
.@{fa-css-prefix}-ruble:before,
|
||||||
|
.@{fa-css-prefix}-rouble:before,
|
||||||
|
.@{fa-css-prefix}-rub:before { content: @fa-var-rub; }
|
||||||
|
.@{fa-css-prefix}-won:before,
|
||||||
|
.@{fa-css-prefix}-krw:before { content: @fa-var-krw; }
|
||||||
|
.@{fa-css-prefix}-bitcoin:before,
|
||||||
|
.@{fa-css-prefix}-btc:before { content: @fa-var-btc; }
|
||||||
|
.@{fa-css-prefix}-file:before { content: @fa-var-file; }
|
||||||
|
.@{fa-css-prefix}-file-text:before { content: @fa-var-file-text; }
|
||||||
|
.@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; }
|
||||||
|
.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; }
|
||||||
|
.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-asc; }
|
||||||
|
.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-desc; }
|
||||||
|
.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; }
|
||||||
|
.@{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-down:before { content: @fa-var-thumbs-down; }
|
||||||
|
.@{fa-css-prefix}-youtube-square:before { content: @fa-var-youtube-square; }
|
||||||
|
.@{fa-css-prefix}-youtube:before { content: @fa-var-youtube; }
|
||||||
|
.@{fa-css-prefix}-xing:before { content: @fa-var-xing; }
|
||||||
|
.@{fa-css-prefix}-xing-square:before { content: @fa-var-xing-square; }
|
||||||
|
.@{fa-css-prefix}-youtube-play:before { content: @fa-var-youtube-play; }
|
||||||
|
.@{fa-css-prefix}-dropbox:before { content: @fa-var-dropbox; }
|
||||||
|
.@{fa-css-prefix}-stack-overflow:before { content: @fa-var-stack-overflow; }
|
||||||
|
.@{fa-css-prefix}-instagram:before { content: @fa-var-instagram; }
|
||||||
|
.@{fa-css-prefix}-flickr:before { content: @fa-var-flickr; }
|
||||||
|
.@{fa-css-prefix}-adn:before { content: @fa-var-adn; }
|
||||||
|
.@{fa-css-prefix}-bitbucket:before { content: @fa-var-bitbucket; }
|
||||||
|
.@{fa-css-prefix}-bitbucket-square:before { content: @fa-var-bitbucket-square; }
|
||||||
|
.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; }
|
||||||
|
.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; }
|
||||||
|
.@{fa-css-prefix}-long-arrow-down:before { content: @fa-var-long-arrow-down; }
|
||||||
|
.@{fa-css-prefix}-long-arrow-up:before { content: @fa-var-long-arrow-up; }
|
||||||
|
.@{fa-css-prefix}-long-arrow-left:before { content: @fa-var-long-arrow-left; }
|
||||||
|
.@{fa-css-prefix}-long-arrow-right:before { content: @fa-var-long-arrow-right; }
|
||||||
|
.@{fa-css-prefix}-apple:before { content: @fa-var-apple; }
|
||||||
|
.@{fa-css-prefix}-windows:before { content: @fa-var-windows; }
|
||||||
|
.@{fa-css-prefix}-android:before { content: @fa-var-android; }
|
||||||
|
.@{fa-css-prefix}-linux:before { content: @fa-var-linux; }
|
||||||
|
.@{fa-css-prefix}-dribbble:before { content: @fa-var-dribbble; }
|
||||||
|
.@{fa-css-prefix}-skype:before { content: @fa-var-skype; }
|
||||||
|
.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; }
|
||||||
|
.@{fa-css-prefix}-trello:before { content: @fa-var-trello; }
|
||||||
|
.@{fa-css-prefix}-female:before { content: @fa-var-female; }
|
||||||
|
.@{fa-css-prefix}-male:before { content: @fa-var-male; }
|
||||||
|
.@{fa-css-prefix}-gittip:before,
|
||||||
|
.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; }
|
||||||
|
.@{fa-css-prefix}-sun-o:before { content: @fa-var-sun-o; }
|
||||||
|
.@{fa-css-prefix}-moon-o:before { content: @fa-var-moon-o; }
|
||||||
|
.@{fa-css-prefix}-archive:before { content: @fa-var-archive; }
|
||||||
|
.@{fa-css-prefix}-bug:before { content: @fa-var-bug; }
|
||||||
|
.@{fa-css-prefix}-vk:before { content: @fa-var-vk; }
|
||||||
|
.@{fa-css-prefix}-weibo:before { content: @fa-var-weibo; }
|
||||||
|
.@{fa-css-prefix}-renren:before { content: @fa-var-renren; }
|
||||||
|
.@{fa-css-prefix}-pagelines:before { content: @fa-var-pagelines; }
|
||||||
|
.@{fa-css-prefix}-stack-exchange:before { content: @fa-var-stack-exchange; }
|
||||||
|
.@{fa-css-prefix}-arrow-circle-o-right:before { content: @fa-var-arrow-circle-o-right; }
|
||||||
|
.@{fa-css-prefix}-arrow-circle-o-left:before { content: @fa-var-arrow-circle-o-left; }
|
||||||
|
.@{fa-css-prefix}-toggle-left:before,
|
||||||
|
.@{fa-css-prefix}-caret-square-o-left:before { content: @fa-var-caret-square-o-left; }
|
||||||
|
.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; }
|
||||||
|
.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; }
|
||||||
|
.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; }
|
||||||
|
.@{fa-css-prefix}-turkish-lira:before,
|
||||||
|
.@{fa-css-prefix}-try:before { content: @fa-var-try; }
|
||||||
|
.@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; }
|
||||||
|
.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; }
|
||||||
|
.@{fa-css-prefix}-slack:before { content: @fa-var-slack; }
|
||||||
|
.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; }
|
||||||
|
.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; }
|
||||||
|
.@{fa-css-prefix}-openid:before { content: @fa-var-openid; }
|
||||||
|
.@{fa-css-prefix}-institution:before,
|
||||||
|
.@{fa-css-prefix}-bank:before,
|
||||||
|
.@{fa-css-prefix}-university:before { content: @fa-var-university; }
|
||||||
|
.@{fa-css-prefix}-mortar-board:before,
|
||||||
|
.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; }
|
||||||
|
.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; }
|
||||||
|
.@{fa-css-prefix}-google:before { content: @fa-var-google; }
|
||||||
|
.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; }
|
||||||
|
.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; }
|
||||||
|
.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; }
|
||||||
|
.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; }
|
||||||
|
.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; }
|
||||||
|
.@{fa-css-prefix}-digg:before { content: @fa-var-digg; }
|
||||||
|
.@{fa-css-prefix}-pied-piper-pp:before { content: @fa-var-pied-piper-pp; }
|
||||||
|
.@{fa-css-prefix}-pied-piper-alt:before { content: @fa-var-pied-piper-alt; }
|
||||||
|
.@{fa-css-prefix}-drupal:before { content: @fa-var-drupal; }
|
||||||
|
.@{fa-css-prefix}-joomla:before { content: @fa-var-joomla; }
|
||||||
|
.@{fa-css-prefix}-language:before { content: @fa-var-language; }
|
||||||
|
.@{fa-css-prefix}-fax:before { content: @fa-var-fax; }
|
||||||
|
.@{fa-css-prefix}-building:before { content: @fa-var-building; }
|
||||||
|
.@{fa-css-prefix}-child:before { content: @fa-var-child; }
|
||||||
|
.@{fa-css-prefix}-paw:before { content: @fa-var-paw; }
|
||||||
|
.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; }
|
||||||
|
.@{fa-css-prefix}-cube:before { content: @fa-var-cube; }
|
||||||
|
.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; }
|
||||||
|
.@{fa-css-prefix}-behance:before { content: @fa-var-behance; }
|
||||||
|
.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; }
|
||||||
|
.@{fa-css-prefix}-steam:before { content: @fa-var-steam; }
|
||||||
|
.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; }
|
||||||
|
.@{fa-css-prefix}-recycle:before { content: @fa-var-recycle; }
|
||||||
|
.@{fa-css-prefix}-automobile:before,
|
||||||
|
.@{fa-css-prefix}-car:before { content: @fa-var-car; }
|
||||||
|
.@{fa-css-prefix}-cab:before,
|
||||||
|
.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; }
|
||||||
|
.@{fa-css-prefix}-tree:before { content: @fa-var-tree; }
|
||||||
|
.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; }
|
||||||
|
.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; }
|
||||||
|
.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; }
|
||||||
|
.@{fa-css-prefix}-database:before { content: @fa-var-database; }
|
||||||
|
.@{fa-css-prefix}-file-pdf-o:before { content: @fa-var-file-pdf-o; }
|
||||||
|
.@{fa-css-prefix}-file-word-o:before { content: @fa-var-file-word-o; }
|
||||||
|
.@{fa-css-prefix}-file-excel-o:before { content: @fa-var-file-excel-o; }
|
||||||
|
.@{fa-css-prefix}-file-powerpoint-o:before { content: @fa-var-file-powerpoint-o; }
|
||||||
|
.@{fa-css-prefix}-file-photo-o:before,
|
||||||
|
.@{fa-css-prefix}-file-picture-o:before,
|
||||||
|
.@{fa-css-prefix}-file-image-o:before { content: @fa-var-file-image-o; }
|
||||||
|
.@{fa-css-prefix}-file-zip-o:before,
|
||||||
|
.@{fa-css-prefix}-file-archive-o:before { content: @fa-var-file-archive-o; }
|
||||||
|
.@{fa-css-prefix}-file-sound-o:before,
|
||||||
|
.@{fa-css-prefix}-file-audio-o:before { content: @fa-var-file-audio-o; }
|
||||||
|
.@{fa-css-prefix}-file-movie-o:before,
|
||||||
|
.@{fa-css-prefix}-file-video-o:before { content: @fa-var-file-video-o; }
|
||||||
|
.@{fa-css-prefix}-file-code-o:before { content: @fa-var-file-code-o; }
|
||||||
|
.@{fa-css-prefix}-vine:before { content: @fa-var-vine; }
|
||||||
|
.@{fa-css-prefix}-codepen:before { content: @fa-var-codepen; }
|
||||||
|
.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; }
|
||||||
|
.@{fa-css-prefix}-life-bouy:before,
|
||||||
|
.@{fa-css-prefix}-life-buoy:before,
|
||||||
|
.@{fa-css-prefix}-life-saver:before,
|
||||||
|
.@{fa-css-prefix}-support:before,
|
||||||
|
.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; }
|
||||||
|
.@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; }
|
||||||
|
.@{fa-css-prefix}-ra:before,
|
||||||
|
.@{fa-css-prefix}-resistance:before,
|
||||||
|
.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; }
|
||||||
|
.@{fa-css-prefix}-ge:before,
|
||||||
|
.@{fa-css-prefix}-empire:before { content: @fa-var-empire; }
|
||||||
|
.@{fa-css-prefix}-git-square:before { content: @fa-var-git-square; }
|
||||||
|
.@{fa-css-prefix}-git:before { content: @fa-var-git; }
|
||||||
|
.@{fa-css-prefix}-y-combinator-square:before,
|
||||||
|
.@{fa-css-prefix}-yc-square:before,
|
||||||
|
.@{fa-css-prefix}-hacker-news:before { content: @fa-var-hacker-news; }
|
||||||
|
.@{fa-css-prefix}-tencent-weibo:before { content: @fa-var-tencent-weibo; }
|
||||||
|
.@{fa-css-prefix}-qq:before { content: @fa-var-qq; }
|
||||||
|
.@{fa-css-prefix}-wechat:before,
|
||||||
|
.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; }
|
||||||
|
.@{fa-css-prefix}-send:before,
|
||||||
|
.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; }
|
||||||
|
.@{fa-css-prefix}-send-o:before,
|
||||||
|
.@{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}-circle-thin:before { content: @fa-var-circle-thin; }
|
||||||
|
.@{fa-css-prefix}-header:before { content: @fa-var-header; }
|
||||||
|
.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; }
|
||||||
|
.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; }
|
||||||
|
.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; }
|
||||||
|
.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; }
|
||||||
|
.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; }
|
||||||
|
.@{fa-css-prefix}-soccer-ball-o:before,
|
||||||
|
.@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; }
|
||||||
|
.@{fa-css-prefix}-tty:before { content: @fa-var-tty; }
|
||||||
|
.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; }
|
||||||
|
.@{fa-css-prefix}-plug:before { content: @fa-var-plug; }
|
||||||
|
.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; }
|
||||||
|
.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; }
|
||||||
|
.@{fa-css-prefix}-yelp:before { content: @fa-var-yelp; }
|
||||||
|
.@{fa-css-prefix}-newspaper-o:before { content: @fa-var-newspaper-o; }
|
||||||
|
.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; }
|
||||||
|
.@{fa-css-prefix}-calculator:before { content: @fa-var-calculator; }
|
||||||
|
.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; }
|
||||||
|
.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; }
|
||||||
|
.@{fa-css-prefix}-cc-visa:before { content: @fa-var-cc-visa; }
|
||||||
|
.@{fa-css-prefix}-cc-mastercard:before { content: @fa-var-cc-mastercard; }
|
||||||
|
.@{fa-css-prefix}-cc-discover:before { content: @fa-var-cc-discover; }
|
||||||
|
.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; }
|
||||||
|
.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; }
|
||||||
|
.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; }
|
||||||
|
.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; }
|
||||||
|
.@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; }
|
||||||
|
.@{fa-css-prefix}-trash:before { content: @fa-var-trash; }
|
||||||
|
.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; }
|
||||||
|
.@{fa-css-prefix}-at:before { content: @fa-var-at; }
|
||||||
|
.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; }
|
||||||
|
.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; }
|
||||||
|
.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; }
|
||||||
|
.@{fa-css-prefix}-area-chart:before { content: @fa-var-area-chart; }
|
||||||
|
.@{fa-css-prefix}-pie-chart:before { content: @fa-var-pie-chart; }
|
||||||
|
.@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; }
|
||||||
|
.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; }
|
||||||
|
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
|
||||||
|
.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; }
|
||||||
|
.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; }
|
||||||
|
.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; }
|
||||||
|
.@{fa-css-prefix}-bus:before { content: @fa-var-bus; }
|
||||||
|
.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; }
|
||||||
|
.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; }
|
||||||
|
.@{fa-css-prefix}-cc:before { content: @fa-var-cc; }
|
||||||
|
.@{fa-css-prefix}-shekel:before,
|
||||||
|
.@{fa-css-prefix}-sheqel:before,
|
||||||
|
.@{fa-css-prefix}-ils:before { content: @fa-var-ils; }
|
||||||
|
.@{fa-css-prefix}-meanpath:before { content: @fa-var-meanpath; }
|
||||||
|
.@{fa-css-prefix}-buysellads:before { content: @fa-var-buysellads; }
|
||||||
|
.@{fa-css-prefix}-connectdevelop:before { content: @fa-var-connectdevelop; }
|
||||||
|
.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; }
|
||||||
|
.@{fa-css-prefix}-forumbee:before { content: @fa-var-forumbee; }
|
||||||
|
.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; }
|
||||||
|
.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; }
|
||||||
|
.@{fa-css-prefix}-shirtsinbulk:before { content: @fa-var-shirtsinbulk; }
|
||||||
|
.@{fa-css-prefix}-simplybuilt:before { content: @fa-var-simplybuilt; }
|
||||||
|
.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; }
|
||||||
|
.@{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}-diamond:before { content: @fa-var-diamond; }
|
||||||
|
.@{fa-css-prefix}-ship:before { content: @fa-var-ship; }
|
||||||
|
.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; }
|
||||||
|
.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; }
|
||||||
|
.@{fa-css-prefix}-street-view:before { content: @fa-var-street-view; }
|
||||||
|
.@{fa-css-prefix}-heartbeat:before { content: @fa-var-heartbeat; }
|
||||||
|
.@{fa-css-prefix}-venus:before { content: @fa-var-venus; }
|
||||||
|
.@{fa-css-prefix}-mars:before { content: @fa-var-mars; }
|
||||||
|
.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; }
|
||||||
|
.@{fa-css-prefix}-intersex:before,
|
||||||
|
.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; }
|
||||||
|
.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; }
|
||||||
|
.@{fa-css-prefix}-venus-double:before { content: @fa-var-venus-double; }
|
||||||
|
.@{fa-css-prefix}-mars-double:before { content: @fa-var-mars-double; }
|
||||||
|
.@{fa-css-prefix}-venus-mars:before { content: @fa-var-venus-mars; }
|
||||||
|
.@{fa-css-prefix}-mars-stroke:before { content: @fa-var-mars-stroke; }
|
||||||
|
.@{fa-css-prefix}-mars-stroke-v:before { content: @fa-var-mars-stroke-v; }
|
||||||
|
.@{fa-css-prefix}-mars-stroke-h:before { content: @fa-var-mars-stroke-h; }
|
||||||
|
.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; }
|
||||||
|
.@{fa-css-prefix}-genderless:before { content: @fa-var-genderless; }
|
||||||
|
.@{fa-css-prefix}-facebook-official:before { content: @fa-var-facebook-official; }
|
||||||
|
.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; }
|
||||||
|
.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; }
|
||||||
|
.@{fa-css-prefix}-server:before { content: @fa-var-server; }
|
||||||
|
.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; }
|
||||||
|
.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; }
|
||||||
|
.@{fa-css-prefix}-hotel:before,
|
||||||
|
.@{fa-css-prefix}-bed:before { content: @fa-var-bed; }
|
||||||
|
.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; }
|
||||||
|
.@{fa-css-prefix}-train:before { content: @fa-var-train; }
|
||||||
|
.@{fa-css-prefix}-subway:before { content: @fa-var-subway; }
|
||||||
|
.@{fa-css-prefix}-medium:before { content: @fa-var-medium; }
|
||||||
|
.@{fa-css-prefix}-yc:before,
|
||||||
|
.@{fa-css-prefix}-y-combinator:before { content: @fa-var-y-combinator; }
|
||||||
|
.@{fa-css-prefix}-optin-monster:before { content: @fa-var-optin-monster; }
|
||||||
|
.@{fa-css-prefix}-opencart:before { content: @fa-var-opencart; }
|
||||||
|
.@{fa-css-prefix}-expeditedssl:before { content: @fa-var-expeditedssl; }
|
||||||
|
.@{fa-css-prefix}-battery-4:before,
|
||||||
|
.@{fa-css-prefix}-battery:before,
|
||||||
|
.@{fa-css-prefix}-battery-full:before { content: @fa-var-battery-full; }
|
||||||
|
.@{fa-css-prefix}-battery-3:before,
|
||||||
|
.@{fa-css-prefix}-battery-three-quarters:before { content: @fa-var-battery-three-quarters; }
|
||||||
|
.@{fa-css-prefix}-battery-2:before,
|
||||||
|
.@{fa-css-prefix}-battery-half:before { content: @fa-var-battery-half; }
|
||||||
|
.@{fa-css-prefix}-battery-1:before,
|
||||||
|
.@{fa-css-prefix}-battery-quarter:before { content: @fa-var-battery-quarter; }
|
||||||
|
.@{fa-css-prefix}-battery-0:before,
|
||||||
|
.@{fa-css-prefix}-battery-empty:before { content: @fa-var-battery-empty; }
|
||||||
|
.@{fa-css-prefix}-mouse-pointer:before { content: @fa-var-mouse-pointer; }
|
||||||
|
.@{fa-css-prefix}-i-cursor:before { content: @fa-var-i-cursor; }
|
||||||
|
.@{fa-css-prefix}-object-group:before { content: @fa-var-object-group; }
|
||||||
|
.@{fa-css-prefix}-object-ungroup:before { content: @fa-var-object-ungroup; }
|
||||||
|
.@{fa-css-prefix}-sticky-note:before { content: @fa-var-sticky-note; }
|
||||||
|
.@{fa-css-prefix}-sticky-note-o:before { content: @fa-var-sticky-note-o; }
|
||||||
|
.@{fa-css-prefix}-cc-jcb:before { content: @fa-var-cc-jcb; }
|
||||||
|
.@{fa-css-prefix}-cc-diners-club:before { content: @fa-var-cc-diners-club; }
|
||||||
|
.@{fa-css-prefix}-clone:before { content: @fa-var-clone; }
|
||||||
|
.@{fa-css-prefix}-balance-scale:before { content: @fa-var-balance-scale; }
|
||||||
|
.@{fa-css-prefix}-hourglass-o:before { content: @fa-var-hourglass-o; }
|
||||||
|
.@{fa-css-prefix}-hourglass-1:before,
|
||||||
|
.@{fa-css-prefix}-hourglass-start:before { content: @fa-var-hourglass-start; }
|
||||||
|
.@{fa-css-prefix}-hourglass-2:before,
|
||||||
|
.@{fa-css-prefix}-hourglass-half:before { content: @fa-var-hourglass-half; }
|
||||||
|
.@{fa-css-prefix}-hourglass-3:before,
|
||||||
|
.@{fa-css-prefix}-hourglass-end:before { content: @fa-var-hourglass-end; }
|
||||||
|
.@{fa-css-prefix}-hourglass:before { content: @fa-var-hourglass; }
|
||||||
|
.@{fa-css-prefix}-hand-grab-o:before,
|
||||||
|
.@{fa-css-prefix}-hand-rock-o:before { content: @fa-var-hand-rock-o; }
|
||||||
|
.@{fa-css-prefix}-hand-stop-o:before,
|
||||||
|
.@{fa-css-prefix}-hand-paper-o:before { content: @fa-var-hand-paper-o; }
|
||||||
|
.@{fa-css-prefix}-hand-scissors-o:before { content: @fa-var-hand-scissors-o; }
|
||||||
|
.@{fa-css-prefix}-hand-lizard-o:before { content: @fa-var-hand-lizard-o; }
|
||||||
|
.@{fa-css-prefix}-hand-spock-o:before { content: @fa-var-hand-spock-o; }
|
||||||
|
.@{fa-css-prefix}-hand-pointer-o:before { content: @fa-var-hand-pointer-o; }
|
||||||
|
.@{fa-css-prefix}-hand-peace-o:before { content: @fa-var-hand-peace-o; }
|
||||||
|
.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; }
|
||||||
|
.@{fa-css-prefix}-registered:before { content: @fa-var-registered; }
|
||||||
|
.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; }
|
||||||
|
.@{fa-css-prefix}-gg:before { content: @fa-var-gg; }
|
||||||
|
.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; }
|
||||||
|
.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; }
|
||||||
|
.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; }
|
||||||
|
.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; }
|
||||||
|
.@{fa-css-prefix}-get-pocket:before { content: @fa-var-get-pocket; }
|
||||||
|
.@{fa-css-prefix}-wikipedia-w:before { content: @fa-var-wikipedia-w; }
|
||||||
|
.@{fa-css-prefix}-safari:before { content: @fa-var-safari; }
|
||||||
|
.@{fa-css-prefix}-chrome:before { content: @fa-var-chrome; }
|
||||||
|
.@{fa-css-prefix}-firefox:before { content: @fa-var-firefox; }
|
||||||
|
.@{fa-css-prefix}-opera:before { content: @fa-var-opera; }
|
||||||
|
.@{fa-css-prefix}-internet-explorer:before { content: @fa-var-internet-explorer; }
|
||||||
|
.@{fa-css-prefix}-tv:before,
|
||||||
|
.@{fa-css-prefix}-television:before { content: @fa-var-television; }
|
||||||
|
.@{fa-css-prefix}-contao:before { content: @fa-var-contao; }
|
||||||
|
.@{fa-css-prefix}-500px:before { content: @fa-var-500px; }
|
||||||
|
.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; }
|
||||||
|
.@{fa-css-prefix}-calendar-plus-o:before { content: @fa-var-calendar-plus-o; }
|
||||||
|
.@{fa-css-prefix}-calendar-minus-o:before { content: @fa-var-calendar-minus-o; }
|
||||||
|
.@{fa-css-prefix}-calendar-times-o:before { content: @fa-var-calendar-times-o; }
|
||||||
|
.@{fa-css-prefix}-calendar-check-o:before { content: @fa-var-calendar-check-o; }
|
||||||
|
.@{fa-css-prefix}-industry:before { content: @fa-var-industry; }
|
||||||
|
.@{fa-css-prefix}-map-pin:before { content: @fa-var-map-pin; }
|
||||||
|
.@{fa-css-prefix}-map-signs:before { content: @fa-var-map-signs; }
|
||||||
|
.@{fa-css-prefix}-map-o:before { content: @fa-var-map-o; }
|
||||||
|
.@{fa-css-prefix}-map:before { content: @fa-var-map; }
|
||||||
|
.@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; }
|
||||||
|
.@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; }
|
||||||
|
.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; }
|
||||||
|
.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; }
|
||||||
|
.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; }
|
||||||
|
.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; }
|
||||||
|
.@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; }
|
||||||
|
.@{fa-css-prefix}-edge:before { content: @fa-var-edge; }
|
||||||
|
.@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; }
|
||||||
|
.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; }
|
||||||
|
.@{fa-css-prefix}-modx:before { content: @fa-var-modx; }
|
||||||
|
.@{fa-css-prefix}-fort-awesome:before { content: @fa-var-fort-awesome; }
|
||||||
|
.@{fa-css-prefix}-usb:before { content: @fa-var-usb; }
|
||||||
|
.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; }
|
||||||
|
.@{fa-css-prefix}-mixcloud:before { content: @fa-var-mixcloud; }
|
||||||
|
.@{fa-css-prefix}-scribd:before { content: @fa-var-scribd; }
|
||||||
|
.@{fa-css-prefix}-pause-circle:before { content: @fa-var-pause-circle; }
|
||||||
|
.@{fa-css-prefix}-pause-circle-o:before { content: @fa-var-pause-circle-o; }
|
||||||
|
.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; }
|
||||||
|
.@{fa-css-prefix}-stop-circle-o:before { content: @fa-var-stop-circle-o; }
|
||||||
|
.@{fa-css-prefix}-shopping-bag:before { content: @fa-var-shopping-bag; }
|
||||||
|
.@{fa-css-prefix}-shopping-basket:before { content: @fa-var-shopping-basket; }
|
||||||
|
.@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; }
|
||||||
|
.@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; }
|
||||||
|
.@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; }
|
||||||
|
.@{fa-css-prefix}-percent:before { content: @fa-var-percent; }
|
||||||
|
.@{fa-css-prefix}-gitlab:before { content: @fa-var-gitlab; }
|
||||||
|
.@{fa-css-prefix}-wpbeginner:before { content: @fa-var-wpbeginner; }
|
||||||
|
.@{fa-css-prefix}-wpforms:before { content: @fa-var-wpforms; }
|
||||||
|
.@{fa-css-prefix}-envira:before { content: @fa-var-envira; }
|
||||||
|
.@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; }
|
||||||
|
.@{fa-css-prefix}-wheelchair-alt:before { content: @fa-var-wheelchair-alt; }
|
||||||
|
.@{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}-audio-description:before { content: @fa-var-audio-description; }
|
||||||
|
.@{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}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; }
|
||||||
|
.@{fa-css-prefix}-asl-interpreting:before,
|
||||||
|
.@{fa-css-prefix}-american-sign-language-interpreting:before { content: @fa-var-american-sign-language-interpreting; }
|
||||||
|
.@{fa-css-prefix}-deafness:before,
|
||||||
|
.@{fa-css-prefix}-hard-of-hearing:before,
|
||||||
|
.@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; }
|
||||||
|
.@{fa-css-prefix}-glide:before { content: @fa-var-glide; }
|
||||||
|
.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; }
|
||||||
|
.@{fa-css-prefix}-signing:before,
|
||||||
|
.@{fa-css-prefix}-sign-language:before { content: @fa-var-sign-language; }
|
||||||
|
.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; }
|
||||||
|
.@{fa-css-prefix}-viadeo:before { content: @fa-var-viadeo; }
|
||||||
|
.@{fa-css-prefix}-viadeo-square:before { content: @fa-var-viadeo-square; }
|
||||||
|
.@{fa-css-prefix}-snapchat:before { content: @fa-var-snapchat; }
|
||||||
|
.@{fa-css-prefix}-snapchat-ghost:before { content: @fa-var-snapchat-ghost; }
|
||||||
|
.@{fa-css-prefix}-snapchat-square:before { content: @fa-var-snapchat-square; }
|
||||||
|
.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; }
|
||||||
|
.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; }
|
||||||
|
.@{fa-css-prefix}-yoast:before { content: @fa-var-yoast; }
|
||||||
|
.@{fa-css-prefix}-themeisle:before { content: @fa-var-themeisle; }
|
||||||
|
.@{fa-css-prefix}-google-plus-circle:before,
|
||||||
|
.@{fa-css-prefix}-google-plus-official:before { content: @fa-var-google-plus-official; }
|
||||||
|
.@{fa-css-prefix}-fa:before,
|
||||||
|
.@{fa-css-prefix}-font-awesome:before { content: @fa-var-font-awesome; }
|
||||||
|
.@{fa-css-prefix}-handshake-o:before { content: @fa-var-handshake-o; }
|
||||||
|
.@{fa-css-prefix}-envelope-open:before { content: @fa-var-envelope-open; }
|
||||||
|
.@{fa-css-prefix}-envelope-open-o:before { content: @fa-var-envelope-open-o; }
|
||||||
|
.@{fa-css-prefix}-linode:before { content: @fa-var-linode; }
|
||||||
|
.@{fa-css-prefix}-address-book:before { content: @fa-var-address-book; }
|
||||||
|
.@{fa-css-prefix}-address-book-o:before { content: @fa-var-address-book-o; }
|
||||||
|
.@{fa-css-prefix}-vcard:before,
|
||||||
|
.@{fa-css-prefix}-address-card:before { content: @fa-var-address-card; }
|
||||||
|
.@{fa-css-prefix}-vcard-o:before,
|
||||||
|
.@{fa-css-prefix}-address-card-o:before { content: @fa-var-address-card-o; }
|
||||||
|
.@{fa-css-prefix}-user-circle:before { content: @fa-var-user-circle; }
|
||||||
|
.@{fa-css-prefix}-user-circle-o:before { content: @fa-var-user-circle-o; }
|
||||||
|
.@{fa-css-prefix}-user-o:before { content: @fa-var-user-o; }
|
||||||
|
.@{fa-css-prefix}-id-badge:before { content: @fa-var-id-badge; }
|
||||||
|
.@{fa-css-prefix}-drivers-license:before,
|
||||||
|
.@{fa-css-prefix}-id-card:before { content: @fa-var-id-card; }
|
||||||
|
.@{fa-css-prefix}-drivers-license-o:before,
|
||||||
|
.@{fa-css-prefix}-id-card-o:before { content: @fa-var-id-card-o; }
|
||||||
|
.@{fa-css-prefix}-quora:before { content: @fa-var-quora; }
|
||||||
|
.@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; }
|
||||||
|
.@{fa-css-prefix}-telegram:before { content: @fa-var-telegram; }
|
||||||
|
.@{fa-css-prefix}-thermometer-4:before,
|
||||||
|
.@{fa-css-prefix}-thermometer:before,
|
||||||
|
.@{fa-css-prefix}-thermometer-full:before { content: @fa-var-thermometer-full; }
|
||||||
|
.@{fa-css-prefix}-thermometer-3:before,
|
||||||
|
.@{fa-css-prefix}-thermometer-three-quarters:before { content: @fa-var-thermometer-three-quarters; }
|
||||||
|
.@{fa-css-prefix}-thermometer-2:before,
|
||||||
|
.@{fa-css-prefix}-thermometer-half:before { content: @fa-var-thermometer-half; }
|
||||||
|
.@{fa-css-prefix}-thermometer-1:before,
|
||||||
|
.@{fa-css-prefix}-thermometer-quarter:before { content: @fa-var-thermometer-quarter; }
|
||||||
|
.@{fa-css-prefix}-thermometer-0:before,
|
||||||
|
.@{fa-css-prefix}-thermometer-empty:before { content: @fa-var-thermometer-empty; }
|
||||||
|
.@{fa-css-prefix}-shower:before { content: @fa-var-shower; }
|
||||||
|
.@{fa-css-prefix}-bathtub:before,
|
||||||
|
.@{fa-css-prefix}-s15:before,
|
||||||
|
.@{fa-css-prefix}-bath:before { content: @fa-var-bath; }
|
||||||
|
.@{fa-css-prefix}-podcast:before { content: @fa-var-podcast; }
|
||||||
|
.@{fa-css-prefix}-window-maximize:before { content: @fa-var-window-maximize; }
|
||||||
|
.@{fa-css-prefix}-window-minimize:before { content: @fa-var-window-minimize; }
|
||||||
|
.@{fa-css-prefix}-window-restore:before { content: @fa-var-window-restore; }
|
||||||
|
.@{fa-css-prefix}-times-rectangle:before,
|
||||||
|
.@{fa-css-prefix}-window-close:before { content: @fa-var-window-close; }
|
||||||
|
.@{fa-css-prefix}-times-rectangle-o:before,
|
||||||
|
.@{fa-css-prefix}-window-close-o:before { content: @fa-var-window-close-o; }
|
||||||
|
.@{fa-css-prefix}-bandcamp:before { content: @fa-var-bandcamp; }
|
||||||
|
.@{fa-css-prefix}-grav:before { content: @fa-var-grav; }
|
||||||
|
.@{fa-css-prefix}-etsy:before { content: @fa-var-etsy; }
|
||||||
|
.@{fa-css-prefix}-imdb:before { content: @fa-var-imdb; }
|
||||||
|
.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; }
|
||||||
|
.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; }
|
||||||
|
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; }
|
||||||
|
.@{fa-css-prefix}-snowflake-o:before { content: @fa-var-snowflake-o; }
|
||||||
|
.@{fa-css-prefix}-superpowers:before { content: @fa-var-superpowers; }
|
||||||
|
.@{fa-css-prefix}-wpexplorer:before { content: @fa-var-wpexplorer; }
|
||||||
|
.@{fa-css-prefix}-meetup:before { content: @fa-var-meetup; }
|
||||||
13
assets/fonts/font-awesome/less/larger.less
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
// Icon Sizes
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
/* makes the font 33% larger relative to the icon container */
|
||||||
|
.@{fa-css-prefix}-lg {
|
||||||
|
font-size: (4em / 3);
|
||||||
|
line-height: (3em / 4);
|
||||||
|
vertical-align: -15%;
|
||||||
|
}
|
||||||
|
.@{fa-css-prefix}-2x { font-size: 2em; }
|
||||||
|
.@{fa-css-prefix}-3x { font-size: 3em; }
|
||||||
|
.@{fa-css-prefix}-4x { font-size: 4em; }
|
||||||
|
.@{fa-css-prefix}-5x { font-size: 5em; }
|
||||||
19
assets/fonts/font-awesome/less/list.less
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
// List Icons
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.@{fa-css-prefix}-ul {
|
||||||
|
padding-left: 0;
|
||||||
|
margin-left: @fa-li-width;
|
||||||
|
list-style-type: none;
|
||||||
|
> li { position: relative; }
|
||||||
|
}
|
||||||
|
.@{fa-css-prefix}-li {
|
||||||
|
position: absolute;
|
||||||
|
left: -@fa-li-width;
|
||||||
|
width: @fa-li-width;
|
||||||
|
top: (2em / 14);
|
||||||
|
text-align: center;
|
||||||
|
&.@{fa-css-prefix}-lg {
|
||||||
|
left: (-@fa-li-width + (4em / 14));
|
||||||
|
}
|
||||||
|
}
|
||||||
60
assets/fonts/font-awesome/less/mixins.less
vendored
Normal file
|
|
@ -0,0 +1,60 @@
|
||||||
|
// Mixins
|
||||||
|
// --------------------------
|
||||||
|
|
||||||
|
.fa-icon() {
|
||||||
|
display: inline-block;
|
||||||
|
font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // 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;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.fa-icon-rotate(@degrees, @rotation) {
|
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})";
|
||||||
|
-webkit-transform: rotate(@degrees);
|
||||||
|
-ms-transform: rotate(@degrees);
|
||||||
|
transform: rotate(@degrees);
|
||||||
|
}
|
||||||
|
|
||||||
|
.fa-icon-flip(@horiz, @vert, @rotation) {
|
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)";
|
||||||
|
-webkit-transform: scale(@horiz, @vert);
|
||||||
|
-ms-transform: scale(@horiz, @vert);
|
||||||
|
transform: scale(@horiz, @vert);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Only display content to screen readers. A la Bootstrap 4.
|
||||||
|
//
|
||||||
|
// See: http://a11yproject.com/posts/how-to-hide-content/
|
||||||
|
|
||||||
|
.sr-only() {
|
||||||
|
position: absolute;
|
||||||
|
width: 1px;
|
||||||
|
height: 1px;
|
||||||
|
padding: 0;
|
||||||
|
margin: -1px;
|
||||||
|
overflow: hidden;
|
||||||
|
clip: rect(0,0,0,0);
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Use in conjunction with .sr-only to only display content when it's focused.
|
||||||
|
//
|
||||||
|
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
||||||
|
//
|
||||||
|
// Credit: HTML5 Boilerplate
|
||||||
|
|
||||||
|
.sr-only-focusable() {
|
||||||
|
&:active,
|
||||||
|
&:focus {
|
||||||
|
position: static;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
margin: 0;
|
||||||
|
overflow: visible;
|
||||||
|
clip: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
15
assets/fonts/font-awesome/less/path.less
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
/* FONT PATH
|
||||||
|
* -------------------------- */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'FontAwesome';
|
||||||
|
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
|
||||||
|
src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
|
||||||
|
url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'),
|
||||||
|
url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
|
||||||
|
url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
|
||||||
|
url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
|
||||||
|
// src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
20
assets/fonts/font-awesome/less/rotated-flipped.less
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
// Rotated & Flipped Icons
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); }
|
||||||
|
.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }
|
||||||
|
.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }
|
||||||
|
|
||||||
|
.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
|
||||||
|
.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); }
|
||||||
|
|
||||||
|
// Hook for IE8-9
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
:root .@{fa-css-prefix}-rotate-90,
|
||||||
|
:root .@{fa-css-prefix}-rotate-180,
|
||||||
|
:root .@{fa-css-prefix}-rotate-270,
|
||||||
|
:root .@{fa-css-prefix}-flip-horizontal,
|
||||||
|
:root .@{fa-css-prefix}-flip-vertical {
|
||||||
|
filter: none;
|
||||||
|
}
|
||||||
5
assets/fonts/font-awesome/less/screen-reader.less
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
// Screen Readers
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.sr-only { .sr-only(); }
|
||||||
|
.sr-only-focusable { .sr-only-focusable(); }
|
||||||
20
assets/fonts/font-awesome/less/stacked.less
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
// Stacked Icons
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.@{fa-css-prefix}-stack {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
width: 2em;
|
||||||
|
height: 2em;
|
||||||
|
line-height: 2em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.@{fa-css-prefix}-stack-1x { line-height: inherit; }
|
||||||
|
.@{fa-css-prefix}-stack-2x { font-size: 2em; }
|
||||||
|
.@{fa-css-prefix}-inverse { color: @fa-inverse; }
|
||||||
800
assets/fonts/font-awesome/less/variables.less
vendored
Normal file
|
|
@ -0,0 +1,800 @@
|
||||||
|
// Variables
|
||||||
|
// --------------------------
|
||||||
|
|
||||||
|
@fa-font-path: "../fonts";
|
||||||
|
@fa-font-size-base: 14px;
|
||||||
|
@fa-line-height-base: 1;
|
||||||
|
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts"; // for referencing Bootstrap CDN font files directly
|
||||||
|
@fa-css-prefix: fa;
|
||||||
|
@fa-version: "4.7.0";
|
||||||
|
@fa-border-color: #eee;
|
||||||
|
@fa-inverse: #fff;
|
||||||
|
@fa-li-width: (30em / 14);
|
||||||
|
|
||||||
|
@fa-var-500px: "\f26e";
|
||||||
|
@fa-var-address-book: "\f2b9";
|
||||||
|
@fa-var-address-book-o: "\f2ba";
|
||||||
|
@fa-var-address-card: "\f2bb";
|
||||||
|
@fa-var-address-card-o: "\f2bc";
|
||||||
|
@fa-var-adjust: "\f042";
|
||||||
|
@fa-var-adn: "\f170";
|
||||||
|
@fa-var-align-center: "\f037";
|
||||||
|
@fa-var-align-justify: "\f039";
|
||||||
|
@fa-var-align-left: "\f036";
|
||||||
|
@fa-var-align-right: "\f038";
|
||||||
|
@fa-var-amazon: "\f270";
|
||||||
|
@fa-var-ambulance: "\f0f9";
|
||||||
|
@fa-var-american-sign-language-interpreting: "\f2a3";
|
||||||
|
@fa-var-anchor: "\f13d";
|
||||||
|
@fa-var-android: "\f17b";
|
||||||
|
@fa-var-angellist: "\f209";
|
||||||
|
@fa-var-angle-double-down: "\f103";
|
||||||
|
@fa-var-angle-double-left: "\f100";
|
||||||
|
@fa-var-angle-double-right: "\f101";
|
||||||
|
@fa-var-angle-double-up: "\f102";
|
||||||
|
@fa-var-angle-down: "\f107";
|
||||||
|
@fa-var-angle-left: "\f104";
|
||||||
|
@fa-var-angle-right: "\f105";
|
||||||
|
@fa-var-angle-up: "\f106";
|
||||||
|
@fa-var-apple: "\f179";
|
||||||
|
@fa-var-archive: "\f187";
|
||||||
|
@fa-var-area-chart: "\f1fe";
|
||||||
|
@fa-var-arrow-circle-down: "\f0ab";
|
||||||
|
@fa-var-arrow-circle-left: "\f0a8";
|
||||||
|
@fa-var-arrow-circle-o-down: "\f01a";
|
||||||
|
@fa-var-arrow-circle-o-left: "\f190";
|
||||||
|
@fa-var-arrow-circle-o-right: "\f18e";
|
||||||
|
@fa-var-arrow-circle-o-up: "\f01b";
|
||||||
|
@fa-var-arrow-circle-right: "\f0a9";
|
||||||
|
@fa-var-arrow-circle-up: "\f0aa";
|
||||||
|
@fa-var-arrow-down: "\f063";
|
||||||
|
@fa-var-arrow-left: "\f060";
|
||||||
|
@fa-var-arrow-right: "\f061";
|
||||||
|
@fa-var-arrow-up: "\f062";
|
||||||
|
@fa-var-arrows: "\f047";
|
||||||
|
@fa-var-arrows-alt: "\f0b2";
|
||||||
|
@fa-var-arrows-h: "\f07e";
|
||||||
|
@fa-var-arrows-v: "\f07d";
|
||||||
|
@fa-var-asl-interpreting: "\f2a3";
|
||||||
|
@fa-var-assistive-listening-systems: "\f2a2";
|
||||||
|
@fa-var-asterisk: "\f069";
|
||||||
|
@fa-var-at: "\f1fa";
|
||||||
|
@fa-var-audio-description: "\f29e";
|
||||||
|
@fa-var-automobile: "\f1b9";
|
||||||
|
@fa-var-backward: "\f04a";
|
||||||
|
@fa-var-balance-scale: "\f24e";
|
||||||
|
@fa-var-ban: "\f05e";
|
||||||
|
@fa-var-bandcamp: "\f2d5";
|
||||||
|
@fa-var-bank: "\f19c";
|
||||||
|
@fa-var-bar-chart: "\f080";
|
||||||
|
@fa-var-bar-chart-o: "\f080";
|
||||||
|
@fa-var-barcode: "\f02a";
|
||||||
|
@fa-var-bars: "\f0c9";
|
||||||
|
@fa-var-bath: "\f2cd";
|
||||||
|
@fa-var-bathtub: "\f2cd";
|
||||||
|
@fa-var-battery: "\f240";
|
||||||
|
@fa-var-battery-0: "\f244";
|
||||||
|
@fa-var-battery-1: "\f243";
|
||||||
|
@fa-var-battery-2: "\f242";
|
||||||
|
@fa-var-battery-3: "\f241";
|
||||||
|
@fa-var-battery-4: "\f240";
|
||||||
|
@fa-var-battery-empty: "\f244";
|
||||||
|
@fa-var-battery-full: "\f240";
|
||||||
|
@fa-var-battery-half: "\f242";
|
||||||
|
@fa-var-battery-quarter: "\f243";
|
||||||
|
@fa-var-battery-three-quarters: "\f241";
|
||||||
|
@fa-var-bed: "\f236";
|
||||||
|
@fa-var-beer: "\f0fc";
|
||||||
|
@fa-var-behance: "\f1b4";
|
||||||
|
@fa-var-behance-square: "\f1b5";
|
||||||
|
@fa-var-bell: "\f0f3";
|
||||||
|
@fa-var-bell-o: "\f0a2";
|
||||||
|
@fa-var-bell-slash: "\f1f6";
|
||||||
|
@fa-var-bell-slash-o: "\f1f7";
|
||||||
|
@fa-var-bicycle: "\f206";
|
||||||
|
@fa-var-binoculars: "\f1e5";
|
||||||
|
@fa-var-birthday-cake: "\f1fd";
|
||||||
|
@fa-var-bitbucket: "\f171";
|
||||||
|
@fa-var-bitbucket-square: "\f172";
|
||||||
|
@fa-var-bitcoin: "\f15a";
|
||||||
|
@fa-var-black-tie: "\f27e";
|
||||||
|
@fa-var-blind: "\f29d";
|
||||||
|
@fa-var-bluetooth: "\f293";
|
||||||
|
@fa-var-bluetooth-b: "\f294";
|
||||||
|
@fa-var-bold: "\f032";
|
||||||
|
@fa-var-bolt: "\f0e7";
|
||||||
|
@fa-var-bomb: "\f1e2";
|
||||||
|
@fa-var-book: "\f02d";
|
||||||
|
@fa-var-bookmark: "\f02e";
|
||||||
|
@fa-var-bookmark-o: "\f097";
|
||||||
|
@fa-var-braille: "\f2a1";
|
||||||
|
@fa-var-briefcase: "\f0b1";
|
||||||
|
@fa-var-btc: "\f15a";
|
||||||
|
@fa-var-bug: "\f188";
|
||||||
|
@fa-var-building: "\f1ad";
|
||||||
|
@fa-var-building-o: "\f0f7";
|
||||||
|
@fa-var-bullhorn: "\f0a1";
|
||||||
|
@fa-var-bullseye: "\f140";
|
||||||
|
@fa-var-bus: "\f207";
|
||||||
|
@fa-var-buysellads: "\f20d";
|
||||||
|
@fa-var-cab: "\f1ba";
|
||||||
|
@fa-var-calculator: "\f1ec";
|
||||||
|
@fa-var-calendar: "\f073";
|
||||||
|
@fa-var-calendar-check-o: "\f274";
|
||||||
|
@fa-var-calendar-minus-o: "\f272";
|
||||||
|
@fa-var-calendar-o: "\f133";
|
||||||
|
@fa-var-calendar-plus-o: "\f271";
|
||||||
|
@fa-var-calendar-times-o: "\f273";
|
||||||
|
@fa-var-camera: "\f030";
|
||||||
|
@fa-var-camera-retro: "\f083";
|
||||||
|
@fa-var-car: "\f1b9";
|
||||||
|
@fa-var-caret-down: "\f0d7";
|
||||||
|
@fa-var-caret-left: "\f0d9";
|
||||||
|
@fa-var-caret-right: "\f0da";
|
||||||
|
@fa-var-caret-square-o-down: "\f150";
|
||||||
|
@fa-var-caret-square-o-left: "\f191";
|
||||||
|
@fa-var-caret-square-o-right: "\f152";
|
||||||
|
@fa-var-caret-square-o-up: "\f151";
|
||||||
|
@fa-var-caret-up: "\f0d8";
|
||||||
|
@fa-var-cart-arrow-down: "\f218";
|
||||||
|
@fa-var-cart-plus: "\f217";
|
||||||
|
@fa-var-cc: "\f20a";
|
||||||
|
@fa-var-cc-amex: "\f1f3";
|
||||||
|
@fa-var-cc-diners-club: "\f24c";
|
||||||
|
@fa-var-cc-discover: "\f1f2";
|
||||||
|
@fa-var-cc-jcb: "\f24b";
|
||||||
|
@fa-var-cc-mastercard: "\f1f1";
|
||||||
|
@fa-var-cc-paypal: "\f1f4";
|
||||||
|
@fa-var-cc-stripe: "\f1f5";
|
||||||
|
@fa-var-cc-visa: "\f1f0";
|
||||||
|
@fa-var-certificate: "\f0a3";
|
||||||
|
@fa-var-chain: "\f0c1";
|
||||||
|
@fa-var-chain-broken: "\f127";
|
||||||
|
@fa-var-check: "\f00c";
|
||||||
|
@fa-var-check-circle: "\f058";
|
||||||
|
@fa-var-check-circle-o: "\f05d";
|
||||||
|
@fa-var-check-square: "\f14a";
|
||||||
|
@fa-var-check-square-o: "\f046";
|
||||||
|
@fa-var-chevron-circle-down: "\f13a";
|
||||||
|
@fa-var-chevron-circle-left: "\f137";
|
||||||
|
@fa-var-chevron-circle-right: "\f138";
|
||||||
|
@fa-var-chevron-circle-up: "\f139";
|
||||||
|
@fa-var-chevron-down: "\f078";
|
||||||
|
@fa-var-chevron-left: "\f053";
|
||||||
|
@fa-var-chevron-right: "\f054";
|
||||||
|
@fa-var-chevron-up: "\f077";
|
||||||
|
@fa-var-child: "\f1ae";
|
||||||
|
@fa-var-chrome: "\f268";
|
||||||
|
@fa-var-circle: "\f111";
|
||||||
|
@fa-var-circle-o: "\f10c";
|
||||||
|
@fa-var-circle-o-notch: "\f1ce";
|
||||||
|
@fa-var-circle-thin: "\f1db";
|
||||||
|
@fa-var-clipboard: "\f0ea";
|
||||||
|
@fa-var-clock-o: "\f017";
|
||||||
|
@fa-var-clone: "\f24d";
|
||||||
|
@fa-var-close: "\f00d";
|
||||||
|
@fa-var-cloud: "\f0c2";
|
||||||
|
@fa-var-cloud-download: "\f0ed";
|
||||||
|
@fa-var-cloud-upload: "\f0ee";
|
||||||
|
@fa-var-cny: "\f157";
|
||||||
|
@fa-var-code: "\f121";
|
||||||
|
@fa-var-code-fork: "\f126";
|
||||||
|
@fa-var-codepen: "\f1cb";
|
||||||
|
@fa-var-codiepie: "\f284";
|
||||||
|
@fa-var-coffee: "\f0f4";
|
||||||
|
@fa-var-cog: "\f013";
|
||||||
|
@fa-var-cogs: "\f085";
|
||||||
|
@fa-var-columns: "\f0db";
|
||||||
|
@fa-var-comment: "\f075";
|
||||||
|
@fa-var-comment-o: "\f0e5";
|
||||||
|
@fa-var-commenting: "\f27a";
|
||||||
|
@fa-var-commenting-o: "\f27b";
|
||||||
|
@fa-var-comments: "\f086";
|
||||||
|
@fa-var-comments-o: "\f0e6";
|
||||||
|
@fa-var-compass: "\f14e";
|
||||||
|
@fa-var-compress: "\f066";
|
||||||
|
@fa-var-connectdevelop: "\f20e";
|
||||||
|
@fa-var-contao: "\f26d";
|
||||||
|
@fa-var-copy: "\f0c5";
|
||||||
|
@fa-var-copyright: "\f1f9";
|
||||||
|
@fa-var-creative-commons: "\f25e";
|
||||||
|
@fa-var-credit-card: "\f09d";
|
||||||
|
@fa-var-credit-card-alt: "\f283";
|
||||||
|
@fa-var-crop: "\f125";
|
||||||
|
@fa-var-crosshairs: "\f05b";
|
||||||
|
@fa-var-css3: "\f13c";
|
||||||
|
@fa-var-cube: "\f1b2";
|
||||||
|
@fa-var-cubes: "\f1b3";
|
||||||
|
@fa-var-cut: "\f0c4";
|
||||||
|
@fa-var-cutlery: "\f0f5";
|
||||||
|
@fa-var-dashboard: "\f0e4";
|
||||||
|
@fa-var-dashcube: "\f210";
|
||||||
|
@fa-var-database: "\f1c0";
|
||||||
|
@fa-var-deaf: "\f2a4";
|
||||||
|
@fa-var-deafness: "\f2a4";
|
||||||
|
@fa-var-dedent: "\f03b";
|
||||||
|
@fa-var-delicious: "\f1a5";
|
||||||
|
@fa-var-desktop: "\f108";
|
||||||
|
@fa-var-deviantart: "\f1bd";
|
||||||
|
@fa-var-diamond: "\f219";
|
||||||
|
@fa-var-digg: "\f1a6";
|
||||||
|
@fa-var-dollar: "\f155";
|
||||||
|
@fa-var-dot-circle-o: "\f192";
|
||||||
|
@fa-var-download: "\f019";
|
||||||
|
@fa-var-dribbble: "\f17d";
|
||||||
|
@fa-var-drivers-license: "\f2c2";
|
||||||
|
@fa-var-drivers-license-o: "\f2c3";
|
||||||
|
@fa-var-dropbox: "\f16b";
|
||||||
|
@fa-var-drupal: "\f1a9";
|
||||||
|
@fa-var-edge: "\f282";
|
||||||
|
@fa-var-edit: "\f044";
|
||||||
|
@fa-var-eercast: "\f2da";
|
||||||
|
@fa-var-eject: "\f052";
|
||||||
|
@fa-var-ellipsis-h: "\f141";
|
||||||
|
@fa-var-ellipsis-v: "\f142";
|
||||||
|
@fa-var-empire: "\f1d1";
|
||||||
|
@fa-var-envelope: "\f0e0";
|
||||||
|
@fa-var-envelope-o: "\f003";
|
||||||
|
@fa-var-envelope-open: "\f2b6";
|
||||||
|
@fa-var-envelope-open-o: "\f2b7";
|
||||||
|
@fa-var-envelope-square: "\f199";
|
||||||
|
@fa-var-envira: "\f299";
|
||||||
|
@fa-var-eraser: "\f12d";
|
||||||
|
@fa-var-etsy: "\f2d7";
|
||||||
|
@fa-var-eur: "\f153";
|
||||||
|
@fa-var-euro: "\f153";
|
||||||
|
@fa-var-exchange: "\f0ec";
|
||||||
|
@fa-var-exclamation: "\f12a";
|
||||||
|
@fa-var-exclamation-circle: "\f06a";
|
||||||
|
@fa-var-exclamation-triangle: "\f071";
|
||||||
|
@fa-var-expand: "\f065";
|
||||||
|
@fa-var-expeditedssl: "\f23e";
|
||||||
|
@fa-var-external-link: "\f08e";
|
||||||
|
@fa-var-external-link-square: "\f14c";
|
||||||
|
@fa-var-eye: "\f06e";
|
||||||
|
@fa-var-eye-slash: "\f070";
|
||||||
|
@fa-var-eyedropper: "\f1fb";
|
||||||
|
@fa-var-fa: "\f2b4";
|
||||||
|
@fa-var-facebook: "\f09a";
|
||||||
|
@fa-var-facebook-f: "\f09a";
|
||||||
|
@fa-var-facebook-official: "\f230";
|
||||||
|
@fa-var-facebook-square: "\f082";
|
||||||
|
@fa-var-fast-backward: "\f049";
|
||||||
|
@fa-var-fast-forward: "\f050";
|
||||||
|
@fa-var-fax: "\f1ac";
|
||||||
|
@fa-var-feed: "\f09e";
|
||||||
|
@fa-var-female: "\f182";
|
||||||
|
@fa-var-fighter-jet: "\f0fb";
|
||||||
|
@fa-var-file: "\f15b";
|
||||||
|
@fa-var-file-archive-o: "\f1c6";
|
||||||
|
@fa-var-file-audio-o: "\f1c7";
|
||||||
|
@fa-var-file-code-o: "\f1c9";
|
||||||
|
@fa-var-file-excel-o: "\f1c3";
|
||||||
|
@fa-var-file-image-o: "\f1c5";
|
||||||
|
@fa-var-file-movie-o: "\f1c8";
|
||||||
|
@fa-var-file-o: "\f016";
|
||||||
|
@fa-var-file-pdf-o: "\f1c1";
|
||||||
|
@fa-var-file-photo-o: "\f1c5";
|
||||||
|
@fa-var-file-picture-o: "\f1c5";
|
||||||
|
@fa-var-file-powerpoint-o: "\f1c4";
|
||||||
|
@fa-var-file-sound-o: "\f1c7";
|
||||||
|
@fa-var-file-text: "\f15c";
|
||||||
|
@fa-var-file-text-o: "\f0f6";
|
||||||
|
@fa-var-file-video-o: "\f1c8";
|
||||||
|
@fa-var-file-word-o: "\f1c2";
|
||||||
|
@fa-var-file-zip-o: "\f1c6";
|
||||||
|
@fa-var-files-o: "\f0c5";
|
||||||
|
@fa-var-film: "\f008";
|
||||||
|
@fa-var-filter: "\f0b0";
|
||||||
|
@fa-var-fire: "\f06d";
|
||||||
|
@fa-var-fire-extinguisher: "\f134";
|
||||||
|
@fa-var-firefox: "\f269";
|
||||||
|
@fa-var-first-order: "\f2b0";
|
||||||
|
@fa-var-flag: "\f024";
|
||||||
|
@fa-var-flag-checkered: "\f11e";
|
||||||
|
@fa-var-flag-o: "\f11d";
|
||||||
|
@fa-var-flash: "\f0e7";
|
||||||
|
@fa-var-flask: "\f0c3";
|
||||||
|
@fa-var-flickr: "\f16e";
|
||||||
|
@fa-var-floppy-o: "\f0c7";
|
||||||
|
@fa-var-folder: "\f07b";
|
||||||
|
@fa-var-folder-o: "\f114";
|
||||||
|
@fa-var-folder-open: "\f07c";
|
||||||
|
@fa-var-folder-open-o: "\f115";
|
||||||
|
@fa-var-font: "\f031";
|
||||||
|
@fa-var-font-awesome: "\f2b4";
|
||||||
|
@fa-var-fonticons: "\f280";
|
||||||
|
@fa-var-fort-awesome: "\f286";
|
||||||
|
@fa-var-forumbee: "\f211";
|
||||||
|
@fa-var-forward: "\f04e";
|
||||||
|
@fa-var-foursquare: "\f180";
|
||||||
|
@fa-var-free-code-camp: "\f2c5";
|
||||||
|
@fa-var-frown-o: "\f119";
|
||||||
|
@fa-var-futbol-o: "\f1e3";
|
||||||
|
@fa-var-gamepad: "\f11b";
|
||||||
|
@fa-var-gavel: "\f0e3";
|
||||||
|
@fa-var-gbp: "\f154";
|
||||||
|
@fa-var-ge: "\f1d1";
|
||||||
|
@fa-var-gear: "\f013";
|
||||||
|
@fa-var-gears: "\f085";
|
||||||
|
@fa-var-genderless: "\f22d";
|
||||||
|
@fa-var-get-pocket: "\f265";
|
||||||
|
@fa-var-gg: "\f260";
|
||||||
|
@fa-var-gg-circle: "\f261";
|
||||||
|
@fa-var-gift: "\f06b";
|
||||||
|
@fa-var-git: "\f1d3";
|
||||||
|
@fa-var-git-square: "\f1d2";
|
||||||
|
@fa-var-github: "\f09b";
|
||||||
|
@fa-var-github-alt: "\f113";
|
||||||
|
@fa-var-github-square: "\f092";
|
||||||
|
@fa-var-gitlab: "\f296";
|
||||||
|
@fa-var-gittip: "\f184";
|
||||||
|
@fa-var-glass: "\f000";
|
||||||
|
@fa-var-glide: "\f2a5";
|
||||||
|
@fa-var-glide-g: "\f2a6";
|
||||||
|
@fa-var-globe: "\f0ac";
|
||||||
|
@fa-var-google: "\f1a0";
|
||||||
|
@fa-var-google-plus: "\f0d5";
|
||||||
|
@fa-var-google-plus-circle: "\f2b3";
|
||||||
|
@fa-var-google-plus-official: "\f2b3";
|
||||||
|
@fa-var-google-plus-square: "\f0d4";
|
||||||
|
@fa-var-google-wallet: "\f1ee";
|
||||||
|
@fa-var-graduation-cap: "\f19d";
|
||||||
|
@fa-var-gratipay: "\f184";
|
||||||
|
@fa-var-grav: "\f2d6";
|
||||||
|
@fa-var-group: "\f0c0";
|
||||||
|
@fa-var-h-square: "\f0fd";
|
||||||
|
@fa-var-hacker-news: "\f1d4";
|
||||||
|
@fa-var-hand-grab-o: "\f255";
|
||||||
|
@fa-var-hand-lizard-o: "\f258";
|
||||||
|
@fa-var-hand-o-down: "\f0a7";
|
||||||
|
@fa-var-hand-o-left: "\f0a5";
|
||||||
|
@fa-var-hand-o-right: "\f0a4";
|
||||||
|
@fa-var-hand-o-up: "\f0a6";
|
||||||
|
@fa-var-hand-paper-o: "\f256";
|
||||||
|
@fa-var-hand-peace-o: "\f25b";
|
||||||
|
@fa-var-hand-pointer-o: "\f25a";
|
||||||
|
@fa-var-hand-rock-o: "\f255";
|
||||||
|
@fa-var-hand-scissors-o: "\f257";
|
||||||
|
@fa-var-hand-spock-o: "\f259";
|
||||||
|
@fa-var-hand-stop-o: "\f256";
|
||||||
|
@fa-var-handshake-o: "\f2b5";
|
||||||
|
@fa-var-hard-of-hearing: "\f2a4";
|
||||||
|
@fa-var-hashtag: "\f292";
|
||||||
|
@fa-var-hdd-o: "\f0a0";
|
||||||
|
@fa-var-header: "\f1dc";
|
||||||
|
@fa-var-headphones: "\f025";
|
||||||
|
@fa-var-heart: "\f004";
|
||||||
|
@fa-var-heart-o: "\f08a";
|
||||||
|
@fa-var-heartbeat: "\f21e";
|
||||||
|
@fa-var-history: "\f1da";
|
||||||
|
@fa-var-home: "\f015";
|
||||||
|
@fa-var-hospital-o: "\f0f8";
|
||||||
|
@fa-var-hotel: "\f236";
|
||||||
|
@fa-var-hourglass: "\f254";
|
||||||
|
@fa-var-hourglass-1: "\f251";
|
||||||
|
@fa-var-hourglass-2: "\f252";
|
||||||
|
@fa-var-hourglass-3: "\f253";
|
||||||
|
@fa-var-hourglass-end: "\f253";
|
||||||
|
@fa-var-hourglass-half: "\f252";
|
||||||
|
@fa-var-hourglass-o: "\f250";
|
||||||
|
@fa-var-hourglass-start: "\f251";
|
||||||
|
@fa-var-houzz: "\f27c";
|
||||||
|
@fa-var-html5: "\f13b";
|
||||||
|
@fa-var-i-cursor: "\f246";
|
||||||
|
@fa-var-id-badge: "\f2c1";
|
||||||
|
@fa-var-id-card: "\f2c2";
|
||||||
|
@fa-var-id-card-o: "\f2c3";
|
||||||
|
@fa-var-ils: "\f20b";
|
||||||
|
@fa-var-image: "\f03e";
|
||||||
|
@fa-var-imdb: "\f2d8";
|
||||||
|
@fa-var-inbox: "\f01c";
|
||||||
|
@fa-var-indent: "\f03c";
|
||||||
|
@fa-var-industry: "\f275";
|
||||||
|
@fa-var-info: "\f129";
|
||||||
|
@fa-var-info-circle: "\f05a";
|
||||||
|
@fa-var-inr: "\f156";
|
||||||
|
@fa-var-instagram: "\f16d";
|
||||||
|
@fa-var-institution: "\f19c";
|
||||||
|
@fa-var-internet-explorer: "\f26b";
|
||||||
|
@fa-var-intersex: "\f224";
|
||||||
|
@fa-var-ioxhost: "\f208";
|
||||||
|
@fa-var-italic: "\f033";
|
||||||
|
@fa-var-joomla: "\f1aa";
|
||||||
|
@fa-var-jpy: "\f157";
|
||||||
|
@fa-var-jsfiddle: "\f1cc";
|
||||||
|
@fa-var-key: "\f084";
|
||||||
|
@fa-var-keyboard-o: "\f11c";
|
||||||
|
@fa-var-krw: "\f159";
|
||||||
|
@fa-var-language: "\f1ab";
|
||||||
|
@fa-var-laptop: "\f109";
|
||||||
|
@fa-var-lastfm: "\f202";
|
||||||
|
@fa-var-lastfm-square: "\f203";
|
||||||
|
@fa-var-leaf: "\f06c";
|
||||||
|
@fa-var-leanpub: "\f212";
|
||||||
|
@fa-var-legal: "\f0e3";
|
||||||
|
@fa-var-lemon-o: "\f094";
|
||||||
|
@fa-var-level-down: "\f149";
|
||||||
|
@fa-var-level-up: "\f148";
|
||||||
|
@fa-var-life-bouy: "\f1cd";
|
||||||
|
@fa-var-life-buoy: "\f1cd";
|
||||||
|
@fa-var-life-ring: "\f1cd";
|
||||||
|
@fa-var-life-saver: "\f1cd";
|
||||||
|
@fa-var-lightbulb-o: "\f0eb";
|
||||||
|
@fa-var-line-chart: "\f201";
|
||||||
|
@fa-var-link: "\f0c1";
|
||||||
|
@fa-var-linkedin: "\f0e1";
|
||||||
|
@fa-var-linkedin-square: "\f08c";
|
||||||
|
@fa-var-linode: "\f2b8";
|
||||||
|
@fa-var-linux: "\f17c";
|
||||||
|
@fa-var-list: "\f03a";
|
||||||
|
@fa-var-list-alt: "\f022";
|
||||||
|
@fa-var-list-ol: "\f0cb";
|
||||||
|
@fa-var-list-ul: "\f0ca";
|
||||||
|
@fa-var-location-arrow: "\f124";
|
||||||
|
@fa-var-lock: "\f023";
|
||||||
|
@fa-var-long-arrow-down: "\f175";
|
||||||
|
@fa-var-long-arrow-left: "\f177";
|
||||||
|
@fa-var-long-arrow-right: "\f178";
|
||||||
|
@fa-var-long-arrow-up: "\f176";
|
||||||
|
@fa-var-low-vision: "\f2a8";
|
||||||
|
@fa-var-magic: "\f0d0";
|
||||||
|
@fa-var-magnet: "\f076";
|
||||||
|
@fa-var-mail-forward: "\f064";
|
||||||
|
@fa-var-mail-reply: "\f112";
|
||||||
|
@fa-var-mail-reply-all: "\f122";
|
||||||
|
@fa-var-male: "\f183";
|
||||||
|
@fa-var-map: "\f279";
|
||||||
|
@fa-var-map-marker: "\f041";
|
||||||
|
@fa-var-map-o: "\f278";
|
||||||
|
@fa-var-map-pin: "\f276";
|
||||||
|
@fa-var-map-signs: "\f277";
|
||||||
|
@fa-var-mars: "\f222";
|
||||||
|
@fa-var-mars-double: "\f227";
|
||||||
|
@fa-var-mars-stroke: "\f229";
|
||||||
|
@fa-var-mars-stroke-h: "\f22b";
|
||||||
|
@fa-var-mars-stroke-v: "\f22a";
|
||||||
|
@fa-var-maxcdn: "\f136";
|
||||||
|
@fa-var-meanpath: "\f20c";
|
||||||
|
@fa-var-medium: "\f23a";
|
||||||
|
@fa-var-medkit: "\f0fa";
|
||||||
|
@fa-var-meetup: "\f2e0";
|
||||||
|
@fa-var-meh-o: "\f11a";
|
||||||
|
@fa-var-mercury: "\f223";
|
||||||
|
@fa-var-microchip: "\f2db";
|
||||||
|
@fa-var-microphone: "\f130";
|
||||||
|
@fa-var-microphone-slash: "\f131";
|
||||||
|
@fa-var-minus: "\f068";
|
||||||
|
@fa-var-minus-circle: "\f056";
|
||||||
|
@fa-var-minus-square: "\f146";
|
||||||
|
@fa-var-minus-square-o: "\f147";
|
||||||
|
@fa-var-mixcloud: "\f289";
|
||||||
|
@fa-var-mobile: "\f10b";
|
||||||
|
@fa-var-mobile-phone: "\f10b";
|
||||||
|
@fa-var-modx: "\f285";
|
||||||
|
@fa-var-money: "\f0d6";
|
||||||
|
@fa-var-moon-o: "\f186";
|
||||||
|
@fa-var-mortar-board: "\f19d";
|
||||||
|
@fa-var-motorcycle: "\f21c";
|
||||||
|
@fa-var-mouse-pointer: "\f245";
|
||||||
|
@fa-var-music: "\f001";
|
||||||
|
@fa-var-navicon: "\f0c9";
|
||||||
|
@fa-var-neuter: "\f22c";
|
||||||
|
@fa-var-newspaper-o: "\f1ea";
|
||||||
|
@fa-var-object-group: "\f247";
|
||||||
|
@fa-var-object-ungroup: "\f248";
|
||||||
|
@fa-var-odnoklassniki: "\f263";
|
||||||
|
@fa-var-odnoklassniki-square: "\f264";
|
||||||
|
@fa-var-opencart: "\f23d";
|
||||||
|
@fa-var-openid: "\f19b";
|
||||||
|
@fa-var-opera: "\f26a";
|
||||||
|
@fa-var-optin-monster: "\f23c";
|
||||||
|
@fa-var-outdent: "\f03b";
|
||||||
|
@fa-var-pagelines: "\f18c";
|
||||||
|
@fa-var-paint-brush: "\f1fc";
|
||||||
|
@fa-var-paper-plane: "\f1d8";
|
||||||
|
@fa-var-paper-plane-o: "\f1d9";
|
||||||
|
@fa-var-paperclip: "\f0c6";
|
||||||
|
@fa-var-paragraph: "\f1dd";
|
||||||
|
@fa-var-paste: "\f0ea";
|
||||||
|
@fa-var-pause: "\f04c";
|
||||||
|
@fa-var-pause-circle: "\f28b";
|
||||||
|
@fa-var-pause-circle-o: "\f28c";
|
||||||
|
@fa-var-paw: "\f1b0";
|
||||||
|
@fa-var-paypal: "\f1ed";
|
||||||
|
@fa-var-pencil: "\f040";
|
||||||
|
@fa-var-pencil-square: "\f14b";
|
||||||
|
@fa-var-pencil-square-o: "\f044";
|
||||||
|
@fa-var-percent: "\f295";
|
||||||
|
@fa-var-phone: "\f095";
|
||||||
|
@fa-var-phone-square: "\f098";
|
||||||
|
@fa-var-photo: "\f03e";
|
||||||
|
@fa-var-picture-o: "\f03e";
|
||||||
|
@fa-var-pie-chart: "\f200";
|
||||||
|
@fa-var-pied-piper: "\f2ae";
|
||||||
|
@fa-var-pied-piper-alt: "\f1a8";
|
||||||
|
@fa-var-pied-piper-pp: "\f1a7";
|
||||||
|
@fa-var-pinterest: "\f0d2";
|
||||||
|
@fa-var-pinterest-p: "\f231";
|
||||||
|
@fa-var-pinterest-square: "\f0d3";
|
||||||
|
@fa-var-plane: "\f072";
|
||||||
|
@fa-var-play: "\f04b";
|
||||||
|
@fa-var-play-circle: "\f144";
|
||||||
|
@fa-var-play-circle-o: "\f01d";
|
||||||
|
@fa-var-plug: "\f1e6";
|
||||||
|
@fa-var-plus: "\f067";
|
||||||
|
@fa-var-plus-circle: "\f055";
|
||||||
|
@fa-var-plus-square: "\f0fe";
|
||||||
|
@fa-var-plus-square-o: "\f196";
|
||||||
|
@fa-var-podcast: "\f2ce";
|
||||||
|
@fa-var-power-off: "\f011";
|
||||||
|
@fa-var-print: "\f02f";
|
||||||
|
@fa-var-product-hunt: "\f288";
|
||||||
|
@fa-var-puzzle-piece: "\f12e";
|
||||||
|
@fa-var-qq: "\f1d6";
|
||||||
|
@fa-var-qrcode: "\f029";
|
||||||
|
@fa-var-question: "\f128";
|
||||||
|
@fa-var-question-circle: "\f059";
|
||||||
|
@fa-var-question-circle-o: "\f29c";
|
||||||
|
@fa-var-quora: "\f2c4";
|
||||||
|
@fa-var-quote-left: "\f10d";
|
||||||
|
@fa-var-quote-right: "\f10e";
|
||||||
|
@fa-var-ra: "\f1d0";
|
||||||
|
@fa-var-random: "\f074";
|
||||||
|
@fa-var-ravelry: "\f2d9";
|
||||||
|
@fa-var-rebel: "\f1d0";
|
||||||
|
@fa-var-recycle: "\f1b8";
|
||||||
|
@fa-var-reddit: "\f1a1";
|
||||||
|
@fa-var-reddit-alien: "\f281";
|
||||||
|
@fa-var-reddit-square: "\f1a2";
|
||||||
|
@fa-var-refresh: "\f021";
|
||||||
|
@fa-var-registered: "\f25d";
|
||||||
|
@fa-var-remove: "\f00d";
|
||||||
|
@fa-var-renren: "\f18b";
|
||||||
|
@fa-var-reorder: "\f0c9";
|
||||||
|
@fa-var-repeat: "\f01e";
|
||||||
|
@fa-var-reply: "\f112";
|
||||||
|
@fa-var-reply-all: "\f122";
|
||||||
|
@fa-var-resistance: "\f1d0";
|
||||||
|
@fa-var-retweet: "\f079";
|
||||||
|
@fa-var-rmb: "\f157";
|
||||||
|
@fa-var-road: "\f018";
|
||||||
|
@fa-var-rocket: "\f135";
|
||||||
|
@fa-var-rotate-left: "\f0e2";
|
||||||
|
@fa-var-rotate-right: "\f01e";
|
||||||
|
@fa-var-rouble: "\f158";
|
||||||
|
@fa-var-rss: "\f09e";
|
||||||
|
@fa-var-rss-square: "\f143";
|
||||||
|
@fa-var-rub: "\f158";
|
||||||
|
@fa-var-ruble: "\f158";
|
||||||
|
@fa-var-rupee: "\f156";
|
||||||
|
@fa-var-s15: "\f2cd";
|
||||||
|
@fa-var-safari: "\f267";
|
||||||
|
@fa-var-save: "\f0c7";
|
||||||
|
@fa-var-scissors: "\f0c4";
|
||||||
|
@fa-var-scribd: "\f28a";
|
||||||
|
@fa-var-search: "\f002";
|
||||||
|
@fa-var-search-minus: "\f010";
|
||||||
|
@fa-var-search-plus: "\f00e";
|
||||||
|
@fa-var-sellsy: "\f213";
|
||||||
|
@fa-var-send: "\f1d8";
|
||||||
|
@fa-var-send-o: "\f1d9";
|
||||||
|
@fa-var-server: "\f233";
|
||||||
|
@fa-var-share: "\f064";
|
||||||
|
@fa-var-share-alt: "\f1e0";
|
||||||
|
@fa-var-share-alt-square: "\f1e1";
|
||||||
|
@fa-var-share-square: "\f14d";
|
||||||
|
@fa-var-share-square-o: "\f045";
|
||||||
|
@fa-var-shekel: "\f20b";
|
||||||
|
@fa-var-sheqel: "\f20b";
|
||||||
|
@fa-var-shield: "\f132";
|
||||||
|
@fa-var-ship: "\f21a";
|
||||||
|
@fa-var-shirtsinbulk: "\f214";
|
||||||
|
@fa-var-shopping-bag: "\f290";
|
||||||
|
@fa-var-shopping-basket: "\f291";
|
||||||
|
@fa-var-shopping-cart: "\f07a";
|
||||||
|
@fa-var-shower: "\f2cc";
|
||||||
|
@fa-var-sign-in: "\f090";
|
||||||
|
@fa-var-sign-language: "\f2a7";
|
||||||
|
@fa-var-sign-out: "\f08b";
|
||||||
|
@fa-var-signal: "\f012";
|
||||||
|
@fa-var-signing: "\f2a7";
|
||||||
|
@fa-var-simplybuilt: "\f215";
|
||||||
|
@fa-var-sitemap: "\f0e8";
|
||||||
|
@fa-var-skyatlas: "\f216";
|
||||||
|
@fa-var-skype: "\f17e";
|
||||||
|
@fa-var-slack: "\f198";
|
||||||
|
@fa-var-sliders: "\f1de";
|
||||||
|
@fa-var-slideshare: "\f1e7";
|
||||||
|
@fa-var-smile-o: "\f118";
|
||||||
|
@fa-var-snapchat: "\f2ab";
|
||||||
|
@fa-var-snapchat-ghost: "\f2ac";
|
||||||
|
@fa-var-snapchat-square: "\f2ad";
|
||||||
|
@fa-var-snowflake-o: "\f2dc";
|
||||||
|
@fa-var-soccer-ball-o: "\f1e3";
|
||||||
|
@fa-var-sort: "\f0dc";
|
||||||
|
@fa-var-sort-alpha-asc: "\f15d";
|
||||||
|
@fa-var-sort-alpha-desc: "\f15e";
|
||||||
|
@fa-var-sort-amount-asc: "\f160";
|
||||||
|
@fa-var-sort-amount-desc: "\f161";
|
||||||
|
@fa-var-sort-asc: "\f0de";
|
||||||
|
@fa-var-sort-desc: "\f0dd";
|
||||||
|
@fa-var-sort-down: "\f0dd";
|
||||||
|
@fa-var-sort-numeric-asc: "\f162";
|
||||||
|
@fa-var-sort-numeric-desc: "\f163";
|
||||||
|
@fa-var-sort-up: "\f0de";
|
||||||
|
@fa-var-soundcloud: "\f1be";
|
||||||
|
@fa-var-space-shuttle: "\f197";
|
||||||
|
@fa-var-spinner: "\f110";
|
||||||
|
@fa-var-spoon: "\f1b1";
|
||||||
|
@fa-var-spotify: "\f1bc";
|
||||||
|
@fa-var-square: "\f0c8";
|
||||||
|
@fa-var-square-o: "\f096";
|
||||||
|
@fa-var-stack-exchange: "\f18d";
|
||||||
|
@fa-var-stack-overflow: "\f16c";
|
||||||
|
@fa-var-star: "\f005";
|
||||||
|
@fa-var-star-half: "\f089";
|
||||||
|
@fa-var-star-half-empty: "\f123";
|
||||||
|
@fa-var-star-half-full: "\f123";
|
||||||
|
@fa-var-star-half-o: "\f123";
|
||||||
|
@fa-var-star-o: "\f006";
|
||||||
|
@fa-var-steam: "\f1b6";
|
||||||
|
@fa-var-steam-square: "\f1b7";
|
||||||
|
@fa-var-step-backward: "\f048";
|
||||||
|
@fa-var-step-forward: "\f051";
|
||||||
|
@fa-var-stethoscope: "\f0f1";
|
||||||
|
@fa-var-sticky-note: "\f249";
|
||||||
|
@fa-var-sticky-note-o: "\f24a";
|
||||||
|
@fa-var-stop: "\f04d";
|
||||||
|
@fa-var-stop-circle: "\f28d";
|
||||||
|
@fa-var-stop-circle-o: "\f28e";
|
||||||
|
@fa-var-street-view: "\f21d";
|
||||||
|
@fa-var-strikethrough: "\f0cc";
|
||||||
|
@fa-var-stumbleupon: "\f1a4";
|
||||||
|
@fa-var-stumbleupon-circle: "\f1a3";
|
||||||
|
@fa-var-subscript: "\f12c";
|
||||||
|
@fa-var-subway: "\f239";
|
||||||
|
@fa-var-suitcase: "\f0f2";
|
||||||
|
@fa-var-sun-o: "\f185";
|
||||||
|
@fa-var-superpowers: "\f2dd";
|
||||||
|
@fa-var-superscript: "\f12b";
|
||||||
|
@fa-var-support: "\f1cd";
|
||||||
|
@fa-var-table: "\f0ce";
|
||||||
|
@fa-var-tablet: "\f10a";
|
||||||
|
@fa-var-tachometer: "\f0e4";
|
||||||
|
@fa-var-tag: "\f02b";
|
||||||
|
@fa-var-tags: "\f02c";
|
||||||
|
@fa-var-tasks: "\f0ae";
|
||||||
|
@fa-var-taxi: "\f1ba";
|
||||||
|
@fa-var-telegram: "\f2c6";
|
||||||
|
@fa-var-television: "\f26c";
|
||||||
|
@fa-var-tencent-weibo: "\f1d5";
|
||||||
|
@fa-var-terminal: "\f120";
|
||||||
|
@fa-var-text-height: "\f034";
|
||||||
|
@fa-var-text-width: "\f035";
|
||||||
|
@fa-var-th: "\f00a";
|
||||||
|
@fa-var-th-large: "\f009";
|
||||||
|
@fa-var-th-list: "\f00b";
|
||||||
|
@fa-var-themeisle: "\f2b2";
|
||||||
|
@fa-var-thermometer: "\f2c7";
|
||||||
|
@fa-var-thermometer-0: "\f2cb";
|
||||||
|
@fa-var-thermometer-1: "\f2ca";
|
||||||
|
@fa-var-thermometer-2: "\f2c9";
|
||||||
|
@fa-var-thermometer-3: "\f2c8";
|
||||||
|
@fa-var-thermometer-4: "\f2c7";
|
||||||
|
@fa-var-thermometer-empty: "\f2cb";
|
||||||
|
@fa-var-thermometer-full: "\f2c7";
|
||||||
|
@fa-var-thermometer-half: "\f2c9";
|
||||||
|
@fa-var-thermometer-quarter: "\f2ca";
|
||||||
|
@fa-var-thermometer-three-quarters: "\f2c8";
|
||||||
|
@fa-var-thumb-tack: "\f08d";
|
||||||
|
@fa-var-thumbs-down: "\f165";
|
||||||
|
@fa-var-thumbs-o-down: "\f088";
|
||||||
|
@fa-var-thumbs-o-up: "\f087";
|
||||||
|
@fa-var-thumbs-up: "\f164";
|
||||||
|
@fa-var-ticket: "\f145";
|
||||||
|
@fa-var-times: "\f00d";
|
||||||
|
@fa-var-times-circle: "\f057";
|
||||||
|
@fa-var-times-circle-o: "\f05c";
|
||||||
|
@fa-var-times-rectangle: "\f2d3";
|
||||||
|
@fa-var-times-rectangle-o: "\f2d4";
|
||||||
|
@fa-var-tint: "\f043";
|
||||||
|
@fa-var-toggle-down: "\f150";
|
||||||
|
@fa-var-toggle-left: "\f191";
|
||||||
|
@fa-var-toggle-off: "\f204";
|
||||||
|
@fa-var-toggle-on: "\f205";
|
||||||
|
@fa-var-toggle-right: "\f152";
|
||||||
|
@fa-var-toggle-up: "\f151";
|
||||||
|
@fa-var-trademark: "\f25c";
|
||||||
|
@fa-var-train: "\f238";
|
||||||
|
@fa-var-transgender: "\f224";
|
||||||
|
@fa-var-transgender-alt: "\f225";
|
||||||
|
@fa-var-trash: "\f1f8";
|
||||||
|
@fa-var-trash-o: "\f014";
|
||||||
|
@fa-var-tree: "\f1bb";
|
||||||
|
@fa-var-trello: "\f181";
|
||||||
|
@fa-var-tripadvisor: "\f262";
|
||||||
|
@fa-var-trophy: "\f091";
|
||||||
|
@fa-var-truck: "\f0d1";
|
||||||
|
@fa-var-try: "\f195";
|
||||||
|
@fa-var-tty: "\f1e4";
|
||||||
|
@fa-var-tumblr: "\f173";
|
||||||
|
@fa-var-tumblr-square: "\f174";
|
||||||
|
@fa-var-turkish-lira: "\f195";
|
||||||
|
@fa-var-tv: "\f26c";
|
||||||
|
@fa-var-twitch: "\f1e8";
|
||||||
|
@fa-var-twitter: "\f099";
|
||||||
|
@fa-var-twitter-square: "\f081";
|
||||||
|
@fa-var-umbrella: "\f0e9";
|
||||||
|
@fa-var-underline: "\f0cd";
|
||||||
|
@fa-var-undo: "\f0e2";
|
||||||
|
@fa-var-universal-access: "\f29a";
|
||||||
|
@fa-var-university: "\f19c";
|
||||||
|
@fa-var-unlink: "\f127";
|
||||||
|
@fa-var-unlock: "\f09c";
|
||||||
|
@fa-var-unlock-alt: "\f13e";
|
||||||
|
@fa-var-unsorted: "\f0dc";
|
||||||
|
@fa-var-upload: "\f093";
|
||||||
|
@fa-var-usb: "\f287";
|
||||||
|
@fa-var-usd: "\f155";
|
||||||
|
@fa-var-user: "\f007";
|
||||||
|
@fa-var-user-circle: "\f2bd";
|
||||||
|
@fa-var-user-circle-o: "\f2be";
|
||||||
|
@fa-var-user-md: "\f0f0";
|
||||||
|
@fa-var-user-o: "\f2c0";
|
||||||
|
@fa-var-user-plus: "\f234";
|
||||||
|
@fa-var-user-secret: "\f21b";
|
||||||
|
@fa-var-user-times: "\f235";
|
||||||
|
@fa-var-users: "\f0c0";
|
||||||
|
@fa-var-vcard: "\f2bb";
|
||||||
|
@fa-var-vcard-o: "\f2bc";
|
||||||
|
@fa-var-venus: "\f221";
|
||||||
|
@fa-var-venus-double: "\f226";
|
||||||
|
@fa-var-venus-mars: "\f228";
|
||||||
|
@fa-var-viacoin: "\f237";
|
||||||
|
@fa-var-viadeo: "\f2a9";
|
||||||
|
@fa-var-viadeo-square: "\f2aa";
|
||||||
|
@fa-var-video-camera: "\f03d";
|
||||||
|
@fa-var-vimeo: "\f27d";
|
||||||
|
@fa-var-vimeo-square: "\f194";
|
||||||
|
@fa-var-vine: "\f1ca";
|
||||||
|
@fa-var-vk: "\f189";
|
||||||
|
@fa-var-volume-control-phone: "\f2a0";
|
||||||
|
@fa-var-volume-down: "\f027";
|
||||||
|
@fa-var-volume-off: "\f026";
|
||||||
|
@fa-var-volume-up: "\f028";
|
||||||
|
@fa-var-warning: "\f071";
|
||||||
|
@fa-var-wechat: "\f1d7";
|
||||||
|
@fa-var-weibo: "\f18a";
|
||||||
|
@fa-var-weixin: "\f1d7";
|
||||||
|
@fa-var-whatsapp: "\f232";
|
||||||
|
@fa-var-wheelchair: "\f193";
|
||||||
|
@fa-var-wheelchair-alt: "\f29b";
|
||||||
|
@fa-var-wifi: "\f1eb";
|
||||||
|
@fa-var-wikipedia-w: "\f266";
|
||||||
|
@fa-var-window-close: "\f2d3";
|
||||||
|
@fa-var-window-close-o: "\f2d4";
|
||||||
|
@fa-var-window-maximize: "\f2d0";
|
||||||
|
@fa-var-window-minimize: "\f2d1";
|
||||||
|
@fa-var-window-restore: "\f2d2";
|
||||||
|
@fa-var-windows: "\f17a";
|
||||||
|
@fa-var-won: "\f159";
|
||||||
|
@fa-var-wordpress: "\f19a";
|
||||||
|
@fa-var-wpbeginner: "\f297";
|
||||||
|
@fa-var-wpexplorer: "\f2de";
|
||||||
|
@fa-var-wpforms: "\f298";
|
||||||
|
@fa-var-wrench: "\f0ad";
|
||||||
|
@fa-var-xing: "\f168";
|
||||||
|
@fa-var-xing-square: "\f169";
|
||||||
|
@fa-var-y-combinator: "\f23b";
|
||||||
|
@fa-var-y-combinator-square: "\f1d4";
|
||||||
|
@fa-var-yahoo: "\f19e";
|
||||||
|
@fa-var-yc: "\f23b";
|
||||||
|
@fa-var-yc-square: "\f1d4";
|
||||||
|
@fa-var-yelp: "\f1e9";
|
||||||
|
@fa-var-yen: "\f157";
|
||||||
|
@fa-var-yoast: "\f2b1";
|
||||||
|
@fa-var-youtube: "\f167";
|
||||||
|
@fa-var-youtube-play: "\f16a";
|
||||||
|
@fa-var-youtube-square: "\f166";
|
||||||
|
|
||||||
34
assets/fonts/font-awesome/scss/_animated.scss
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
// Spinning Icons
|
||||||
|
// --------------------------
|
||||||
|
|
||||||
|
.#{$fa-css-prefix}-spin {
|
||||||
|
-webkit-animation: fa-spin 2s infinite linear;
|
||||||
|
animation: fa-spin 2s infinite linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
.#{$fa-css-prefix}-pulse {
|
||||||
|
-webkit-animation: fa-spin 1s infinite steps(8);
|
||||||
|
animation: fa-spin 1s infinite steps(8);
|
||||||
|
}
|
||||||
|
|
||||||
|
@-webkit-keyframes fa-spin {
|
||||||
|
0% {
|
||||||
|
-webkit-transform: rotate(0deg);
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
-webkit-transform: rotate(359deg);
|
||||||
|
transform: rotate(359deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes fa-spin {
|
||||||
|
0% {
|
||||||
|
-webkit-transform: rotate(0deg);
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
-webkit-transform: rotate(359deg);
|
||||||
|
transform: rotate(359deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
25
assets/fonts/font-awesome/scss/_bordered-pulled.scss
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
// Bordered & Pulled
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.#{$fa-css-prefix}-border {
|
||||||
|
padding: .2em .25em .15em;
|
||||||
|
border: solid .08em $fa-border-color;
|
||||||
|
border-radius: .1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.#{$fa-css-prefix}-pull-left { float: left; }
|
||||||
|
.#{$fa-css-prefix}-pull-right { float: right; }
|
||||||
|
|
||||||
|
.#{$fa-css-prefix} {
|
||||||
|
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
|
||||||
|
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Deprecated as of 4.4.0 */
|
||||||
|
.pull-right { float: right; }
|
||||||
|
.pull-left { float: left; }
|
||||||
|
|
||||||
|
.#{$fa-css-prefix} {
|
||||||
|
&.pull-left { margin-right: .3em; }
|
||||||
|
&.pull-right { margin-left: .3em; }
|
||||||
|
}
|
||||||
12
assets/fonts/font-awesome/scss/_core.scss
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
// Base Class Definition
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.#{$fa-css-prefix} {
|
||||||
|
display: inline-block;
|
||||||
|
font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // 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;
|
||||||
|
|
||||||
|
}
|
||||||
6
assets/fonts/font-awesome/scss/_fixed-width.scss
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
// Fixed Width Icons
|
||||||
|
// -------------------------
|
||||||
|
.#{$fa-css-prefix}-fw {
|
||||||
|
width: (18em / 14);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
789
assets/fonts/font-awesome/scss/_icons.scss
vendored
Normal file
|
|
@ -0,0 +1,789 @@
|
||||||
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||||
|
readers do not read off random characters that represent icons */
|
||||||
|
|
||||||
|
.#{$fa-css-prefix}-glass:before { content: $fa-var-glass; }
|
||||||
|
.#{$fa-css-prefix}-music:before { content: $fa-var-music; }
|
||||||
|
.#{$fa-css-prefix}-search:before { content: $fa-var-search; }
|
||||||
|
.#{$fa-css-prefix}-envelope-o:before { content: $fa-var-envelope-o; }
|
||||||
|
.#{$fa-css-prefix}-heart:before { content: $fa-var-heart; }
|
||||||
|
.#{$fa-css-prefix}-star:before { content: $fa-var-star; }
|
||||||
|
.#{$fa-css-prefix}-star-o:before { content: $fa-var-star-o; }
|
||||||
|
.#{$fa-css-prefix}-user:before { content: $fa-var-user; }
|
||||||
|
.#{$fa-css-prefix}-film:before { content: $fa-var-film; }
|
||||||
|
.#{$fa-css-prefix}-th-large:before { content: $fa-var-th-large; }
|
||||||
|
.#{$fa-css-prefix}-th:before { content: $fa-var-th; }
|
||||||
|
.#{$fa-css-prefix}-th-list:before { content: $fa-var-th-list; }
|
||||||
|
.#{$fa-css-prefix}-check:before { content: $fa-var-check; }
|
||||||
|
.#{$fa-css-prefix}-remove:before,
|
||||||
|
.#{$fa-css-prefix}-close:before,
|
||||||
|
.#{$fa-css-prefix}-times:before { content: $fa-var-times; }
|
||||||
|
.#{$fa-css-prefix}-search-plus:before { content: $fa-var-search-plus; }
|
||||||
|
.#{$fa-css-prefix}-search-minus:before { content: $fa-var-search-minus; }
|
||||||
|
.#{$fa-css-prefix}-power-off:before { content: $fa-var-power-off; }
|
||||||
|
.#{$fa-css-prefix}-signal:before { content: $fa-var-signal; }
|
||||||
|
.#{$fa-css-prefix}-gear:before,
|
||||||
|
.#{$fa-css-prefix}-cog:before { content: $fa-var-cog; }
|
||||||
|
.#{$fa-css-prefix}-trash-o:before { content: $fa-var-trash-o; }
|
||||||
|
.#{$fa-css-prefix}-home:before { content: $fa-var-home; }
|
||||||
|
.#{$fa-css-prefix}-file-o:before { content: $fa-var-file-o; }
|
||||||
|
.#{$fa-css-prefix}-clock-o:before { content: $fa-var-clock-o; }
|
||||||
|
.#{$fa-css-prefix}-road:before { content: $fa-var-road; }
|
||||||
|
.#{$fa-css-prefix}-download:before { content: $fa-var-download; }
|
||||||
|
.#{$fa-css-prefix}-arrow-circle-o-down:before { content: $fa-var-arrow-circle-o-down; }
|
||||||
|
.#{$fa-css-prefix}-arrow-circle-o-up:before { content: $fa-var-arrow-circle-o-up; }
|
||||||
|
.#{$fa-css-prefix}-inbox:before { content: $fa-var-inbox; }
|
||||||
|
.#{$fa-css-prefix}-play-circle-o:before { content: $fa-var-play-circle-o; }
|
||||||
|
.#{$fa-css-prefix}-rotate-right:before,
|
||||||
|
.#{$fa-css-prefix}-repeat:before { content: $fa-var-repeat; }
|
||||||
|
.#{$fa-css-prefix}-refresh:before { content: $fa-var-refresh; }
|
||||||
|
.#{$fa-css-prefix}-list-alt:before { content: $fa-var-list-alt; }
|
||||||
|
.#{$fa-css-prefix}-lock:before { content: $fa-var-lock; }
|
||||||
|
.#{$fa-css-prefix}-flag:before { content: $fa-var-flag; }
|
||||||
|
.#{$fa-css-prefix}-headphones:before { content: $fa-var-headphones; }
|
||||||
|
.#{$fa-css-prefix}-volume-off:before { content: $fa-var-volume-off; }
|
||||||
|
.#{$fa-css-prefix}-volume-down:before { content: $fa-var-volume-down; }
|
||||||
|
.#{$fa-css-prefix}-volume-up:before { content: $fa-var-volume-up; }
|
||||||
|
.#{$fa-css-prefix}-qrcode:before { content: $fa-var-qrcode; }
|
||||||
|
.#{$fa-css-prefix}-barcode:before { content: $fa-var-barcode; }
|
||||||
|
.#{$fa-css-prefix}-tag:before { content: $fa-var-tag; }
|
||||||
|
.#{$fa-css-prefix}-tags:before { content: $fa-var-tags; }
|
||||||
|
.#{$fa-css-prefix}-book:before { content: $fa-var-book; }
|
||||||
|
.#{$fa-css-prefix}-bookmark:before { content: $fa-var-bookmark; }
|
||||||
|
.#{$fa-css-prefix}-print:before { content: $fa-var-print; }
|
||||||
|
.#{$fa-css-prefix}-camera:before { content: $fa-var-camera; }
|
||||||
|
.#{$fa-css-prefix}-font:before { content: $fa-var-font; }
|
||||||
|
.#{$fa-css-prefix}-bold:before { content: $fa-var-bold; }
|
||||||
|
.#{$fa-css-prefix}-italic:before { content: $fa-var-italic; }
|
||||||
|
.#{$fa-css-prefix}-text-height:before { content: $fa-var-text-height; }
|
||||||
|
.#{$fa-css-prefix}-text-width:before { content: $fa-var-text-width; }
|
||||||
|
.#{$fa-css-prefix}-align-left:before { content: $fa-var-align-left; }
|
||||||
|
.#{$fa-css-prefix}-align-center:before { content: $fa-var-align-center; }
|
||||||
|
.#{$fa-css-prefix}-align-right:before { content: $fa-var-align-right; }
|
||||||
|
.#{$fa-css-prefix}-align-justify:before { content: $fa-var-align-justify; }
|
||||||
|
.#{$fa-css-prefix}-list:before { content: $fa-var-list; }
|
||||||
|
.#{$fa-css-prefix}-dedent:before,
|
||||||
|
.#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; }
|
||||||
|
.#{$fa-css-prefix}-indent:before { content: $fa-var-indent; }
|
||||||
|
.#{$fa-css-prefix}-video-camera:before { content: $fa-var-video-camera; }
|
||||||
|
.#{$fa-css-prefix}-photo:before,
|
||||||
|
.#{$fa-css-prefix}-image:before,
|
||||||
|
.#{$fa-css-prefix}-picture-o:before { content: $fa-var-picture-o; }
|
||||||
|
.#{$fa-css-prefix}-pencil:before { content: $fa-var-pencil; }
|
||||||
|
.#{$fa-css-prefix}-map-marker:before { content: $fa-var-map-marker; }
|
||||||
|
.#{$fa-css-prefix}-adjust:before { content: $fa-var-adjust; }
|
||||||
|
.#{$fa-css-prefix}-tint:before { content: $fa-var-tint; }
|
||||||
|
.#{$fa-css-prefix}-edit:before,
|
||||||
|
.#{$fa-css-prefix}-pencil-square-o:before { content: $fa-var-pencil-square-o; }
|
||||||
|
.#{$fa-css-prefix}-share-square-o:before { content: $fa-var-share-square-o; }
|
||||||
|
.#{$fa-css-prefix}-check-square-o:before { content: $fa-var-check-square-o; }
|
||||||
|
.#{$fa-css-prefix}-arrows:before { content: $fa-var-arrows; }
|
||||||
|
.#{$fa-css-prefix}-step-backward:before { content: $fa-var-step-backward; }
|
||||||
|
.#{$fa-css-prefix}-fast-backward:before { content: $fa-var-fast-backward; }
|
||||||
|
.#{$fa-css-prefix}-backward:before { content: $fa-var-backward; }
|
||||||
|
.#{$fa-css-prefix}-play:before { content: $fa-var-play; }
|
||||||
|
.#{$fa-css-prefix}-pause:before { content: $fa-var-pause; }
|
||||||
|
.#{$fa-css-prefix}-stop:before { content: $fa-var-stop; }
|
||||||
|
.#{$fa-css-prefix}-forward:before { content: $fa-var-forward; }
|
||||||
|
.#{$fa-css-prefix}-fast-forward:before { content: $fa-var-fast-forward; }
|
||||||
|
.#{$fa-css-prefix}-step-forward:before { content: $fa-var-step-forward; }
|
||||||
|
.#{$fa-css-prefix}-eject:before { content: $fa-var-eject; }
|
||||||
|
.#{$fa-css-prefix}-chevron-left:before { content: $fa-var-chevron-left; }
|
||||||
|
.#{$fa-css-prefix}-chevron-right:before { content: $fa-var-chevron-right; }
|
||||||
|
.#{$fa-css-prefix}-plus-circle:before { content: $fa-var-plus-circle; }
|
||||||
|
.#{$fa-css-prefix}-minus-circle:before { content: $fa-var-minus-circle; }
|
||||||
|
.#{$fa-css-prefix}-times-circle:before { content: $fa-var-times-circle; }
|
||||||
|
.#{$fa-css-prefix}-check-circle:before { content: $fa-var-check-circle; }
|
||||||
|
.#{$fa-css-prefix}-question-circle:before { content: $fa-var-question-circle; }
|
||||||
|
.#{$fa-css-prefix}-info-circle:before { content: $fa-var-info-circle; }
|
||||||
|
.#{$fa-css-prefix}-crosshairs:before { content: $fa-var-crosshairs; }
|
||||||
|
.#{$fa-css-prefix}-times-circle-o:before { content: $fa-var-times-circle-o; }
|
||||||
|
.#{$fa-css-prefix}-check-circle-o:before { content: $fa-var-check-circle-o; }
|
||||||
|
.#{$fa-css-prefix}-ban:before { content: $fa-var-ban; }
|
||||||
|
.#{$fa-css-prefix}-arrow-left:before { content: $fa-var-arrow-left; }
|
||||||
|
.#{$fa-css-prefix}-arrow-right:before { content: $fa-var-arrow-right; }
|
||||||
|
.#{$fa-css-prefix}-arrow-up:before { content: $fa-var-arrow-up; }
|
||||||
|
.#{$fa-css-prefix}-arrow-down:before { content: $fa-var-arrow-down; }
|
||||||
|
.#{$fa-css-prefix}-mail-forward:before,
|
||||||
|
.#{$fa-css-prefix}-share:before { content: $fa-var-share; }
|
||||||
|
.#{$fa-css-prefix}-expand:before { content: $fa-var-expand; }
|
||||||
|
.#{$fa-css-prefix}-compress:before { content: $fa-var-compress; }
|
||||||
|
.#{$fa-css-prefix}-plus:before { content: $fa-var-plus; }
|
||||||
|
.#{$fa-css-prefix}-minus:before { content: $fa-var-minus; }
|
||||||
|
.#{$fa-css-prefix}-asterisk:before { content: $fa-var-asterisk; }
|
||||||
|
.#{$fa-css-prefix}-exclamation-circle:before { content: $fa-var-exclamation-circle; }
|
||||||
|
.#{$fa-css-prefix}-gift:before { content: $fa-var-gift; }
|
||||||
|
.#{$fa-css-prefix}-leaf:before { content: $fa-var-leaf; }
|
||||||
|
.#{$fa-css-prefix}-fire:before { content: $fa-var-fire; }
|
||||||
|
.#{$fa-css-prefix}-eye:before { content: $fa-var-eye; }
|
||||||
|
.#{$fa-css-prefix}-eye-slash:before { content: $fa-var-eye-slash; }
|
||||||
|
.#{$fa-css-prefix}-warning:before,
|
||||||
|
.#{$fa-css-prefix}-exclamation-triangle:before { content: $fa-var-exclamation-triangle; }
|
||||||
|
.#{$fa-css-prefix}-plane:before { content: $fa-var-plane; }
|
||||||
|
.#{$fa-css-prefix}-calendar:before { content: $fa-var-calendar; }
|
||||||
|
.#{$fa-css-prefix}-random:before { content: $fa-var-random; }
|
||||||
|
.#{$fa-css-prefix}-comment:before { content: $fa-var-comment; }
|
||||||
|
.#{$fa-css-prefix}-magnet:before { content: $fa-var-magnet; }
|
||||||
|
.#{$fa-css-prefix}-chevron-up:before { content: $fa-var-chevron-up; }
|
||||||
|
.#{$fa-css-prefix}-chevron-down:before { content: $fa-var-chevron-down; }
|
||||||
|
.#{$fa-css-prefix}-retweet:before { content: $fa-var-retweet; }
|
||||||
|
.#{$fa-css-prefix}-shopping-cart:before { content: $fa-var-shopping-cart; }
|
||||||
|
.#{$fa-css-prefix}-folder:before { content: $fa-var-folder; }
|
||||||
|
.#{$fa-css-prefix}-folder-open:before { content: $fa-var-folder-open; }
|
||||||
|
.#{$fa-css-prefix}-arrows-v:before { content: $fa-var-arrows-v; }
|
||||||
|
.#{$fa-css-prefix}-arrows-h:before { content: $fa-var-arrows-h; }
|
||||||
|
.#{$fa-css-prefix}-bar-chart-o:before,
|
||||||
|
.#{$fa-css-prefix}-bar-chart:before { content: $fa-var-bar-chart; }
|
||||||
|
.#{$fa-css-prefix}-twitter-square:before { content: $fa-var-twitter-square; }
|
||||||
|
.#{$fa-css-prefix}-facebook-square:before { content: $fa-var-facebook-square; }
|
||||||
|
.#{$fa-css-prefix}-camera-retro:before { content: $fa-var-camera-retro; }
|
||||||
|
.#{$fa-css-prefix}-key:before { content: $fa-var-key; }
|
||||||
|
.#{$fa-css-prefix}-gears:before,
|
||||||
|
.#{$fa-css-prefix}-cogs:before { content: $fa-var-cogs; }
|
||||||
|
.#{$fa-css-prefix}-comments:before { content: $fa-var-comments; }
|
||||||
|
.#{$fa-css-prefix}-thumbs-o-up:before { content: $fa-var-thumbs-o-up; }
|
||||||
|
.#{$fa-css-prefix}-thumbs-o-down:before { content: $fa-var-thumbs-o-down; }
|
||||||
|
.#{$fa-css-prefix}-star-half:before { content: $fa-var-star-half; }
|
||||||
|
.#{$fa-css-prefix}-heart-o:before { content: $fa-var-heart-o; }
|
||||||
|
.#{$fa-css-prefix}-sign-out:before { content: $fa-var-sign-out; }
|
||||||
|
.#{$fa-css-prefix}-linkedin-square:before { content: $fa-var-linkedin-square; }
|
||||||
|
.#{$fa-css-prefix}-thumb-tack:before { content: $fa-var-thumb-tack; }
|
||||||
|
.#{$fa-css-prefix}-external-link:before { content: $fa-var-external-link; }
|
||||||
|
.#{$fa-css-prefix}-sign-in:before { content: $fa-var-sign-in; }
|
||||||
|
.#{$fa-css-prefix}-trophy:before { content: $fa-var-trophy; }
|
||||||
|
.#{$fa-css-prefix}-github-square:before { content: $fa-var-github-square; }
|
||||||
|
.#{$fa-css-prefix}-upload:before { content: $fa-var-upload; }
|
||||||
|
.#{$fa-css-prefix}-lemon-o:before { content: $fa-var-lemon-o; }
|
||||||
|
.#{$fa-css-prefix}-phone:before { content: $fa-var-phone; }
|
||||||
|
.#{$fa-css-prefix}-square-o:before { content: $fa-var-square-o; }
|
||||||
|
.#{$fa-css-prefix}-bookmark-o:before { content: $fa-var-bookmark-o; }
|
||||||
|
.#{$fa-css-prefix}-phone-square:before { content: $fa-var-phone-square; }
|
||||||
|
.#{$fa-css-prefix}-twitter:before { content: $fa-var-twitter; }
|
||||||
|
.#{$fa-css-prefix}-facebook-f:before,
|
||||||
|
.#{$fa-css-prefix}-facebook:before { content: $fa-var-facebook; }
|
||||||
|
.#{$fa-css-prefix}-github:before { content: $fa-var-github; }
|
||||||
|
.#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; }
|
||||||
|
.#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; }
|
||||||
|
.#{$fa-css-prefix}-feed:before,
|
||||||
|
.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; }
|
||||||
|
.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; }
|
||||||
|
.#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; }
|
||||||
|
.#{$fa-css-prefix}-bell:before { content: $fa-var-bell; }
|
||||||
|
.#{$fa-css-prefix}-certificate:before { content: $fa-var-certificate; }
|
||||||
|
.#{$fa-css-prefix}-hand-o-right:before { content: $fa-var-hand-o-right; }
|
||||||
|
.#{$fa-css-prefix}-hand-o-left:before { content: $fa-var-hand-o-left; }
|
||||||
|
.#{$fa-css-prefix}-hand-o-up:before { content: $fa-var-hand-o-up; }
|
||||||
|
.#{$fa-css-prefix}-hand-o-down:before { content: $fa-var-hand-o-down; }
|
||||||
|
.#{$fa-css-prefix}-arrow-circle-left:before { content: $fa-var-arrow-circle-left; }
|
||||||
|
.#{$fa-css-prefix}-arrow-circle-right:before { content: $fa-var-arrow-circle-right; }
|
||||||
|
.#{$fa-css-prefix}-arrow-circle-up:before { content: $fa-var-arrow-circle-up; }
|
||||||
|
.#{$fa-css-prefix}-arrow-circle-down:before { content: $fa-var-arrow-circle-down; }
|
||||||
|
.#{$fa-css-prefix}-globe:before { content: $fa-var-globe; }
|
||||||
|
.#{$fa-css-prefix}-wrench:before { content: $fa-var-wrench; }
|
||||||
|
.#{$fa-css-prefix}-tasks:before { content: $fa-var-tasks; }
|
||||||
|
.#{$fa-css-prefix}-filter:before { content: $fa-var-filter; }
|
||||||
|
.#{$fa-css-prefix}-briefcase:before { content: $fa-var-briefcase; }
|
||||||
|
.#{$fa-css-prefix}-arrows-alt:before { content: $fa-var-arrows-alt; }
|
||||||
|
.#{$fa-css-prefix}-group:before,
|
||||||
|
.#{$fa-css-prefix}-users:before { content: $fa-var-users; }
|
||||||
|
.#{$fa-css-prefix}-chain:before,
|
||||||
|
.#{$fa-css-prefix}-link:before { content: $fa-var-link; }
|
||||||
|
.#{$fa-css-prefix}-cloud:before { content: $fa-var-cloud; }
|
||||||
|
.#{$fa-css-prefix}-flask:before { content: $fa-var-flask; }
|
||||||
|
.#{$fa-css-prefix}-cut:before,
|
||||||
|
.#{$fa-css-prefix}-scissors:before { content: $fa-var-scissors; }
|
||||||
|
.#{$fa-css-prefix}-copy:before,
|
||||||
|
.#{$fa-css-prefix}-files-o:before { content: $fa-var-files-o; }
|
||||||
|
.#{$fa-css-prefix}-paperclip:before { content: $fa-var-paperclip; }
|
||||||
|
.#{$fa-css-prefix}-save:before,
|
||||||
|
.#{$fa-css-prefix}-floppy-o:before { content: $fa-var-floppy-o; }
|
||||||
|
.#{$fa-css-prefix}-square:before { content: $fa-var-square; }
|
||||||
|
.#{$fa-css-prefix}-navicon:before,
|
||||||
|
.#{$fa-css-prefix}-reorder:before,
|
||||||
|
.#{$fa-css-prefix}-bars:before { content: $fa-var-bars; }
|
||||||
|
.#{$fa-css-prefix}-list-ul:before { content: $fa-var-list-ul; }
|
||||||
|
.#{$fa-css-prefix}-list-ol:before { content: $fa-var-list-ol; }
|
||||||
|
.#{$fa-css-prefix}-strikethrough:before { content: $fa-var-strikethrough; }
|
||||||
|
.#{$fa-css-prefix}-underline:before { content: $fa-var-underline; }
|
||||||
|
.#{$fa-css-prefix}-table:before { content: $fa-var-table; }
|
||||||
|
.#{$fa-css-prefix}-magic:before { content: $fa-var-magic; }
|
||||||
|
.#{$fa-css-prefix}-truck:before { content: $fa-var-truck; }
|
||||||
|
.#{$fa-css-prefix}-pinterest:before { content: $fa-var-pinterest; }
|
||||||
|
.#{$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:before { content: $fa-var-google-plus; }
|
||||||
|
.#{$fa-css-prefix}-money:before { content: $fa-var-money; }
|
||||||
|
.#{$fa-css-prefix}-caret-down:before { content: $fa-var-caret-down; }
|
||||||
|
.#{$fa-css-prefix}-caret-up:before { content: $fa-var-caret-up; }
|
||||||
|
.#{$fa-css-prefix}-caret-left:before { content: $fa-var-caret-left; }
|
||||||
|
.#{$fa-css-prefix}-caret-right:before { content: $fa-var-caret-right; }
|
||||||
|
.#{$fa-css-prefix}-columns:before { content: $fa-var-columns; }
|
||||||
|
.#{$fa-css-prefix}-unsorted:before,
|
||||||
|
.#{$fa-css-prefix}-sort:before { content: $fa-var-sort; }
|
||||||
|
.#{$fa-css-prefix}-sort-down:before,
|
||||||
|
.#{$fa-css-prefix}-sort-desc:before { content: $fa-var-sort-desc; }
|
||||||
|
.#{$fa-css-prefix}-sort-up:before,
|
||||||
|
.#{$fa-css-prefix}-sort-asc:before { content: $fa-var-sort-asc; }
|
||||||
|
.#{$fa-css-prefix}-envelope:before { content: $fa-var-envelope; }
|
||||||
|
.#{$fa-css-prefix}-linkedin:before { content: $fa-var-linkedin; }
|
||||||
|
.#{$fa-css-prefix}-rotate-left:before,
|
||||||
|
.#{$fa-css-prefix}-undo:before { content: $fa-var-undo; }
|
||||||
|
.#{$fa-css-prefix}-legal:before,
|
||||||
|
.#{$fa-css-prefix}-gavel:before { content: $fa-var-gavel; }
|
||||||
|
.#{$fa-css-prefix}-dashboard:before,
|
||||||
|
.#{$fa-css-prefix}-tachometer:before { content: $fa-var-tachometer; }
|
||||||
|
.#{$fa-css-prefix}-comment-o:before { content: $fa-var-comment-o; }
|
||||||
|
.#{$fa-css-prefix}-comments-o:before { content: $fa-var-comments-o; }
|
||||||
|
.#{$fa-css-prefix}-flash:before,
|
||||||
|
.#{$fa-css-prefix}-bolt:before { content: $fa-var-bolt; }
|
||||||
|
.#{$fa-css-prefix}-sitemap:before { content: $fa-var-sitemap; }
|
||||||
|
.#{$fa-css-prefix}-umbrella:before { content: $fa-var-umbrella; }
|
||||||
|
.#{$fa-css-prefix}-paste:before,
|
||||||
|
.#{$fa-css-prefix}-clipboard:before { content: $fa-var-clipboard; }
|
||||||
|
.#{$fa-css-prefix}-lightbulb-o:before { content: $fa-var-lightbulb-o; }
|
||||||
|
.#{$fa-css-prefix}-exchange:before { content: $fa-var-exchange; }
|
||||||
|
.#{$fa-css-prefix}-cloud-download:before { content: $fa-var-cloud-download; }
|
||||||
|
.#{$fa-css-prefix}-cloud-upload:before { content: $fa-var-cloud-upload; }
|
||||||
|
.#{$fa-css-prefix}-user-md:before { content: $fa-var-user-md; }
|
||||||
|
.#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; }
|
||||||
|
.#{$fa-css-prefix}-suitcase:before { content: $fa-var-suitcase; }
|
||||||
|
.#{$fa-css-prefix}-bell-o:before { content: $fa-var-bell-o; }
|
||||||
|
.#{$fa-css-prefix}-coffee:before { content: $fa-var-coffee; }
|
||||||
|
.#{$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}-building-o:before { content: $fa-var-building-o; }
|
||||||
|
.#{$fa-css-prefix}-hospital-o:before { content: $fa-var-hospital-o; }
|
||||||
|
.#{$fa-css-prefix}-ambulance:before { content: $fa-var-ambulance; }
|
||||||
|
.#{$fa-css-prefix}-medkit:before { content: $fa-var-medkit; }
|
||||||
|
.#{$fa-css-prefix}-fighter-jet:before { content: $fa-var-fighter-jet; }
|
||||||
|
.#{$fa-css-prefix}-beer:before { content: $fa-var-beer; }
|
||||||
|
.#{$fa-css-prefix}-h-square:before { content: $fa-var-h-square; }
|
||||||
|
.#{$fa-css-prefix}-plus-square:before { content: $fa-var-plus-square; }
|
||||||
|
.#{$fa-css-prefix}-angle-double-left:before { content: $fa-var-angle-double-left; }
|
||||||
|
.#{$fa-css-prefix}-angle-double-right:before { content: $fa-var-angle-double-right; }
|
||||||
|
.#{$fa-css-prefix}-angle-double-up:before { content: $fa-var-angle-double-up; }
|
||||||
|
.#{$fa-css-prefix}-angle-double-down:before { content: $fa-var-angle-double-down; }
|
||||||
|
.#{$fa-css-prefix}-angle-left:before { content: $fa-var-angle-left; }
|
||||||
|
.#{$fa-css-prefix}-angle-right:before { content: $fa-var-angle-right; }
|
||||||
|
.#{$fa-css-prefix}-angle-up:before { content: $fa-var-angle-up; }
|
||||||
|
.#{$fa-css-prefix}-angle-down:before { content: $fa-var-angle-down; }
|
||||||
|
.#{$fa-css-prefix}-desktop:before { content: $fa-var-desktop; }
|
||||||
|
.#{$fa-css-prefix}-laptop:before { content: $fa-var-laptop; }
|
||||||
|
.#{$fa-css-prefix}-tablet:before { content: $fa-var-tablet; }
|
||||||
|
.#{$fa-css-prefix}-mobile-phone:before,
|
||||||
|
.#{$fa-css-prefix}-mobile:before { content: $fa-var-mobile; }
|
||||||
|
.#{$fa-css-prefix}-circle-o:before { content: $fa-var-circle-o; }
|
||||||
|
.#{$fa-css-prefix}-quote-left:before { content: $fa-var-quote-left; }
|
||||||
|
.#{$fa-css-prefix}-quote-right:before { content: $fa-var-quote-right; }
|
||||||
|
.#{$fa-css-prefix}-spinner:before { content: $fa-var-spinner; }
|
||||||
|
.#{$fa-css-prefix}-circle:before { content: $fa-var-circle; }
|
||||||
|
.#{$fa-css-prefix}-mail-reply:before,
|
||||||
|
.#{$fa-css-prefix}-reply:before { content: $fa-var-reply; }
|
||||||
|
.#{$fa-css-prefix}-github-alt:before { content: $fa-var-github-alt; }
|
||||||
|
.#{$fa-css-prefix}-folder-o:before { content: $fa-var-folder-o; }
|
||||||
|
.#{$fa-css-prefix}-folder-open-o:before { content: $fa-var-folder-open-o; }
|
||||||
|
.#{$fa-css-prefix}-smile-o:before { content: $fa-var-smile-o; }
|
||||||
|
.#{$fa-css-prefix}-frown-o:before { content: $fa-var-frown-o; }
|
||||||
|
.#{$fa-css-prefix}-meh-o:before { content: $fa-var-meh-o; }
|
||||||
|
.#{$fa-css-prefix}-gamepad:before { content: $fa-var-gamepad; }
|
||||||
|
.#{$fa-css-prefix}-keyboard-o:before { content: $fa-var-keyboard-o; }
|
||||||
|
.#{$fa-css-prefix}-flag-o:before { content: $fa-var-flag-o; }
|
||||||
|
.#{$fa-css-prefix}-flag-checkered:before { content: $fa-var-flag-checkered; }
|
||||||
|
.#{$fa-css-prefix}-terminal:before { content: $fa-var-terminal; }
|
||||||
|
.#{$fa-css-prefix}-code:before { content: $fa-var-code; }
|
||||||
|
.#{$fa-css-prefix}-mail-reply-all:before,
|
||||||
|
.#{$fa-css-prefix}-reply-all:before { content: $fa-var-reply-all; }
|
||||||
|
.#{$fa-css-prefix}-star-half-empty:before,
|
||||||
|
.#{$fa-css-prefix}-star-half-full:before,
|
||||||
|
.#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; }
|
||||||
|
.#{$fa-css-prefix}-location-arrow:before { content: $fa-var-location-arrow; }
|
||||||
|
.#{$fa-css-prefix}-crop:before { content: $fa-var-crop; }
|
||||||
|
.#{$fa-css-prefix}-code-fork:before { content: $fa-var-code-fork; }
|
||||||
|
.#{$fa-css-prefix}-unlink:before,
|
||||||
|
.#{$fa-css-prefix}-chain-broken:before { content: $fa-var-chain-broken; }
|
||||||
|
.#{$fa-css-prefix}-question:before { content: $fa-var-question; }
|
||||||
|
.#{$fa-css-prefix}-info:before { content: $fa-var-info; }
|
||||||
|
.#{$fa-css-prefix}-exclamation:before { content: $fa-var-exclamation; }
|
||||||
|
.#{$fa-css-prefix}-superscript:before { content: $fa-var-superscript; }
|
||||||
|
.#{$fa-css-prefix}-subscript:before { content: $fa-var-subscript; }
|
||||||
|
.#{$fa-css-prefix}-eraser:before { content: $fa-var-eraser; }
|
||||||
|
.#{$fa-css-prefix}-puzzle-piece:before { content: $fa-var-puzzle-piece; }
|
||||||
|
.#{$fa-css-prefix}-microphone:before { content: $fa-var-microphone; }
|
||||||
|
.#{$fa-css-prefix}-microphone-slash:before { content: $fa-var-microphone-slash; }
|
||||||
|
.#{$fa-css-prefix}-shield:before { content: $fa-var-shield; }
|
||||||
|
.#{$fa-css-prefix}-calendar-o:before { content: $fa-var-calendar-o; }
|
||||||
|
.#{$fa-css-prefix}-fire-extinguisher:before { content: $fa-var-fire-extinguisher; }
|
||||||
|
.#{$fa-css-prefix}-rocket:before { content: $fa-var-rocket; }
|
||||||
|
.#{$fa-css-prefix}-maxcdn:before { content: $fa-var-maxcdn; }
|
||||||
|
.#{$fa-css-prefix}-chevron-circle-left:before { content: $fa-var-chevron-circle-left; }
|
||||||
|
.#{$fa-css-prefix}-chevron-circle-right:before { content: $fa-var-chevron-circle-right; }
|
||||||
|
.#{$fa-css-prefix}-chevron-circle-up:before { content: $fa-var-chevron-circle-up; }
|
||||||
|
.#{$fa-css-prefix}-chevron-circle-down:before { content: $fa-var-chevron-circle-down; }
|
||||||
|
.#{$fa-css-prefix}-html5:before { content: $fa-var-html5; }
|
||||||
|
.#{$fa-css-prefix}-css3:before { content: $fa-var-css3; }
|
||||||
|
.#{$fa-css-prefix}-anchor:before { content: $fa-var-anchor; }
|
||||||
|
.#{$fa-css-prefix}-unlock-alt:before { content: $fa-var-unlock-alt; }
|
||||||
|
.#{$fa-css-prefix}-bullseye:before { content: $fa-var-bullseye; }
|
||||||
|
.#{$fa-css-prefix}-ellipsis-h:before { content: $fa-var-ellipsis-h; }
|
||||||
|
.#{$fa-css-prefix}-ellipsis-v:before { content: $fa-var-ellipsis-v; }
|
||||||
|
.#{$fa-css-prefix}-rss-square:before { content: $fa-var-rss-square; }
|
||||||
|
.#{$fa-css-prefix}-play-circle:before { content: $fa-var-play-circle; }
|
||||||
|
.#{$fa-css-prefix}-ticket:before { content: $fa-var-ticket; }
|
||||||
|
.#{$fa-css-prefix}-minus-square:before { content: $fa-var-minus-square; }
|
||||||
|
.#{$fa-css-prefix}-minus-square-o:before { content: $fa-var-minus-square-o; }
|
||||||
|
.#{$fa-css-prefix}-level-up:before { content: $fa-var-level-up; }
|
||||||
|
.#{$fa-css-prefix}-level-down:before { content: $fa-var-level-down; }
|
||||||
|
.#{$fa-css-prefix}-check-square:before { content: $fa-var-check-square; }
|
||||||
|
.#{$fa-css-prefix}-pencil-square:before { content: $fa-var-pencil-square; }
|
||||||
|
.#{$fa-css-prefix}-external-link-square:before { content: $fa-var-external-link-square; }
|
||||||
|
.#{$fa-css-prefix}-share-square:before { content: $fa-var-share-square; }
|
||||||
|
.#{$fa-css-prefix}-compass:before { content: $fa-var-compass; }
|
||||||
|
.#{$fa-css-prefix}-toggle-down:before,
|
||||||
|
.#{$fa-css-prefix}-caret-square-o-down:before { content: $fa-var-caret-square-o-down; }
|
||||||
|
.#{$fa-css-prefix}-toggle-up:before,
|
||||||
|
.#{$fa-css-prefix}-caret-square-o-up:before { content: $fa-var-caret-square-o-up; }
|
||||||
|
.#{$fa-css-prefix}-toggle-right:before,
|
||||||
|
.#{$fa-css-prefix}-caret-square-o-right:before { content: $fa-var-caret-square-o-right; }
|
||||||
|
.#{$fa-css-prefix}-euro:before,
|
||||||
|
.#{$fa-css-prefix}-eur:before { content: $fa-var-eur; }
|
||||||
|
.#{$fa-css-prefix}-gbp:before { content: $fa-var-gbp; }
|
||||||
|
.#{$fa-css-prefix}-dollar:before,
|
||||||
|
.#{$fa-css-prefix}-usd:before { content: $fa-var-usd; }
|
||||||
|
.#{$fa-css-prefix}-rupee:before,
|
||||||
|
.#{$fa-css-prefix}-inr:before { content: $fa-var-inr; }
|
||||||
|
.#{$fa-css-prefix}-cny:before,
|
||||||
|
.#{$fa-css-prefix}-rmb:before,
|
||||||
|
.#{$fa-css-prefix}-yen:before,
|
||||||
|
.#{$fa-css-prefix}-jpy:before { content: $fa-var-jpy; }
|
||||||
|
.#{$fa-css-prefix}-ruble:before,
|
||||||
|
.#{$fa-css-prefix}-rouble:before,
|
||||||
|
.#{$fa-css-prefix}-rub:before { content: $fa-var-rub; }
|
||||||
|
.#{$fa-css-prefix}-won:before,
|
||||||
|
.#{$fa-css-prefix}-krw:before { content: $fa-var-krw; }
|
||||||
|
.#{$fa-css-prefix}-bitcoin:before,
|
||||||
|
.#{$fa-css-prefix}-btc:before { content: $fa-var-btc; }
|
||||||
|
.#{$fa-css-prefix}-file:before { content: $fa-var-file; }
|
||||||
|
.#{$fa-css-prefix}-file-text:before { content: $fa-var-file-text; }
|
||||||
|
.#{$fa-css-prefix}-sort-alpha-asc:before { content: $fa-var-sort-alpha-asc; }
|
||||||
|
.#{$fa-css-prefix}-sort-alpha-desc:before { content: $fa-var-sort-alpha-desc; }
|
||||||
|
.#{$fa-css-prefix}-sort-amount-asc:before { content: $fa-var-sort-amount-asc; }
|
||||||
|
.#{$fa-css-prefix}-sort-amount-desc:before { content: $fa-var-sort-amount-desc; }
|
||||||
|
.#{$fa-css-prefix}-sort-numeric-asc:before { content: $fa-var-sort-numeric-asc; }
|
||||||
|
.#{$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-down:before { content: $fa-var-thumbs-down; }
|
||||||
|
.#{$fa-css-prefix}-youtube-square:before { content: $fa-var-youtube-square; }
|
||||||
|
.#{$fa-css-prefix}-youtube:before { content: $fa-var-youtube; }
|
||||||
|
.#{$fa-css-prefix}-xing:before { content: $fa-var-xing; }
|
||||||
|
.#{$fa-css-prefix}-xing-square:before { content: $fa-var-xing-square; }
|
||||||
|
.#{$fa-css-prefix}-youtube-play:before { content: $fa-var-youtube-play; }
|
||||||
|
.#{$fa-css-prefix}-dropbox:before { content: $fa-var-dropbox; }
|
||||||
|
.#{$fa-css-prefix}-stack-overflow:before { content: $fa-var-stack-overflow; }
|
||||||
|
.#{$fa-css-prefix}-instagram:before { content: $fa-var-instagram; }
|
||||||
|
.#{$fa-css-prefix}-flickr:before { content: $fa-var-flickr; }
|
||||||
|
.#{$fa-css-prefix}-adn:before { content: $fa-var-adn; }
|
||||||
|
.#{$fa-css-prefix}-bitbucket:before { content: $fa-var-bitbucket; }
|
||||||
|
.#{$fa-css-prefix}-bitbucket-square:before { content: $fa-var-bitbucket-square; }
|
||||||
|
.#{$fa-css-prefix}-tumblr:before { content: $fa-var-tumblr; }
|
||||||
|
.#{$fa-css-prefix}-tumblr-square:before { content: $fa-var-tumblr-square; }
|
||||||
|
.#{$fa-css-prefix}-long-arrow-down:before { content: $fa-var-long-arrow-down; }
|
||||||
|
.#{$fa-css-prefix}-long-arrow-up:before { content: $fa-var-long-arrow-up; }
|
||||||
|
.#{$fa-css-prefix}-long-arrow-left:before { content: $fa-var-long-arrow-left; }
|
||||||
|
.#{$fa-css-prefix}-long-arrow-right:before { content: $fa-var-long-arrow-right; }
|
||||||
|
.#{$fa-css-prefix}-apple:before { content: $fa-var-apple; }
|
||||||
|
.#{$fa-css-prefix}-windows:before { content: $fa-var-windows; }
|
||||||
|
.#{$fa-css-prefix}-android:before { content: $fa-var-android; }
|
||||||
|
.#{$fa-css-prefix}-linux:before { content: $fa-var-linux; }
|
||||||
|
.#{$fa-css-prefix}-dribbble:before { content: $fa-var-dribbble; }
|
||||||
|
.#{$fa-css-prefix}-skype:before { content: $fa-var-skype; }
|
||||||
|
.#{$fa-css-prefix}-foursquare:before { content: $fa-var-foursquare; }
|
||||||
|
.#{$fa-css-prefix}-trello:before { content: $fa-var-trello; }
|
||||||
|
.#{$fa-css-prefix}-female:before { content: $fa-var-female; }
|
||||||
|
.#{$fa-css-prefix}-male:before { content: $fa-var-male; }
|
||||||
|
.#{$fa-css-prefix}-gittip:before,
|
||||||
|
.#{$fa-css-prefix}-gratipay:before { content: $fa-var-gratipay; }
|
||||||
|
.#{$fa-css-prefix}-sun-o:before { content: $fa-var-sun-o; }
|
||||||
|
.#{$fa-css-prefix}-moon-o:before { content: $fa-var-moon-o; }
|
||||||
|
.#{$fa-css-prefix}-archive:before { content: $fa-var-archive; }
|
||||||
|
.#{$fa-css-prefix}-bug:before { content: $fa-var-bug; }
|
||||||
|
.#{$fa-css-prefix}-vk:before { content: $fa-var-vk; }
|
||||||
|
.#{$fa-css-prefix}-weibo:before { content: $fa-var-weibo; }
|
||||||
|
.#{$fa-css-prefix}-renren:before { content: $fa-var-renren; }
|
||||||
|
.#{$fa-css-prefix}-pagelines:before { content: $fa-var-pagelines; }
|
||||||
|
.#{$fa-css-prefix}-stack-exchange:before { content: $fa-var-stack-exchange; }
|
||||||
|
.#{$fa-css-prefix}-arrow-circle-o-right:before { content: $fa-var-arrow-circle-o-right; }
|
||||||
|
.#{$fa-css-prefix}-arrow-circle-o-left:before { content: $fa-var-arrow-circle-o-left; }
|
||||||
|
.#{$fa-css-prefix}-toggle-left:before,
|
||||||
|
.#{$fa-css-prefix}-caret-square-o-left:before { content: $fa-var-caret-square-o-left; }
|
||||||
|
.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; }
|
||||||
|
.#{$fa-css-prefix}-wheelchair:before { content: $fa-var-wheelchair; }
|
||||||
|
.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; }
|
||||||
|
.#{$fa-css-prefix}-turkish-lira:before,
|
||||||
|
.#{$fa-css-prefix}-try:before { content: $fa-var-try; }
|
||||||
|
.#{$fa-css-prefix}-plus-square-o:before { content: $fa-var-plus-square-o; }
|
||||||
|
.#{$fa-css-prefix}-space-shuttle:before { content: $fa-var-space-shuttle; }
|
||||||
|
.#{$fa-css-prefix}-slack:before { content: $fa-var-slack; }
|
||||||
|
.#{$fa-css-prefix}-envelope-square:before { content: $fa-var-envelope-square; }
|
||||||
|
.#{$fa-css-prefix}-wordpress:before { content: $fa-var-wordpress; }
|
||||||
|
.#{$fa-css-prefix}-openid:before { content: $fa-var-openid; }
|
||||||
|
.#{$fa-css-prefix}-institution:before,
|
||||||
|
.#{$fa-css-prefix}-bank:before,
|
||||||
|
.#{$fa-css-prefix}-university:before { content: $fa-var-university; }
|
||||||
|
.#{$fa-css-prefix}-mortar-board:before,
|
||||||
|
.#{$fa-css-prefix}-graduation-cap:before { content: $fa-var-graduation-cap; }
|
||||||
|
.#{$fa-css-prefix}-yahoo:before { content: $fa-var-yahoo; }
|
||||||
|
.#{$fa-css-prefix}-google:before { content: $fa-var-google; }
|
||||||
|
.#{$fa-css-prefix}-reddit:before { content: $fa-var-reddit; }
|
||||||
|
.#{$fa-css-prefix}-reddit-square:before { content: $fa-var-reddit-square; }
|
||||||
|
.#{$fa-css-prefix}-stumbleupon-circle:before { content: $fa-var-stumbleupon-circle; }
|
||||||
|
.#{$fa-css-prefix}-stumbleupon:before { content: $fa-var-stumbleupon; }
|
||||||
|
.#{$fa-css-prefix}-delicious:before { content: $fa-var-delicious; }
|
||||||
|
.#{$fa-css-prefix}-digg:before { content: $fa-var-digg; }
|
||||||
|
.#{$fa-css-prefix}-pied-piper-pp:before { content: $fa-var-pied-piper-pp; }
|
||||||
|
.#{$fa-css-prefix}-pied-piper-alt:before { content: $fa-var-pied-piper-alt; }
|
||||||
|
.#{$fa-css-prefix}-drupal:before { content: $fa-var-drupal; }
|
||||||
|
.#{$fa-css-prefix}-joomla:before { content: $fa-var-joomla; }
|
||||||
|
.#{$fa-css-prefix}-language:before { content: $fa-var-language; }
|
||||||
|
.#{$fa-css-prefix}-fax:before { content: $fa-var-fax; }
|
||||||
|
.#{$fa-css-prefix}-building:before { content: $fa-var-building; }
|
||||||
|
.#{$fa-css-prefix}-child:before { content: $fa-var-child; }
|
||||||
|
.#{$fa-css-prefix}-paw:before { content: $fa-var-paw; }
|
||||||
|
.#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; }
|
||||||
|
.#{$fa-css-prefix}-cube:before { content: $fa-var-cube; }
|
||||||
|
.#{$fa-css-prefix}-cubes:before { content: $fa-var-cubes; }
|
||||||
|
.#{$fa-css-prefix}-behance:before { content: $fa-var-behance; }
|
||||||
|
.#{$fa-css-prefix}-behance-square:before { content: $fa-var-behance-square; }
|
||||||
|
.#{$fa-css-prefix}-steam:before { content: $fa-var-steam; }
|
||||||
|
.#{$fa-css-prefix}-steam-square:before { content: $fa-var-steam-square; }
|
||||||
|
.#{$fa-css-prefix}-recycle:before { content: $fa-var-recycle; }
|
||||||
|
.#{$fa-css-prefix}-automobile:before,
|
||||||
|
.#{$fa-css-prefix}-car:before { content: $fa-var-car; }
|
||||||
|
.#{$fa-css-prefix}-cab:before,
|
||||||
|
.#{$fa-css-prefix}-taxi:before { content: $fa-var-taxi; }
|
||||||
|
.#{$fa-css-prefix}-tree:before { content: $fa-var-tree; }
|
||||||
|
.#{$fa-css-prefix}-spotify:before { content: $fa-var-spotify; }
|
||||||
|
.#{$fa-css-prefix}-deviantart:before { content: $fa-var-deviantart; }
|
||||||
|
.#{$fa-css-prefix}-soundcloud:before { content: $fa-var-soundcloud; }
|
||||||
|
.#{$fa-css-prefix}-database:before { content: $fa-var-database; }
|
||||||
|
.#{$fa-css-prefix}-file-pdf-o:before { content: $fa-var-file-pdf-o; }
|
||||||
|
.#{$fa-css-prefix}-file-word-o:before { content: $fa-var-file-word-o; }
|
||||||
|
.#{$fa-css-prefix}-file-excel-o:before { content: $fa-var-file-excel-o; }
|
||||||
|
.#{$fa-css-prefix}-file-powerpoint-o:before { content: $fa-var-file-powerpoint-o; }
|
||||||
|
.#{$fa-css-prefix}-file-photo-o:before,
|
||||||
|
.#{$fa-css-prefix}-file-picture-o:before,
|
||||||
|
.#{$fa-css-prefix}-file-image-o:before { content: $fa-var-file-image-o; }
|
||||||
|
.#{$fa-css-prefix}-file-zip-o:before,
|
||||||
|
.#{$fa-css-prefix}-file-archive-o:before { content: $fa-var-file-archive-o; }
|
||||||
|
.#{$fa-css-prefix}-file-sound-o:before,
|
||||||
|
.#{$fa-css-prefix}-file-audio-o:before { content: $fa-var-file-audio-o; }
|
||||||
|
.#{$fa-css-prefix}-file-movie-o:before,
|
||||||
|
.#{$fa-css-prefix}-file-video-o:before { content: $fa-var-file-video-o; }
|
||||||
|
.#{$fa-css-prefix}-file-code-o:before { content: $fa-var-file-code-o; }
|
||||||
|
.#{$fa-css-prefix}-vine:before { content: $fa-var-vine; }
|
||||||
|
.#{$fa-css-prefix}-codepen:before { content: $fa-var-codepen; }
|
||||||
|
.#{$fa-css-prefix}-jsfiddle:before { content: $fa-var-jsfiddle; }
|
||||||
|
.#{$fa-css-prefix}-life-bouy:before,
|
||||||
|
.#{$fa-css-prefix}-life-buoy:before,
|
||||||
|
.#{$fa-css-prefix}-life-saver:before,
|
||||||
|
.#{$fa-css-prefix}-support:before,
|
||||||
|
.#{$fa-css-prefix}-life-ring:before { content: $fa-var-life-ring; }
|
||||||
|
.#{$fa-css-prefix}-circle-o-notch:before { content: $fa-var-circle-o-notch; }
|
||||||
|
.#{$fa-css-prefix}-ra:before,
|
||||||
|
.#{$fa-css-prefix}-resistance:before,
|
||||||
|
.#{$fa-css-prefix}-rebel:before { content: $fa-var-rebel; }
|
||||||
|
.#{$fa-css-prefix}-ge:before,
|
||||||
|
.#{$fa-css-prefix}-empire:before { content: $fa-var-empire; }
|
||||||
|
.#{$fa-css-prefix}-git-square:before { content: $fa-var-git-square; }
|
||||||
|
.#{$fa-css-prefix}-git:before { content: $fa-var-git; }
|
||||||
|
.#{$fa-css-prefix}-y-combinator-square:before,
|
||||||
|
.#{$fa-css-prefix}-yc-square:before,
|
||||||
|
.#{$fa-css-prefix}-hacker-news:before { content: $fa-var-hacker-news; }
|
||||||
|
.#{$fa-css-prefix}-tencent-weibo:before { content: $fa-var-tencent-weibo; }
|
||||||
|
.#{$fa-css-prefix}-qq:before { content: $fa-var-qq; }
|
||||||
|
.#{$fa-css-prefix}-wechat:before,
|
||||||
|
.#{$fa-css-prefix}-weixin:before { content: $fa-var-weixin; }
|
||||||
|
.#{$fa-css-prefix}-send:before,
|
||||||
|
.#{$fa-css-prefix}-paper-plane:before { content: $fa-var-paper-plane; }
|
||||||
|
.#{$fa-css-prefix}-send-o:before,
|
||||||
|
.#{$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}-circle-thin:before { content: $fa-var-circle-thin; }
|
||||||
|
.#{$fa-css-prefix}-header:before { content: $fa-var-header; }
|
||||||
|
.#{$fa-css-prefix}-paragraph:before { content: $fa-var-paragraph; }
|
||||||
|
.#{$fa-css-prefix}-sliders:before { content: $fa-var-sliders; }
|
||||||
|
.#{$fa-css-prefix}-share-alt:before { content: $fa-var-share-alt; }
|
||||||
|
.#{$fa-css-prefix}-share-alt-square:before { content: $fa-var-share-alt-square; }
|
||||||
|
.#{$fa-css-prefix}-bomb:before { content: $fa-var-bomb; }
|
||||||
|
.#{$fa-css-prefix}-soccer-ball-o:before,
|
||||||
|
.#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; }
|
||||||
|
.#{$fa-css-prefix}-tty:before { content: $fa-var-tty; }
|
||||||
|
.#{$fa-css-prefix}-binoculars:before { content: $fa-var-binoculars; }
|
||||||
|
.#{$fa-css-prefix}-plug:before { content: $fa-var-plug; }
|
||||||
|
.#{$fa-css-prefix}-slideshare:before { content: $fa-var-slideshare; }
|
||||||
|
.#{$fa-css-prefix}-twitch:before { content: $fa-var-twitch; }
|
||||||
|
.#{$fa-css-prefix}-yelp:before { content: $fa-var-yelp; }
|
||||||
|
.#{$fa-css-prefix}-newspaper-o:before { content: $fa-var-newspaper-o; }
|
||||||
|
.#{$fa-css-prefix}-wifi:before { content: $fa-var-wifi; }
|
||||||
|
.#{$fa-css-prefix}-calculator:before { content: $fa-var-calculator; }
|
||||||
|
.#{$fa-css-prefix}-paypal:before { content: $fa-var-paypal; }
|
||||||
|
.#{$fa-css-prefix}-google-wallet:before { content: $fa-var-google-wallet; }
|
||||||
|
.#{$fa-css-prefix}-cc-visa:before { content: $fa-var-cc-visa; }
|
||||||
|
.#{$fa-css-prefix}-cc-mastercard:before { content: $fa-var-cc-mastercard; }
|
||||||
|
.#{$fa-css-prefix}-cc-discover:before { content: $fa-var-cc-discover; }
|
||||||
|
.#{$fa-css-prefix}-cc-amex:before { content: $fa-var-cc-amex; }
|
||||||
|
.#{$fa-css-prefix}-cc-paypal:before { content: $fa-var-cc-paypal; }
|
||||||
|
.#{$fa-css-prefix}-cc-stripe:before { content: $fa-var-cc-stripe; }
|
||||||
|
.#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; }
|
||||||
|
.#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; }
|
||||||
|
.#{$fa-css-prefix}-trash:before { content: $fa-var-trash; }
|
||||||
|
.#{$fa-css-prefix}-copyright:before { content: $fa-var-copyright; }
|
||||||
|
.#{$fa-css-prefix}-at:before { content: $fa-var-at; }
|
||||||
|
.#{$fa-css-prefix}-eyedropper:before { content: $fa-var-eyedropper; }
|
||||||
|
.#{$fa-css-prefix}-paint-brush:before { content: $fa-var-paint-brush; }
|
||||||
|
.#{$fa-css-prefix}-birthday-cake:before { content: $fa-var-birthday-cake; }
|
||||||
|
.#{$fa-css-prefix}-area-chart:before { content: $fa-var-area-chart; }
|
||||||
|
.#{$fa-css-prefix}-pie-chart:before { content: $fa-var-pie-chart; }
|
||||||
|
.#{$fa-css-prefix}-line-chart:before { content: $fa-var-line-chart; }
|
||||||
|
.#{$fa-css-prefix}-lastfm:before { content: $fa-var-lastfm; }
|
||||||
|
.#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; }
|
||||||
|
.#{$fa-css-prefix}-toggle-off:before { content: $fa-var-toggle-off; }
|
||||||
|
.#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; }
|
||||||
|
.#{$fa-css-prefix}-bicycle:before { content: $fa-var-bicycle; }
|
||||||
|
.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; }
|
||||||
|
.#{$fa-css-prefix}-ioxhost:before { content: $fa-var-ioxhost; }
|
||||||
|
.#{$fa-css-prefix}-angellist:before { content: $fa-var-angellist; }
|
||||||
|
.#{$fa-css-prefix}-cc:before { content: $fa-var-cc; }
|
||||||
|
.#{$fa-css-prefix}-shekel:before,
|
||||||
|
.#{$fa-css-prefix}-sheqel:before,
|
||||||
|
.#{$fa-css-prefix}-ils:before { content: $fa-var-ils; }
|
||||||
|
.#{$fa-css-prefix}-meanpath:before { content: $fa-var-meanpath; }
|
||||||
|
.#{$fa-css-prefix}-buysellads:before { content: $fa-var-buysellads; }
|
||||||
|
.#{$fa-css-prefix}-connectdevelop:before { content: $fa-var-connectdevelop; }
|
||||||
|
.#{$fa-css-prefix}-dashcube:before { content: $fa-var-dashcube; }
|
||||||
|
.#{$fa-css-prefix}-forumbee:before { content: $fa-var-forumbee; }
|
||||||
|
.#{$fa-css-prefix}-leanpub:before { content: $fa-var-leanpub; }
|
||||||
|
.#{$fa-css-prefix}-sellsy:before { content: $fa-var-sellsy; }
|
||||||
|
.#{$fa-css-prefix}-shirtsinbulk:before { content: $fa-var-shirtsinbulk; }
|
||||||
|
.#{$fa-css-prefix}-simplybuilt:before { content: $fa-var-simplybuilt; }
|
||||||
|
.#{$fa-css-prefix}-skyatlas:before { content: $fa-var-skyatlas; }
|
||||||
|
.#{$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}-diamond:before { content: $fa-var-diamond; }
|
||||||
|
.#{$fa-css-prefix}-ship:before { content: $fa-var-ship; }
|
||||||
|
.#{$fa-css-prefix}-user-secret:before { content: $fa-var-user-secret; }
|
||||||
|
.#{$fa-css-prefix}-motorcycle:before { content: $fa-var-motorcycle; }
|
||||||
|
.#{$fa-css-prefix}-street-view:before { content: $fa-var-street-view; }
|
||||||
|
.#{$fa-css-prefix}-heartbeat:before { content: $fa-var-heartbeat; }
|
||||||
|
.#{$fa-css-prefix}-venus:before { content: $fa-var-venus; }
|
||||||
|
.#{$fa-css-prefix}-mars:before { content: $fa-var-mars; }
|
||||||
|
.#{$fa-css-prefix}-mercury:before { content: $fa-var-mercury; }
|
||||||
|
.#{$fa-css-prefix}-intersex:before,
|
||||||
|
.#{$fa-css-prefix}-transgender:before { content: $fa-var-transgender; }
|
||||||
|
.#{$fa-css-prefix}-transgender-alt:before { content: $fa-var-transgender-alt; }
|
||||||
|
.#{$fa-css-prefix}-venus-double:before { content: $fa-var-venus-double; }
|
||||||
|
.#{$fa-css-prefix}-mars-double:before { content: $fa-var-mars-double; }
|
||||||
|
.#{$fa-css-prefix}-venus-mars:before { content: $fa-var-venus-mars; }
|
||||||
|
.#{$fa-css-prefix}-mars-stroke:before { content: $fa-var-mars-stroke; }
|
||||||
|
.#{$fa-css-prefix}-mars-stroke-v:before { content: $fa-var-mars-stroke-v; }
|
||||||
|
.#{$fa-css-prefix}-mars-stroke-h:before { content: $fa-var-mars-stroke-h; }
|
||||||
|
.#{$fa-css-prefix}-neuter:before { content: $fa-var-neuter; }
|
||||||
|
.#{$fa-css-prefix}-genderless:before { content: $fa-var-genderless; }
|
||||||
|
.#{$fa-css-prefix}-facebook-official:before { content: $fa-var-facebook-official; }
|
||||||
|
.#{$fa-css-prefix}-pinterest-p:before { content: $fa-var-pinterest-p; }
|
||||||
|
.#{$fa-css-prefix}-whatsapp:before { content: $fa-var-whatsapp; }
|
||||||
|
.#{$fa-css-prefix}-server:before { content: $fa-var-server; }
|
||||||
|
.#{$fa-css-prefix}-user-plus:before { content: $fa-var-user-plus; }
|
||||||
|
.#{$fa-css-prefix}-user-times:before { content: $fa-var-user-times; }
|
||||||
|
.#{$fa-css-prefix}-hotel:before,
|
||||||
|
.#{$fa-css-prefix}-bed:before { content: $fa-var-bed; }
|
||||||
|
.#{$fa-css-prefix}-viacoin:before { content: $fa-var-viacoin; }
|
||||||
|
.#{$fa-css-prefix}-train:before { content: $fa-var-train; }
|
||||||
|
.#{$fa-css-prefix}-subway:before { content: $fa-var-subway; }
|
||||||
|
.#{$fa-css-prefix}-medium:before { content: $fa-var-medium; }
|
||||||
|
.#{$fa-css-prefix}-yc:before,
|
||||||
|
.#{$fa-css-prefix}-y-combinator:before { content: $fa-var-y-combinator; }
|
||||||
|
.#{$fa-css-prefix}-optin-monster:before { content: $fa-var-optin-monster; }
|
||||||
|
.#{$fa-css-prefix}-opencart:before { content: $fa-var-opencart; }
|
||||||
|
.#{$fa-css-prefix}-expeditedssl:before { content: $fa-var-expeditedssl; }
|
||||||
|
.#{$fa-css-prefix}-battery-4:before,
|
||||||
|
.#{$fa-css-prefix}-battery:before,
|
||||||
|
.#{$fa-css-prefix}-battery-full:before { content: $fa-var-battery-full; }
|
||||||
|
.#{$fa-css-prefix}-battery-3:before,
|
||||||
|
.#{$fa-css-prefix}-battery-three-quarters:before { content: $fa-var-battery-three-quarters; }
|
||||||
|
.#{$fa-css-prefix}-battery-2:before,
|
||||||
|
.#{$fa-css-prefix}-battery-half:before { content: $fa-var-battery-half; }
|
||||||
|
.#{$fa-css-prefix}-battery-1:before,
|
||||||
|
.#{$fa-css-prefix}-battery-quarter:before { content: $fa-var-battery-quarter; }
|
||||||
|
.#{$fa-css-prefix}-battery-0:before,
|
||||||
|
.#{$fa-css-prefix}-battery-empty:before { content: $fa-var-battery-empty; }
|
||||||
|
.#{$fa-css-prefix}-mouse-pointer:before { content: $fa-var-mouse-pointer; }
|
||||||
|
.#{$fa-css-prefix}-i-cursor:before { content: $fa-var-i-cursor; }
|
||||||
|
.#{$fa-css-prefix}-object-group:before { content: $fa-var-object-group; }
|
||||||
|
.#{$fa-css-prefix}-object-ungroup:before { content: $fa-var-object-ungroup; }
|
||||||
|
.#{$fa-css-prefix}-sticky-note:before { content: $fa-var-sticky-note; }
|
||||||
|
.#{$fa-css-prefix}-sticky-note-o:before { content: $fa-var-sticky-note-o; }
|
||||||
|
.#{$fa-css-prefix}-cc-jcb:before { content: $fa-var-cc-jcb; }
|
||||||
|
.#{$fa-css-prefix}-cc-diners-club:before { content: $fa-var-cc-diners-club; }
|
||||||
|
.#{$fa-css-prefix}-clone:before { content: $fa-var-clone; }
|
||||||
|
.#{$fa-css-prefix}-balance-scale:before { content: $fa-var-balance-scale; }
|
||||||
|
.#{$fa-css-prefix}-hourglass-o:before { content: $fa-var-hourglass-o; }
|
||||||
|
.#{$fa-css-prefix}-hourglass-1:before,
|
||||||
|
.#{$fa-css-prefix}-hourglass-start:before { content: $fa-var-hourglass-start; }
|
||||||
|
.#{$fa-css-prefix}-hourglass-2:before,
|
||||||
|
.#{$fa-css-prefix}-hourglass-half:before { content: $fa-var-hourglass-half; }
|
||||||
|
.#{$fa-css-prefix}-hourglass-3:before,
|
||||||
|
.#{$fa-css-prefix}-hourglass-end:before { content: $fa-var-hourglass-end; }
|
||||||
|
.#{$fa-css-prefix}-hourglass:before { content: $fa-var-hourglass; }
|
||||||
|
.#{$fa-css-prefix}-hand-grab-o:before,
|
||||||
|
.#{$fa-css-prefix}-hand-rock-o:before { content: $fa-var-hand-rock-o; }
|
||||||
|
.#{$fa-css-prefix}-hand-stop-o:before,
|
||||||
|
.#{$fa-css-prefix}-hand-paper-o:before { content: $fa-var-hand-paper-o; }
|
||||||
|
.#{$fa-css-prefix}-hand-scissors-o:before { content: $fa-var-hand-scissors-o; }
|
||||||
|
.#{$fa-css-prefix}-hand-lizard-o:before { content: $fa-var-hand-lizard-o; }
|
||||||
|
.#{$fa-css-prefix}-hand-spock-o:before { content: $fa-var-hand-spock-o; }
|
||||||
|
.#{$fa-css-prefix}-hand-pointer-o:before { content: $fa-var-hand-pointer-o; }
|
||||||
|
.#{$fa-css-prefix}-hand-peace-o:before { content: $fa-var-hand-peace-o; }
|
||||||
|
.#{$fa-css-prefix}-trademark:before { content: $fa-var-trademark; }
|
||||||
|
.#{$fa-css-prefix}-registered:before { content: $fa-var-registered; }
|
||||||
|
.#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; }
|
||||||
|
.#{$fa-css-prefix}-gg:before { content: $fa-var-gg; }
|
||||||
|
.#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; }
|
||||||
|
.#{$fa-css-prefix}-tripadvisor:before { content: $fa-var-tripadvisor; }
|
||||||
|
.#{$fa-css-prefix}-odnoklassniki:before { content: $fa-var-odnoklassniki; }
|
||||||
|
.#{$fa-css-prefix}-odnoklassniki-square:before { content: $fa-var-odnoklassniki-square; }
|
||||||
|
.#{$fa-css-prefix}-get-pocket:before { content: $fa-var-get-pocket; }
|
||||||
|
.#{$fa-css-prefix}-wikipedia-w:before { content: $fa-var-wikipedia-w; }
|
||||||
|
.#{$fa-css-prefix}-safari:before { content: $fa-var-safari; }
|
||||||
|
.#{$fa-css-prefix}-chrome:before { content: $fa-var-chrome; }
|
||||||
|
.#{$fa-css-prefix}-firefox:before { content: $fa-var-firefox; }
|
||||||
|
.#{$fa-css-prefix}-opera:before { content: $fa-var-opera; }
|
||||||
|
.#{$fa-css-prefix}-internet-explorer:before { content: $fa-var-internet-explorer; }
|
||||||
|
.#{$fa-css-prefix}-tv:before,
|
||||||
|
.#{$fa-css-prefix}-television:before { content: $fa-var-television; }
|
||||||
|
.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; }
|
||||||
|
.#{$fa-css-prefix}-500px:before { content: $fa-var-500px; }
|
||||||
|
.#{$fa-css-prefix}-amazon:before { content: $fa-var-amazon; }
|
||||||
|
.#{$fa-css-prefix}-calendar-plus-o:before { content: $fa-var-calendar-plus-o; }
|
||||||
|
.#{$fa-css-prefix}-calendar-minus-o:before { content: $fa-var-calendar-minus-o; }
|
||||||
|
.#{$fa-css-prefix}-calendar-times-o:before { content: $fa-var-calendar-times-o; }
|
||||||
|
.#{$fa-css-prefix}-calendar-check-o:before { content: $fa-var-calendar-check-o; }
|
||||||
|
.#{$fa-css-prefix}-industry:before { content: $fa-var-industry; }
|
||||||
|
.#{$fa-css-prefix}-map-pin:before { content: $fa-var-map-pin; }
|
||||||
|
.#{$fa-css-prefix}-map-signs:before { content: $fa-var-map-signs; }
|
||||||
|
.#{$fa-css-prefix}-map-o:before { content: $fa-var-map-o; }
|
||||||
|
.#{$fa-css-prefix}-map:before { content: $fa-var-map; }
|
||||||
|
.#{$fa-css-prefix}-commenting:before { content: $fa-var-commenting; }
|
||||||
|
.#{$fa-css-prefix}-commenting-o:before { content: $fa-var-commenting-o; }
|
||||||
|
.#{$fa-css-prefix}-houzz:before { content: $fa-var-houzz; }
|
||||||
|
.#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; }
|
||||||
|
.#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; }
|
||||||
|
.#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; }
|
||||||
|
.#{$fa-css-prefix}-reddit-alien:before { content: $fa-var-reddit-alien; }
|
||||||
|
.#{$fa-css-prefix}-edge:before { content: $fa-var-edge; }
|
||||||
|
.#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; }
|
||||||
|
.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; }
|
||||||
|
.#{$fa-css-prefix}-modx:before { content: $fa-var-modx; }
|
||||||
|
.#{$fa-css-prefix}-fort-awesome:before { content: $fa-var-fort-awesome; }
|
||||||
|
.#{$fa-css-prefix}-usb:before { content: $fa-var-usb; }
|
||||||
|
.#{$fa-css-prefix}-product-hunt:before { content: $fa-var-product-hunt; }
|
||||||
|
.#{$fa-css-prefix}-mixcloud:before { content: $fa-var-mixcloud; }
|
||||||
|
.#{$fa-css-prefix}-scribd:before { content: $fa-var-scribd; }
|
||||||
|
.#{$fa-css-prefix}-pause-circle:before { content: $fa-var-pause-circle; }
|
||||||
|
.#{$fa-css-prefix}-pause-circle-o:before { content: $fa-var-pause-circle-o; }
|
||||||
|
.#{$fa-css-prefix}-stop-circle:before { content: $fa-var-stop-circle; }
|
||||||
|
.#{$fa-css-prefix}-stop-circle-o:before { content: $fa-var-stop-circle-o; }
|
||||||
|
.#{$fa-css-prefix}-shopping-bag:before { content: $fa-var-shopping-bag; }
|
||||||
|
.#{$fa-css-prefix}-shopping-basket:before { content: $fa-var-shopping-basket; }
|
||||||
|
.#{$fa-css-prefix}-hashtag:before { content: $fa-var-hashtag; }
|
||||||
|
.#{$fa-css-prefix}-bluetooth:before { content: $fa-var-bluetooth; }
|
||||||
|
.#{$fa-css-prefix}-bluetooth-b:before { content: $fa-var-bluetooth-b; }
|
||||||
|
.#{$fa-css-prefix}-percent:before { content: $fa-var-percent; }
|
||||||
|
.#{$fa-css-prefix}-gitlab:before { content: $fa-var-gitlab; }
|
||||||
|
.#{$fa-css-prefix}-wpbeginner:before { content: $fa-var-wpbeginner; }
|
||||||
|
.#{$fa-css-prefix}-wpforms:before { content: $fa-var-wpforms; }
|
||||||
|
.#{$fa-css-prefix}-envira:before { content: $fa-var-envira; }
|
||||||
|
.#{$fa-css-prefix}-universal-access:before { content: $fa-var-universal-access; }
|
||||||
|
.#{$fa-css-prefix}-wheelchair-alt:before { content: $fa-var-wheelchair-alt; }
|
||||||
|
.#{$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}-audio-description:before { content: $fa-var-audio-description; }
|
||||||
|
.#{$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}-assistive-listening-systems:before { content: $fa-var-assistive-listening-systems; }
|
||||||
|
.#{$fa-css-prefix}-asl-interpreting:before,
|
||||||
|
.#{$fa-css-prefix}-american-sign-language-interpreting:before { content: $fa-var-american-sign-language-interpreting; }
|
||||||
|
.#{$fa-css-prefix}-deafness:before,
|
||||||
|
.#{$fa-css-prefix}-hard-of-hearing:before,
|
||||||
|
.#{$fa-css-prefix}-deaf:before { content: $fa-var-deaf; }
|
||||||
|
.#{$fa-css-prefix}-glide:before { content: $fa-var-glide; }
|
||||||
|
.#{$fa-css-prefix}-glide-g:before { content: $fa-var-glide-g; }
|
||||||
|
.#{$fa-css-prefix}-signing:before,
|
||||||
|
.#{$fa-css-prefix}-sign-language:before { content: $fa-var-sign-language; }
|
||||||
|
.#{$fa-css-prefix}-low-vision:before { content: $fa-var-low-vision; }
|
||||||
|
.#{$fa-css-prefix}-viadeo:before { content: $fa-var-viadeo; }
|
||||||
|
.#{$fa-css-prefix}-viadeo-square:before { content: $fa-var-viadeo-square; }
|
||||||
|
.#{$fa-css-prefix}-snapchat:before { content: $fa-var-snapchat; }
|
||||||
|
.#{$fa-css-prefix}-snapchat-ghost:before { content: $fa-var-snapchat-ghost; }
|
||||||
|
.#{$fa-css-prefix}-snapchat-square:before { content: $fa-var-snapchat-square; }
|
||||||
|
.#{$fa-css-prefix}-pied-piper:before { content: $fa-var-pied-piper; }
|
||||||
|
.#{$fa-css-prefix}-first-order:before { content: $fa-var-first-order; }
|
||||||
|
.#{$fa-css-prefix}-yoast:before { content: $fa-var-yoast; }
|
||||||
|
.#{$fa-css-prefix}-themeisle:before { content: $fa-var-themeisle; }
|
||||||
|
.#{$fa-css-prefix}-google-plus-circle:before,
|
||||||
|
.#{$fa-css-prefix}-google-plus-official:before { content: $fa-var-google-plus-official; }
|
||||||
|
.#{$fa-css-prefix}-fa:before,
|
||||||
|
.#{$fa-css-prefix}-font-awesome:before { content: $fa-var-font-awesome; }
|
||||||
|
.#{$fa-css-prefix}-handshake-o:before { content: $fa-var-handshake-o; }
|
||||||
|
.#{$fa-css-prefix}-envelope-open:before { content: $fa-var-envelope-open; }
|
||||||
|
.#{$fa-css-prefix}-envelope-open-o:before { content: $fa-var-envelope-open-o; }
|
||||||
|
.#{$fa-css-prefix}-linode:before { content: $fa-var-linode; }
|
||||||
|
.#{$fa-css-prefix}-address-book:before { content: $fa-var-address-book; }
|
||||||
|
.#{$fa-css-prefix}-address-book-o:before { content: $fa-var-address-book-o; }
|
||||||
|
.#{$fa-css-prefix}-vcard:before,
|
||||||
|
.#{$fa-css-prefix}-address-card:before { content: $fa-var-address-card; }
|
||||||
|
.#{$fa-css-prefix}-vcard-o:before,
|
||||||
|
.#{$fa-css-prefix}-address-card-o:before { content: $fa-var-address-card-o; }
|
||||||
|
.#{$fa-css-prefix}-user-circle:before { content: $fa-var-user-circle; }
|
||||||
|
.#{$fa-css-prefix}-user-circle-o:before { content: $fa-var-user-circle-o; }
|
||||||
|
.#{$fa-css-prefix}-user-o:before { content: $fa-var-user-o; }
|
||||||
|
.#{$fa-css-prefix}-id-badge:before { content: $fa-var-id-badge; }
|
||||||
|
.#{$fa-css-prefix}-drivers-license:before,
|
||||||
|
.#{$fa-css-prefix}-id-card:before { content: $fa-var-id-card; }
|
||||||
|
.#{$fa-css-prefix}-drivers-license-o:before,
|
||||||
|
.#{$fa-css-prefix}-id-card-o:before { content: $fa-var-id-card-o; }
|
||||||
|
.#{$fa-css-prefix}-quora:before { content: $fa-var-quora; }
|
||||||
|
.#{$fa-css-prefix}-free-code-camp:before { content: $fa-var-free-code-camp; }
|
||||||
|
.#{$fa-css-prefix}-telegram:before { content: $fa-var-telegram; }
|
||||||
|
.#{$fa-css-prefix}-thermometer-4:before,
|
||||||
|
.#{$fa-css-prefix}-thermometer:before,
|
||||||
|
.#{$fa-css-prefix}-thermometer-full:before { content: $fa-var-thermometer-full; }
|
||||||
|
.#{$fa-css-prefix}-thermometer-3:before,
|
||||||
|
.#{$fa-css-prefix}-thermometer-three-quarters:before { content: $fa-var-thermometer-three-quarters; }
|
||||||
|
.#{$fa-css-prefix}-thermometer-2:before,
|
||||||
|
.#{$fa-css-prefix}-thermometer-half:before { content: $fa-var-thermometer-half; }
|
||||||
|
.#{$fa-css-prefix}-thermometer-1:before,
|
||||||
|
.#{$fa-css-prefix}-thermometer-quarter:before { content: $fa-var-thermometer-quarter; }
|
||||||
|
.#{$fa-css-prefix}-thermometer-0:before,
|
||||||
|
.#{$fa-css-prefix}-thermometer-empty:before { content: $fa-var-thermometer-empty; }
|
||||||
|
.#{$fa-css-prefix}-shower:before { content: $fa-var-shower; }
|
||||||
|
.#{$fa-css-prefix}-bathtub:before,
|
||||||
|
.#{$fa-css-prefix}-s15:before,
|
||||||
|
.#{$fa-css-prefix}-bath:before { content: $fa-var-bath; }
|
||||||
|
.#{$fa-css-prefix}-podcast:before { content: $fa-var-podcast; }
|
||||||
|
.#{$fa-css-prefix}-window-maximize:before { content: $fa-var-window-maximize; }
|
||||||
|
.#{$fa-css-prefix}-window-minimize:before { content: $fa-var-window-minimize; }
|
||||||
|
.#{$fa-css-prefix}-window-restore:before { content: $fa-var-window-restore; }
|
||||||
|
.#{$fa-css-prefix}-times-rectangle:before,
|
||||||
|
.#{$fa-css-prefix}-window-close:before { content: $fa-var-window-close; }
|
||||||
|
.#{$fa-css-prefix}-times-rectangle-o:before,
|
||||||
|
.#{$fa-css-prefix}-window-close-o:before { content: $fa-var-window-close-o; }
|
||||||
|
.#{$fa-css-prefix}-bandcamp:before { content: $fa-var-bandcamp; }
|
||||||
|
.#{$fa-css-prefix}-grav:before { content: $fa-var-grav; }
|
||||||
|
.#{$fa-css-prefix}-etsy:before { content: $fa-var-etsy; }
|
||||||
|
.#{$fa-css-prefix}-imdb:before { content: $fa-var-imdb; }
|
||||||
|
.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; }
|
||||||
|
.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; }
|
||||||
|
.#{$fa-css-prefix}-microchip:before { content: $fa-var-microchip; }
|
||||||
|
.#{$fa-css-prefix}-snowflake-o:before { content: $fa-var-snowflake-o; }
|
||||||
|
.#{$fa-css-prefix}-superpowers:before { content: $fa-var-superpowers; }
|
||||||
|
.#{$fa-css-prefix}-wpexplorer:before { content: $fa-var-wpexplorer; }
|
||||||
|
.#{$fa-css-prefix}-meetup:before { content: $fa-var-meetup; }
|
||||||
13
assets/fonts/font-awesome/scss/_larger.scss
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
// Icon Sizes
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
/* makes the font 33% larger relative to the icon container */
|
||||||
|
.#{$fa-css-prefix}-lg {
|
||||||
|
font-size: (4em / 3);
|
||||||
|
line-height: (3em / 4);
|
||||||
|
vertical-align: -15%;
|
||||||
|
}
|
||||||
|
.#{$fa-css-prefix}-2x { font-size: 2em; }
|
||||||
|
.#{$fa-css-prefix}-3x { font-size: 3em; }
|
||||||
|
.#{$fa-css-prefix}-4x { font-size: 4em; }
|
||||||
|
.#{$fa-css-prefix}-5x { font-size: 5em; }
|
||||||
19
assets/fonts/font-awesome/scss/_list.scss
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
// List Icons
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.#{$fa-css-prefix}-ul {
|
||||||
|
padding-left: 0;
|
||||||
|
margin-left: $fa-li-width;
|
||||||
|
list-style-type: none;
|
||||||
|
> li { position: relative; }
|
||||||
|
}
|
||||||
|
.#{$fa-css-prefix}-li {
|
||||||
|
position: absolute;
|
||||||
|
left: -$fa-li-width;
|
||||||
|
width: $fa-li-width;
|
||||||
|
top: (2em / 14);
|
||||||
|
text-align: center;
|
||||||
|
&.#{$fa-css-prefix}-lg {
|
||||||
|
left: -$fa-li-width + (4em / 14);
|
||||||
|
}
|
||||||
|
}
|
||||||
60
assets/fonts/font-awesome/scss/_mixins.scss
vendored
Normal file
|
|
@ -0,0 +1,60 @@
|
||||||
|
// Mixins
|
||||||
|
// --------------------------
|
||||||
|
|
||||||
|
@mixin fa-icon() {
|
||||||
|
display: inline-block;
|
||||||
|
font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // 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;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@mixin fa-icon-rotate($degrees, $rotation) {
|
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})";
|
||||||
|
-webkit-transform: rotate($degrees);
|
||||||
|
-ms-transform: rotate($degrees);
|
||||||
|
transform: rotate($degrees);
|
||||||
|
}
|
||||||
|
|
||||||
|
@mixin fa-icon-flip($horiz, $vert, $rotation) {
|
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)";
|
||||||
|
-webkit-transform: scale($horiz, $vert);
|
||||||
|
-ms-transform: scale($horiz, $vert);
|
||||||
|
transform: scale($horiz, $vert);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Only display content to screen readers. A la Bootstrap 4.
|
||||||
|
//
|
||||||
|
// See: http://a11yproject.com/posts/how-to-hide-content/
|
||||||
|
|
||||||
|
@mixin sr-only {
|
||||||
|
position: absolute;
|
||||||
|
width: 1px;
|
||||||
|
height: 1px;
|
||||||
|
padding: 0;
|
||||||
|
margin: -1px;
|
||||||
|
overflow: hidden;
|
||||||
|
clip: rect(0,0,0,0);
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Use in conjunction with .sr-only to only display content when it's focused.
|
||||||
|
//
|
||||||
|
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
||||||
|
//
|
||||||
|
// Credit: HTML5 Boilerplate
|
||||||
|
|
||||||
|
@mixin sr-only-focusable {
|
||||||
|
&:active,
|
||||||
|
&:focus {
|
||||||
|
position: static;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
margin: 0;
|
||||||
|
overflow: visible;
|
||||||
|
clip: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
15
assets/fonts/font-awesome/scss/_path.scss
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
/* FONT PATH
|
||||||
|
* -------------------------- */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'FontAwesome';
|
||||||
|
src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
|
||||||
|
src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
|
||||||
|
url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'),
|
||||||
|
url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
|
||||||
|
url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
|
||||||
|
url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
|
||||||
|
// src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
20
assets/fonts/font-awesome/scss/_rotated-flipped.scss
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
// Rotated & Flipped Icons
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); }
|
||||||
|
.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); }
|
||||||
|
.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); }
|
||||||
|
|
||||||
|
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
|
||||||
|
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
|
||||||
|
|
||||||
|
// Hook for IE8-9
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
:root .#{$fa-css-prefix}-rotate-90,
|
||||||
|
:root .#{$fa-css-prefix}-rotate-180,
|
||||||
|
:root .#{$fa-css-prefix}-rotate-270,
|
||||||
|
:root .#{$fa-css-prefix}-flip-horizontal,
|
||||||
|
:root .#{$fa-css-prefix}-flip-vertical {
|
||||||
|
filter: none;
|
||||||
|
}
|
||||||
5
assets/fonts/font-awesome/scss/_screen-reader.scss
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
// Screen Readers
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.sr-only { @include sr-only(); }
|
||||||
|
.sr-only-focusable { @include sr-only-focusable(); }
|
||||||
20
assets/fonts/font-awesome/scss/_stacked.scss
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
// Stacked Icons
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
.#{$fa-css-prefix}-stack {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
width: 2em;
|
||||||
|
height: 2em;
|
||||||
|
line-height: 2em;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.#{$fa-css-prefix}-stack-1x { line-height: inherit; }
|
||||||
|
.#{$fa-css-prefix}-stack-2x { font-size: 2em; }
|
||||||
|
.#{$fa-css-prefix}-inverse { color: $fa-inverse; }
|
||||||
800
assets/fonts/font-awesome/scss/_variables.scss
vendored
Normal file
|
|
@ -0,0 +1,800 @@
|
||||||
|
// Variables
|
||||||
|
// --------------------------
|
||||||
|
|
||||||
|
$fa-font-path: "../fonts" !default;
|
||||||
|
$fa-font-size-base: 14px !default;
|
||||||
|
$fa-line-height-base: 1 !default;
|
||||||
|
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts" !default; // for referencing Bootstrap CDN font files directly
|
||||||
|
$fa-css-prefix: fa !default;
|
||||||
|
$fa-version: "4.7.0" !default;
|
||||||
|
$fa-border-color: #eee !default;
|
||||||
|
$fa-inverse: #fff !default;
|
||||||
|
$fa-li-width: (30em / 14) !default;
|
||||||
|
|
||||||
|
$fa-var-500px: "\f26e";
|
||||||
|
$fa-var-address-book: "\f2b9";
|
||||||
|
$fa-var-address-book-o: "\f2ba";
|
||||||
|
$fa-var-address-card: "\f2bb";
|
||||||
|
$fa-var-address-card-o: "\f2bc";
|
||||||
|
$fa-var-adjust: "\f042";
|
||||||
|
$fa-var-adn: "\f170";
|
||||||
|
$fa-var-align-center: "\f037";
|
||||||
|
$fa-var-align-justify: "\f039";
|
||||||
|
$fa-var-align-left: "\f036";
|
||||||
|
$fa-var-align-right: "\f038";
|
||||||
|
$fa-var-amazon: "\f270";
|
||||||
|
$fa-var-ambulance: "\f0f9";
|
||||||
|
$fa-var-american-sign-language-interpreting: "\f2a3";
|
||||||
|
$fa-var-anchor: "\f13d";
|
||||||
|
$fa-var-android: "\f17b";
|
||||||
|
$fa-var-angellist: "\f209";
|
||||||
|
$fa-var-angle-double-down: "\f103";
|
||||||
|
$fa-var-angle-double-left: "\f100";
|
||||||
|
$fa-var-angle-double-right: "\f101";
|
||||||
|
$fa-var-angle-double-up: "\f102";
|
||||||
|
$fa-var-angle-down: "\f107";
|
||||||
|
$fa-var-angle-left: "\f104";
|
||||||
|
$fa-var-angle-right: "\f105";
|
||||||
|
$fa-var-angle-up: "\f106";
|
||||||
|
$fa-var-apple: "\f179";
|
||||||
|
$fa-var-archive: "\f187";
|
||||||
|
$fa-var-area-chart: "\f1fe";
|
||||||
|
$fa-var-arrow-circle-down: "\f0ab";
|
||||||
|
$fa-var-arrow-circle-left: "\f0a8";
|
||||||
|
$fa-var-arrow-circle-o-down: "\f01a";
|
||||||
|
$fa-var-arrow-circle-o-left: "\f190";
|
||||||
|
$fa-var-arrow-circle-o-right: "\f18e";
|
||||||
|
$fa-var-arrow-circle-o-up: "\f01b";
|
||||||
|
$fa-var-arrow-circle-right: "\f0a9";
|
||||||
|
$fa-var-arrow-circle-up: "\f0aa";
|
||||||
|
$fa-var-arrow-down: "\f063";
|
||||||
|
$fa-var-arrow-left: "\f060";
|
||||||
|
$fa-var-arrow-right: "\f061";
|
||||||
|
$fa-var-arrow-up: "\f062";
|
||||||
|
$fa-var-arrows: "\f047";
|
||||||
|
$fa-var-arrows-alt: "\f0b2";
|
||||||
|
$fa-var-arrows-h: "\f07e";
|
||||||
|
$fa-var-arrows-v: "\f07d";
|
||||||
|
$fa-var-asl-interpreting: "\f2a3";
|
||||||
|
$fa-var-assistive-listening-systems: "\f2a2";
|
||||||
|
$fa-var-asterisk: "\f069";
|
||||||
|
$fa-var-at: "\f1fa";
|
||||||
|
$fa-var-audio-description: "\f29e";
|
||||||
|
$fa-var-automobile: "\f1b9";
|
||||||
|
$fa-var-backward: "\f04a";
|
||||||
|
$fa-var-balance-scale: "\f24e";
|
||||||
|
$fa-var-ban: "\f05e";
|
||||||
|
$fa-var-bandcamp: "\f2d5";
|
||||||
|
$fa-var-bank: "\f19c";
|
||||||
|
$fa-var-bar-chart: "\f080";
|
||||||
|
$fa-var-bar-chart-o: "\f080";
|
||||||
|
$fa-var-barcode: "\f02a";
|
||||||
|
$fa-var-bars: "\f0c9";
|
||||||
|
$fa-var-bath: "\f2cd";
|
||||||
|
$fa-var-bathtub: "\f2cd";
|
||||||
|
$fa-var-battery: "\f240";
|
||||||
|
$fa-var-battery-0: "\f244";
|
||||||
|
$fa-var-battery-1: "\f243";
|
||||||
|
$fa-var-battery-2: "\f242";
|
||||||
|
$fa-var-battery-3: "\f241";
|
||||||
|
$fa-var-battery-4: "\f240";
|
||||||
|
$fa-var-battery-empty: "\f244";
|
||||||
|
$fa-var-battery-full: "\f240";
|
||||||
|
$fa-var-battery-half: "\f242";
|
||||||
|
$fa-var-battery-quarter: "\f243";
|
||||||
|
$fa-var-battery-three-quarters: "\f241";
|
||||||
|
$fa-var-bed: "\f236";
|
||||||
|
$fa-var-beer: "\f0fc";
|
||||||
|
$fa-var-behance: "\f1b4";
|
||||||
|
$fa-var-behance-square: "\f1b5";
|
||||||
|
$fa-var-bell: "\f0f3";
|
||||||
|
$fa-var-bell-o: "\f0a2";
|
||||||
|
$fa-var-bell-slash: "\f1f6";
|
||||||
|
$fa-var-bell-slash-o: "\f1f7";
|
||||||
|
$fa-var-bicycle: "\f206";
|
||||||
|
$fa-var-binoculars: "\f1e5";
|
||||||
|
$fa-var-birthday-cake: "\f1fd";
|
||||||
|
$fa-var-bitbucket: "\f171";
|
||||||
|
$fa-var-bitbucket-square: "\f172";
|
||||||
|
$fa-var-bitcoin: "\f15a";
|
||||||
|
$fa-var-black-tie: "\f27e";
|
||||||
|
$fa-var-blind: "\f29d";
|
||||||
|
$fa-var-bluetooth: "\f293";
|
||||||
|
$fa-var-bluetooth-b: "\f294";
|
||||||
|
$fa-var-bold: "\f032";
|
||||||
|
$fa-var-bolt: "\f0e7";
|
||||||
|
$fa-var-bomb: "\f1e2";
|
||||||
|
$fa-var-book: "\f02d";
|
||||||
|
$fa-var-bookmark: "\f02e";
|
||||||
|
$fa-var-bookmark-o: "\f097";
|
||||||
|
$fa-var-braille: "\f2a1";
|
||||||
|
$fa-var-briefcase: "\f0b1";
|
||||||
|
$fa-var-btc: "\f15a";
|
||||||
|
$fa-var-bug: "\f188";
|
||||||
|
$fa-var-building: "\f1ad";
|
||||||
|
$fa-var-building-o: "\f0f7";
|
||||||
|
$fa-var-bullhorn: "\f0a1";
|
||||||
|
$fa-var-bullseye: "\f140";
|
||||||
|
$fa-var-bus: "\f207";
|
||||||
|
$fa-var-buysellads: "\f20d";
|
||||||
|
$fa-var-cab: "\f1ba";
|
||||||
|
$fa-var-calculator: "\f1ec";
|
||||||
|
$fa-var-calendar: "\f073";
|
||||||
|
$fa-var-calendar-check-o: "\f274";
|
||||||
|
$fa-var-calendar-minus-o: "\f272";
|
||||||
|
$fa-var-calendar-o: "\f133";
|
||||||
|
$fa-var-calendar-plus-o: "\f271";
|
||||||
|
$fa-var-calendar-times-o: "\f273";
|
||||||
|
$fa-var-camera: "\f030";
|
||||||
|
$fa-var-camera-retro: "\f083";
|
||||||
|
$fa-var-car: "\f1b9";
|
||||||
|
$fa-var-caret-down: "\f0d7";
|
||||||
|
$fa-var-caret-left: "\f0d9";
|
||||||
|
$fa-var-caret-right: "\f0da";
|
||||||
|
$fa-var-caret-square-o-down: "\f150";
|
||||||
|
$fa-var-caret-square-o-left: "\f191";
|
||||||
|
$fa-var-caret-square-o-right: "\f152";
|
||||||
|
$fa-var-caret-square-o-up: "\f151";
|
||||||
|
$fa-var-caret-up: "\f0d8";
|
||||||
|
$fa-var-cart-arrow-down: "\f218";
|
||||||
|
$fa-var-cart-plus: "\f217";
|
||||||
|
$fa-var-cc: "\f20a";
|
||||||
|
$fa-var-cc-amex: "\f1f3";
|
||||||
|
$fa-var-cc-diners-club: "\f24c";
|
||||||
|
$fa-var-cc-discover: "\f1f2";
|
||||||
|
$fa-var-cc-jcb: "\f24b";
|
||||||
|
$fa-var-cc-mastercard: "\f1f1";
|
||||||
|
$fa-var-cc-paypal: "\f1f4";
|
||||||
|
$fa-var-cc-stripe: "\f1f5";
|
||||||
|
$fa-var-cc-visa: "\f1f0";
|
||||||
|
$fa-var-certificate: "\f0a3";
|
||||||
|
$fa-var-chain: "\f0c1";
|
||||||
|
$fa-var-chain-broken: "\f127";
|
||||||
|
$fa-var-check: "\f00c";
|
||||||
|
$fa-var-check-circle: "\f058";
|
||||||
|
$fa-var-check-circle-o: "\f05d";
|
||||||
|
$fa-var-check-square: "\f14a";
|
||||||
|
$fa-var-check-square-o: "\f046";
|
||||||
|
$fa-var-chevron-circle-down: "\f13a";
|
||||||
|
$fa-var-chevron-circle-left: "\f137";
|
||||||
|
$fa-var-chevron-circle-right: "\f138";
|
||||||
|
$fa-var-chevron-circle-up: "\f139";
|
||||||
|
$fa-var-chevron-down: "\f078";
|
||||||
|
$fa-var-chevron-left: "\f053";
|
||||||
|
$fa-var-chevron-right: "\f054";
|
||||||
|
$fa-var-chevron-up: "\f077";
|
||||||
|
$fa-var-child: "\f1ae";
|
||||||
|
$fa-var-chrome: "\f268";
|
||||||
|
$fa-var-circle: "\f111";
|
||||||
|
$fa-var-circle-o: "\f10c";
|
||||||
|
$fa-var-circle-o-notch: "\f1ce";
|
||||||
|
$fa-var-circle-thin: "\f1db";
|
||||||
|
$fa-var-clipboard: "\f0ea";
|
||||||
|
$fa-var-clock-o: "\f017";
|
||||||
|
$fa-var-clone: "\f24d";
|
||||||
|
$fa-var-close: "\f00d";
|
||||||
|
$fa-var-cloud: "\f0c2";
|
||||||
|
$fa-var-cloud-download: "\f0ed";
|
||||||
|
$fa-var-cloud-upload: "\f0ee";
|
||||||
|
$fa-var-cny: "\f157";
|
||||||
|
$fa-var-code: "\f121";
|
||||||
|
$fa-var-code-fork: "\f126";
|
||||||
|
$fa-var-codepen: "\f1cb";
|
||||||
|
$fa-var-codiepie: "\f284";
|
||||||
|
$fa-var-coffee: "\f0f4";
|
||||||
|
$fa-var-cog: "\f013";
|
||||||
|
$fa-var-cogs: "\f085";
|
||||||
|
$fa-var-columns: "\f0db";
|
||||||
|
$fa-var-comment: "\f075";
|
||||||
|
$fa-var-comment-o: "\f0e5";
|
||||||
|
$fa-var-commenting: "\f27a";
|
||||||
|
$fa-var-commenting-o: "\f27b";
|
||||||
|
$fa-var-comments: "\f086";
|
||||||
|
$fa-var-comments-o: "\f0e6";
|
||||||
|
$fa-var-compass: "\f14e";
|
||||||
|
$fa-var-compress: "\f066";
|
||||||
|
$fa-var-connectdevelop: "\f20e";
|
||||||
|
$fa-var-contao: "\f26d";
|
||||||
|
$fa-var-copy: "\f0c5";
|
||||||
|
$fa-var-copyright: "\f1f9";
|
||||||
|
$fa-var-creative-commons: "\f25e";
|
||||||
|
$fa-var-credit-card: "\f09d";
|
||||||
|
$fa-var-credit-card-alt: "\f283";
|
||||||
|
$fa-var-crop: "\f125";
|
||||||
|
$fa-var-crosshairs: "\f05b";
|
||||||
|
$fa-var-css3: "\f13c";
|
||||||
|
$fa-var-cube: "\f1b2";
|
||||||
|
$fa-var-cubes: "\f1b3";
|
||||||
|
$fa-var-cut: "\f0c4";
|
||||||
|
$fa-var-cutlery: "\f0f5";
|
||||||
|
$fa-var-dashboard: "\f0e4";
|
||||||
|
$fa-var-dashcube: "\f210";
|
||||||
|
$fa-var-database: "\f1c0";
|
||||||
|
$fa-var-deaf: "\f2a4";
|
||||||
|
$fa-var-deafness: "\f2a4";
|
||||||
|
$fa-var-dedent: "\f03b";
|
||||||
|
$fa-var-delicious: "\f1a5";
|
||||||
|
$fa-var-desktop: "\f108";
|
||||||
|
$fa-var-deviantart: "\f1bd";
|
||||||
|
$fa-var-diamond: "\f219";
|
||||||
|
$fa-var-digg: "\f1a6";
|
||||||
|
$fa-var-dollar: "\f155";
|
||||||
|
$fa-var-dot-circle-o: "\f192";
|
||||||
|
$fa-var-download: "\f019";
|
||||||
|
$fa-var-dribbble: "\f17d";
|
||||||
|
$fa-var-drivers-license: "\f2c2";
|
||||||
|
$fa-var-drivers-license-o: "\f2c3";
|
||||||
|
$fa-var-dropbox: "\f16b";
|
||||||
|
$fa-var-drupal: "\f1a9";
|
||||||
|
$fa-var-edge: "\f282";
|
||||||
|
$fa-var-edit: "\f044";
|
||||||
|
$fa-var-eercast: "\f2da";
|
||||||
|
$fa-var-eject: "\f052";
|
||||||
|
$fa-var-ellipsis-h: "\f141";
|
||||||
|
$fa-var-ellipsis-v: "\f142";
|
||||||
|
$fa-var-empire: "\f1d1";
|
||||||
|
$fa-var-envelope: "\f0e0";
|
||||||
|
$fa-var-envelope-o: "\f003";
|
||||||
|
$fa-var-envelope-open: "\f2b6";
|
||||||
|
$fa-var-envelope-open-o: "\f2b7";
|
||||||
|
$fa-var-envelope-square: "\f199";
|
||||||
|
$fa-var-envira: "\f299";
|
||||||
|
$fa-var-eraser: "\f12d";
|
||||||
|
$fa-var-etsy: "\f2d7";
|
||||||
|
$fa-var-eur: "\f153";
|
||||||
|
$fa-var-euro: "\f153";
|
||||||
|
$fa-var-exchange: "\f0ec";
|
||||||
|
$fa-var-exclamation: "\f12a";
|
||||||
|
$fa-var-exclamation-circle: "\f06a";
|
||||||
|
$fa-var-exclamation-triangle: "\f071";
|
||||||
|
$fa-var-expand: "\f065";
|
||||||
|
$fa-var-expeditedssl: "\f23e";
|
||||||
|
$fa-var-external-link: "\f08e";
|
||||||
|
$fa-var-external-link-square: "\f14c";
|
||||||
|
$fa-var-eye: "\f06e";
|
||||||
|
$fa-var-eye-slash: "\f070";
|
||||||
|
$fa-var-eyedropper: "\f1fb";
|
||||||
|
$fa-var-fa: "\f2b4";
|
||||||
|
$fa-var-facebook: "\f09a";
|
||||||
|
$fa-var-facebook-f: "\f09a";
|
||||||
|
$fa-var-facebook-official: "\f230";
|
||||||
|
$fa-var-facebook-square: "\f082";
|
||||||
|
$fa-var-fast-backward: "\f049";
|
||||||
|
$fa-var-fast-forward: "\f050";
|
||||||
|
$fa-var-fax: "\f1ac";
|
||||||
|
$fa-var-feed: "\f09e";
|
||||||
|
$fa-var-female: "\f182";
|
||||||
|
$fa-var-fighter-jet: "\f0fb";
|
||||||
|
$fa-var-file: "\f15b";
|
||||||
|
$fa-var-file-archive-o: "\f1c6";
|
||||||
|
$fa-var-file-audio-o: "\f1c7";
|
||||||
|
$fa-var-file-code-o: "\f1c9";
|
||||||
|
$fa-var-file-excel-o: "\f1c3";
|
||||||
|
$fa-var-file-image-o: "\f1c5";
|
||||||
|
$fa-var-file-movie-o: "\f1c8";
|
||||||
|
$fa-var-file-o: "\f016";
|
||||||
|
$fa-var-file-pdf-o: "\f1c1";
|
||||||
|
$fa-var-file-photo-o: "\f1c5";
|
||||||
|
$fa-var-file-picture-o: "\f1c5";
|
||||||
|
$fa-var-file-powerpoint-o: "\f1c4";
|
||||||
|
$fa-var-file-sound-o: "\f1c7";
|
||||||
|
$fa-var-file-text: "\f15c";
|
||||||
|
$fa-var-file-text-o: "\f0f6";
|
||||||
|
$fa-var-file-video-o: "\f1c8";
|
||||||
|
$fa-var-file-word-o: "\f1c2";
|
||||||
|
$fa-var-file-zip-o: "\f1c6";
|
||||||
|
$fa-var-files-o: "\f0c5";
|
||||||
|
$fa-var-film: "\f008";
|
||||||
|
$fa-var-filter: "\f0b0";
|
||||||
|
$fa-var-fire: "\f06d";
|
||||||
|
$fa-var-fire-extinguisher: "\f134";
|
||||||
|
$fa-var-firefox: "\f269";
|
||||||
|
$fa-var-first-order: "\f2b0";
|
||||||
|
$fa-var-flag: "\f024";
|
||||||
|
$fa-var-flag-checkered: "\f11e";
|
||||||
|
$fa-var-flag-o: "\f11d";
|
||||||
|
$fa-var-flash: "\f0e7";
|
||||||
|
$fa-var-flask: "\f0c3";
|
||||||
|
$fa-var-flickr: "\f16e";
|
||||||
|
$fa-var-floppy-o: "\f0c7";
|
||||||
|
$fa-var-folder: "\f07b";
|
||||||
|
$fa-var-folder-o: "\f114";
|
||||||
|
$fa-var-folder-open: "\f07c";
|
||||||
|
$fa-var-folder-open-o: "\f115";
|
||||||
|
$fa-var-font: "\f031";
|
||||||
|
$fa-var-font-awesome: "\f2b4";
|
||||||
|
$fa-var-fonticons: "\f280";
|
||||||
|
$fa-var-fort-awesome: "\f286";
|
||||||
|
$fa-var-forumbee: "\f211";
|
||||||
|
$fa-var-forward: "\f04e";
|
||||||
|
$fa-var-foursquare: "\f180";
|
||||||
|
$fa-var-free-code-camp: "\f2c5";
|
||||||
|
$fa-var-frown-o: "\f119";
|
||||||
|
$fa-var-futbol-o: "\f1e3";
|
||||||
|
$fa-var-gamepad: "\f11b";
|
||||||
|
$fa-var-gavel: "\f0e3";
|
||||||
|
$fa-var-gbp: "\f154";
|
||||||
|
$fa-var-ge: "\f1d1";
|
||||||
|
$fa-var-gear: "\f013";
|
||||||
|
$fa-var-gears: "\f085";
|
||||||
|
$fa-var-genderless: "\f22d";
|
||||||
|
$fa-var-get-pocket: "\f265";
|
||||||
|
$fa-var-gg: "\f260";
|
||||||
|
$fa-var-gg-circle: "\f261";
|
||||||
|
$fa-var-gift: "\f06b";
|
||||||
|
$fa-var-git: "\f1d3";
|
||||||
|
$fa-var-git-square: "\f1d2";
|
||||||
|
$fa-var-github: "\f09b";
|
||||||
|
$fa-var-github-alt: "\f113";
|
||||||
|
$fa-var-github-square: "\f092";
|
||||||
|
$fa-var-gitlab: "\f296";
|
||||||
|
$fa-var-gittip: "\f184";
|
||||||
|
$fa-var-glass: "\f000";
|
||||||
|
$fa-var-glide: "\f2a5";
|
||||||
|
$fa-var-glide-g: "\f2a6";
|
||||||
|
$fa-var-globe: "\f0ac";
|
||||||
|
$fa-var-google: "\f1a0";
|
||||||
|
$fa-var-google-plus: "\f0d5";
|
||||||
|
$fa-var-google-plus-circle: "\f2b3";
|
||||||
|
$fa-var-google-plus-official: "\f2b3";
|
||||||
|
$fa-var-google-plus-square: "\f0d4";
|
||||||
|
$fa-var-google-wallet: "\f1ee";
|
||||||
|
$fa-var-graduation-cap: "\f19d";
|
||||||
|
$fa-var-gratipay: "\f184";
|
||||||
|
$fa-var-grav: "\f2d6";
|
||||||
|
$fa-var-group: "\f0c0";
|
||||||
|
$fa-var-h-square: "\f0fd";
|
||||||
|
$fa-var-hacker-news: "\f1d4";
|
||||||
|
$fa-var-hand-grab-o: "\f255";
|
||||||
|
$fa-var-hand-lizard-o: "\f258";
|
||||||
|
$fa-var-hand-o-down: "\f0a7";
|
||||||
|
$fa-var-hand-o-left: "\f0a5";
|
||||||
|
$fa-var-hand-o-right: "\f0a4";
|
||||||
|
$fa-var-hand-o-up: "\f0a6";
|
||||||
|
$fa-var-hand-paper-o: "\f256";
|
||||||
|
$fa-var-hand-peace-o: "\f25b";
|
||||||
|
$fa-var-hand-pointer-o: "\f25a";
|
||||||
|
$fa-var-hand-rock-o: "\f255";
|
||||||
|
$fa-var-hand-scissors-o: "\f257";
|
||||||
|
$fa-var-hand-spock-o: "\f259";
|
||||||
|
$fa-var-hand-stop-o: "\f256";
|
||||||
|
$fa-var-handshake-o: "\f2b5";
|
||||||
|
$fa-var-hard-of-hearing: "\f2a4";
|
||||||
|
$fa-var-hashtag: "\f292";
|
||||||
|
$fa-var-hdd-o: "\f0a0";
|
||||||
|
$fa-var-header: "\f1dc";
|
||||||
|
$fa-var-headphones: "\f025";
|
||||||
|
$fa-var-heart: "\f004";
|
||||||
|
$fa-var-heart-o: "\f08a";
|
||||||
|
$fa-var-heartbeat: "\f21e";
|
||||||
|
$fa-var-history: "\f1da";
|
||||||
|
$fa-var-home: "\f015";
|
||||||
|
$fa-var-hospital-o: "\f0f8";
|
||||||
|
$fa-var-hotel: "\f236";
|
||||||
|
$fa-var-hourglass: "\f254";
|
||||||
|
$fa-var-hourglass-1: "\f251";
|
||||||
|
$fa-var-hourglass-2: "\f252";
|
||||||
|
$fa-var-hourglass-3: "\f253";
|
||||||
|
$fa-var-hourglass-end: "\f253";
|
||||||
|
$fa-var-hourglass-half: "\f252";
|
||||||
|
$fa-var-hourglass-o: "\f250";
|
||||||
|
$fa-var-hourglass-start: "\f251";
|
||||||
|
$fa-var-houzz: "\f27c";
|
||||||
|
$fa-var-html5: "\f13b";
|
||||||
|
$fa-var-i-cursor: "\f246";
|
||||||
|
$fa-var-id-badge: "\f2c1";
|
||||||
|
$fa-var-id-card: "\f2c2";
|
||||||
|
$fa-var-id-card-o: "\f2c3";
|
||||||
|
$fa-var-ils: "\f20b";
|
||||||
|
$fa-var-image: "\f03e";
|
||||||
|
$fa-var-imdb: "\f2d8";
|
||||||
|
$fa-var-inbox: "\f01c";
|
||||||
|
$fa-var-indent: "\f03c";
|
||||||
|
$fa-var-industry: "\f275";
|
||||||
|
$fa-var-info: "\f129";
|
||||||
|
$fa-var-info-circle: "\f05a";
|
||||||
|
$fa-var-inr: "\f156";
|
||||||
|
$fa-var-instagram: "\f16d";
|
||||||
|
$fa-var-institution: "\f19c";
|
||||||
|
$fa-var-internet-explorer: "\f26b";
|
||||||
|
$fa-var-intersex: "\f224";
|
||||||
|
$fa-var-ioxhost: "\f208";
|
||||||
|
$fa-var-italic: "\f033";
|
||||||
|
$fa-var-joomla: "\f1aa";
|
||||||
|
$fa-var-jpy: "\f157";
|
||||||
|
$fa-var-jsfiddle: "\f1cc";
|
||||||
|
$fa-var-key: "\f084";
|
||||||
|
$fa-var-keyboard-o: "\f11c";
|
||||||
|
$fa-var-krw: "\f159";
|
||||||
|
$fa-var-language: "\f1ab";
|
||||||
|
$fa-var-laptop: "\f109";
|
||||||
|
$fa-var-lastfm: "\f202";
|
||||||
|
$fa-var-lastfm-square: "\f203";
|
||||||
|
$fa-var-leaf: "\f06c";
|
||||||
|
$fa-var-leanpub: "\f212";
|
||||||
|
$fa-var-legal: "\f0e3";
|
||||||
|
$fa-var-lemon-o: "\f094";
|
||||||
|
$fa-var-level-down: "\f149";
|
||||||
|
$fa-var-level-up: "\f148";
|
||||||
|
$fa-var-life-bouy: "\f1cd";
|
||||||
|
$fa-var-life-buoy: "\f1cd";
|
||||||
|
$fa-var-life-ring: "\f1cd";
|
||||||
|
$fa-var-life-saver: "\f1cd";
|
||||||
|
$fa-var-lightbulb-o: "\f0eb";
|
||||||
|
$fa-var-line-chart: "\f201";
|
||||||
|
$fa-var-link: "\f0c1";
|
||||||
|
$fa-var-linkedin: "\f0e1";
|
||||||
|
$fa-var-linkedin-square: "\f08c";
|
||||||
|
$fa-var-linode: "\f2b8";
|
||||||
|
$fa-var-linux: "\f17c";
|
||||||
|
$fa-var-list: "\f03a";
|
||||||
|
$fa-var-list-alt: "\f022";
|
||||||
|
$fa-var-list-ol: "\f0cb";
|
||||||
|
$fa-var-list-ul: "\f0ca";
|
||||||
|
$fa-var-location-arrow: "\f124";
|
||||||
|
$fa-var-lock: "\f023";
|
||||||
|
$fa-var-long-arrow-down: "\f175";
|
||||||
|
$fa-var-long-arrow-left: "\f177";
|
||||||
|
$fa-var-long-arrow-right: "\f178";
|
||||||
|
$fa-var-long-arrow-up: "\f176";
|
||||||
|
$fa-var-low-vision: "\f2a8";
|
||||||
|
$fa-var-magic: "\f0d0";
|
||||||
|
$fa-var-magnet: "\f076";
|
||||||
|
$fa-var-mail-forward: "\f064";
|
||||||
|
$fa-var-mail-reply: "\f112";
|
||||||
|
$fa-var-mail-reply-all: "\f122";
|
||||||
|
$fa-var-male: "\f183";
|
||||||
|
$fa-var-map: "\f279";
|
||||||
|
$fa-var-map-marker: "\f041";
|
||||||
|
$fa-var-map-o: "\f278";
|
||||||
|
$fa-var-map-pin: "\f276";
|
||||||
|
$fa-var-map-signs: "\f277";
|
||||||
|
$fa-var-mars: "\f222";
|
||||||
|
$fa-var-mars-double: "\f227";
|
||||||
|
$fa-var-mars-stroke: "\f229";
|
||||||
|
$fa-var-mars-stroke-h: "\f22b";
|
||||||
|
$fa-var-mars-stroke-v: "\f22a";
|
||||||
|
$fa-var-maxcdn: "\f136";
|
||||||
|
$fa-var-meanpath: "\f20c";
|
||||||
|
$fa-var-medium: "\f23a";
|
||||||
|
$fa-var-medkit: "\f0fa";
|
||||||
|
$fa-var-meetup: "\f2e0";
|
||||||
|
$fa-var-meh-o: "\f11a";
|
||||||
|
$fa-var-mercury: "\f223";
|
||||||
|
$fa-var-microchip: "\f2db";
|
||||||
|
$fa-var-microphone: "\f130";
|
||||||
|
$fa-var-microphone-slash: "\f131";
|
||||||
|
$fa-var-minus: "\f068";
|
||||||
|
$fa-var-minus-circle: "\f056";
|
||||||
|
$fa-var-minus-square: "\f146";
|
||||||
|
$fa-var-minus-square-o: "\f147";
|
||||||
|
$fa-var-mixcloud: "\f289";
|
||||||
|
$fa-var-mobile: "\f10b";
|
||||||
|
$fa-var-mobile-phone: "\f10b";
|
||||||
|
$fa-var-modx: "\f285";
|
||||||
|
$fa-var-money: "\f0d6";
|
||||||
|
$fa-var-moon-o: "\f186";
|
||||||
|
$fa-var-mortar-board: "\f19d";
|
||||||
|
$fa-var-motorcycle: "\f21c";
|
||||||
|
$fa-var-mouse-pointer: "\f245";
|
||||||
|
$fa-var-music: "\f001";
|
||||||
|
$fa-var-navicon: "\f0c9";
|
||||||
|
$fa-var-neuter: "\f22c";
|
||||||
|
$fa-var-newspaper-o: "\f1ea";
|
||||||
|
$fa-var-object-group: "\f247";
|
||||||
|
$fa-var-object-ungroup: "\f248";
|
||||||
|
$fa-var-odnoklassniki: "\f263";
|
||||||
|
$fa-var-odnoklassniki-square: "\f264";
|
||||||
|
$fa-var-opencart: "\f23d";
|
||||||
|
$fa-var-openid: "\f19b";
|
||||||
|
$fa-var-opera: "\f26a";
|
||||||
|
$fa-var-optin-monster: "\f23c";
|
||||||
|
$fa-var-outdent: "\f03b";
|
||||||
|
$fa-var-pagelines: "\f18c";
|
||||||
|
$fa-var-paint-brush: "\f1fc";
|
||||||
|
$fa-var-paper-plane: "\f1d8";
|
||||||
|
$fa-var-paper-plane-o: "\f1d9";
|
||||||
|
$fa-var-paperclip: "\f0c6";
|
||||||
|
$fa-var-paragraph: "\f1dd";
|
||||||
|
$fa-var-paste: "\f0ea";
|
||||||
|
$fa-var-pause: "\f04c";
|
||||||
|
$fa-var-pause-circle: "\f28b";
|
||||||
|
$fa-var-pause-circle-o: "\f28c";
|
||||||
|
$fa-var-paw: "\f1b0";
|
||||||
|
$fa-var-paypal: "\f1ed";
|
||||||
|
$fa-var-pencil: "\f040";
|
||||||
|
$fa-var-pencil-square: "\f14b";
|
||||||
|
$fa-var-pencil-square-o: "\f044";
|
||||||
|
$fa-var-percent: "\f295";
|
||||||
|
$fa-var-phone: "\f095";
|
||||||
|
$fa-var-phone-square: "\f098";
|
||||||
|
$fa-var-photo: "\f03e";
|
||||||
|
$fa-var-picture-o: "\f03e";
|
||||||
|
$fa-var-pie-chart: "\f200";
|
||||||
|
$fa-var-pied-piper: "\f2ae";
|
||||||
|
$fa-var-pied-piper-alt: "\f1a8";
|
||||||
|
$fa-var-pied-piper-pp: "\f1a7";
|
||||||
|
$fa-var-pinterest: "\f0d2";
|
||||||
|
$fa-var-pinterest-p: "\f231";
|
||||||
|
$fa-var-pinterest-square: "\f0d3";
|
||||||
|
$fa-var-plane: "\f072";
|
||||||
|
$fa-var-play: "\f04b";
|
||||||
|
$fa-var-play-circle: "\f144";
|
||||||
|
$fa-var-play-circle-o: "\f01d";
|
||||||
|
$fa-var-plug: "\f1e6";
|
||||||
|
$fa-var-plus: "\f067";
|
||||||
|
$fa-var-plus-circle: "\f055";
|
||||||
|
$fa-var-plus-square: "\f0fe";
|
||||||
|
$fa-var-plus-square-o: "\f196";
|
||||||
|
$fa-var-podcast: "\f2ce";
|
||||||
|
$fa-var-power-off: "\f011";
|
||||||
|
$fa-var-print: "\f02f";
|
||||||
|
$fa-var-product-hunt: "\f288";
|
||||||
|
$fa-var-puzzle-piece: "\f12e";
|
||||||
|
$fa-var-qq: "\f1d6";
|
||||||
|
$fa-var-qrcode: "\f029";
|
||||||
|
$fa-var-question: "\f128";
|
||||||
|
$fa-var-question-circle: "\f059";
|
||||||
|
$fa-var-question-circle-o: "\f29c";
|
||||||
|
$fa-var-quora: "\f2c4";
|
||||||
|
$fa-var-quote-left: "\f10d";
|
||||||
|
$fa-var-quote-right: "\f10e";
|
||||||
|
$fa-var-ra: "\f1d0";
|
||||||
|
$fa-var-random: "\f074";
|
||||||
|
$fa-var-ravelry: "\f2d9";
|
||||||
|
$fa-var-rebel: "\f1d0";
|
||||||
|
$fa-var-recycle: "\f1b8";
|
||||||
|
$fa-var-reddit: "\f1a1";
|
||||||
|
$fa-var-reddit-alien: "\f281";
|
||||||
|
$fa-var-reddit-square: "\f1a2";
|
||||||
|
$fa-var-refresh: "\f021";
|
||||||
|
$fa-var-registered: "\f25d";
|
||||||
|
$fa-var-remove: "\f00d";
|
||||||
|
$fa-var-renren: "\f18b";
|
||||||
|
$fa-var-reorder: "\f0c9";
|
||||||
|
$fa-var-repeat: "\f01e";
|
||||||
|
$fa-var-reply: "\f112";
|
||||||
|
$fa-var-reply-all: "\f122";
|
||||||
|
$fa-var-resistance: "\f1d0";
|
||||||
|
$fa-var-retweet: "\f079";
|
||||||
|
$fa-var-rmb: "\f157";
|
||||||
|
$fa-var-road: "\f018";
|
||||||
|
$fa-var-rocket: "\f135";
|
||||||
|
$fa-var-rotate-left: "\f0e2";
|
||||||
|
$fa-var-rotate-right: "\f01e";
|
||||||
|
$fa-var-rouble: "\f158";
|
||||||
|
$fa-var-rss: "\f09e";
|
||||||
|
$fa-var-rss-square: "\f143";
|
||||||
|
$fa-var-rub: "\f158";
|
||||||
|
$fa-var-ruble: "\f158";
|
||||||
|
$fa-var-rupee: "\f156";
|
||||||
|
$fa-var-s15: "\f2cd";
|
||||||
|
$fa-var-safari: "\f267";
|
||||||
|
$fa-var-save: "\f0c7";
|
||||||
|
$fa-var-scissors: "\f0c4";
|
||||||
|
$fa-var-scribd: "\f28a";
|
||||||
|
$fa-var-search: "\f002";
|
||||||
|
$fa-var-search-minus: "\f010";
|
||||||
|
$fa-var-search-plus: "\f00e";
|
||||||
|
$fa-var-sellsy: "\f213";
|
||||||
|
$fa-var-send: "\f1d8";
|
||||||
|
$fa-var-send-o: "\f1d9";
|
||||||
|
$fa-var-server: "\f233";
|
||||||
|
$fa-var-share: "\f064";
|
||||||
|
$fa-var-share-alt: "\f1e0";
|
||||||
|
$fa-var-share-alt-square: "\f1e1";
|
||||||
|
$fa-var-share-square: "\f14d";
|
||||||
|
$fa-var-share-square-o: "\f045";
|
||||||
|
$fa-var-shekel: "\f20b";
|
||||||
|
$fa-var-sheqel: "\f20b";
|
||||||
|
$fa-var-shield: "\f132";
|
||||||
|
$fa-var-ship: "\f21a";
|
||||||
|
$fa-var-shirtsinbulk: "\f214";
|
||||||
|
$fa-var-shopping-bag: "\f290";
|
||||||
|
$fa-var-shopping-basket: "\f291";
|
||||||
|
$fa-var-shopping-cart: "\f07a";
|
||||||
|
$fa-var-shower: "\f2cc";
|
||||||
|
$fa-var-sign-in: "\f090";
|
||||||
|
$fa-var-sign-language: "\f2a7";
|
||||||
|
$fa-var-sign-out: "\f08b";
|
||||||
|
$fa-var-signal: "\f012";
|
||||||
|
$fa-var-signing: "\f2a7";
|
||||||
|
$fa-var-simplybuilt: "\f215";
|
||||||
|
$fa-var-sitemap: "\f0e8";
|
||||||
|
$fa-var-skyatlas: "\f216";
|
||||||
|
$fa-var-skype: "\f17e";
|
||||||
|
$fa-var-slack: "\f198";
|
||||||
|
$fa-var-sliders: "\f1de";
|
||||||
|
$fa-var-slideshare: "\f1e7";
|
||||||
|
$fa-var-smile-o: "\f118";
|
||||||
|
$fa-var-snapchat: "\f2ab";
|
||||||
|
$fa-var-snapchat-ghost: "\f2ac";
|
||||||
|
$fa-var-snapchat-square: "\f2ad";
|
||||||
|
$fa-var-snowflake-o: "\f2dc";
|
||||||
|
$fa-var-soccer-ball-o: "\f1e3";
|
||||||
|
$fa-var-sort: "\f0dc";
|
||||||
|
$fa-var-sort-alpha-asc: "\f15d";
|
||||||
|
$fa-var-sort-alpha-desc: "\f15e";
|
||||||
|
$fa-var-sort-amount-asc: "\f160";
|
||||||
|
$fa-var-sort-amount-desc: "\f161";
|
||||||
|
$fa-var-sort-asc: "\f0de";
|
||||||
|
$fa-var-sort-desc: "\f0dd";
|
||||||
|
$fa-var-sort-down: "\f0dd";
|
||||||
|
$fa-var-sort-numeric-asc: "\f162";
|
||||||
|
$fa-var-sort-numeric-desc: "\f163";
|
||||||
|
$fa-var-sort-up: "\f0de";
|
||||||
|
$fa-var-soundcloud: "\f1be";
|
||||||
|
$fa-var-space-shuttle: "\f197";
|
||||||
|
$fa-var-spinner: "\f110";
|
||||||
|
$fa-var-spoon: "\f1b1";
|
||||||
|
$fa-var-spotify: "\f1bc";
|
||||||
|
$fa-var-square: "\f0c8";
|
||||||
|
$fa-var-square-o: "\f096";
|
||||||
|
$fa-var-stack-exchange: "\f18d";
|
||||||
|
$fa-var-stack-overflow: "\f16c";
|
||||||
|
$fa-var-star: "\f005";
|
||||||
|
$fa-var-star-half: "\f089";
|
||||||
|
$fa-var-star-half-empty: "\f123";
|
||||||
|
$fa-var-star-half-full: "\f123";
|
||||||
|
$fa-var-star-half-o: "\f123";
|
||||||
|
$fa-var-star-o: "\f006";
|
||||||
|
$fa-var-steam: "\f1b6";
|
||||||
|
$fa-var-steam-square: "\f1b7";
|
||||||
|
$fa-var-step-backward: "\f048";
|
||||||
|
$fa-var-step-forward: "\f051";
|
||||||
|
$fa-var-stethoscope: "\f0f1";
|
||||||
|
$fa-var-sticky-note: "\f249";
|
||||||
|
$fa-var-sticky-note-o: "\f24a";
|
||||||
|
$fa-var-stop: "\f04d";
|
||||||
|
$fa-var-stop-circle: "\f28d";
|
||||||
|
$fa-var-stop-circle-o: "\f28e";
|
||||||
|
$fa-var-street-view: "\f21d";
|
||||||
|
$fa-var-strikethrough: "\f0cc";
|
||||||
|
$fa-var-stumbleupon: "\f1a4";
|
||||||
|
$fa-var-stumbleupon-circle: "\f1a3";
|
||||||
|
$fa-var-subscript: "\f12c";
|
||||||
|
$fa-var-subway: "\f239";
|
||||||
|
$fa-var-suitcase: "\f0f2";
|
||||||
|
$fa-var-sun-o: "\f185";
|
||||||
|
$fa-var-superpowers: "\f2dd";
|
||||||
|
$fa-var-superscript: "\f12b";
|
||||||
|
$fa-var-support: "\f1cd";
|
||||||
|
$fa-var-table: "\f0ce";
|
||||||
|
$fa-var-tablet: "\f10a";
|
||||||
|
$fa-var-tachometer: "\f0e4";
|
||||||
|
$fa-var-tag: "\f02b";
|
||||||
|
$fa-var-tags: "\f02c";
|
||||||
|
$fa-var-tasks: "\f0ae";
|
||||||
|
$fa-var-taxi: "\f1ba";
|
||||||
|
$fa-var-telegram: "\f2c6";
|
||||||
|
$fa-var-television: "\f26c";
|
||||||
|
$fa-var-tencent-weibo: "\f1d5";
|
||||||
|
$fa-var-terminal: "\f120";
|
||||||
|
$fa-var-text-height: "\f034";
|
||||||
|
$fa-var-text-width: "\f035";
|
||||||
|
$fa-var-th: "\f00a";
|
||||||
|
$fa-var-th-large: "\f009";
|
||||||
|
$fa-var-th-list: "\f00b";
|
||||||
|
$fa-var-themeisle: "\f2b2";
|
||||||
|
$fa-var-thermometer: "\f2c7";
|
||||||
|
$fa-var-thermometer-0: "\f2cb";
|
||||||
|
$fa-var-thermometer-1: "\f2ca";
|
||||||
|
$fa-var-thermometer-2: "\f2c9";
|
||||||
|
$fa-var-thermometer-3: "\f2c8";
|
||||||
|
$fa-var-thermometer-4: "\f2c7";
|
||||||
|
$fa-var-thermometer-empty: "\f2cb";
|
||||||
|
$fa-var-thermometer-full: "\f2c7";
|
||||||
|
$fa-var-thermometer-half: "\f2c9";
|
||||||
|
$fa-var-thermometer-quarter: "\f2ca";
|
||||||
|
$fa-var-thermometer-three-quarters: "\f2c8";
|
||||||
|
$fa-var-thumb-tack: "\f08d";
|
||||||
|
$fa-var-thumbs-down: "\f165";
|
||||||
|
$fa-var-thumbs-o-down: "\f088";
|
||||||
|
$fa-var-thumbs-o-up: "\f087";
|
||||||
|
$fa-var-thumbs-up: "\f164";
|
||||||
|
$fa-var-ticket: "\f145";
|
||||||
|
$fa-var-times: "\f00d";
|
||||||
|
$fa-var-times-circle: "\f057";
|
||||||
|
$fa-var-times-circle-o: "\f05c";
|
||||||
|
$fa-var-times-rectangle: "\f2d3";
|
||||||
|
$fa-var-times-rectangle-o: "\f2d4";
|
||||||
|
$fa-var-tint: "\f043";
|
||||||
|
$fa-var-toggle-down: "\f150";
|
||||||
|
$fa-var-toggle-left: "\f191";
|
||||||
|
$fa-var-toggle-off: "\f204";
|
||||||
|
$fa-var-toggle-on: "\f205";
|
||||||
|
$fa-var-toggle-right: "\f152";
|
||||||
|
$fa-var-toggle-up: "\f151";
|
||||||
|
$fa-var-trademark: "\f25c";
|
||||||
|
$fa-var-train: "\f238";
|
||||||
|
$fa-var-transgender: "\f224";
|
||||||
|
$fa-var-transgender-alt: "\f225";
|
||||||
|
$fa-var-trash: "\f1f8";
|
||||||
|
$fa-var-trash-o: "\f014";
|
||||||
|
$fa-var-tree: "\f1bb";
|
||||||
|
$fa-var-trello: "\f181";
|
||||||
|
$fa-var-tripadvisor: "\f262";
|
||||||
|
$fa-var-trophy: "\f091";
|
||||||
|
$fa-var-truck: "\f0d1";
|
||||||
|
$fa-var-try: "\f195";
|
||||||
|
$fa-var-tty: "\f1e4";
|
||||||
|
$fa-var-tumblr: "\f173";
|
||||||
|
$fa-var-tumblr-square: "\f174";
|
||||||
|
$fa-var-turkish-lira: "\f195";
|
||||||
|
$fa-var-tv: "\f26c";
|
||||||
|
$fa-var-twitch: "\f1e8";
|
||||||
|
$fa-var-twitter: "\f099";
|
||||||
|
$fa-var-twitter-square: "\f081";
|
||||||
|
$fa-var-umbrella: "\f0e9";
|
||||||
|
$fa-var-underline: "\f0cd";
|
||||||
|
$fa-var-undo: "\f0e2";
|
||||||
|
$fa-var-universal-access: "\f29a";
|
||||||
|
$fa-var-university: "\f19c";
|
||||||
|
$fa-var-unlink: "\f127";
|
||||||
|
$fa-var-unlock: "\f09c";
|
||||||
|
$fa-var-unlock-alt: "\f13e";
|
||||||
|
$fa-var-unsorted: "\f0dc";
|
||||||
|
$fa-var-upload: "\f093";
|
||||||
|
$fa-var-usb: "\f287";
|
||||||
|
$fa-var-usd: "\f155";
|
||||||
|
$fa-var-user: "\f007";
|
||||||
|
$fa-var-user-circle: "\f2bd";
|
||||||
|
$fa-var-user-circle-o: "\f2be";
|
||||||
|
$fa-var-user-md: "\f0f0";
|
||||||
|
$fa-var-user-o: "\f2c0";
|
||||||
|
$fa-var-user-plus: "\f234";
|
||||||
|
$fa-var-user-secret: "\f21b";
|
||||||
|
$fa-var-user-times: "\f235";
|
||||||
|
$fa-var-users: "\f0c0";
|
||||||
|
$fa-var-vcard: "\f2bb";
|
||||||
|
$fa-var-vcard-o: "\f2bc";
|
||||||
|
$fa-var-venus: "\f221";
|
||||||
|
$fa-var-venus-double: "\f226";
|
||||||
|
$fa-var-venus-mars: "\f228";
|
||||||
|
$fa-var-viacoin: "\f237";
|
||||||
|
$fa-var-viadeo: "\f2a9";
|
||||||
|
$fa-var-viadeo-square: "\f2aa";
|
||||||
|
$fa-var-video-camera: "\f03d";
|
||||||
|
$fa-var-vimeo: "\f27d";
|
||||||
|
$fa-var-vimeo-square: "\f194";
|
||||||
|
$fa-var-vine: "\f1ca";
|
||||||
|
$fa-var-vk: "\f189";
|
||||||
|
$fa-var-volume-control-phone: "\f2a0";
|
||||||
|
$fa-var-volume-down: "\f027";
|
||||||
|
$fa-var-volume-off: "\f026";
|
||||||
|
$fa-var-volume-up: "\f028";
|
||||||
|
$fa-var-warning: "\f071";
|
||||||
|
$fa-var-wechat: "\f1d7";
|
||||||
|
$fa-var-weibo: "\f18a";
|
||||||
|
$fa-var-weixin: "\f1d7";
|
||||||
|
$fa-var-whatsapp: "\f232";
|
||||||
|
$fa-var-wheelchair: "\f193";
|
||||||
|
$fa-var-wheelchair-alt: "\f29b";
|
||||||
|
$fa-var-wifi: "\f1eb";
|
||||||
|
$fa-var-wikipedia-w: "\f266";
|
||||||
|
$fa-var-window-close: "\f2d3";
|
||||||
|
$fa-var-window-close-o: "\f2d4";
|
||||||
|
$fa-var-window-maximize: "\f2d0";
|
||||||
|
$fa-var-window-minimize: "\f2d1";
|
||||||
|
$fa-var-window-restore: "\f2d2";
|
||||||
|
$fa-var-windows: "\f17a";
|
||||||
|
$fa-var-won: "\f159";
|
||||||
|
$fa-var-wordpress: "\f19a";
|
||||||
|
$fa-var-wpbeginner: "\f297";
|
||||||
|
$fa-var-wpexplorer: "\f2de";
|
||||||
|
$fa-var-wpforms: "\f298";
|
||||||
|
$fa-var-wrench: "\f0ad";
|
||||||
|
$fa-var-xing: "\f168";
|
||||||
|
$fa-var-xing-square: "\f169";
|
||||||
|
$fa-var-y-combinator: "\f23b";
|
||||||
|
$fa-var-y-combinator-square: "\f1d4";
|
||||||
|
$fa-var-yahoo: "\f19e";
|
||||||
|
$fa-var-yc: "\f23b";
|
||||||
|
$fa-var-yc-square: "\f1d4";
|
||||||
|
$fa-var-yelp: "\f1e9";
|
||||||
|
$fa-var-yen: "\f157";
|
||||||
|
$fa-var-yoast: "\f2b1";
|
||||||
|
$fa-var-youtube: "\f167";
|
||||||
|
$fa-var-youtube-play: "\f16a";
|
||||||
|
$fa-var-youtube-square: "\f166";
|
||||||
|
|
||||||
18
assets/fonts/font-awesome/scss/font-awesome.scss
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||||
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
|
*/
|
||||||
|
|
||||||
|
@import "variables";
|
||||||
|
@import "mixins";
|
||||||
|
@import "path";
|
||||||
|
@import "core";
|
||||||
|
@import "larger";
|
||||||
|
@import "fixed-width";
|
||||||
|
@import "list";
|
||||||
|
@import "bordered-pulled";
|
||||||
|
@import "animated";
|
||||||
|
@import "rotated-flipped";
|
||||||
|
@import "stacked";
|
||||||
|
@import "icons";
|
||||||
|
@import "screen-reader";
|
||||||
BIN
assets/fonts/material-icons/MaterialIcons-Regular.eot
Normal file
1
assets/fonts/material-icons/MaterialIcons-Regular.ijmap
Normal file
2373
assets/fonts/material-icons/MaterialIcons-Regular.svg
Normal file
|
After Width: | Height: | Size: 275 KiB |
BIN
assets/fonts/material-icons/MaterialIcons-Regular.ttf
Normal file
BIN
assets/fonts/material-icons/MaterialIcons-Regular.woff
Normal file
BIN
assets/fonts/material-icons/MaterialIcons-Regular.woff2
Normal file
9
assets/fonts/material-icons/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
The recommended way to use the Material Icons font is by linking to the web font hosted on Google Fonts:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
||||||
|
rel="stylesheet">
|
||||||
|
```
|
||||||
|
|
||||||
|
Read more in our full usage guide:
|
||||||
|
http://google.github.io/material-design-icons/#icon-font-for-the-web
|
||||||
932
assets/fonts/material-icons/codepoints
Normal file
|
|
@ -0,0 +1,932 @@
|
||||||
|
3d_rotation e84d
|
||||||
|
ac_unit eb3b
|
||||||
|
access_alarm e190
|
||||||
|
access_alarms e191
|
||||||
|
access_time e192
|
||||||
|
accessibility e84e
|
||||||
|
accessible e914
|
||||||
|
account_balance e84f
|
||||||
|
account_balance_wallet e850
|
||||||
|
account_box e851
|
||||||
|
account_circle e853
|
||||||
|
adb e60e
|
||||||
|
add e145
|
||||||
|
add_a_photo e439
|
||||||
|
add_alarm e193
|
||||||
|
add_alert e003
|
||||||
|
add_box e146
|
||||||
|
add_circle e147
|
||||||
|
add_circle_outline e148
|
||||||
|
add_location e567
|
||||||
|
add_shopping_cart e854
|
||||||
|
add_to_photos e39d
|
||||||
|
add_to_queue e05c
|
||||||
|
adjust e39e
|
||||||
|
airline_seat_flat e630
|
||||||
|
airline_seat_flat_angled e631
|
||||||
|
airline_seat_individual_suite e632
|
||||||
|
airline_seat_legroom_extra e633
|
||||||
|
airline_seat_legroom_normal e634
|
||||||
|
airline_seat_legroom_reduced e635
|
||||||
|
airline_seat_recline_extra e636
|
||||||
|
airline_seat_recline_normal e637
|
||||||
|
airplanemode_active e195
|
||||||
|
airplanemode_inactive e194
|
||||||
|
airplay e055
|
||||||
|
airport_shuttle eb3c
|
||||||
|
alarm e855
|
||||||
|
alarm_add e856
|
||||||
|
alarm_off e857
|
||||||
|
alarm_on e858
|
||||||
|
album e019
|
||||||
|
all_inclusive eb3d
|
||||||
|
all_out e90b
|
||||||
|
android e859
|
||||||
|
announcement e85a
|
||||||
|
apps e5c3
|
||||||
|
archive e149
|
||||||
|
arrow_back e5c4
|
||||||
|
arrow_downward e5db
|
||||||
|
arrow_drop_down e5c5
|
||||||
|
arrow_drop_down_circle e5c6
|
||||||
|
arrow_drop_up e5c7
|
||||||
|
arrow_forward e5c8
|
||||||
|
arrow_upward e5d8
|
||||||
|
art_track e060
|
||||||
|
aspect_ratio e85b
|
||||||
|
assessment e85c
|
||||||
|
assignment e85d
|
||||||
|
assignment_ind e85e
|
||||||
|
assignment_late e85f
|
||||||
|
assignment_return e860
|
||||||
|
assignment_returned e861
|
||||||
|
assignment_turned_in e862
|
||||||
|
assistant e39f
|
||||||
|
assistant_photo e3a0
|
||||||
|
attach_file e226
|
||||||
|
attach_money e227
|
||||||
|
attachment e2bc
|
||||||
|
audiotrack e3a1
|
||||||
|
autorenew e863
|
||||||
|
av_timer e01b
|
||||||
|
backspace e14a
|
||||||
|
backup e864
|
||||||
|
battery_alert e19c
|
||||||
|
battery_charging_full e1a3
|
||||||
|
battery_full e1a4
|
||||||
|
battery_std e1a5
|
||||||
|
battery_unknown e1a6
|
||||||
|
beach_access eb3e
|
||||||
|
beenhere e52d
|
||||||
|
block e14b
|
||||||
|
bluetooth e1a7
|
||||||
|
bluetooth_audio e60f
|
||||||
|
bluetooth_connected e1a8
|
||||||
|
bluetooth_disabled e1a9
|
||||||
|
bluetooth_searching e1aa
|
||||||
|
blur_circular e3a2
|
||||||
|
blur_linear e3a3
|
||||||
|
blur_off e3a4
|
||||||
|
blur_on e3a5
|
||||||
|
book e865
|
||||||
|
bookmark e866
|
||||||
|
bookmark_border e867
|
||||||
|
border_all e228
|
||||||
|
border_bottom e229
|
||||||
|
border_clear e22a
|
||||||
|
border_color e22b
|
||||||
|
border_horizontal e22c
|
||||||
|
border_inner e22d
|
||||||
|
border_left e22e
|
||||||
|
border_outer e22f
|
||||||
|
border_right e230
|
||||||
|
border_style e231
|
||||||
|
border_top e232
|
||||||
|
border_vertical e233
|
||||||
|
branding_watermark e06b
|
||||||
|
brightness_1 e3a6
|
||||||
|
brightness_2 e3a7
|
||||||
|
brightness_3 e3a8
|
||||||
|
brightness_4 e3a9
|
||||||
|
brightness_5 e3aa
|
||||||
|
brightness_6 e3ab
|
||||||
|
brightness_7 e3ac
|
||||||
|
brightness_auto e1ab
|
||||||
|
brightness_high e1ac
|
||||||
|
brightness_low e1ad
|
||||||
|
brightness_medium e1ae
|
||||||
|
broken_image e3ad
|
||||||
|
brush e3ae
|
||||||
|
bubble_chart e6dd
|
||||||
|
bug_report e868
|
||||||
|
build e869
|
||||||
|
burst_mode e43c
|
||||||
|
business e0af
|
||||||
|
business_center eb3f
|
||||||
|
cached e86a
|
||||||
|
cake e7e9
|
||||||
|
call e0b0
|
||||||
|
call_end e0b1
|
||||||
|
call_made e0b2
|
||||||
|
call_merge e0b3
|
||||||
|
call_missed e0b4
|
||||||
|
call_missed_outgoing e0e4
|
||||||
|
call_received e0b5
|
||||||
|
call_split e0b6
|
||||||
|
call_to_action e06c
|
||||||
|
camera e3af
|
||||||
|
camera_alt e3b0
|
||||||
|
camera_enhance e8fc
|
||||||
|
camera_front e3b1
|
||||||
|
camera_rear e3b2
|
||||||
|
camera_roll e3b3
|
||||||
|
cancel e5c9
|
||||||
|
card_giftcard e8f6
|
||||||
|
card_membership e8f7
|
||||||
|
card_travel e8f8
|
||||||
|
casino eb40
|
||||||
|
cast e307
|
||||||
|
cast_connected e308
|
||||||
|
center_focus_strong e3b4
|
||||||
|
center_focus_weak e3b5
|
||||||
|
change_history e86b
|
||||||
|
chat e0b7
|
||||||
|
chat_bubble e0ca
|
||||||
|
chat_bubble_outline e0cb
|
||||||
|
check e5ca
|
||||||
|
check_box e834
|
||||||
|
check_box_outline_blank e835
|
||||||
|
check_circle e86c
|
||||||
|
chevron_left e5cb
|
||||||
|
chevron_right e5cc
|
||||||
|
child_care eb41
|
||||||
|
child_friendly eb42
|
||||||
|
chrome_reader_mode e86d
|
||||||
|
class e86e
|
||||||
|
clear e14c
|
||||||
|
clear_all e0b8
|
||||||
|
close e5cd
|
||||||
|
closed_caption e01c
|
||||||
|
cloud e2bd
|
||||||
|
cloud_circle e2be
|
||||||
|
cloud_done e2bf
|
||||||
|
cloud_download e2c0
|
||||||
|
cloud_off e2c1
|
||||||
|
cloud_queue e2c2
|
||||||
|
cloud_upload e2c3
|
||||||
|
code e86f
|
||||||
|
collections e3b6
|
||||||
|
collections_bookmark e431
|
||||||
|
color_lens e3b7
|
||||||
|
colorize e3b8
|
||||||
|
comment e0b9
|
||||||
|
compare e3b9
|
||||||
|
compare_arrows e915
|
||||||
|
computer e30a
|
||||||
|
confirmation_number e638
|
||||||
|
contact_mail e0d0
|
||||||
|
contact_phone e0cf
|
||||||
|
contacts e0ba
|
||||||
|
content_copy e14d
|
||||||
|
content_cut e14e
|
||||||
|
content_paste e14f
|
||||||
|
control_point e3ba
|
||||||
|
control_point_duplicate e3bb
|
||||||
|
copyright e90c
|
||||||
|
create e150
|
||||||
|
create_new_folder e2cc
|
||||||
|
credit_card e870
|
||||||
|
crop e3be
|
||||||
|
crop_16_9 e3bc
|
||||||
|
crop_3_2 e3bd
|
||||||
|
crop_5_4 e3bf
|
||||||
|
crop_7_5 e3c0
|
||||||
|
crop_din e3c1
|
||||||
|
crop_free e3c2
|
||||||
|
crop_landscape e3c3
|
||||||
|
crop_original e3c4
|
||||||
|
crop_portrait e3c5
|
||||||
|
crop_rotate e437
|
||||||
|
crop_square e3c6
|
||||||
|
dashboard e871
|
||||||
|
data_usage e1af
|
||||||
|
date_range e916
|
||||||
|
dehaze e3c7
|
||||||
|
delete e872
|
||||||
|
delete_forever e92b
|
||||||
|
delete_sweep e16c
|
||||||
|
description e873
|
||||||
|
desktop_mac e30b
|
||||||
|
desktop_windows e30c
|
||||||
|
details e3c8
|
||||||
|
developer_board e30d
|
||||||
|
developer_mode e1b0
|
||||||
|
device_hub e335
|
||||||
|
devices e1b1
|
||||||
|
devices_other e337
|
||||||
|
dialer_sip e0bb
|
||||||
|
dialpad e0bc
|
||||||
|
directions e52e
|
||||||
|
directions_bike e52f
|
||||||
|
directions_boat e532
|
||||||
|
directions_bus e530
|
||||||
|
directions_car e531
|
||||||
|
directions_railway e534
|
||||||
|
directions_run e566
|
||||||
|
directions_subway e533
|
||||||
|
directions_transit e535
|
||||||
|
directions_walk e536
|
||||||
|
disc_full e610
|
||||||
|
dns e875
|
||||||
|
do_not_disturb e612
|
||||||
|
do_not_disturb_alt e611
|
||||||
|
do_not_disturb_off e643
|
||||||
|
do_not_disturb_on e644
|
||||||
|
dock e30e
|
||||||
|
domain e7ee
|
||||||
|
done e876
|
||||||
|
done_all e877
|
||||||
|
donut_large e917
|
||||||
|
donut_small e918
|
||||||
|
drafts e151
|
||||||
|
drag_handle e25d
|
||||||
|
drive_eta e613
|
||||||
|
dvr e1b2
|
||||||
|
edit e3c9
|
||||||
|
edit_location e568
|
||||||
|
eject e8fb
|
||||||
|
email e0be
|
||||||
|
enhanced_encryption e63f
|
||||||
|
equalizer e01d
|
||||||
|
error e000
|
||||||
|
error_outline e001
|
||||||
|
euro_symbol e926
|
||||||
|
ev_station e56d
|
||||||
|
event e878
|
||||||
|
event_available e614
|
||||||
|
event_busy e615
|
||||||
|
event_note e616
|
||||||
|
event_seat e903
|
||||||
|
exit_to_app e879
|
||||||
|
expand_less e5ce
|
||||||
|
expand_more e5cf
|
||||||
|
explicit e01e
|
||||||
|
explore e87a
|
||||||
|
exposure e3ca
|
||||||
|
exposure_neg_1 e3cb
|
||||||
|
exposure_neg_2 e3cc
|
||||||
|
exposure_plus_1 e3cd
|
||||||
|
exposure_plus_2 e3ce
|
||||||
|
exposure_zero e3cf
|
||||||
|
extension e87b
|
||||||
|
face e87c
|
||||||
|
fast_forward e01f
|
||||||
|
fast_rewind e020
|
||||||
|
favorite e87d
|
||||||
|
favorite_border e87e
|
||||||
|
featured_play_list e06d
|
||||||
|
featured_video e06e
|
||||||
|
feedback e87f
|
||||||
|
fiber_dvr e05d
|
||||||
|
fiber_manual_record e061
|
||||||
|
fiber_new e05e
|
||||||
|
fiber_pin e06a
|
||||||
|
fiber_smart_record e062
|
||||||
|
file_download e2c4
|
||||||
|
file_upload e2c6
|
||||||
|
filter e3d3
|
||||||
|
filter_1 e3d0
|
||||||
|
filter_2 e3d1
|
||||||
|
filter_3 e3d2
|
||||||
|
filter_4 e3d4
|
||||||
|
filter_5 e3d5
|
||||||
|
filter_6 e3d6
|
||||||
|
filter_7 e3d7
|
||||||
|
filter_8 e3d8
|
||||||
|
filter_9 e3d9
|
||||||
|
filter_9_plus e3da
|
||||||
|
filter_b_and_w e3db
|
||||||
|
filter_center_focus e3dc
|
||||||
|
filter_drama e3dd
|
||||||
|
filter_frames e3de
|
||||||
|
filter_hdr e3df
|
||||||
|
filter_list e152
|
||||||
|
filter_none e3e0
|
||||||
|
filter_tilt_shift e3e2
|
||||||
|
filter_vintage e3e3
|
||||||
|
find_in_page e880
|
||||||
|
find_replace e881
|
||||||
|
fingerprint e90d
|
||||||
|
first_page e5dc
|
||||||
|
fitness_center eb43
|
||||||
|
flag e153
|
||||||
|
flare e3e4
|
||||||
|
flash_auto e3e5
|
||||||
|
flash_off e3e6
|
||||||
|
flash_on e3e7
|
||||||
|
flight e539
|
||||||
|
flight_land e904
|
||||||
|
flight_takeoff e905
|
||||||
|
flip e3e8
|
||||||
|
flip_to_back e882
|
||||||
|
flip_to_front e883
|
||||||
|
folder e2c7
|
||||||
|
folder_open e2c8
|
||||||
|
folder_shared e2c9
|
||||||
|
folder_special e617
|
||||||
|
font_download e167
|
||||||
|
format_align_center e234
|
||||||
|
format_align_justify e235
|
||||||
|
format_align_left e236
|
||||||
|
format_align_right e237
|
||||||
|
format_bold e238
|
||||||
|
format_clear e239
|
||||||
|
format_color_fill e23a
|
||||||
|
format_color_reset e23b
|
||||||
|
format_color_text e23c
|
||||||
|
format_indent_decrease e23d
|
||||||
|
format_indent_increase e23e
|
||||||
|
format_italic e23f
|
||||||
|
format_line_spacing e240
|
||||||
|
format_list_bulleted e241
|
||||||
|
format_list_numbered e242
|
||||||
|
format_paint e243
|
||||||
|
format_quote e244
|
||||||
|
format_shapes e25e
|
||||||
|
format_size e245
|
||||||
|
format_strikethrough e246
|
||||||
|
format_textdirection_l_to_r e247
|
||||||
|
format_textdirection_r_to_l e248
|
||||||
|
format_underlined e249
|
||||||
|
forum e0bf
|
||||||
|
forward e154
|
||||||
|
forward_10 e056
|
||||||
|
forward_30 e057
|
||||||
|
forward_5 e058
|
||||||
|
free_breakfast eb44
|
||||||
|
fullscreen e5d0
|
||||||
|
fullscreen_exit e5d1
|
||||||
|
functions e24a
|
||||||
|
g_translate e927
|
||||||
|
gamepad e30f
|
||||||
|
games e021
|
||||||
|
gavel e90e
|
||||||
|
gesture e155
|
||||||
|
get_app e884
|
||||||
|
gif e908
|
||||||
|
golf_course eb45
|
||||||
|
gps_fixed e1b3
|
||||||
|
gps_not_fixed e1b4
|
||||||
|
gps_off e1b5
|
||||||
|
grade e885
|
||||||
|
gradient e3e9
|
||||||
|
grain e3ea
|
||||||
|
graphic_eq e1b8
|
||||||
|
grid_off e3eb
|
||||||
|
grid_on e3ec
|
||||||
|
group e7ef
|
||||||
|
group_add e7f0
|
||||||
|
group_work e886
|
||||||
|
hd e052
|
||||||
|
hdr_off e3ed
|
||||||
|
hdr_on e3ee
|
||||||
|
hdr_strong e3f1
|
||||||
|
hdr_weak e3f2
|
||||||
|
headset e310
|
||||||
|
headset_mic e311
|
||||||
|
healing e3f3
|
||||||
|
hearing e023
|
||||||
|
help e887
|
||||||
|
help_outline e8fd
|
||||||
|
high_quality e024
|
||||||
|
highlight e25f
|
||||||
|
highlight_off e888
|
||||||
|
history e889
|
||||||
|
home e88a
|
||||||
|
hot_tub eb46
|
||||||
|
hotel e53a
|
||||||
|
hourglass_empty e88b
|
||||||
|
hourglass_full e88c
|
||||||
|
http e902
|
||||||
|
https e88d
|
||||||
|
image e3f4
|
||||||
|
image_aspect_ratio e3f5
|
||||||
|
import_contacts e0e0
|
||||||
|
import_export e0c3
|
||||||
|
important_devices e912
|
||||||
|
inbox e156
|
||||||
|
indeterminate_check_box e909
|
||||||
|
info e88e
|
||||||
|
info_outline e88f
|
||||||
|
input e890
|
||||||
|
insert_chart e24b
|
||||||
|
insert_comment e24c
|
||||||
|
insert_drive_file e24d
|
||||||
|
insert_emoticon e24e
|
||||||
|
insert_invitation e24f
|
||||||
|
insert_link e250
|
||||||
|
insert_photo e251
|
||||||
|
invert_colors e891
|
||||||
|
invert_colors_off e0c4
|
||||||
|
iso e3f6
|
||||||
|
keyboard e312
|
||||||
|
keyboard_arrow_down e313
|
||||||
|
keyboard_arrow_left e314
|
||||||
|
keyboard_arrow_right e315
|
||||||
|
keyboard_arrow_up e316
|
||||||
|
keyboard_backspace e317
|
||||||
|
keyboard_capslock e318
|
||||||
|
keyboard_hide e31a
|
||||||
|
keyboard_return e31b
|
||||||
|
keyboard_tab e31c
|
||||||
|
keyboard_voice e31d
|
||||||
|
kitchen eb47
|
||||||
|
label e892
|
||||||
|
label_outline e893
|
||||||
|
landscape e3f7
|
||||||
|
language e894
|
||||||
|
laptop e31e
|
||||||
|
laptop_chromebook e31f
|
||||||
|
laptop_mac e320
|
||||||
|
laptop_windows e321
|
||||||
|
last_page e5dd
|
||||||
|
launch e895
|
||||||
|
layers e53b
|
||||||
|
layers_clear e53c
|
||||||
|
leak_add e3f8
|
||||||
|
leak_remove e3f9
|
||||||
|
lens e3fa
|
||||||
|
library_add e02e
|
||||||
|
library_books e02f
|
||||||
|
library_music e030
|
||||||
|
lightbulb_outline e90f
|
||||||
|
line_style e919
|
||||||
|
line_weight e91a
|
||||||
|
linear_scale e260
|
||||||
|
link e157
|
||||||
|
linked_camera e438
|
||||||
|
list e896
|
||||||
|
live_help e0c6
|
||||||
|
live_tv e639
|
||||||
|
local_activity e53f
|
||||||
|
local_airport e53d
|
||||||
|
local_atm e53e
|
||||||
|
local_bar e540
|
||||||
|
local_cafe e541
|
||||||
|
local_car_wash e542
|
||||||
|
local_convenience_store e543
|
||||||
|
local_dining e556
|
||||||
|
local_drink e544
|
||||||
|
local_florist e545
|
||||||
|
local_gas_station e546
|
||||||
|
local_grocery_store e547
|
||||||
|
local_hospital e548
|
||||||
|
local_hotel e549
|
||||||
|
local_laundry_service e54a
|
||||||
|
local_library e54b
|
||||||
|
local_mall e54c
|
||||||
|
local_movies e54d
|
||||||
|
local_offer e54e
|
||||||
|
local_parking e54f
|
||||||
|
local_pharmacy e550
|
||||||
|
local_phone e551
|
||||||
|
local_pizza e552
|
||||||
|
local_play e553
|
||||||
|
local_post_office e554
|
||||||
|
local_printshop e555
|
||||||
|
local_see e557
|
||||||
|
local_shipping e558
|
||||||
|
local_taxi e559
|
||||||
|
location_city e7f1
|
||||||
|
location_disabled e1b6
|
||||||
|
location_off e0c7
|
||||||
|
location_on e0c8
|
||||||
|
location_searching e1b7
|
||||||
|
lock e897
|
||||||
|
lock_open e898
|
||||||
|
lock_outline e899
|
||||||
|
looks e3fc
|
||||||
|
looks_3 e3fb
|
||||||
|
looks_4 e3fd
|
||||||
|
looks_5 e3fe
|
||||||
|
looks_6 e3ff
|
||||||
|
looks_one e400
|
||||||
|
looks_two e401
|
||||||
|
loop e028
|
||||||
|
loupe e402
|
||||||
|
low_priority e16d
|
||||||
|
loyalty e89a
|
||||||
|
mail e158
|
||||||
|
mail_outline e0e1
|
||||||
|
map e55b
|
||||||
|
markunread e159
|
||||||
|
markunread_mailbox e89b
|
||||||
|
memory e322
|
||||||
|
menu e5d2
|
||||||
|
merge_type e252
|
||||||
|
message e0c9
|
||||||
|
mic e029
|
||||||
|
mic_none e02a
|
||||||
|
mic_off e02b
|
||||||
|
mms e618
|
||||||
|
mode_comment e253
|
||||||
|
mode_edit e254
|
||||||
|
monetization_on e263
|
||||||
|
money_off e25c
|
||||||
|
monochrome_photos e403
|
||||||
|
mood e7f2
|
||||||
|
mood_bad e7f3
|
||||||
|
more e619
|
||||||
|
more_horiz e5d3
|
||||||
|
more_vert e5d4
|
||||||
|
motorcycle e91b
|
||||||
|
mouse e323
|
||||||
|
move_to_inbox e168
|
||||||
|
movie e02c
|
||||||
|
movie_creation e404
|
||||||
|
movie_filter e43a
|
||||||
|
multiline_chart e6df
|
||||||
|
music_note e405
|
||||||
|
music_video e063
|
||||||
|
my_location e55c
|
||||||
|
nature e406
|
||||||
|
nature_people e407
|
||||||
|
navigate_before e408
|
||||||
|
navigate_next e409
|
||||||
|
navigation e55d
|
||||||
|
near_me e569
|
||||||
|
network_cell e1b9
|
||||||
|
network_check e640
|
||||||
|
network_locked e61a
|
||||||
|
network_wifi e1ba
|
||||||
|
new_releases e031
|
||||||
|
next_week e16a
|
||||||
|
nfc e1bb
|
||||||
|
no_encryption e641
|
||||||
|
no_sim e0cc
|
||||||
|
not_interested e033
|
||||||
|
note e06f
|
||||||
|
note_add e89c
|
||||||
|
notifications e7f4
|
||||||
|
notifications_active e7f7
|
||||||
|
notifications_none e7f5
|
||||||
|
notifications_off e7f6
|
||||||
|
notifications_paused e7f8
|
||||||
|
offline_pin e90a
|
||||||
|
ondemand_video e63a
|
||||||
|
opacity e91c
|
||||||
|
open_in_browser e89d
|
||||||
|
open_in_new e89e
|
||||||
|
open_with e89f
|
||||||
|
pages e7f9
|
||||||
|
pageview e8a0
|
||||||
|
palette e40a
|
||||||
|
pan_tool e925
|
||||||
|
panorama e40b
|
||||||
|
panorama_fish_eye e40c
|
||||||
|
panorama_horizontal e40d
|
||||||
|
panorama_vertical e40e
|
||||||
|
panorama_wide_angle e40f
|
||||||
|
party_mode e7fa
|
||||||
|
pause e034
|
||||||
|
pause_circle_filled e035
|
||||||
|
pause_circle_outline e036
|
||||||
|
payment e8a1
|
||||||
|
people e7fb
|
||||||
|
people_outline e7fc
|
||||||
|
perm_camera_mic e8a2
|
||||||
|
perm_contact_calendar e8a3
|
||||||
|
perm_data_setting e8a4
|
||||||
|
perm_device_information e8a5
|
||||||
|
perm_identity e8a6
|
||||||
|
perm_media e8a7
|
||||||
|
perm_phone_msg e8a8
|
||||||
|
perm_scan_wifi e8a9
|
||||||
|
person e7fd
|
||||||
|
person_add e7fe
|
||||||
|
person_outline e7ff
|
||||||
|
person_pin e55a
|
||||||
|
person_pin_circle e56a
|
||||||
|
personal_video e63b
|
||||||
|
pets e91d
|
||||||
|
phone e0cd
|
||||||
|
phone_android e324
|
||||||
|
phone_bluetooth_speaker e61b
|
||||||
|
phone_forwarded e61c
|
||||||
|
phone_in_talk e61d
|
||||||
|
phone_iphone e325
|
||||||
|
phone_locked e61e
|
||||||
|
phone_missed e61f
|
||||||
|
phone_paused e620
|
||||||
|
phonelink e326
|
||||||
|
phonelink_erase e0db
|
||||||
|
phonelink_lock e0dc
|
||||||
|
phonelink_off e327
|
||||||
|
phonelink_ring e0dd
|
||||||
|
phonelink_setup e0de
|
||||||
|
photo e410
|
||||||
|
photo_album e411
|
||||||
|
photo_camera e412
|
||||||
|
photo_filter e43b
|
||||||
|
photo_library e413
|
||||||
|
photo_size_select_actual e432
|
||||||
|
photo_size_select_large e433
|
||||||
|
photo_size_select_small e434
|
||||||
|
picture_as_pdf e415
|
||||||
|
picture_in_picture e8aa
|
||||||
|
picture_in_picture_alt e911
|
||||||
|
pie_chart e6c4
|
||||||
|
pie_chart_outlined e6c5
|
||||||
|
pin_drop e55e
|
||||||
|
place e55f
|
||||||
|
play_arrow e037
|
||||||
|
play_circle_filled e038
|
||||||
|
play_circle_outline e039
|
||||||
|
play_for_work e906
|
||||||
|
playlist_add e03b
|
||||||
|
playlist_add_check e065
|
||||||
|
playlist_play e05f
|
||||||
|
plus_one e800
|
||||||
|
poll e801
|
||||||
|
polymer e8ab
|
||||||
|
pool eb48
|
||||||
|
portable_wifi_off e0ce
|
||||||
|
portrait e416
|
||||||
|
power e63c
|
||||||
|
power_input e336
|
||||||
|
power_settings_new e8ac
|
||||||
|
pregnant_woman e91e
|
||||||
|
present_to_all e0df
|
||||||
|
print e8ad
|
||||||
|
priority_high e645
|
||||||
|
public e80b
|
||||||
|
publish e255
|
||||||
|
query_builder e8ae
|
||||||
|
question_answer e8af
|
||||||
|
queue e03c
|
||||||
|
queue_music e03d
|
||||||
|
queue_play_next e066
|
||||||
|
radio e03e
|
||||||
|
radio_button_checked e837
|
||||||
|
radio_button_unchecked e836
|
||||||
|
rate_review e560
|
||||||
|
receipt e8b0
|
||||||
|
recent_actors e03f
|
||||||
|
record_voice_over e91f
|
||||||
|
redeem e8b1
|
||||||
|
redo e15a
|
||||||
|
refresh e5d5
|
||||||
|
remove e15b
|
||||||
|
remove_circle e15c
|
||||||
|
remove_circle_outline e15d
|
||||||
|
remove_from_queue e067
|
||||||
|
remove_red_eye e417
|
||||||
|
remove_shopping_cart e928
|
||||||
|
reorder e8fe
|
||||||
|
repeat e040
|
||||||
|
repeat_one e041
|
||||||
|
replay e042
|
||||||
|
replay_10 e059
|
||||||
|
replay_30 e05a
|
||||||
|
replay_5 e05b
|
||||||
|
reply e15e
|
||||||
|
reply_all e15f
|
||||||
|
report e160
|
||||||
|
report_problem e8b2
|
||||||
|
restaurant e56c
|
||||||
|
restaurant_menu e561
|
||||||
|
restore e8b3
|
||||||
|
restore_page e929
|
||||||
|
ring_volume e0d1
|
||||||
|
room e8b4
|
||||||
|
room_service eb49
|
||||||
|
rotate_90_degrees_ccw e418
|
||||||
|
rotate_left e419
|
||||||
|
rotate_right e41a
|
||||||
|
rounded_corner e920
|
||||||
|
router e328
|
||||||
|
rowing e921
|
||||||
|
rss_feed e0e5
|
||||||
|
rv_hookup e642
|
||||||
|
satellite e562
|
||||||
|
save e161
|
||||||
|
scanner e329
|
||||||
|
schedule e8b5
|
||||||
|
school e80c
|
||||||
|
screen_lock_landscape e1be
|
||||||
|
screen_lock_portrait e1bf
|
||||||
|
screen_lock_rotation e1c0
|
||||||
|
screen_rotation e1c1
|
||||||
|
screen_share e0e2
|
||||||
|
sd_card e623
|
||||||
|
sd_storage e1c2
|
||||||
|
search e8b6
|
||||||
|
security e32a
|
||||||
|
select_all e162
|
||||||
|
send e163
|
||||||
|
sentiment_dissatisfied e811
|
||||||
|
sentiment_neutral e812
|
||||||
|
sentiment_satisfied e813
|
||||||
|
sentiment_very_dissatisfied e814
|
||||||
|
sentiment_very_satisfied e815
|
||||||
|
settings e8b8
|
||||||
|
settings_applications e8b9
|
||||||
|
settings_backup_restore e8ba
|
||||||
|
settings_bluetooth e8bb
|
||||||
|
settings_brightness e8bd
|
||||||
|
settings_cell e8bc
|
||||||
|
settings_ethernet e8be
|
||||||
|
settings_input_antenna e8bf
|
||||||
|
settings_input_component e8c0
|
||||||
|
settings_input_composite e8c1
|
||||||
|
settings_input_hdmi e8c2
|
||||||
|
settings_input_svideo e8c3
|
||||||
|
settings_overscan e8c4
|
||||||
|
settings_phone e8c5
|
||||||
|
settings_power e8c6
|
||||||
|
settings_remote e8c7
|
||||||
|
settings_system_daydream e1c3
|
||||||
|
settings_voice e8c8
|
||||||
|
share e80d
|
||||||
|
shop e8c9
|
||||||
|
shop_two e8ca
|
||||||
|
shopping_basket e8cb
|
||||||
|
shopping_cart e8cc
|
||||||
|
short_text e261
|
||||||
|
show_chart e6e1
|
||||||
|
shuffle e043
|
||||||
|
signal_cellular_4_bar e1c8
|
||||||
|
signal_cellular_connected_no_internet_4_bar e1cd
|
||||||
|
signal_cellular_no_sim e1ce
|
||||||
|
signal_cellular_null e1cf
|
||||||
|
signal_cellular_off e1d0
|
||||||
|
signal_wifi_4_bar e1d8
|
||||||
|
signal_wifi_4_bar_lock e1d9
|
||||||
|
signal_wifi_off e1da
|
||||||
|
sim_card e32b
|
||||||
|
sim_card_alert e624
|
||||||
|
skip_next e044
|
||||||
|
skip_previous e045
|
||||||
|
slideshow e41b
|
||||||
|
slow_motion_video e068
|
||||||
|
smartphone e32c
|
||||||
|
smoke_free eb4a
|
||||||
|
smoking_rooms eb4b
|
||||||
|
sms e625
|
||||||
|
sms_failed e626
|
||||||
|
snooze e046
|
||||||
|
sort e164
|
||||||
|
sort_by_alpha e053
|
||||||
|
spa eb4c
|
||||||
|
space_bar e256
|
||||||
|
speaker e32d
|
||||||
|
speaker_group e32e
|
||||||
|
speaker_notes e8cd
|
||||||
|
speaker_notes_off e92a
|
||||||
|
speaker_phone e0d2
|
||||||
|
spellcheck e8ce
|
||||||
|
star e838
|
||||||
|
star_border e83a
|
||||||
|
star_half e839
|
||||||
|
stars e8d0
|
||||||
|
stay_current_landscape e0d3
|
||||||
|
stay_current_portrait e0d4
|
||||||
|
stay_primary_landscape e0d5
|
||||||
|
stay_primary_portrait e0d6
|
||||||
|
stop e047
|
||||||
|
stop_screen_share e0e3
|
||||||
|
storage e1db
|
||||||
|
store e8d1
|
||||||
|
store_mall_directory e563
|
||||||
|
straighten e41c
|
||||||
|
streetview e56e
|
||||||
|
strikethrough_s e257
|
||||||
|
style e41d
|
||||||
|
subdirectory_arrow_left e5d9
|
||||||
|
subdirectory_arrow_right e5da
|
||||||
|
subject e8d2
|
||||||
|
subscriptions e064
|
||||||
|
subtitles e048
|
||||||
|
subway e56f
|
||||||
|
supervisor_account e8d3
|
||||||
|
surround_sound e049
|
||||||
|
swap_calls e0d7
|
||||||
|
swap_horiz e8d4
|
||||||
|
swap_vert e8d5
|
||||||
|
swap_vertical_circle e8d6
|
||||||
|
switch_camera e41e
|
||||||
|
switch_video e41f
|
||||||
|
sync e627
|
||||||
|
sync_disabled e628
|
||||||
|
sync_problem e629
|
||||||
|
system_update e62a
|
||||||
|
system_update_alt e8d7
|
||||||
|
tab e8d8
|
||||||
|
tab_unselected e8d9
|
||||||
|
tablet e32f
|
||||||
|
tablet_android e330
|
||||||
|
tablet_mac e331
|
||||||
|
tag_faces e420
|
||||||
|
tap_and_play e62b
|
||||||
|
terrain e564
|
||||||
|
text_fields e262
|
||||||
|
text_format e165
|
||||||
|
textsms e0d8
|
||||||
|
texture e421
|
||||||
|
theaters e8da
|
||||||
|
thumb_down e8db
|
||||||
|
thumb_up e8dc
|
||||||
|
thumbs_up_down e8dd
|
||||||
|
time_to_leave e62c
|
||||||
|
timelapse e422
|
||||||
|
timeline e922
|
||||||
|
timer e425
|
||||||
|
timer_10 e423
|
||||||
|
timer_3 e424
|
||||||
|
timer_off e426
|
||||||
|
title e264
|
||||||
|
toc e8de
|
||||||
|
today e8df
|
||||||
|
toll e8e0
|
||||||
|
tonality e427
|
||||||
|
touch_app e913
|
||||||
|
toys e332
|
||||||
|
track_changes e8e1
|
||||||
|
traffic e565
|
||||||
|
train e570
|
||||||
|
tram e571
|
||||||
|
transfer_within_a_station e572
|
||||||
|
transform e428
|
||||||
|
translate e8e2
|
||||||
|
trending_down e8e3
|
||||||
|
trending_flat e8e4
|
||||||
|
trending_up e8e5
|
||||||
|
tune e429
|
||||||
|
turned_in e8e6
|
||||||
|
turned_in_not e8e7
|
||||||
|
tv e333
|
||||||
|
unarchive e169
|
||||||
|
undo e166
|
||||||
|
unfold_less e5d6
|
||||||
|
unfold_more e5d7
|
||||||
|
update e923
|
||||||
|
usb e1e0
|
||||||
|
verified_user e8e8
|
||||||
|
vertical_align_bottom e258
|
||||||
|
vertical_align_center e259
|
||||||
|
vertical_align_top e25a
|
||||||
|
vibration e62d
|
||||||
|
video_call e070
|
||||||
|
video_label e071
|
||||||
|
video_library e04a
|
||||||
|
videocam e04b
|
||||||
|
videocam_off e04c
|
||||||
|
videogame_asset e338
|
||||||
|
view_agenda e8e9
|
||||||
|
view_array e8ea
|
||||||
|
view_carousel e8eb
|
||||||
|
view_column e8ec
|
||||||
|
view_comfy e42a
|
||||||
|
view_compact e42b
|
||||||
|
view_day e8ed
|
||||||
|
view_headline e8ee
|
||||||
|
view_list e8ef
|
||||||
|
view_module e8f0
|
||||||
|
view_quilt e8f1
|
||||||
|
view_stream e8f2
|
||||||
|
view_week e8f3
|
||||||
|
vignette e435
|
||||||
|
visibility e8f4
|
||||||
|
visibility_off e8f5
|
||||||
|
voice_chat e62e
|
||||||
|
voicemail e0d9
|
||||||
|
volume_down e04d
|
||||||
|
volume_mute e04e
|
||||||
|
volume_off e04f
|
||||||
|
volume_up e050
|
||||||
|
vpn_key e0da
|
||||||
|
vpn_lock e62f
|
||||||
|
wallpaper e1bc
|
||||||
|
warning e002
|
||||||
|
watch e334
|
||||||
|
watch_later e924
|
||||||
|
wb_auto e42c
|
||||||
|
wb_cloudy e42d
|
||||||
|
wb_incandescent e42e
|
||||||
|
wb_iridescent e436
|
||||||
|
wb_sunny e430
|
||||||
|
wc e63d
|
||||||
|
web e051
|
||||||
|
web_asset e069
|
||||||
|
weekend e16b
|
||||||
|
whatshot e80e
|
||||||
|
widgets e1bd
|
||||||
|
wifi e63e
|
||||||
|
wifi_lock e1e1
|
||||||
|
wifi_tethering e1e2
|
||||||
|
work e8f9
|
||||||
|
wrap_text e25b
|
||||||
|
youtube_searched_for e8fa
|
||||||
|
zoom_in e8ff
|
||||||
|
zoom_out e900
|
||||||
|
zoom_out_map e56b
|
||||||
36
assets/fonts/material-icons/material-icons.css
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Material Icons';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
|
||||||
|
src: local('Material Icons'),
|
||||||
|
local('MaterialIcons-Regular'),
|
||||||
|
url(MaterialIcons-Regular.woff2) format('woff2'),
|
||||||
|
url(MaterialIcons-Regular.woff) format('woff'),
|
||||||
|
url(MaterialIcons-Regular.ttf) format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
.material-icons {
|
||||||
|
font-family: 'Material Icons';
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 24px; /* Preferred icon size */
|
||||||
|
display: inline-block;
|
||||||
|
line-height: 1;
|
||||||
|
text-transform: none;
|
||||||
|
letter-spacing: normal;
|
||||||
|
word-wrap: normal;
|
||||||
|
white-space: nowrap;
|
||||||
|
direction: ltr;
|
||||||
|
|
||||||
|
/* Support for all WebKit browsers. */
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
/* Support for Safari and Chrome. */
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
|
||||||
|
/* Support for Firefox. */
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
|
/* Support for IE. */
|
||||||
|
font-feature-settings: 'liga';
|
||||||
|
}
|
||||||
BIN
assets/images/OpzekerIT_Logo_Final_Diapositief_CMYK_small.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
assets/images/OpzekerIT_logo.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
assets/images/OpzekerIT_logo_favicon.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
assets/images/azure_devop_pipe.png
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
assets/images/contact-hero.jpg
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
assets/images/hero-background.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
assets/images/hero-dark.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
assets/images/hero-logo.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
assets/images/image-section.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/ipads-center.png
Normal file
|
After Width: | Height: | Size: 148 KiB |
BIN
assets/images/ipads-left.png
Normal file
|
After Width: | Height: | Size: 200 KiB |
BIN
assets/images/ipads-right.png
Normal file
|
After Width: | Height: | Size: 223 KiB |
BIN
assets/images/iphone-services.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
assets/images/logo-normal.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
assets/images/low-poly.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
assets/images/partcodeps.png
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
assets/images/portfolio-item.jpg
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
assets/images/portfolio-thumbnail-01-dark.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
assets/images/portfolio-thumbnail-01.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/portfolio-thumbnail-02-dark.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
assets/images/portfolio-thumbnail-02.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/portfolio-thumbnail-03-dark.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
assets/images/portfolio-thumbnail-03.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/portfolio-thumbnail-04-dark.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
assets/images/portfolio-thumbnail-04.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/quote-background.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
assets/images/releae_pipe_visual.png
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
assets/images/service-item.jpg
Normal file
|
After Width: | Height: | Size: 130 KiB |
210
assets/js/custom/particle-theme-dark.js
Normal file
|
|
@ -0,0 +1,210 @@
|
||||||
|
// Main Particle Theme JS
|
||||||
|
(function ($) {
|
||||||
|
"use strict";
|
||||||
|
// Navbar
|
||||||
|
// browser window scroll (in pixels) after which the "menu" link is shown
|
||||||
|
var offset = 300;
|
||||||
|
|
||||||
|
var navigationContainer = $('#st-nav'),
|
||||||
|
mainNavigation = navigationContainer.find('#st-main-nav ul');
|
||||||
|
|
||||||
|
//hide or show the "menu" link
|
||||||
|
checkMenu();
|
||||||
|
$(window).scroll(function () {
|
||||||
|
checkMenu();
|
||||||
|
});
|
||||||
|
|
||||||
|
//open or close the menu clicking on the bottom "menu" link
|
||||||
|
$('.st-nav-trigger').on('click', function () {
|
||||||
|
$(this).toggleClass('menu-is-open');
|
||||||
|
//we need to remove the transitionEnd event handler (we add it when scolling up with the menu open)
|
||||||
|
mainNavigation.off('webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend').toggleClass('is-visible');
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
function checkMenu() {
|
||||||
|
if ($(window).scrollTop() > offset && !navigationContainer.hasClass('is-fixed')) {
|
||||||
|
navigationContainer.addClass('is-fixed').find('.st-nav-trigger').one('webkitAnimationEnd oanimationend msAnimationEnd animationend', function () {
|
||||||
|
mainNavigation.addClass('has-transitions');
|
||||||
|
});
|
||||||
|
} else if ($(window).scrollTop() <= offset) {
|
||||||
|
//check if the menu is open when scrolling up
|
||||||
|
if (mainNavigation.hasClass('is-visible') && !$('html').hasClass('no-csstransitions')) {
|
||||||
|
//close the menu with animation
|
||||||
|
mainNavigation.addClass('is-hidden').one('webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend', function () {
|
||||||
|
//wait for the menu to be closed and do the rest
|
||||||
|
mainNavigation.removeClass('is-visible is-hidden has-transitions');
|
||||||
|
navigationContainer.removeClass('is-fixed');
|
||||||
|
$('.st-nav-trigger').removeClass('menu-is-open');
|
||||||
|
});
|
||||||
|
//check if the menu is open when scrolling up - fallback if transitions are not supported
|
||||||
|
} else if (mainNavigation.hasClass('is-visible') && $('html').hasClass('no-csstransitions')) {
|
||||||
|
mainNavigation.removeClass('is-visible has-transitions');
|
||||||
|
navigationContainer.removeClass('is-fixed');
|
||||||
|
$('.st-nav-trigger').removeClass('menu-is-open');
|
||||||
|
//scrolling up with menu closed
|
||||||
|
} else {
|
||||||
|
navigationContainer.removeClass('is-fixed');
|
||||||
|
mainNavigation.removeClass('has-transitions');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// WOW Init
|
||||||
|
new WOW().init();
|
||||||
|
|
||||||
|
// Scrolling Navigation
|
||||||
|
$(function () {
|
||||||
|
$.extend($.easing,
|
||||||
|
{
|
||||||
|
easeInOutExpo: function (x, t, b, c, d) {
|
||||||
|
t /= d / 2;
|
||||||
|
if (t < 1) {
|
||||||
|
return c / 2 * Math.pow(2, 10 * (t - 1)) + b;
|
||||||
|
}
|
||||||
|
t--;
|
||||||
|
return c / 2 * (-Math.pow(2, -10 * t) + 2) + b;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
$('a.page-scroll').bind('click', function (event) {
|
||||||
|
var $anchor = $(this);
|
||||||
|
$('html, body').stop().animate({
|
||||||
|
scrollTop: $($anchor.attr('href')).offset().top
|
||||||
|
}, 1600, 'easeInOutExpo');
|
||||||
|
event.preventDefault();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
// Counter Up Init
|
||||||
|
$('.counter').counterUp({
|
||||||
|
delay: 20,
|
||||||
|
time: 2200
|
||||||
|
});
|
||||||
|
|
||||||
|
// Particles
|
||||||
|
particlesJS("particles-js", {
|
||||||
|
"particles": {
|
||||||
|
"number": {
|
||||||
|
"value": 90,
|
||||||
|
"density": {
|
||||||
|
"enable": true,
|
||||||
|
"value_area": 800
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"color": {
|
||||||
|
"value": "FFFFFF"
|
||||||
|
},
|
||||||
|
"shape": {
|
||||||
|
"type": "circle",
|
||||||
|
"stroke": {
|
||||||
|
"width": 0,
|
||||||
|
"color": "#FFFFFF"
|
||||||
|
},
|
||||||
|
"polygon": {
|
||||||
|
"nb_sides": 5
|
||||||
|
},
|
||||||
|
"image": {
|
||||||
|
"src": "img/github.svg",
|
||||||
|
"width": 100,
|
||||||
|
"height": 100
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"value": 0.15,
|
||||||
|
"random": false,
|
||||||
|
"anim": {
|
||||||
|
"enable": false,
|
||||||
|
"speed": 1,
|
||||||
|
"opacity_min": 0.1,
|
||||||
|
"sync": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"size": {
|
||||||
|
"value": 5,
|
||||||
|
"random": true,
|
||||||
|
"anim": {
|
||||||
|
"enable": false,
|
||||||
|
"speed": 40,
|
||||||
|
"size_min": 0.1,
|
||||||
|
"sync": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"line_linked": {
|
||||||
|
"enable": true,
|
||||||
|
"distance": 150,
|
||||||
|
"color": "FFFFFF",
|
||||||
|
"opacity": 0.1,
|
||||||
|
"width": 1
|
||||||
|
},
|
||||||
|
"move": {
|
||||||
|
"enable": true,
|
||||||
|
"speed": 1,
|
||||||
|
"direction": "none",
|
||||||
|
"random": false,
|
||||||
|
"straight": false,
|
||||||
|
"out_mode": "out",
|
||||||
|
"bounce": false,
|
||||||
|
"attract": {
|
||||||
|
"enable": false,
|
||||||
|
"rotateX": 600,
|
||||||
|
"rotateY": 1200
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"interactivity": {
|
||||||
|
"detect_on": "canvas",
|
||||||
|
"events": {
|
||||||
|
"onhover": {
|
||||||
|
"enable": true,
|
||||||
|
"mode": "grab"
|
||||||
|
},
|
||||||
|
"onclick": {
|
||||||
|
"enable": true,
|
||||||
|
"mode": "bubble"
|
||||||
|
},
|
||||||
|
"resize": true
|
||||||
|
},
|
||||||
|
"modes": {
|
||||||
|
"grab": {
|
||||||
|
"distance": 350,
|
||||||
|
"line_linked": {
|
||||||
|
"opacity": 0.65
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bubble": {
|
||||||
|
"distance": 350,
|
||||||
|
"size": 12,
|
||||||
|
"duration": 1.542946703372556,
|
||||||
|
"opacity": 0.9,
|
||||||
|
"speed": 3
|
||||||
|
},
|
||||||
|
"repulse": {
|
||||||
|
"distance": 350,
|
||||||
|
"duration": 0.4
|
||||||
|
},
|
||||||
|
"push": {
|
||||||
|
"particles_nb": 4
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"particles_nb": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"retina_detect": true
|
||||||
|
});
|
||||||
|
|
||||||
|
// Typed JS
|
||||||
|
$(".skilltechtypetext").typed({
|
||||||
|
strings: sentences,
|
||||||
|
contentType: 'text', // 'html' or 'text'
|
||||||
|
typeSpeed: 30,
|
||||||
|
loop: true,
|
||||||
|
backDelay: 1200,
|
||||||
|
showCursor: true,
|
||||||
|
cursorChar: "|"
|
||||||
|
});
|
||||||
|
})(jQuery);
|
||||||
|
|
||||||
|
|
||||||
185
assets/js/custom/portfolio-item.js
Normal file
|
|
@ -0,0 +1,185 @@
|
||||||
|
// Portfoilo Item JS
|
||||||
|
(function ($) {
|
||||||
|
"use strict";
|
||||||
|
// Navbar
|
||||||
|
// browser window scroll (in pixels) after which the "menu" link is shown
|
||||||
|
var offset = 300;
|
||||||
|
|
||||||
|
var navigationContainer = $('#st-nav'),
|
||||||
|
mainNavigation = navigationContainer.find('#st-main-nav ul');
|
||||||
|
|
||||||
|
//hide or show the "menu" link
|
||||||
|
checkMenu();
|
||||||
|
$(window).scroll(function () {
|
||||||
|
checkMenu();
|
||||||
|
});
|
||||||
|
|
||||||
|
//open or close the menu clicking on the bottom "menu" link
|
||||||
|
$('.st-nav-trigger').on('click', function () {
|
||||||
|
$(this).toggleClass('menu-is-open');
|
||||||
|
//we need to remove the transitionEnd event handler (we add it when scolling up with the menu open)
|
||||||
|
mainNavigation.off('webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend').toggleClass('is-visible');
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
function checkMenu() {
|
||||||
|
if ($(window).scrollTop() > offset && !navigationContainer.hasClass('is-fixed')) {
|
||||||
|
navigationContainer.addClass('is-fixed').find('.st-nav-trigger').one('webkitAnimationEnd oanimationend msAnimationEnd animationend', function () {
|
||||||
|
mainNavigation.addClass('has-transitions');
|
||||||
|
});
|
||||||
|
} else if ($(window).scrollTop() <= offset) {
|
||||||
|
//check if the menu is open when scrolling up
|
||||||
|
if (mainNavigation.hasClass('is-visible') && !$('html').hasClass('no-csstransitions')) {
|
||||||
|
//close the menu with animation
|
||||||
|
mainNavigation.addClass('is-hidden').one('webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend', function () {
|
||||||
|
//wait for the menu to be closed and do the rest
|
||||||
|
mainNavigation.removeClass('is-visible is-hidden has-transitions');
|
||||||
|
navigationContainer.removeClass('is-fixed');
|
||||||
|
$('.st-nav-trigger').removeClass('menu-is-open');
|
||||||
|
});
|
||||||
|
//check if the menu is open when scrolling up - fallback if transitions are not supported
|
||||||
|
} else if (mainNavigation.hasClass('is-visible') && $('html').hasClass('no-csstransitions')) {
|
||||||
|
mainNavigation.removeClass('is-visible has-transitions');
|
||||||
|
navigationContainer.removeClass('is-fixed');
|
||||||
|
$('.st-nav-trigger').removeClass('menu-is-open');
|
||||||
|
//scrolling up with menu closed
|
||||||
|
} else {
|
||||||
|
navigationContainer.removeClass('is-fixed');
|
||||||
|
mainNavigation.removeClass('has-transitions');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// WOW Init
|
||||||
|
new WOW().init();
|
||||||
|
|
||||||
|
// Typed JS
|
||||||
|
$(".skilltechtypetext").typed({
|
||||||
|
strings: sentences,
|
||||||
|
contentType: 'html',
|
||||||
|
typeSpeed: 30,
|
||||||
|
loop: false,
|
||||||
|
backDelay: 1200,
|
||||||
|
showCursor: true,
|
||||||
|
cursorChar: "|"
|
||||||
|
});
|
||||||
|
|
||||||
|
// Particles JS
|
||||||
|
|
||||||
|
particlesJS("particles-js", {
|
||||||
|
"particles": {
|
||||||
|
"number": {
|
||||||
|
"value": 150,
|
||||||
|
"density": {
|
||||||
|
"enable": true,
|
||||||
|
"value_area": 800
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"color": {
|
||||||
|
"value": "FFFFFF"
|
||||||
|
},
|
||||||
|
"shape": {
|
||||||
|
"type": "circle",
|
||||||
|
"stroke": {
|
||||||
|
"width": 0,
|
||||||
|
"color": "#FFFFFF"
|
||||||
|
},
|
||||||
|
"polygon": {
|
||||||
|
"nb_sides": 5
|
||||||
|
},
|
||||||
|
"image": {
|
||||||
|
"src": "img/github.svg",
|
||||||
|
"width": 100,
|
||||||
|
"height": 100
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"opacity": {
|
||||||
|
"value": 0.3,
|
||||||
|
"random": false,
|
||||||
|
"anim": {
|
||||||
|
"enable": false,
|
||||||
|
"speed": 1,
|
||||||
|
"opacity_min": 0.1,
|
||||||
|
"sync": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"size": {
|
||||||
|
"value": 3,
|
||||||
|
"random": true,
|
||||||
|
"anim": {
|
||||||
|
"enable": false,
|
||||||
|
"speed": 40,
|
||||||
|
"size_min": 0.1,
|
||||||
|
"sync": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"line_linked": {
|
||||||
|
"enable": true,
|
||||||
|
"distance": 150,
|
||||||
|
"color": "FFFFFF",
|
||||||
|
"opacity": 0.3,
|
||||||
|
"width": 1
|
||||||
|
},
|
||||||
|
"move": {
|
||||||
|
"enable": true,
|
||||||
|
"speed": 4,
|
||||||
|
"direction": "none",
|
||||||
|
"random": false,
|
||||||
|
"straight": false,
|
||||||
|
"out_mode": "out",
|
||||||
|
"bounce": false,
|
||||||
|
"attract": {
|
||||||
|
"enable": false,
|
||||||
|
"rotateX": 600,
|
||||||
|
"rotateY": 1200
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"interactivity": {
|
||||||
|
"detect_on": "canvas",
|
||||||
|
"events": {
|
||||||
|
"onhover": {
|
||||||
|
"enable": true,
|
||||||
|
"mode": "grab"
|
||||||
|
},
|
||||||
|
"onclick": {
|
||||||
|
"enable": true,
|
||||||
|
"mode": "repulse"
|
||||||
|
},
|
||||||
|
"resize": true
|
||||||
|
},
|
||||||
|
"modes": {
|
||||||
|
"grab": {
|
||||||
|
"distance": 231,
|
||||||
|
"line_linked": {
|
||||||
|
"opacity": 0.6
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bubble": {
|
||||||
|
"distance": 231,
|
||||||
|
"size": 12,
|
||||||
|
"duration": 1.542946703372556,
|
||||||
|
"opacity": 0.9,
|
||||||
|
"speed": 3
|
||||||
|
},
|
||||||
|
"repulse": {
|
||||||
|
"distance": 231,
|
||||||
|
"duration": 0.4
|
||||||
|
},
|
||||||
|
"push": {
|
||||||
|
"particles_nb": 4
|
||||||
|
},
|
||||||
|
"remove": {
|
||||||
|
"particles_nb": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"retina_detect": true
|
||||||
|
});
|
||||||
|
|
||||||
|
// Scroll Down
|
||||||
|
$('#project-info').on('click', function () {
|
||||||
|
$('html,body').animate({scrollTop: $('#portfolio-details').offset().top}, 1000, 'swing');
|
||||||
|
});
|
||||||
|
|
||||||
|
})(jQuery);
|
||||||
74
assets/js/custom/service-item.js
Normal file
|
|
@ -0,0 +1,74 @@
|
||||||
|
// Service Item JS
|
||||||
|
(function ($) {
|
||||||
|
"use strict";
|
||||||
|
// Navbar
|
||||||
|
// browser window scroll (in pixels) after which the "menu" link is shown
|
||||||
|
var offset = 300;
|
||||||
|
|
||||||
|
var navigationContainer = $('#st-nav'),
|
||||||
|
mainNavigation = navigationContainer.find('#st-main-nav ul');
|
||||||
|
|
||||||
|
//hide or show the "menu" link
|
||||||
|
checkMenu();
|
||||||
|
$(window).scroll(function () {
|
||||||
|
checkMenu();
|
||||||
|
});
|
||||||
|
|
||||||
|
//open or close the menu clicking on the bottom "menu" link
|
||||||
|
$('.st-nav-trigger').on('click', function () {
|
||||||
|
$(this).toggleClass('menu-is-open');
|
||||||
|
//we need to remove the transitionEnd event handler (we add it when scolling up with the menu open)
|
||||||
|
mainNavigation.off('webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend').toggleClass('is-visible');
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
function checkMenu() {
|
||||||
|
if ($(window).scrollTop() > offset && !navigationContainer.hasClass('is-fixed')) {
|
||||||
|
navigationContainer.addClass('is-fixed').find('.st-nav-trigger').one('webkitAnimationEnd oanimationend msAnimationEnd animationend', function () {
|
||||||
|
mainNavigation.addClass('has-transitions');
|
||||||
|
});
|
||||||
|
} else if ($(window).scrollTop() <= offset) {
|
||||||
|
//check if the menu is open when scrolling up
|
||||||
|
if (mainNavigation.hasClass('is-visible') && !$('html').hasClass('no-csstransitions')) {
|
||||||
|
//close the menu with animation
|
||||||
|
mainNavigation.addClass('is-hidden').one('webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend', function () {
|
||||||
|
//wait for the menu to be closed and do the rest
|
||||||
|
mainNavigation.removeClass('is-visible is-hidden has-transitions');
|
||||||
|
navigationContainer.removeClass('is-fixed');
|
||||||
|
$('.st-nav-trigger').removeClass('menu-is-open');
|
||||||
|
});
|
||||||
|
//check if the menu is open when scrolling up - fallback if transitions are not supported
|
||||||
|
} else if (mainNavigation.hasClass('is-visible') && $('html').hasClass('no-csstransitions')) {
|
||||||
|
mainNavigation.removeClass('is-visible has-transitions');
|
||||||
|
navigationContainer.removeClass('is-fixed');
|
||||||
|
$('.st-nav-trigger').removeClass('menu-is-open');
|
||||||
|
//scrolling up with menu closed
|
||||||
|
} else {
|
||||||
|
navigationContainer.removeClass('is-fixed');
|
||||||
|
mainNavigation.removeClass('has-transitions');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// WOW Init
|
||||||
|
new WOW().init();
|
||||||
|
|
||||||
|
// Typed JS
|
||||||
|
$(".skilltechtypetext").typed({
|
||||||
|
strings: sentences,
|
||||||
|
contentType: 'html',
|
||||||
|
typeSpeed: 30,
|
||||||
|
loop: false,
|
||||||
|
backDelay: 1200,
|
||||||
|
showCursor: true,
|
||||||
|
cursorChar: "|"
|
||||||
|
});
|
||||||
|
|
||||||
|
// Scroll Down
|
||||||
|
$('.arrow-down').on('click', function () {
|
||||||
|
$('html,body').animate({scrollTop: $('#service-details').offset().top}, 1000, 'swing');
|
||||||
|
});
|
||||||
|
|
||||||
|
})(jQuery);
|
||||||
|
|
||||||
2377
assets/js/libraries/bootstrap.js
vendored
Normal file
9814
assets/js/libraries/jquery-2.2.4.js
vendored
Normal file
83
assets/js/libraries/jquery.counterup.js
Normal file
|
|
@ -0,0 +1,83 @@
|
||||||
|
/*!
|
||||||
|
* jquery.counterup.js 1.0
|
||||||
|
*
|
||||||
|
* Copyright 2013, Benjamin Intal http://gambit.ph @bfintal
|
||||||
|
* Released under the GPL v2 License
|
||||||
|
*
|
||||||
|
* Date: Nov 26, 2013
|
||||||
|
*/
|
||||||
|
(function( $ ){
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
$.fn.counterUp = function( options ) {
|
||||||
|
|
||||||
|
// Defaults
|
||||||
|
var settings = $.extend({
|
||||||
|
'time': 400,
|
||||||
|
'delay': 10
|
||||||
|
}, options);
|
||||||
|
|
||||||
|
return this.each(function(){
|
||||||
|
|
||||||
|
// Store the object
|
||||||
|
var $this = $(this);
|
||||||
|
var $settings = settings;
|
||||||
|
|
||||||
|
var counterUpper = function() {
|
||||||
|
var nums = [];
|
||||||
|
var divisions = $settings.time / $settings.delay;
|
||||||
|
var num = $this.text();
|
||||||
|
var isComma = /[0-9]+,[0-9]+/.test(num);
|
||||||
|
num = num.replace(/,/g, '');
|
||||||
|
var isInt = /^[0-9]+$/.test(num);
|
||||||
|
var isFloat = /^[0-9]+\.[0-9]+$/.test(num);
|
||||||
|
var decimalPlaces = isFloat ? (num.split('.')[1] || []).length : 0;
|
||||||
|
|
||||||
|
// Generate list of incremental numbers to display
|
||||||
|
for (var i = divisions; i >= 1; i--) {
|
||||||
|
|
||||||
|
// Preserve as int if input was int
|
||||||
|
var newNum = parseInt(num / divisions * i);
|
||||||
|
|
||||||
|
// Preserve float if input was float
|
||||||
|
if (isFloat) {
|
||||||
|
newNum = parseFloat(num / divisions * i).toFixed(decimalPlaces);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Preserve commas if input had commas
|
||||||
|
if (isComma) {
|
||||||
|
while (/(\d+)(\d{3})/.test(newNum.toString())) {
|
||||||
|
newNum = newNum.toString().replace(/(\d+)(\d{3})/, '$1'+','+'$2');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
nums.unshift(newNum);
|
||||||
|
}
|
||||||
|
|
||||||
|
$this.data('counterup-nums', nums);
|
||||||
|
$this.text('0');
|
||||||
|
|
||||||
|
// Updates the number until we're done
|
||||||
|
var f = function() {
|
||||||
|
$this.text($this.data('counterup-nums').shift());
|
||||||
|
if ($this.data('counterup-nums').length) {
|
||||||
|
setTimeout($this.data('counterup-func'), $settings.delay);
|
||||||
|
} else {
|
||||||
|
delete $this.data('counterup-nums');
|
||||||
|
$this.data('counterup-nums', null);
|
||||||
|
$this.data('counterup-func', null);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
$this.data('counterup-func', f);
|
||||||
|
|
||||||
|
// Start the count up
|
||||||
|
setTimeout($this.data('counterup-func'), $settings.delay);
|
||||||
|
};
|
||||||
|
|
||||||
|
// Perform counts when the element gets into view
|
||||||
|
$this.waypoint(counterUpper, { offset: '100%', triggerOnce: true });
|
||||||
|
});
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
})( jQuery );
|
||||||
605
assets/js/libraries/particles.js
Normal file
|
|
@ -0,0 +1,605 @@
|
||||||
|
/* -----------------------------------------------
|
||||||
|
/* Author : Vincent Garreau - vincentgarreau.com
|
||||||
|
/* MIT license: http://opensource.org/licenses/MIT
|
||||||
|
/* Demo / Generator : vincentgarreau.com/particles.js
|
||||||
|
/* GitHub : github.com/VincentGarreau/particles.js
|
||||||
|
/* How to use? : Check the GitHub README
|
||||||
|
/* v2.0.0
|
||||||
|
/* ----------------------------------------------- */
|
||||||
|
function hexToRgb(e) {
|
||||||
|
var a = /^#?([a-f\d])([a-f\d])([a-f\d])$/i;
|
||||||
|
e = e.replace(a, function(e, a, t, i) {
|
||||||
|
return a + a + t + t + i + i
|
||||||
|
});
|
||||||
|
var t = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);
|
||||||
|
return t ? {
|
||||||
|
r: parseInt(t[1], 16),
|
||||||
|
g: parseInt(t[2], 16),
|
||||||
|
b: parseInt(t[3], 16)
|
||||||
|
} : null
|
||||||
|
}
|
||||||
|
|
||||||
|
function clamp(e, a, t) {
|
||||||
|
return Math.min(Math.max(e, a), t)
|
||||||
|
}
|
||||||
|
|
||||||
|
function isInArray(e, a) {
|
||||||
|
return a.indexOf(e) > -1
|
||||||
|
}
|
||||||
|
var pJS = function(e, a) {
|
||||||
|
var t = document.querySelector("#" + e + " > .particles-js-canvas-el");
|
||||||
|
this.pJS = {
|
||||||
|
canvas: {
|
||||||
|
el: t,
|
||||||
|
w: t.offsetWidth,
|
||||||
|
h: t.offsetHeight
|
||||||
|
},
|
||||||
|
particles: {
|
||||||
|
number: {
|
||||||
|
value: 400,
|
||||||
|
density: {
|
||||||
|
enable: !0,
|
||||||
|
value_area: 800
|
||||||
|
}
|
||||||
|
},
|
||||||
|
color: {
|
||||||
|
value: "#fff"
|
||||||
|
},
|
||||||
|
shape: {
|
||||||
|
type: "circle",
|
||||||
|
stroke: {
|
||||||
|
width: 0,
|
||||||
|
color: "#ff0000"
|
||||||
|
},
|
||||||
|
polygon: {
|
||||||
|
nb_sides: 5
|
||||||
|
},
|
||||||
|
image: {
|
||||||
|
src: "",
|
||||||
|
width: 100,
|
||||||
|
height: 100
|
||||||
|
}
|
||||||
|
},
|
||||||
|
opacity: {
|
||||||
|
value: 1,
|
||||||
|
random: !1,
|
||||||
|
anim: {
|
||||||
|
enable: !1,
|
||||||
|
speed: 2,
|
||||||
|
opacity_min: 0,
|
||||||
|
sync: !1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
size: {
|
||||||
|
value: 20,
|
||||||
|
random: !1,
|
||||||
|
anim: {
|
||||||
|
enable: !1,
|
||||||
|
speed: 20,
|
||||||
|
size_min: 0,
|
||||||
|
sync: !1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
line_linked: {
|
||||||
|
enable: !0,
|
||||||
|
distance: 100,
|
||||||
|
color: "#fff",
|
||||||
|
opacity: 1,
|
||||||
|
width: 1
|
||||||
|
},
|
||||||
|
move: {
|
||||||
|
enable: !0,
|
||||||
|
speed: 2,
|
||||||
|
direction: "none",
|
||||||
|
random: !1,
|
||||||
|
straight: !1,
|
||||||
|
out_mode: "out",
|
||||||
|
bounce: !1,
|
||||||
|
attract: {
|
||||||
|
enable: !1,
|
||||||
|
rotateX: 3e3,
|
||||||
|
rotateY: 3e3
|
||||||
|
}
|
||||||
|
},
|
||||||
|
array: []
|
||||||
|
},
|
||||||
|
interactivity: {
|
||||||
|
detect_on: "canvas",
|
||||||
|
events: {
|
||||||
|
onhover: {
|
||||||
|
enable: !0,
|
||||||
|
mode: "grab"
|
||||||
|
},
|
||||||
|
onclick: {
|
||||||
|
enable: !0,
|
||||||
|
mode: "push"
|
||||||
|
},
|
||||||
|
resize: !0
|
||||||
|
},
|
||||||
|
modes: {
|
||||||
|
grab: {
|
||||||
|
distance: 100,
|
||||||
|
line_linked: {
|
||||||
|
opacity: 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
bubble: {
|
||||||
|
distance: 200,
|
||||||
|
size: 80,
|
||||||
|
duration: .4
|
||||||
|
},
|
||||||
|
repulse: {
|
||||||
|
distance: 200,
|
||||||
|
duration: .4
|
||||||
|
},
|
||||||
|
push: {
|
||||||
|
particles_nb: 4
|
||||||
|
},
|
||||||
|
remove: {
|
||||||
|
particles_nb: 2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
mouse: {}
|
||||||
|
},
|
||||||
|
retina_detect: !1,
|
||||||
|
fn: {
|
||||||
|
interact: {},
|
||||||
|
modes: {},
|
||||||
|
vendors: {}
|
||||||
|
},
|
||||||
|
tmp: {}
|
||||||
|
};
|
||||||
|
var i = this.pJS;
|
||||||
|
a && Object.deepExtend(i, a), i.tmp.obj = {
|
||||||
|
size_value: i.particles.size.value,
|
||||||
|
size_anim_speed: i.particles.size.anim.speed,
|
||||||
|
move_speed: i.particles.move.speed,
|
||||||
|
line_linked_distance: i.particles.line_linked.distance,
|
||||||
|
line_linked_width: i.particles.line_linked.width,
|
||||||
|
mode_grab_distance: i.interactivity.modes.grab.distance,
|
||||||
|
mode_bubble_distance: i.interactivity.modes.bubble.distance,
|
||||||
|
mode_bubble_size: i.interactivity.modes.bubble.size,
|
||||||
|
mode_repulse_distance: i.interactivity.modes.repulse.distance
|
||||||
|
}, i.fn.retinaInit = function() {
|
||||||
|
i.retina_detect && window.devicePixelRatio > 1 ? (i.canvas.pxratio = window.devicePixelRatio, i.tmp.retina = !0) : (i.canvas.pxratio = 1, i.tmp.retina = !1), i.canvas.w = i.canvas.el.offsetWidth * i.canvas.pxratio, i.canvas.h = i.canvas.el.offsetHeight * i.canvas.pxratio, i.particles.size.value = i.tmp.obj.size_value * i.canvas.pxratio, i.particles.size.anim.speed = i.tmp.obj.size_anim_speed * i.canvas.pxratio, i.particles.move.speed = i.tmp.obj.move_speed * i.canvas.pxratio, i.particles.line_linked.distance = i.tmp.obj.line_linked_distance * i.canvas.pxratio, i.interactivity.modes.grab.distance = i.tmp.obj.mode_grab_distance * i.canvas.pxratio, i.interactivity.modes.bubble.distance = i.tmp.obj.mode_bubble_distance * i.canvas.pxratio, i.particles.line_linked.width = i.tmp.obj.line_linked_width * i.canvas.pxratio, i.interactivity.modes.bubble.size = i.tmp.obj.mode_bubble_size * i.canvas.pxratio, i.interactivity.modes.repulse.distance = i.tmp.obj.mode_repulse_distance * i.canvas.pxratio
|
||||||
|
}, i.fn.canvasInit = function() {
|
||||||
|
i.canvas.ctx = i.canvas.el.getContext("2d")
|
||||||
|
}, i.fn.canvasSize = function() {
|
||||||
|
i.canvas.el.width = i.canvas.w, i.canvas.el.height = i.canvas.h, i && i.interactivity.events.resize && window.addEventListener("resize", function() {
|
||||||
|
i.canvas.w = i.canvas.el.offsetWidth, i.canvas.h = i.canvas.el.offsetHeight, i.tmp.retina && (i.canvas.w *= i.canvas.pxratio, i.canvas.h *= i.canvas.pxratio), i.canvas.el.width = i.canvas.w, i.canvas.el.height = i.canvas.h, i.particles.move.enable || (i.fn.particlesEmpty(), i.fn.particlesCreate(), i.fn.particlesDraw(), i.fn.vendors.densityAutoParticles()), i.fn.vendors.densityAutoParticles()
|
||||||
|
})
|
||||||
|
}, i.fn.canvasPaint = function() {
|
||||||
|
i.canvas.ctx.fillRect(0, 0, i.canvas.w, i.canvas.h)
|
||||||
|
}, i.fn.canvasClear = function() {
|
||||||
|
i.canvas.ctx.clearRect(0, 0, i.canvas.w, i.canvas.h)
|
||||||
|
}, i.fn.particle = function(e, a, t) {
|
||||||
|
if (this.radius = (i.particles.size.random ? Math.random() : 1) * i.particles.size.value, i.particles.size.anim.enable && (this.size_status = !1, this.vs = i.particles.size.anim.speed / 100, i.particles.size.anim.sync || (this.vs = this.vs * Math.random())), this.x = t ? t.x : Math.random() * i.canvas.w, this.y = t ? t.y : Math.random() * i.canvas.h, this.x > i.canvas.w - 2 * this.radius ? this.x = this.x - this.radius : this.x < 2 * this.radius && (this.x = this.x + this.radius), this.y > i.canvas.h - 2 * this.radius ? this.y = this.y - this.radius : this.y < 2 * this.radius && (this.y = this.y + this.radius), i.particles.move.bounce && i.fn.vendors.checkOverlap(this, t), this.color = {}, "object" == typeof e.value)
|
||||||
|
if (e.value instanceof Array) {
|
||||||
|
var s = e.value[Math.floor(Math.random() * i.particles.color.value.length)];
|
||||||
|
this.color.rgb = hexToRgb(s)
|
||||||
|
} else void 0 != e.value.r && void 0 != e.value.g && void 0 != e.value.b && (this.color.rgb = {
|
||||||
|
r: e.value.r,
|
||||||
|
g: e.value.g,
|
||||||
|
b: e.value.b
|
||||||
|
}), void 0 != e.value.h && void 0 != e.value.s && void 0 != e.value.l && (this.color.hsl = {
|
||||||
|
h: e.value.h,
|
||||||
|
s: e.value.s,
|
||||||
|
l: e.value.l
|
||||||
|
});
|
||||||
|
else "random" == e.value ? this.color.rgb = {
|
||||||
|
r: Math.floor(256 * Math.random()) + 0,
|
||||||
|
g: Math.floor(256 * Math.random()) + 0,
|
||||||
|
b: Math.floor(256 * Math.random()) + 0
|
||||||
|
} : "string" == typeof e.value && (this.color = e, this.color.rgb = hexToRgb(this.color.value));
|
||||||
|
this.opacity = (i.particles.opacity.random ? Math.random() : 1) * i.particles.opacity.value, i.particles.opacity.anim.enable && (this.opacity_status = !1, this.vo = i.particles.opacity.anim.speed / 100, i.particles.opacity.anim.sync || (this.vo = this.vo * Math.random()));
|
||||||
|
var n = {};
|
||||||
|
switch (i.particles.move.direction) {
|
||||||
|
case "top":
|
||||||
|
n = {
|
||||||
|
x: 0,
|
||||||
|
y: -1
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
case "top-right":
|
||||||
|
n = {
|
||||||
|
x: .5,
|
||||||
|
y: -.5
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
case "right":
|
||||||
|
n = {
|
||||||
|
x: 1,
|
||||||
|
y: -0
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
case "bottom-right":
|
||||||
|
n = {
|
||||||
|
x: .5,
|
||||||
|
y: .5
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
case "bottom":
|
||||||
|
n = {
|
||||||
|
x: 0,
|
||||||
|
y: 1
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
case "bottom-left":
|
||||||
|
n = {
|
||||||
|
x: -.5,
|
||||||
|
y: 1
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
case "left":
|
||||||
|
n = {
|
||||||
|
x: -1,
|
||||||
|
y: 0
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
case "top-left":
|
||||||
|
n = {
|
||||||
|
x: -.5,
|
||||||
|
y: -.5
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
n = {
|
||||||
|
x: 0,
|
||||||
|
y: 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
i.particles.move.straight ? (this.vx = n.x, this.vy = n.y, i.particles.move.random && (this.vx = this.vx * Math.random(), this.vy = this.vy * Math.random())) : (this.vx = n.x + Math.random() - .5, this.vy = n.y + Math.random() - .5), this.vx_i = this.vx, this.vy_i = this.vy;
|
||||||
|
var r = i.particles.shape.type;
|
||||||
|
if ("object" == typeof r) {
|
||||||
|
if (r instanceof Array) {
|
||||||
|
var c = r[Math.floor(Math.random() * r.length)];
|
||||||
|
this.shape = c
|
||||||
|
}
|
||||||
|
} else this.shape = r;
|
||||||
|
if ("image" == this.shape) {
|
||||||
|
var o = i.particles.shape;
|
||||||
|
this.img = {
|
||||||
|
src: o.image.src,
|
||||||
|
ratio: o.image.width / o.image.height
|
||||||
|
}, this.img.ratio || (this.img.ratio = 1), "svg" == i.tmp.img_type && void 0 != i.tmp.source_svg && (i.fn.vendors.createSvgImg(this), i.tmp.pushing && (this.img.loaded = !1))
|
||||||
|
}
|
||||||
|
}, i.fn.particle.prototype.draw = function() {
|
||||||
|
function e() {
|
||||||
|
i.canvas.ctx.drawImage(r, a.x - t, a.y - t, 2 * t, 2 * t / a.img.ratio)
|
||||||
|
}
|
||||||
|
var a = this;
|
||||||
|
if (void 0 != a.radius_bubble) var t = a.radius_bubble;
|
||||||
|
else var t = a.radius;
|
||||||
|
if (void 0 != a.opacity_bubble) var s = a.opacity_bubble;
|
||||||
|
else var s = a.opacity;
|
||||||
|
if (a.color.rgb) var n = "rgba(" + a.color.rgb.r + "," + a.color.rgb.g + "," + a.color.rgb.b + "," + s + ")";
|
||||||
|
else var n = "hsla(" + a.color.hsl.h + "," + a.color.hsl.s + "%," + a.color.hsl.l + "%," + s + ")";
|
||||||
|
switch (i.canvas.ctx.fillStyle = n, i.canvas.ctx.beginPath(), a.shape) {
|
||||||
|
case "circle":
|
||||||
|
i.canvas.ctx.arc(a.x, a.y, t, 0, 2 * Math.PI, !1);
|
||||||
|
break;
|
||||||
|
case "edge":
|
||||||
|
i.canvas.ctx.rect(a.x - t, a.y - t, 2 * t, 2 * t);
|
||||||
|
break;
|
||||||
|
case "triangle":
|
||||||
|
i.fn.vendors.drawShape(i.canvas.ctx, a.x - t, a.y + t / 1.66, 2 * t, 3, 2);
|
||||||
|
break;
|
||||||
|
case "polygon":
|
||||||
|
i.fn.vendors.drawShape(i.canvas.ctx, a.x - t / (i.particles.shape.polygon.nb_sides / 3.5), a.y - t / .76, 2.66 * t / (i.particles.shape.polygon.nb_sides / 3), i.particles.shape.polygon.nb_sides, 1);
|
||||||
|
break;
|
||||||
|
case "star":
|
||||||
|
i.fn.vendors.drawShape(i.canvas.ctx, a.x - 2 * t / (i.particles.shape.polygon.nb_sides / 4), a.y - t / 1.52, 2 * t * 2.66 / (i.particles.shape.polygon.nb_sides / 3), i.particles.shape.polygon.nb_sides, 2);
|
||||||
|
break;
|
||||||
|
case "image":
|
||||||
|
if ("svg" == i.tmp.img_type) var r = a.img.obj;
|
||||||
|
else var r = i.tmp.img_obj;
|
||||||
|
r && e()
|
||||||
|
}
|
||||||
|
i.canvas.ctx.closePath(), i.particles.shape.stroke.width > 0 && (i.canvas.ctx.strokeStyle = i.particles.shape.stroke.color, i.canvas.ctx.lineWidth = i.particles.shape.stroke.width, i.canvas.ctx.stroke()), i.canvas.ctx.fill()
|
||||||
|
}, i.fn.particlesCreate = function() {
|
||||||
|
for (var e = 0; e < i.particles.number.value; e++) i.particles.array.push(new i.fn.particle(i.particles.color, i.particles.opacity.value))
|
||||||
|
}, i.fn.particlesUpdate = function() {
|
||||||
|
for (var e = 0; e < i.particles.array.length; e++) {
|
||||||
|
var a = i.particles.array[e];
|
||||||
|
if (i.particles.move.enable) {
|
||||||
|
var t = i.particles.move.speed / 2;
|
||||||
|
a.x += a.vx * t, a.y += a.vy * t
|
||||||
|
}
|
||||||
|
if (i.particles.opacity.anim.enable && (1 == a.opacity_status ? (a.opacity >= i.particles.opacity.value && (a.opacity_status = !1), a.opacity += a.vo) : (a.opacity <= i.particles.opacity.anim.opacity_min && (a.opacity_status = !0), a.opacity -= a.vo), a.opacity < 0 && (a.opacity = 0)), i.particles.size.anim.enable && (1 == a.size_status ? (a.radius >= i.particles.size.value && (a.size_status = !1), a.radius += a.vs) : (a.radius <= i.particles.size.anim.size_min && (a.size_status = !0), a.radius -= a.vs), a.radius < 0 && (a.radius = 0)), "bounce" == i.particles.move.out_mode) var s = {
|
||||||
|
x_left: a.radius,
|
||||||
|
x_right: i.canvas.w,
|
||||||
|
y_top: a.radius,
|
||||||
|
y_bottom: i.canvas.h
|
||||||
|
};
|
||||||
|
else var s = {
|
||||||
|
x_left: -a.radius,
|
||||||
|
x_right: i.canvas.w + a.radius,
|
||||||
|
y_top: -a.radius,
|
||||||
|
y_bottom: i.canvas.h + a.radius
|
||||||
|
};
|
||||||
|
switch (a.x - a.radius > i.canvas.w ? (a.x = s.x_left, a.y = Math.random() * i.canvas.h) : a.x + a.radius < 0 && (a.x = s.x_right, a.y = Math.random() * i.canvas.h), a.y - a.radius > i.canvas.h ? (a.y = s.y_top, a.x = Math.random() * i.canvas.w) : a.y + a.radius < 0 && (a.y = s.y_bottom, a.x = Math.random() * i.canvas.w), i.particles.move.out_mode) {
|
||||||
|
case "bounce":
|
||||||
|
a.x + a.radius > i.canvas.w ? a.vx = -a.vx : a.x - a.radius < 0 && (a.vx = -a.vx), a.y + a.radius > i.canvas.h ? a.vy = -a.vy : a.y - a.radius < 0 && (a.vy = -a.vy)
|
||||||
|
}
|
||||||
|
if (isInArray("grab", i.interactivity.events.onhover.mode) && i.fn.modes.grabParticle(a), (isInArray("bubble", i.interactivity.events.onhover.mode) || isInArray("bubble", i.interactivity.events.onclick.mode)) && i.fn.modes.bubbleParticle(a), (isInArray("repulse", i.interactivity.events.onhover.mode) || isInArray("repulse", i.interactivity.events.onclick.mode)) && i.fn.modes.repulseParticle(a), i.particles.line_linked.enable || i.particles.move.attract.enable)
|
||||||
|
for (var n = e + 1; n < i.particles.array.length; n++) {
|
||||||
|
var r = i.particles.array[n];
|
||||||
|
i.particles.line_linked.enable && i.fn.interact.linkParticles(a, r), i.particles.move.attract.enable && i.fn.interact.attractParticles(a, r), i.particles.move.bounce && i.fn.interact.bounceParticles(a, r)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}, i.fn.particlesDraw = function() {
|
||||||
|
i.canvas.ctx.clearRect(0, 0, i.canvas.w, i.canvas.h), i.fn.particlesUpdate();
|
||||||
|
for (var e = 0; e < i.particles.array.length; e++) {
|
||||||
|
var a = i.particles.array[e];
|
||||||
|
a.draw()
|
||||||
|
}
|
||||||
|
}, i.fn.particlesEmpty = function() {
|
||||||
|
i.particles.array = []
|
||||||
|
}, i.fn.particlesRefresh = function() {
|
||||||
|
cancelRequestAnimFrame(i.fn.checkAnimFrame), cancelRequestAnimFrame(i.fn.drawAnimFrame), i.tmp.source_svg = void 0, i.tmp.img_obj = void 0, i.tmp.count_svg = 0, i.fn.particlesEmpty(), i.fn.canvasClear(), i.fn.vendors.start()
|
||||||
|
}, i.fn.interact.linkParticles = function(e, a) {
|
||||||
|
var t = e.x - a.x,
|
||||||
|
s = e.y - a.y,
|
||||||
|
n = Math.sqrt(t * t + s * s);
|
||||||
|
if (n <= i.particles.line_linked.distance) {
|
||||||
|
var r = i.particles.line_linked.opacity - n / (1 / i.particles.line_linked.opacity) / i.particles.line_linked.distance;
|
||||||
|
if (r > 0) {
|
||||||
|
var c = i.particles.line_linked.color_rgb_line;
|
||||||
|
i.canvas.ctx.strokeStyle = "rgba(" + c.r + "," + c.g + "," + c.b + "," + r + ")", i.canvas.ctx.lineWidth = i.particles.line_linked.width, i.canvas.ctx.beginPath(), i.canvas.ctx.moveTo(e.x, e.y), i.canvas.ctx.lineTo(a.x, a.y), i.canvas.ctx.stroke(), i.canvas.ctx.closePath()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}, i.fn.interact.attractParticles = function(e, a) {
|
||||||
|
var t = e.x - a.x,
|
||||||
|
s = e.y - a.y,
|
||||||
|
n = Math.sqrt(t * t + s * s);
|
||||||
|
if (n <= i.particles.line_linked.distance) {
|
||||||
|
var r = t / (1e3 * i.particles.move.attract.rotateX),
|
||||||
|
c = s / (1e3 * i.particles.move.attract.rotateY);
|
||||||
|
e.vx -= r, e.vy -= c, a.vx += r, a.vy += c
|
||||||
|
}
|
||||||
|
}, i.fn.interact.bounceParticles = function(e, a) {
|
||||||
|
var t = e.x - a.x,
|
||||||
|
i = e.y - a.y,
|
||||||
|
s = Math.sqrt(t * t + i * i),
|
||||||
|
n = e.radius + a.radius;
|
||||||
|
n >= s && (e.vx = -e.vx, e.vy = -e.vy, a.vx = -a.vx, a.vy = -a.vy)
|
||||||
|
}, i.fn.modes.pushParticles = function(e, a) {
|
||||||
|
i.tmp.pushing = !0;
|
||||||
|
for (var t = 0; e > t; t++) i.particles.array.push(new i.fn.particle(i.particles.color, i.particles.opacity.value, {
|
||||||
|
x: a ? a.pos_x : Math.random() * i.canvas.w,
|
||||||
|
y: a ? a.pos_y : Math.random() * i.canvas.h
|
||||||
|
})), t == e - 1 && (i.particles.move.enable || i.fn.particlesDraw(), i.tmp.pushing = !1)
|
||||||
|
}, i.fn.modes.removeParticles = function(e) {
|
||||||
|
i.particles.array.splice(0, e), i.particles.move.enable || i.fn.particlesDraw()
|
||||||
|
}, i.fn.modes.bubbleParticle = function(e) {
|
||||||
|
function a() {
|
||||||
|
e.opacity_bubble = e.opacity, e.radius_bubble = e.radius
|
||||||
|
}
|
||||||
|
|
||||||
|
function t(a, t, s, n, c) {
|
||||||
|
if (a != t)
|
||||||
|
if (i.tmp.bubble_duration_end) {
|
||||||
|
if (void 0 != s) {
|
||||||
|
var o = n - p * (n - a) / i.interactivity.modes.bubble.duration,
|
||||||
|
l = a - o;
|
||||||
|
d = a + l, "size" == c && (e.radius_bubble = d), "opacity" == c && (e.opacity_bubble = d)
|
||||||
|
}
|
||||||
|
} else if (r <= i.interactivity.modes.bubble.distance) {
|
||||||
|
if (void 0 != s) var v = s;
|
||||||
|
else var v = n;
|
||||||
|
if (v != a) {
|
||||||
|
var d = n - p * (n - a) / i.interactivity.modes.bubble.duration;
|
||||||
|
"size" == c && (e.radius_bubble = d), "opacity" == c && (e.opacity_bubble = d)
|
||||||
|
}
|
||||||
|
} else "size" == c && (e.radius_bubble = void 0), "opacity" == c && (e.opacity_bubble = void 0)
|
||||||
|
}
|
||||||
|
if (i.interactivity.events.onhover.enable && isInArray("bubble", i.interactivity.events.onhover.mode)) {
|
||||||
|
var s = e.x - i.interactivity.mouse.pos_x,
|
||||||
|
n = e.y - i.interactivity.mouse.pos_y,
|
||||||
|
r = Math.sqrt(s * s + n * n),
|
||||||
|
c = 1 - r / i.interactivity.modes.bubble.distance;
|
||||||
|
if (r <= i.interactivity.modes.bubble.distance) {
|
||||||
|
if (c >= 0 && "mousemove" == i.interactivity.status) {
|
||||||
|
if (i.interactivity.modes.bubble.size != i.particles.size.value)
|
||||||
|
if (i.interactivity.modes.bubble.size > i.particles.size.value) {
|
||||||
|
var o = e.radius + i.interactivity.modes.bubble.size * c;
|
||||||
|
o >= 0 && (e.radius_bubble = o)
|
||||||
|
} else {
|
||||||
|
var l = e.radius - i.interactivity.modes.bubble.size,
|
||||||
|
o = e.radius - l * c;
|
||||||
|
o > 0 ? e.radius_bubble = o : e.radius_bubble = 0
|
||||||
|
}
|
||||||
|
if (i.interactivity.modes.bubble.opacity != i.particles.opacity.value)
|
||||||
|
if (i.interactivity.modes.bubble.opacity > i.particles.opacity.value) {
|
||||||
|
var v = i.interactivity.modes.bubble.opacity * c;
|
||||||
|
v > e.opacity && v <= i.interactivity.modes.bubble.opacity && (e.opacity_bubble = v)
|
||||||
|
} else {
|
||||||
|
var v = e.opacity - (i.particles.opacity.value - i.interactivity.modes.bubble.opacity) * c;
|
||||||
|
v < e.opacity && v >= i.interactivity.modes.bubble.opacity && (e.opacity_bubble = v)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else a();
|
||||||
|
"mouseleave" == i.interactivity.status && a()
|
||||||
|
} else if (i.interactivity.events.onclick.enable && isInArray("bubble", i.interactivity.events.onclick.mode)) {
|
||||||
|
if (i.tmp.bubble_clicking) {
|
||||||
|
var s = e.x - i.interactivity.mouse.click_pos_x,
|
||||||
|
n = e.y - i.interactivity.mouse.click_pos_y,
|
||||||
|
r = Math.sqrt(s * s + n * n),
|
||||||
|
p = ((new Date).getTime() - i.interactivity.mouse.click_time) / 1e3;
|
||||||
|
p > i.interactivity.modes.bubble.duration && (i.tmp.bubble_duration_end = !0), p > 2 * i.interactivity.modes.bubble.duration && (i.tmp.bubble_clicking = !1, i.tmp.bubble_duration_end = !1)
|
||||||
|
}
|
||||||
|
i.tmp.bubble_clicking && (t(i.interactivity.modes.bubble.size, i.particles.size.value, e.radius_bubble, e.radius, "size"), t(i.interactivity.modes.bubble.opacity, i.particles.opacity.value, e.opacity_bubble, e.opacity, "opacity"))
|
||||||
|
}
|
||||||
|
}, i.fn.modes.repulseParticle = function(e) {
|
||||||
|
function a() {
|
||||||
|
var a = Math.atan2(d, p);
|
||||||
|
if (e.vx = u * Math.cos(a), e.vy = u * Math.sin(a), "bounce" == i.particles.move.out_mode) {
|
||||||
|
var t = {
|
||||||
|
x: e.x + e.vx,
|
||||||
|
y: e.y + e.vy
|
||||||
|
};
|
||||||
|
t.x + e.radius > i.canvas.w ? e.vx = -e.vx : t.x - e.radius < 0 && (e.vx = -e.vx), t.y + e.radius > i.canvas.h ? e.vy = -e.vy : t.y - e.radius < 0 && (e.vy = -e.vy)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (i.interactivity.events.onhover.enable && isInArray("repulse", i.interactivity.events.onhover.mode) && "mousemove" == i.interactivity.status) {
|
||||||
|
var t = e.x - i.interactivity.mouse.pos_x,
|
||||||
|
s = e.y - i.interactivity.mouse.pos_y,
|
||||||
|
n = Math.sqrt(t * t + s * s),
|
||||||
|
r = {
|
||||||
|
x: t / n,
|
||||||
|
y: s / n
|
||||||
|
},
|
||||||
|
c = i.interactivity.modes.repulse.distance,
|
||||||
|
o = 100,
|
||||||
|
l = clamp(1 / c * (-1 * Math.pow(n / c, 2) + 1) * c * o, 0, 50),
|
||||||
|
v = {
|
||||||
|
x: e.x + r.x * l,
|
||||||
|
y: e.y + r.y * l
|
||||||
|
};
|
||||||
|
"bounce" == i.particles.move.out_mode ? (v.x - e.radius > 0 && v.x + e.radius < i.canvas.w && (e.x = v.x), v.y - e.radius > 0 && v.y + e.radius < i.canvas.h && (e.y = v.y)) : (e.x = v.x, e.y = v.y)
|
||||||
|
} else if (i.interactivity.events.onclick.enable && isInArray("repulse", i.interactivity.events.onclick.mode))
|
||||||
|
if (i.tmp.repulse_finish || (i.tmp.repulse_count++, i.tmp.repulse_count == i.particles.array.length && (i.tmp.repulse_finish = !0)), i.tmp.repulse_clicking) {
|
||||||
|
var c = Math.pow(i.interactivity.modes.repulse.distance / 6, 3),
|
||||||
|
p = i.interactivity.mouse.click_pos_x - e.x,
|
||||||
|
d = i.interactivity.mouse.click_pos_y - e.y,
|
||||||
|
m = p * p + d * d,
|
||||||
|
u = -c / m * 1;
|
||||||
|
c >= m && a()
|
||||||
|
} else 0 == i.tmp.repulse_clicking && (e.vx = e.vx_i, e.vy = e.vy_i)
|
||||||
|
}, i.fn.modes.grabParticle = function(e) {
|
||||||
|
if (i.interactivity.events.onhover.enable && "mousemove" == i.interactivity.status) {
|
||||||
|
var a = e.x - i.interactivity.mouse.pos_x,
|
||||||
|
t = e.y - i.interactivity.mouse.pos_y,
|
||||||
|
s = Math.sqrt(a * a + t * t);
|
||||||
|
if (s <= i.interactivity.modes.grab.distance) {
|
||||||
|
var n = i.interactivity.modes.grab.line_linked.opacity - s / (1 / i.interactivity.modes.grab.line_linked.opacity) / i.interactivity.modes.grab.distance;
|
||||||
|
if (n > 0) {
|
||||||
|
var r = i.particles.line_linked.color_rgb_line;
|
||||||
|
i.canvas.ctx.strokeStyle = "rgba(" + r.r + "," + r.g + "," + r.b + "," + n + ")", i.canvas.ctx.lineWidth = i.particles.line_linked.width, i.canvas.ctx.beginPath(), i.canvas.ctx.moveTo(e.x, e.y), i.canvas.ctx.lineTo(i.interactivity.mouse.pos_x, i.interactivity.mouse.pos_y), i.canvas.ctx.stroke(), i.canvas.ctx.closePath()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}, i.fn.vendors.eventsListeners = function() {
|
||||||
|
"window" == i.interactivity.detect_on ? i.interactivity.el = window : i.interactivity.el = i.canvas.el, (i.interactivity.events.onhover.enable || i.interactivity.events.onclick.enable) && (i.interactivity.el.addEventListener("mousemove", function(e) {
|
||||||
|
if (i.interactivity.el == window) var a = e.clientX,
|
||||||
|
t = e.clientY;
|
||||||
|
else var a = e.offsetX || e.clientX,
|
||||||
|
t = e.offsetY || e.clientY;
|
||||||
|
i.interactivity.mouse.pos_x = a, i.interactivity.mouse.pos_y = t, i.tmp.retina && (i.interactivity.mouse.pos_x *= i.canvas.pxratio, i.interactivity.mouse.pos_y *= i.canvas.pxratio), i.interactivity.status = "mousemove"
|
||||||
|
}), i.interactivity.el.addEventListener("mouseleave", function(e) {
|
||||||
|
i.interactivity.mouse.pos_x = null, i.interactivity.mouse.pos_y = null, i.interactivity.status = "mouseleave"
|
||||||
|
})), i.interactivity.events.onclick.enable && i.interactivity.el.addEventListener("click", function() {
|
||||||
|
if (i.interactivity.mouse.click_pos_x = i.interactivity.mouse.pos_x, i.interactivity.mouse.click_pos_y = i.interactivity.mouse.pos_y, i.interactivity.mouse.click_time = (new Date).getTime(), i.interactivity.events.onclick.enable) switch (i.interactivity.events.onclick.mode) {
|
||||||
|
case "push":
|
||||||
|
i.particles.move.enable ? i.fn.modes.pushParticles(i.interactivity.modes.push.particles_nb, i.interactivity.mouse) : 1 == i.interactivity.modes.push.particles_nb ? i.fn.modes.pushParticles(i.interactivity.modes.push.particles_nb, i.interactivity.mouse) : i.interactivity.modes.push.particles_nb > 1 && i.fn.modes.pushParticles(i.interactivity.modes.push.particles_nb);
|
||||||
|
break;
|
||||||
|
case "remove":
|
||||||
|
i.fn.modes.removeParticles(i.interactivity.modes.remove.particles_nb);
|
||||||
|
break;
|
||||||
|
case "bubble":
|
||||||
|
i.tmp.bubble_clicking = !0;
|
||||||
|
break;
|
||||||
|
case "repulse":
|
||||||
|
i.tmp.repulse_clicking = !0, i.tmp.repulse_count = 0, i.tmp.repulse_finish = !1, setTimeout(function() {
|
||||||
|
i.tmp.repulse_clicking = !1
|
||||||
|
}, 1e3 * i.interactivity.modes.repulse.duration)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}, i.fn.vendors.densityAutoParticles = function() {
|
||||||
|
if (i.particles.number.density.enable) {
|
||||||
|
var e = i.canvas.el.width * i.canvas.el.height / 1e3;
|
||||||
|
i.tmp.retina && (e /= 2 * i.canvas.pxratio);
|
||||||
|
var a = e * i.particles.number.value / i.particles.number.density.value_area,
|
||||||
|
t = i.particles.array.length - a;
|
||||||
|
0 > t ? i.fn.modes.pushParticles(Math.abs(t)) : i.fn.modes.removeParticles(t)
|
||||||
|
}
|
||||||
|
}, i.fn.vendors.checkOverlap = function(e, a) {
|
||||||
|
for (var t = 0; t < i.particles.array.length; t++) {
|
||||||
|
var s = i.particles.array[t],
|
||||||
|
n = e.x - s.x,
|
||||||
|
r = e.y - s.y,
|
||||||
|
c = Math.sqrt(n * n + r * r);
|
||||||
|
c <= e.radius + s.radius && (e.x = a ? a.x : Math.random() * i.canvas.w, e.y = a ? a.y : Math.random() * i.canvas.h, i.fn.vendors.checkOverlap(e))
|
||||||
|
}
|
||||||
|
}, i.fn.vendors.createSvgImg = function(e) {
|
||||||
|
var a = i.tmp.source_svg,
|
||||||
|
t = /#([0-9A-F]{3,6})/gi,
|
||||||
|
s = a.replace(t, function(a, t, i, s) {
|
||||||
|
if (e.color.rgb) var n = "rgba(" + e.color.rgb.r + "," + e.color.rgb.g + "," + e.color.rgb.b + "," + e.opacity + ")";
|
||||||
|
else var n = "hsla(" + e.color.hsl.h + "," + e.color.hsl.s + "%," + e.color.hsl.l + "%," + e.opacity + ")";
|
||||||
|
return n
|
||||||
|
}),
|
||||||
|
n = new Blob([s], {
|
||||||
|
type: "image/svg+xml;charset=utf-8"
|
||||||
|
}),
|
||||||
|
r = window.URL || window.webkitURL || window,
|
||||||
|
c = r.createObjectURL(n),
|
||||||
|
o = new Image;
|
||||||
|
o.addEventListener("load", function() {
|
||||||
|
e.img.obj = o, e.img.loaded = !0, r.revokeObjectURL(c), i.tmp.count_svg++
|
||||||
|
}), o.src = c
|
||||||
|
}, i.fn.vendors.destroypJS = function() {
|
||||||
|
cancelAnimationFrame(i.fn.drawAnimFrame), t.remove(), pJSDom = null
|
||||||
|
}, i.fn.vendors.drawShape = function(e, a, t, i, s, n) {
|
||||||
|
var r = s * n,
|
||||||
|
c = s / n,
|
||||||
|
o = 180 * (c - 2) / c,
|
||||||
|
l = Math.PI - Math.PI * o / 180;
|
||||||
|
e.save(), e.beginPath(), e.translate(a, t), e.moveTo(0, 0);
|
||||||
|
for (var v = 0; r > v; v++) e.lineTo(i, 0), e.translate(i, 0), e.rotate(l);
|
||||||
|
e.fill(), e.restore()
|
||||||
|
}, i.fn.vendors.exportImg = function() {
|
||||||
|
window.open(i.canvas.el.toDataURL("image/png"), "_blank")
|
||||||
|
}, i.fn.vendors.loadImg = function(e) {
|
||||||
|
if (i.tmp.img_error = void 0, "" != i.particles.shape.image.src)
|
||||||
|
if ("svg" == e) {
|
||||||
|
var a = new XMLHttpRequest;
|
||||||
|
a.open("GET", i.particles.shape.image.src), a.onreadystatechange = function(e) {
|
||||||
|
4 == a.readyState && (200 == a.status ? (i.tmp.source_svg = e.currentTarget.response, i.fn.vendors.checkBeforeDraw()) : (console.log("Error pJS - Image not found"), i.tmp.img_error = !0))
|
||||||
|
}, a.send()
|
||||||
|
} else {
|
||||||
|
var t = new Image;
|
||||||
|
t.addEventListener("load", function() {
|
||||||
|
i.tmp.img_obj = t, i.fn.vendors.checkBeforeDraw()
|
||||||
|
}), t.src = i.particles.shape.image.src
|
||||||
|
} else console.log("Error pJS - No image.src"), i.tmp.img_error = !0
|
||||||
|
}, i.fn.vendors.draw = function() {
|
||||||
|
"image" == i.particles.shape.type ? "svg" == i.tmp.img_type ? i.tmp.count_svg >= i.particles.number.value ? (i.fn.particlesDraw(), i.particles.move.enable ? i.fn.drawAnimFrame = requestAnimFrame(i.fn.vendors.draw) : cancelRequestAnimFrame(i.fn.drawAnimFrame)) : i.tmp.img_error || (i.fn.drawAnimFrame = requestAnimFrame(i.fn.vendors.draw)) : void 0 != i.tmp.img_obj ? (i.fn.particlesDraw(), i.particles.move.enable ? i.fn.drawAnimFrame = requestAnimFrame(i.fn.vendors.draw) : cancelRequestAnimFrame(i.fn.drawAnimFrame)) : i.tmp.img_error || (i.fn.drawAnimFrame = requestAnimFrame(i.fn.vendors.draw)) : (i.fn.particlesDraw(), i.particles.move.enable ? i.fn.drawAnimFrame = requestAnimFrame(i.fn.vendors.draw) : cancelRequestAnimFrame(i.fn.drawAnimFrame))
|
||||||
|
}, i.fn.vendors.checkBeforeDraw = function() {
|
||||||
|
"image" == i.particles.shape.type ? "svg" == i.tmp.img_type && void 0 == i.tmp.source_svg ? i.tmp.checkAnimFrame = requestAnimFrame(check) : (cancelRequestAnimFrame(i.tmp.checkAnimFrame), i.tmp.img_error || (i.fn.vendors.init(), i.fn.vendors.draw())) : (i.fn.vendors.init(), i.fn.vendors.draw())
|
||||||
|
}, i.fn.vendors.init = function() {
|
||||||
|
i.fn.retinaInit(), i.fn.canvasInit(), i.fn.canvasSize(), i.fn.canvasPaint(), i.fn.particlesCreate(), i.fn.vendors.densityAutoParticles(), i.particles.line_linked.color_rgb_line = hexToRgb(i.particles.line_linked.color)
|
||||||
|
}, i.fn.vendors.start = function() {
|
||||||
|
isInArray("image", i.particles.shape.type) ? (i.tmp.img_type = i.particles.shape.image.src.substr(i.particles.shape.image.src.length - 3), i.fn.vendors.loadImg(i.tmp.img_type)) : i.fn.vendors.checkBeforeDraw()
|
||||||
|
}, i.fn.vendors.eventsListeners(), i.fn.vendors.start()
|
||||||
|
};
|
||||||
|
Object.deepExtend = function(e, a) {
|
||||||
|
for (var t in a) a[t] && a[t].constructor && a[t].constructor === Object ? (e[t] = e[t] || {}, arguments.callee(e[t], a[t])) : e[t] = a[t];
|
||||||
|
return e
|
||||||
|
}, window.requestAnimFrame = function() {
|
||||||
|
return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function(e) {
|
||||||
|
window.setTimeout(e, 1e3 / 60)
|
||||||
|
}
|
||||||
|
}(), window.cancelRequestAnimFrame = function() {
|
||||||
|
return window.cancelAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelRequestAnimationFrame || window.oCancelRequestAnimationFrame || window.msCancelRequestAnimationFrame || clearTimeout
|
||||||
|
}(), window.pJSDom = [], window.particlesJS = function(e, a) {
|
||||||
|
"string" != typeof e && (a = e, e = "particles-js"), e || (e = "particles-js");
|
||||||
|
var t = document.getElementById(e),
|
||||||
|
i = "particles-js-canvas-el",
|
||||||
|
s = t.getElementsByClassName(i);
|
||||||
|
if (s.length)
|
||||||
|
for (; s.length > 0;) t.removeChild(s[0]);
|
||||||
|
var n = document.createElement("canvas");
|
||||||
|
n.className = i, n.style.width = "100%", n.style.height = "100%";
|
||||||
|
var r = document.getElementById(e).appendChild(n);
|
||||||
|
null != r && pJSDom.push(new pJS(e, a))
|
||||||
|
}, window.particlesJS.load = function(e, a, t) {
|
||||||
|
var i = new XMLHttpRequest;
|
||||||
|
i.open("GET", a), i.onreadystatechange = function(a) {
|
||||||
|
if (4 == i.readyState)
|
||||||
|
if (200 == i.status) {
|
||||||
|
var s = JSON.parse(a.currentTarget.response);
|
||||||
|
window.particlesJS(e, s), t && t()
|
||||||
|
} else console.log("Error pJS - XMLHttpRequest status: " + i.status), console.log("Error pJS - File config not found")
|
||||||
|
}, i.send()
|
||||||
|
};
|
||||||
438
assets/js/libraries/typed.js
Normal file
|
|
@ -0,0 +1,438 @@
|
||||||
|
// The MIT License (MIT)
|
||||||
|
|
||||||
|
// Typed.js | Copyright (c) 2016 Matt Boldt | www.mattboldt.com
|
||||||
|
|
||||||
|
// 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
! function($) {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
var Typed = function(el, options) {
|
||||||
|
|
||||||
|
// chosen element to manipulate text
|
||||||
|
this.el = $(el);
|
||||||
|
|
||||||
|
// options
|
||||||
|
this.options = $.extend({}, $.fn.typed.defaults, options);
|
||||||
|
|
||||||
|
// attribute to type into
|
||||||
|
this.isInput = this.el.is('input');
|
||||||
|
this.attr = this.options.attr;
|
||||||
|
|
||||||
|
// show cursor
|
||||||
|
this.showCursor = this.isInput ? false : this.options.showCursor;
|
||||||
|
|
||||||
|
// text content of element
|
||||||
|
this.elContent = this.attr ? this.el.attr(this.attr) : this.el.text();
|
||||||
|
|
||||||
|
// html or plain text
|
||||||
|
this.contentType = this.options.contentType;
|
||||||
|
|
||||||
|
// typing speed
|
||||||
|
this.typeSpeed = this.options.typeSpeed;
|
||||||
|
|
||||||
|
// add a delay before typing starts
|
||||||
|
this.startDelay = this.options.startDelay;
|
||||||
|
|
||||||
|
// backspacing speed
|
||||||
|
this.backSpeed = this.options.backSpeed;
|
||||||
|
|
||||||
|
// amount of time to wait before backspacing
|
||||||
|
this.backDelay = this.options.backDelay;
|
||||||
|
|
||||||
|
// div containing strings
|
||||||
|
this.stringsElement = this.options.stringsElement;
|
||||||
|
|
||||||
|
// input strings of text
|
||||||
|
this.strings = this.options.strings;
|
||||||
|
|
||||||
|
// character number position of current string
|
||||||
|
this.strPos = 0;
|
||||||
|
|
||||||
|
// current array position
|
||||||
|
this.arrayPos = 0;
|
||||||
|
|
||||||
|
// number to stop backspacing on.
|
||||||
|
// default 0, can change depending on how many chars
|
||||||
|
// you want to remove at the time
|
||||||
|
this.stopNum = 0;
|
||||||
|
|
||||||
|
// Looping logic
|
||||||
|
this.loop = this.options.loop;
|
||||||
|
this.loopCount = this.options.loopCount;
|
||||||
|
this.curLoop = 0;
|
||||||
|
|
||||||
|
// for stopping
|
||||||
|
this.stop = false;
|
||||||
|
|
||||||
|
// custom cursor
|
||||||
|
this.cursorChar = this.options.cursorChar;
|
||||||
|
|
||||||
|
// shuffle the strings
|
||||||
|
this.shuffle = this.options.shuffle;
|
||||||
|
// the order of strings
|
||||||
|
this.sequence = [];
|
||||||
|
|
||||||
|
// All systems go!
|
||||||
|
this.build();
|
||||||
|
};
|
||||||
|
|
||||||
|
Typed.prototype = {
|
||||||
|
|
||||||
|
constructor: Typed,
|
||||||
|
|
||||||
|
init: function() {
|
||||||
|
// begin the loop w/ first current string (global self.strings)
|
||||||
|
// current string will be passed as an argument each time after this
|
||||||
|
var self = this;
|
||||||
|
self.timeout = setTimeout(function() {
|
||||||
|
for (var i=0;i<self.strings.length;++i) self.sequence[i]=i;
|
||||||
|
|
||||||
|
// shuffle the array if true
|
||||||
|
if(self.shuffle) self.sequence = self.shuffleArray(self.sequence);
|
||||||
|
|
||||||
|
// Start typing
|
||||||
|
self.typewrite(self.strings[self.sequence[self.arrayPos]], self.strPos);
|
||||||
|
}, self.startDelay);
|
||||||
|
},
|
||||||
|
|
||||||
|
build: function() {
|
||||||
|
var self = this;
|
||||||
|
// Insert cursor
|
||||||
|
if (this.showCursor === true) {
|
||||||
|
this.cursor = $("<span class=\"typed-cursor\">" + this.cursorChar + "</span>");
|
||||||
|
this.el.after(this.cursor);
|
||||||
|
}
|
||||||
|
if (this.stringsElement) {
|
||||||
|
this.strings = [];
|
||||||
|
this.stringsElement.hide();
|
||||||
|
console.log(this.stringsElement.children());
|
||||||
|
var strings = this.stringsElement.children();
|
||||||
|
$.each(strings, function(key, value){
|
||||||
|
self.strings.push($(value).html());
|
||||||
|
});
|
||||||
|
}
|
||||||
|
this.init();
|
||||||
|
},
|
||||||
|
|
||||||
|
// pass current string state to each function, types 1 char per call
|
||||||
|
typewrite: function(curString, curStrPos) {
|
||||||
|
// exit when stopped
|
||||||
|
if (this.stop === true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// varying values for setTimeout during typing
|
||||||
|
// can't be global since number changes each time loop is executed
|
||||||
|
var humanize = Math.round(Math.random() * (100 - 30)) + this.typeSpeed;
|
||||||
|
var self = this;
|
||||||
|
|
||||||
|
// ------------- optional ------------- //
|
||||||
|
// backpaces a certain string faster
|
||||||
|
// ------------------------------------ //
|
||||||
|
// if (self.arrayPos == 1){
|
||||||
|
// self.backDelay = 50;
|
||||||
|
// }
|
||||||
|
// else{ self.backDelay = 500; }
|
||||||
|
|
||||||
|
// contain typing function in a timeout humanize'd delay
|
||||||
|
self.timeout = setTimeout(function() {
|
||||||
|
// check for an escape character before a pause value
|
||||||
|
// format: \^\d+ .. eg: ^1000 .. should be able to print the ^ too using ^^
|
||||||
|
// single ^ are removed from string
|
||||||
|
var charPause = 0;
|
||||||
|
var substr = curString.substr(curStrPos);
|
||||||
|
if (substr.charAt(0) === '^') {
|
||||||
|
var skip = 1; // skip atleast 1
|
||||||
|
if (/^\^\d+/.test(substr)) {
|
||||||
|
substr = /\d+/.exec(substr)[0];
|
||||||
|
skip += substr.length;
|
||||||
|
charPause = parseInt(substr);
|
||||||
|
}
|
||||||
|
|
||||||
|
// strip out the escape character and pause value so they're not printed
|
||||||
|
curString = curString.substring(0, curStrPos) + curString.substring(curStrPos + skip);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (self.contentType === 'html') {
|
||||||
|
// skip over html tags while typing
|
||||||
|
var curChar = curString.substr(curStrPos).charAt(0)
|
||||||
|
if (curChar === '<' || curChar === '&') {
|
||||||
|
var tag = '';
|
||||||
|
var endTag = '';
|
||||||
|
if (curChar === '<') {
|
||||||
|
endTag = '>'
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
endTag = ';'
|
||||||
|
}
|
||||||
|
while (curString.substr(curStrPos + 1).charAt(0) !== endTag) {
|
||||||
|
tag += curString.substr(curStrPos).charAt(0);
|
||||||
|
curStrPos++;
|
||||||
|
if (curStrPos + 1 > curString.length) { break; }
|
||||||
|
}
|
||||||
|
curStrPos++;
|
||||||
|
tag += endTag;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// timeout for any pause after a character
|
||||||
|
self.timeout = setTimeout(function() {
|
||||||
|
if (curStrPos === curString.length) {
|
||||||
|
// fires callback function
|
||||||
|
self.options.onStringTyped(self.arrayPos);
|
||||||
|
|
||||||
|
// is this the final string
|
||||||
|
if (self.arrayPos === self.strings.length - 1) {
|
||||||
|
// animation that occurs on the last typed string
|
||||||
|
self.options.callback();
|
||||||
|
|
||||||
|
self.curLoop++;
|
||||||
|
|
||||||
|
// quit if we wont loop back
|
||||||
|
if (self.loop === false || self.curLoop === self.loopCount)
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
self.timeout = setTimeout(function() {
|
||||||
|
self.backspace(curString, curStrPos);
|
||||||
|
}, self.backDelay);
|
||||||
|
|
||||||
|
} else {
|
||||||
|
|
||||||
|
/* call before functions if applicable */
|
||||||
|
if (curStrPos === 0) {
|
||||||
|
self.options.preStringTyped(self.arrayPos);
|
||||||
|
}
|
||||||
|
|
||||||
|
// start typing each new char into existing string
|
||||||
|
// curString: arg, self.el.html: original text inside element
|
||||||
|
var nextString = curString.substr(0, curStrPos + 1);
|
||||||
|
if (self.attr) {
|
||||||
|
self.el.attr(self.attr, nextString);
|
||||||
|
} else {
|
||||||
|
if (self.isInput) {
|
||||||
|
self.el.val(nextString);
|
||||||
|
} else if (self.contentType === 'html') {
|
||||||
|
self.el.html(nextString);
|
||||||
|
} else {
|
||||||
|
self.el.text(nextString);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// add characters one by one
|
||||||
|
curStrPos++;
|
||||||
|
// loop the function
|
||||||
|
self.typewrite(curString, curStrPos);
|
||||||
|
}
|
||||||
|
// end of character pause
|
||||||
|
}, charPause);
|
||||||
|
|
||||||
|
// humanized value for typing
|
||||||
|
}, humanize);
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
backspace: function(curString, curStrPos) {
|
||||||
|
// exit when stopped
|
||||||
|
if (this.stop === true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// varying values for setTimeout during typing
|
||||||
|
// can't be global since number changes each time loop is executed
|
||||||
|
var humanize = Math.round(Math.random() * (100 - 30)) + this.backSpeed;
|
||||||
|
var self = this;
|
||||||
|
|
||||||
|
self.timeout = setTimeout(function() {
|
||||||
|
|
||||||
|
// ----- this part is optional ----- //
|
||||||
|
// check string array position
|
||||||
|
// on the first string, only delete one word
|
||||||
|
// the stopNum actually represents the amount of chars to
|
||||||
|
// keep in the current string. In my case it's 14.
|
||||||
|
// if (self.arrayPos == 1){
|
||||||
|
// self.stopNum = 14;
|
||||||
|
// }
|
||||||
|
//every other time, delete the whole typed string
|
||||||
|
// else{
|
||||||
|
// self.stopNum = 0;
|
||||||
|
// }
|
||||||
|
|
||||||
|
if (self.contentType === 'html') {
|
||||||
|
// skip over html tags while backspacing
|
||||||
|
if (curString.substr(curStrPos).charAt(0) === '>') {
|
||||||
|
var tag = '';
|
||||||
|
while (curString.substr(curStrPos - 1).charAt(0) !== '<') {
|
||||||
|
tag -= curString.substr(curStrPos).charAt(0);
|
||||||
|
curStrPos--;
|
||||||
|
if (curStrPos < 0) { break; }
|
||||||
|
}
|
||||||
|
curStrPos--;
|
||||||
|
tag += '<';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// ----- continue important stuff ----- //
|
||||||
|
// replace text with base text + typed characters
|
||||||
|
var nextString = curString.substr(0, curStrPos);
|
||||||
|
if (self.attr) {
|
||||||
|
self.el.attr(self.attr, nextString);
|
||||||
|
} else {
|
||||||
|
if (self.isInput) {
|
||||||
|
self.el.val(nextString);
|
||||||
|
} else if (self.contentType === 'html') {
|
||||||
|
self.el.html(nextString);
|
||||||
|
} else {
|
||||||
|
self.el.text(nextString);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// if the number (id of character in current string) is
|
||||||
|
// less than the stop number, keep going
|
||||||
|
if (curStrPos > self.stopNum) {
|
||||||
|
// subtract characters one by one
|
||||||
|
curStrPos--;
|
||||||
|
// loop the function
|
||||||
|
self.backspace(curString, curStrPos);
|
||||||
|
}
|
||||||
|
// if the stop number has been reached, increase
|
||||||
|
// array position to next string
|
||||||
|
else if (curStrPos <= self.stopNum) {
|
||||||
|
self.arrayPos++;
|
||||||
|
|
||||||
|
if (self.arrayPos === self.strings.length) {
|
||||||
|
self.arrayPos = 0;
|
||||||
|
|
||||||
|
// Shuffle sequence again
|
||||||
|
if(self.shuffle) self.sequence = self.shuffleArray(self.sequence);
|
||||||
|
|
||||||
|
self.init();
|
||||||
|
} else
|
||||||
|
self.typewrite(self.strings[self.sequence[self.arrayPos]], curStrPos);
|
||||||
|
}
|
||||||
|
|
||||||
|
// humanized value for typing
|
||||||
|
}, humanize);
|
||||||
|
|
||||||
|
},
|
||||||
|
/**
|
||||||
|
* Shuffles the numbers in the given array.
|
||||||
|
* @param {Array} array
|
||||||
|
* @returns {Array}
|
||||||
|
*/
|
||||||
|
shuffleArray: function(array) {
|
||||||
|
var tmp, current, top = array.length;
|
||||||
|
if(top) while(--top) {
|
||||||
|
current = Math.floor(Math.random() * (top + 1));
|
||||||
|
tmp = array[current];
|
||||||
|
array[current] = array[top];
|
||||||
|
array[top] = tmp;
|
||||||
|
}
|
||||||
|
return array;
|
||||||
|
},
|
||||||
|
|
||||||
|
// Start & Stop currently not working
|
||||||
|
|
||||||
|
// , stop: function() {
|
||||||
|
// var self = this;
|
||||||
|
|
||||||
|
// self.stop = true;
|
||||||
|
// clearInterval(self.timeout);
|
||||||
|
// }
|
||||||
|
|
||||||
|
// , start: function() {
|
||||||
|
// var self = this;
|
||||||
|
// if(self.stop === false)
|
||||||
|
// return;
|
||||||
|
|
||||||
|
// this.stop = false;
|
||||||
|
// this.init();
|
||||||
|
// }
|
||||||
|
|
||||||
|
// Reset and rebuild the element
|
||||||
|
reset: function() {
|
||||||
|
var self = this;
|
||||||
|
clearInterval(self.timeout);
|
||||||
|
var id = this.el.attr('id');
|
||||||
|
this.el.empty();
|
||||||
|
if (typeof this.cursor !== 'undefined') {
|
||||||
|
this.cursor.remove();
|
||||||
|
}
|
||||||
|
this.strPos = 0;
|
||||||
|
this.arrayPos = 0;
|
||||||
|
this.curLoop = 0;
|
||||||
|
// Send the callback
|
||||||
|
this.options.resetCallback();
|
||||||
|
}
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
$.fn.typed = function(option) {
|
||||||
|
return this.each(function() {
|
||||||
|
var $this = $(this),
|
||||||
|
data = $this.data('typed'),
|
||||||
|
options = typeof option == 'object' && option;
|
||||||
|
if (data) { data.reset(); }
|
||||||
|
$this.data('typed', (data = new Typed(this, options)));
|
||||||
|
if (typeof option == 'string') data[option]();
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
$.fn.typed.defaults = {
|
||||||
|
strings: ["These are the default values...", "You know what you should do?", "Use your own!", "Have a great day!"],
|
||||||
|
stringsElement: null,
|
||||||
|
// typing speed
|
||||||
|
typeSpeed: 0,
|
||||||
|
// time before typing starts
|
||||||
|
startDelay: 0,
|
||||||
|
// backspacing speed
|
||||||
|
backSpeed: 0,
|
||||||
|
// shuffle the strings
|
||||||
|
shuffle: false,
|
||||||
|
// time before backspacing
|
||||||
|
backDelay: 500,
|
||||||
|
// loop
|
||||||
|
loop: false,
|
||||||
|
// false = infinite
|
||||||
|
loopCount: false,
|
||||||
|
// show cursor
|
||||||
|
showCursor: true,
|
||||||
|
// character for cursor
|
||||||
|
cursorChar: "|",
|
||||||
|
// attribute to type (null == text)
|
||||||
|
attr: null,
|
||||||
|
// either html or text
|
||||||
|
contentType: 'html',
|
||||||
|
// call when done callback function
|
||||||
|
callback: function() {},
|
||||||
|
// starting callback function before each string
|
||||||
|
preStringTyped: function() {},
|
||||||
|
//callback for every typed string
|
||||||
|
onStringTyped: function() {},
|
||||||
|
// callback for reset
|
||||||
|
resetCallback: function() {}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
}(window.jQuery);
|
||||||
484
assets/js/libraries/waypoint.js
Normal file
|
|
@ -0,0 +1,484 @@
|
||||||
|
// Generated by CoffeeScript 1.6.2
|
||||||
|
/*
|
||||||
|
jQuery Waypoints - v2.0.3
|
||||||
|
Copyright (c) 2011-2013 Caleb Troughton
|
||||||
|
Dual licensed under the MIT license and GPL license.
|
||||||
|
https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt
|
||||||
|
*/
|
||||||
|
(function() {
|
||||||
|
var t = [].indexOf || function(t) {
|
||||||
|
for (var e = 0, n = this.length; e < n; e++) {
|
||||||
|
if (e in this && this[e] === t) return e
|
||||||
|
}
|
||||||
|
return -1
|
||||||
|
},
|
||||||
|
e = [].slice;
|
||||||
|
(function(t, e) {
|
||||||
|
if (typeof define === "function" && define.amd) {
|
||||||
|
return define("waypoints", ["jquery"], function(n) {
|
||||||
|
return e(n, t)
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
return e(t.jQuery, t)
|
||||||
|
}
|
||||||
|
})(this, function(n, r) {
|
||||||
|
var i, o, l, s, f, u, a, c, h, d, p, y, v, w, g, m;
|
||||||
|
i = n(r);
|
||||||
|
c = t.call(r, "ontouchstart") >= 0;
|
||||||
|
s = {
|
||||||
|
horizontal: {},
|
||||||
|
vertical: {}
|
||||||
|
};
|
||||||
|
f = 1;
|
||||||
|
a = {};
|
||||||
|
u = "waypoints-context-id";
|
||||||
|
p = "resize.waypoints";
|
||||||
|
y = "scroll.waypoints";
|
||||||
|
v = 1;
|
||||||
|
w = "waypoints-waypoint-ids";
|
||||||
|
g = "waypoint";
|
||||||
|
m = "waypoints";
|
||||||
|
o = function() {
|
||||||
|
function t(t) {
|
||||||
|
var e = this;
|
||||||
|
this.$element = t;
|
||||||
|
this.element = t[0];
|
||||||
|
this.didResize = false;
|
||||||
|
this.didScroll = false;
|
||||||
|
this.id = "context" + f++;
|
||||||
|
this.oldScroll = {
|
||||||
|
x: t.scrollLeft(),
|
||||||
|
y: t.scrollTop()
|
||||||
|
};
|
||||||
|
this.waypoints = {
|
||||||
|
horizontal: {},
|
||||||
|
vertical: {}
|
||||||
|
};
|
||||||
|
t.data(u, this.id);
|
||||||
|
a[this.id] = this;
|
||||||
|
t.bind(y, function() {
|
||||||
|
var t;
|
||||||
|
if (!(e.didScroll || c)) {
|
||||||
|
e.didScroll = true;
|
||||||
|
t = function() {
|
||||||
|
e.doScroll();
|
||||||
|
return e.didScroll = false
|
||||||
|
};
|
||||||
|
return r.setTimeout(t, n[m].settings.scrollThrottle)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
t.bind(p, function() {
|
||||||
|
var t;
|
||||||
|
if (!e.didResize) {
|
||||||
|
e.didResize = true;
|
||||||
|
t = function() {
|
||||||
|
n[m]("refresh");
|
||||||
|
return e.didResize = false
|
||||||
|
};
|
||||||
|
return r.setTimeout(t, n[m].settings.resizeThrottle)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
t.prototype.doScroll = function() {
|
||||||
|
var t, e = this;
|
||||||
|
t = {
|
||||||
|
horizontal: {
|
||||||
|
newScroll: this.$element.scrollLeft(),
|
||||||
|
oldScroll: this.oldScroll.x,
|
||||||
|
forward: "right",
|
||||||
|
backward: "left"
|
||||||
|
},
|
||||||
|
vertical: {
|
||||||
|
newScroll: this.$element.scrollTop(),
|
||||||
|
oldScroll: this.oldScroll.y,
|
||||||
|
forward: "down",
|
||||||
|
backward: "up"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
if (c && (!t.vertical.oldScroll || !t.vertical.newScroll)) {
|
||||||
|
n[m]("refresh")
|
||||||
|
}
|
||||||
|
n.each(t, function(t, r) {
|
||||||
|
var i, o, l;
|
||||||
|
l = [];
|
||||||
|
o = r.newScroll > r.oldScroll;
|
||||||
|
i = o ? r.forward : r.backward;
|
||||||
|
n.each(e.waypoints[t], function(t, e) {
|
||||||
|
var n, i;
|
||||||
|
if (r.oldScroll < (n = e.offset) && n <= r.newScroll) {
|
||||||
|
return l.push(e)
|
||||||
|
} else if (r.newScroll < (i = e.offset) && i <= r.oldScroll) {
|
||||||
|
return l.push(e)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
l.sort(function(t, e) {
|
||||||
|
return t.offset - e.offset
|
||||||
|
});
|
||||||
|
if (!o) {
|
||||||
|
l.reverse()
|
||||||
|
}
|
||||||
|
return n.each(l, function(t, e) {
|
||||||
|
if (e.options.continuous || t === l.length - 1) {
|
||||||
|
return e.trigger([i])
|
||||||
|
}
|
||||||
|
})
|
||||||
|
});
|
||||||
|
return this.oldScroll = {
|
||||||
|
x: t.horizontal.newScroll,
|
||||||
|
y: t.vertical.newScroll
|
||||||
|
}
|
||||||
|
};
|
||||||
|
t.prototype.refresh = function() {
|
||||||
|
var t, e, r, i = this;
|
||||||
|
r = n.isWindow(this.element);
|
||||||
|
e = this.$element.offset();
|
||||||
|
this.doScroll();
|
||||||
|
t = {
|
||||||
|
horizontal: {
|
||||||
|
contextOffset: r ? 0 : e.left,
|
||||||
|
contextScroll: r ? 0 : this.oldScroll.x,
|
||||||
|
contextDimension: this.$element.width(),
|
||||||
|
oldScroll: this.oldScroll.x,
|
||||||
|
forward: "right",
|
||||||
|
backward: "left",
|
||||||
|
offsetProp: "left"
|
||||||
|
},
|
||||||
|
vertical: {
|
||||||
|
contextOffset: r ? 0 : e.top,
|
||||||
|
contextScroll: r ? 0 : this.oldScroll.y,
|
||||||
|
contextDimension: r ? n[m]("viewportHeight") : this.$element.height(),
|
||||||
|
oldScroll: this.oldScroll.y,
|
||||||
|
forward: "down",
|
||||||
|
backward: "up",
|
||||||
|
offsetProp: "top"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
return n.each(t, function(t, e) {
|
||||||
|
return n.each(i.waypoints[t], function(t, r) {
|
||||||
|
var i, o, l, s, f;
|
||||||
|
i = r.options.offset;
|
||||||
|
l = r.offset;
|
||||||
|
o = n.isWindow(r.element) ? 0 : r.$element.offset()[e.offsetProp];
|
||||||
|
if (n.isFunction(i)) {
|
||||||
|
i = i.apply(r.element)
|
||||||
|
} else if (typeof i === "string") {
|
||||||
|
i = parseFloat(i);
|
||||||
|
if (r.options.offset.indexOf("%") > -1) {
|
||||||
|
i = Math.ceil(e.contextDimension * i / 100)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
r.offset = o - e.contextOffset + e.contextScroll - i;
|
||||||
|
if (r.options.onlyOnScroll && l != null || !r.enabled) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if (l !== null && l < (s = e.oldScroll) && s <= r.offset) {
|
||||||
|
return r.trigger([e.backward])
|
||||||
|
} else if (l !== null && l > (f = e.oldScroll) && f >= r.offset) {
|
||||||
|
return r.trigger([e.forward])
|
||||||
|
} else if (l === null && e.oldScroll >= r.offset) {
|
||||||
|
return r.trigger([e.forward])
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
};
|
||||||
|
t.prototype.checkEmpty = function() {
|
||||||
|
if (n.isEmptyObject(this.waypoints.horizontal) && n.isEmptyObject(this.waypoints.vertical)) {
|
||||||
|
this.$element.unbind([p, y].join(" "));
|
||||||
|
return delete a[this.id]
|
||||||
|
}
|
||||||
|
};
|
||||||
|
return t
|
||||||
|
}();
|
||||||
|
l = function() {
|
||||||
|
function t(t, e, r) {
|
||||||
|
var i, o;
|
||||||
|
r = n.extend({}, n.fn[g].defaults, r);
|
||||||
|
if (r.offset === "bottom-in-view") {
|
||||||
|
r.offset = function() {
|
||||||
|
var t;
|
||||||
|
t = n[m]("viewportHeight");
|
||||||
|
if (!n.isWindow(e.element)) {
|
||||||
|
t = e.$element.height()
|
||||||
|
}
|
||||||
|
return t - n(this).outerHeight()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
this.$element = t;
|
||||||
|
this.element = t[0];
|
||||||
|
this.axis = r.horizontal ? "horizontal" : "vertical";
|
||||||
|
this.callback = r.handler;
|
||||||
|
this.context = e;
|
||||||
|
this.enabled = r.enabled;
|
||||||
|
this.id = "waypoints" + v++;
|
||||||
|
this.offset = null;
|
||||||
|
this.options = r;
|
||||||
|
e.waypoints[this.axis][this.id] = this;
|
||||||
|
s[this.axis][this.id] = this;
|
||||||
|
i = (o = t.data(w)) != null ? o : [];
|
||||||
|
i.push(this.id);
|
||||||
|
t.data(w, i)
|
||||||
|
}
|
||||||
|
t.prototype.trigger = function(t) {
|
||||||
|
if (!this.enabled) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if (this.callback != null) {
|
||||||
|
this.callback.apply(this.element, t)
|
||||||
|
}
|
||||||
|
if (this.options.triggerOnce) {
|
||||||
|
return this.destroy()
|
||||||
|
}
|
||||||
|
};
|
||||||
|
t.prototype.disable = function() {
|
||||||
|
return this.enabled = false
|
||||||
|
};
|
||||||
|
t.prototype.enable = function() {
|
||||||
|
this.context.refresh();
|
||||||
|
return this.enabled = true
|
||||||
|
};
|
||||||
|
t.prototype.destroy = function() {
|
||||||
|
delete s[this.axis][this.id];
|
||||||
|
delete this.context.waypoints[this.axis][this.id];
|
||||||
|
return this.context.checkEmpty()
|
||||||
|
};
|
||||||
|
t.getWaypointsByElement = function(t) {
|
||||||
|
var e, r;
|
||||||
|
r = n(t).data(w);
|
||||||
|
if (!r) {
|
||||||
|
return []
|
||||||
|
}
|
||||||
|
e = n.extend({}, s.horizontal, s.vertical);
|
||||||
|
return n.map(r, function(t) {
|
||||||
|
return e[t]
|
||||||
|
})
|
||||||
|
};
|
||||||
|
return t
|
||||||
|
}();
|
||||||
|
d = {
|
||||||
|
init: function(t, e) {
|
||||||
|
var r;
|
||||||
|
if (e == null) {
|
||||||
|
e = {}
|
||||||
|
}
|
||||||
|
if ((r = e.handler) == null) {
|
||||||
|
e.handler = t
|
||||||
|
}
|
||||||
|
this.each(function() {
|
||||||
|
var t, r, i, s;
|
||||||
|
t = n(this);
|
||||||
|
i = (s = e.context) != null ? s : n.fn[g].defaults.context;
|
||||||
|
if (!n.isWindow(i)) {
|
||||||
|
i = t.closest(i)
|
||||||
|
}
|
||||||
|
i = n(i);
|
||||||
|
r = a[i.data(u)];
|
||||||
|
if (!r) {
|
||||||
|
r = new o(i)
|
||||||
|
}
|
||||||
|
return new l(t, r, e)
|
||||||
|
});
|
||||||
|
n[m]("refresh");
|
||||||
|
return this
|
||||||
|
},
|
||||||
|
disable: function() {
|
||||||
|
return d._invoke(this, "disable")
|
||||||
|
},
|
||||||
|
enable: function() {
|
||||||
|
return d._invoke(this, "enable")
|
||||||
|
},
|
||||||
|
destroy: function() {
|
||||||
|
return d._invoke(this, "destroy")
|
||||||
|
},
|
||||||
|
prev: function(t, e) {
|
||||||
|
return d._traverse.call(this, t, e, function(t, e, n) {
|
||||||
|
if (e > 0) {
|
||||||
|
return t.push(n[e - 1])
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
next: function(t, e) {
|
||||||
|
return d._traverse.call(this, t, e, function(t, e, n) {
|
||||||
|
if (e < n.length - 1) {
|
||||||
|
return t.push(n[e + 1])
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
_traverse: function(t, e, i) {
|
||||||
|
var o, l;
|
||||||
|
if (t == null) {
|
||||||
|
t = "vertical"
|
||||||
|
}
|
||||||
|
if (e == null) {
|
||||||
|
e = r
|
||||||
|
}
|
||||||
|
l = h.aggregate(e);
|
||||||
|
o = [];
|
||||||
|
this.each(function() {
|
||||||
|
var e;
|
||||||
|
e = n.inArray(this, l[t]);
|
||||||
|
return i(o, e, l[t])
|
||||||
|
});
|
||||||
|
return this.pushStack(o)
|
||||||
|
},
|
||||||
|
_invoke: function(t, e) {
|
||||||
|
t.each(function() {
|
||||||
|
var t;
|
||||||
|
t = l.getWaypointsByElement(this);
|
||||||
|
return n.each(t, function(t, n) {
|
||||||
|
n[e]();
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
});
|
||||||
|
return this
|
||||||
|
}
|
||||||
|
};
|
||||||
|
n.fn[g] = function() {
|
||||||
|
var t, r;
|
||||||
|
r = arguments[0], t = 2 <= arguments.length ? e.call(arguments, 1) : [];
|
||||||
|
if (d[r]) {
|
||||||
|
return d[r].apply(this, t)
|
||||||
|
} else if (n.isFunction(r)) {
|
||||||
|
return d.init.apply(this, arguments)
|
||||||
|
} else if (n.isPlainObject(r)) {
|
||||||
|
return d.init.apply(this, [null, r])
|
||||||
|
} else if (!r) {
|
||||||
|
return n.error("jQuery Waypoints needs a callback function or handler option.")
|
||||||
|
} else {
|
||||||
|
return n.error("The " + r + " method does not exist in jQuery Waypoints.")
|
||||||
|
}
|
||||||
|
};
|
||||||
|
n.fn[g].defaults = {
|
||||||
|
context: r,
|
||||||
|
continuous: true,
|
||||||
|
enabled: true,
|
||||||
|
horizontal: false,
|
||||||
|
offset: 0,
|
||||||
|
triggerOnce: false
|
||||||
|
};
|
||||||
|
h = {
|
||||||
|
refresh: function() {
|
||||||
|
return n.each(a, function(t, e) {
|
||||||
|
return e.refresh()
|
||||||
|
})
|
||||||
|
},
|
||||||
|
viewportHeight: function() {
|
||||||
|
var t;
|
||||||
|
return (t = r.innerHeight) != null ? t : i.height()
|
||||||
|
},
|
||||||
|
aggregate: function(t) {
|
||||||
|
var e, r, i;
|
||||||
|
e = s;
|
||||||
|
if (t) {
|
||||||
|
e = (i = a[n(t).data(u)]) != null ? i.waypoints : void 0
|
||||||
|
}
|
||||||
|
if (!e) {
|
||||||
|
return []
|
||||||
|
}
|
||||||
|
r = {
|
||||||
|
horizontal: [],
|
||||||
|
vertical: []
|
||||||
|
};
|
||||||
|
n.each(r, function(t, i) {
|
||||||
|
n.each(e[t], function(t, e) {
|
||||||
|
return i.push(e)
|
||||||
|
});
|
||||||
|
i.sort(function(t, e) {
|
||||||
|
return t.offset - e.offset
|
||||||
|
});
|
||||||
|
r[t] = n.map(i, function(t) {
|
||||||
|
return t.element
|
||||||
|
});
|
||||||
|
return r[t] = n.unique(r[t])
|
||||||
|
});
|
||||||
|
return r
|
||||||
|
},
|
||||||
|
above: function(t) {
|
||||||
|
if (t == null) {
|
||||||
|
t = r
|
||||||
|
}
|
||||||
|
return h._filter(t, "vertical", function(t, e) {
|
||||||
|
return e.offset <= t.oldScroll.y
|
||||||
|
})
|
||||||
|
},
|
||||||
|
below: function(t) {
|
||||||
|
if (t == null) {
|
||||||
|
t = r
|
||||||
|
}
|
||||||
|
return h._filter(t, "vertical", function(t, e) {
|
||||||
|
return e.offset > t.oldScroll.y
|
||||||
|
})
|
||||||
|
},
|
||||||
|
left: function(t) {
|
||||||
|
if (t == null) {
|
||||||
|
t = r
|
||||||
|
}
|
||||||
|
return h._filter(t, "horizontal", function(t, e) {
|
||||||
|
return e.offset <= t.oldScroll.x
|
||||||
|
})
|
||||||
|
},
|
||||||
|
right: function(t) {
|
||||||
|
if (t == null) {
|
||||||
|
t = r
|
||||||
|
}
|
||||||
|
return h._filter(t, "horizontal", function(t, e) {
|
||||||
|
return e.offset > t.oldScroll.x
|
||||||
|
})
|
||||||
|
},
|
||||||
|
enable: function() {
|
||||||
|
return h._invoke("enable")
|
||||||
|
},
|
||||||
|
disable: function() {
|
||||||
|
return h._invoke("disable")
|
||||||
|
},
|
||||||
|
destroy: function() {
|
||||||
|
return h._invoke("destroy")
|
||||||
|
},
|
||||||
|
extendFn: function(t, e) {
|
||||||
|
return d[t] = e
|
||||||
|
},
|
||||||
|
_invoke: function(t) {
|
||||||
|
var e;
|
||||||
|
e = n.extend({}, s.vertical, s.horizontal);
|
||||||
|
return n.each(e, function(e, n) {
|
||||||
|
n[t]();
|
||||||
|
return true
|
||||||
|
})
|
||||||
|
},
|
||||||
|
_filter: function(t, e, r) {
|
||||||
|
var i, o;
|
||||||
|
i = a[n(t).data(u)];
|
||||||
|
if (!i) {
|
||||||
|
return []
|
||||||
|
}
|
||||||
|
o = [];
|
||||||
|
n.each(i.waypoints[e], function(t, e) {
|
||||||
|
if (r(i, e)) {
|
||||||
|
return o.push(e)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
o.sort(function(t, e) {
|
||||||
|
return t.offset - e.offset
|
||||||
|
});
|
||||||
|
return n.map(o, function(t) {
|
||||||
|
return t.element
|
||||||
|
})
|
||||||
|
}
|
||||||
|
};
|
||||||
|
n[m] = function() {
|
||||||
|
var t, n;
|
||||||
|
n = arguments[0], t = 2 <= arguments.length ? e.call(arguments, 1) : [];
|
||||||
|
if (h[n]) {
|
||||||
|
return h[n].apply(null, t)
|
||||||
|
} else {
|
||||||
|
return h.aggregate.call(null, n)
|
||||||
|
}
|
||||||
|
};
|
||||||
|
n[m].settings = {
|
||||||
|
resizeThrottle: 100,
|
||||||
|
scrollThrottle: 30
|
||||||
|
};
|
||||||
|
return i.load(function() {
|
||||||
|
return n[m]("refresh")
|
||||||
|
})
|
||||||
|
})
|
||||||
|
}).call(this);
|
||||||
513
assets/js/libraries/wow.js
Normal file
|
|
@ -0,0 +1,513 @@
|
||||||
|
(function() {
|
||||||
|
var MutationObserver, Util, WeakMap, getComputedStyle, getComputedStyleRX,
|
||||||
|
bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
|
||||||
|
indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
|
||||||
|
|
||||||
|
Util = (function() {
|
||||||
|
function Util() {}
|
||||||
|
|
||||||
|
Util.prototype.extend = function(custom, defaults) {
|
||||||
|
var key, value;
|
||||||
|
for (key in defaults) {
|
||||||
|
value = defaults[key];
|
||||||
|
if (custom[key] == null) {
|
||||||
|
custom[key] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return custom;
|
||||||
|
};
|
||||||
|
|
||||||
|
Util.prototype.isMobile = function(agent) {
|
||||||
|
return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(agent);
|
||||||
|
};
|
||||||
|
|
||||||
|
Util.prototype.createEvent = function(event, bubble, cancel, detail) {
|
||||||
|
var customEvent;
|
||||||
|
if (bubble == null) {
|
||||||
|
bubble = false;
|
||||||
|
}
|
||||||
|
if (cancel == null) {
|
||||||
|
cancel = false;
|
||||||
|
}
|
||||||
|
if (detail == null) {
|
||||||
|
detail = null;
|
||||||
|
}
|
||||||
|
if (document.createEvent != null) {
|
||||||
|
customEvent = document.createEvent('CustomEvent');
|
||||||
|
customEvent.initCustomEvent(event, bubble, cancel, detail);
|
||||||
|
} else if (document.createEventObject != null) {
|
||||||
|
customEvent = document.createEventObject();
|
||||||
|
customEvent.eventType = event;
|
||||||
|
} else {
|
||||||
|
customEvent.eventName = event;
|
||||||
|
}
|
||||||
|
return customEvent;
|
||||||
|
};
|
||||||
|
|
||||||
|
Util.prototype.emitEvent = function(elem, event) {
|
||||||
|
if (elem.dispatchEvent != null) {
|
||||||
|
return elem.dispatchEvent(event);
|
||||||
|
} else if (event in (elem != null)) {
|
||||||
|
return elem[event]();
|
||||||
|
} else if (("on" + event) in (elem != null)) {
|
||||||
|
return elem["on" + event]();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
Util.prototype.addEvent = function(elem, event, fn) {
|
||||||
|
if (elem.addEventListener != null) {
|
||||||
|
return elem.addEventListener(event, fn, false);
|
||||||
|
} else if (elem.attachEvent != null) {
|
||||||
|
return elem.attachEvent("on" + event, fn);
|
||||||
|
} else {
|
||||||
|
return elem[event] = fn;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
Util.prototype.removeEvent = function(elem, event, fn) {
|
||||||
|
if (elem.removeEventListener != null) {
|
||||||
|
return elem.removeEventListener(event, fn, false);
|
||||||
|
} else if (elem.detachEvent != null) {
|
||||||
|
return elem.detachEvent("on" + event, fn);
|
||||||
|
} else {
|
||||||
|
return delete elem[event];
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
Util.prototype.innerHeight = function() {
|
||||||
|
if ('innerHeight' in window) {
|
||||||
|
return window.innerHeight;
|
||||||
|
} else {
|
||||||
|
return document.documentElement.clientHeight;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
return Util;
|
||||||
|
|
||||||
|
})();
|
||||||
|
|
||||||
|
WeakMap = this.WeakMap || this.MozWeakMap || (WeakMap = (function() {
|
||||||
|
function WeakMap() {
|
||||||
|
this.keys = [];
|
||||||
|
this.values = [];
|
||||||
|
}
|
||||||
|
|
||||||
|
WeakMap.prototype.get = function(key) {
|
||||||
|
var i, item, j, len, ref;
|
||||||
|
ref = this.keys;
|
||||||
|
for (i = j = 0, len = ref.length; j < len; i = ++j) {
|
||||||
|
item = ref[i];
|
||||||
|
if (item === key) {
|
||||||
|
return this.values[i];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
WeakMap.prototype.set = function(key, value) {
|
||||||
|
var i, item, j, len, ref;
|
||||||
|
ref = this.keys;
|
||||||
|
for (i = j = 0, len = ref.length; j < len; i = ++j) {
|
||||||
|
item = ref[i];
|
||||||
|
if (item === key) {
|
||||||
|
this.values[i] = value;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
this.keys.push(key);
|
||||||
|
return this.values.push(value);
|
||||||
|
};
|
||||||
|
|
||||||
|
return WeakMap;
|
||||||
|
|
||||||
|
})());
|
||||||
|
|
||||||
|
MutationObserver = this.MutationObserver || this.WebkitMutationObserver || this.MozMutationObserver || (MutationObserver = (function() {
|
||||||
|
function MutationObserver() {
|
||||||
|
if (typeof console !== "undefined" && console !== null) {
|
||||||
|
console.warn('MutationObserver is not supported by your browser.');
|
||||||
|
}
|
||||||
|
if (typeof console !== "undefined" && console !== null) {
|
||||||
|
console.warn('WOW.js cannot detect dom mutations, please call .sync() after loading new content.');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
MutationObserver.notSupported = true;
|
||||||
|
|
||||||
|
MutationObserver.prototype.observe = function() {};
|
||||||
|
|
||||||
|
return MutationObserver;
|
||||||
|
|
||||||
|
})());
|
||||||
|
|
||||||
|
getComputedStyle = this.getComputedStyle || function(el, pseudo) {
|
||||||
|
this.getPropertyValue = function(prop) {
|
||||||
|
var ref;
|
||||||
|
if (prop === 'float') {
|
||||||
|
prop = 'styleFloat';
|
||||||
|
}
|
||||||
|
if (getComputedStyleRX.test(prop)) {
|
||||||
|
prop.replace(getComputedStyleRX, function(_, _char) {
|
||||||
|
return _char.toUpperCase();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
return ((ref = el.currentStyle) != null ? ref[prop] : void 0) || null;
|
||||||
|
};
|
||||||
|
return this;
|
||||||
|
};
|
||||||
|
|
||||||
|
getComputedStyleRX = /(\-([a-z]){1})/g;
|
||||||
|
|
||||||
|
this.WOW = (function() {
|
||||||
|
WOW.prototype.defaults = {
|
||||||
|
boxClass: 'wow',
|
||||||
|
animateClass: 'animated',
|
||||||
|
offset: 0,
|
||||||
|
mobile: true,
|
||||||
|
live: true,
|
||||||
|
callback: null,
|
||||||
|
scrollContainer: null
|
||||||
|
};
|
||||||
|
|
||||||
|
function WOW(options) {
|
||||||
|
if (options == null) {
|
||||||
|
options = {};
|
||||||
|
}
|
||||||
|
this.scrollCallback = bind(this.scrollCallback, this);
|
||||||
|
this.scrollHandler = bind(this.scrollHandler, this);
|
||||||
|
this.resetAnimation = bind(this.resetAnimation, this);
|
||||||
|
this.start = bind(this.start, this);
|
||||||
|
this.scrolled = true;
|
||||||
|
this.config = this.util().extend(options, this.defaults);
|
||||||
|
if (options.scrollContainer != null) {
|
||||||
|
this.config.scrollContainer = document.querySelector(options.scrollContainer);
|
||||||
|
}
|
||||||
|
this.animationNameCache = new WeakMap();
|
||||||
|
this.wowEvent = this.util().createEvent(this.config.boxClass);
|
||||||
|
}
|
||||||
|
|
||||||
|
WOW.prototype.init = function() {
|
||||||
|
var ref;
|
||||||
|
this.element = window.document.documentElement;
|
||||||
|
if ((ref = document.readyState) === "interactive" || ref === "complete") {
|
||||||
|
this.start();
|
||||||
|
} else {
|
||||||
|
this.util().addEvent(document, 'DOMContentLoaded', this.start);
|
||||||
|
}
|
||||||
|
return this.finished = [];
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.start = function() {
|
||||||
|
var box, j, len, ref;
|
||||||
|
this.stopped = false;
|
||||||
|
this.boxes = (function() {
|
||||||
|
var j, len, ref, results;
|
||||||
|
ref = this.element.querySelectorAll("." + this.config.boxClass);
|
||||||
|
results = [];
|
||||||
|
for (j = 0, len = ref.length; j < len; j++) {
|
||||||
|
box = ref[j];
|
||||||
|
results.push(box);
|
||||||
|
}
|
||||||
|
return results;
|
||||||
|
}).call(this);
|
||||||
|
this.all = (function() {
|
||||||
|
var j, len, ref, results;
|
||||||
|
ref = this.boxes;
|
||||||
|
results = [];
|
||||||
|
for (j = 0, len = ref.length; j < len; j++) {
|
||||||
|
box = ref[j];
|
||||||
|
results.push(box);
|
||||||
|
}
|
||||||
|
return results;
|
||||||
|
}).call(this);
|
||||||
|
if (this.boxes.length) {
|
||||||
|
if (this.disabled()) {
|
||||||
|
this.resetStyle();
|
||||||
|
} else {
|
||||||
|
ref = this.boxes;
|
||||||
|
for (j = 0, len = ref.length; j < len; j++) {
|
||||||
|
box = ref[j];
|
||||||
|
this.applyStyle(box, true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!this.disabled()) {
|
||||||
|
this.util().addEvent(this.config.scrollContainer || window, 'scroll', this.scrollHandler);
|
||||||
|
this.util().addEvent(window, 'resize', this.scrollHandler);
|
||||||
|
this.interval = setInterval(this.scrollCallback, 50);
|
||||||
|
}
|
||||||
|
if (this.config.live) {
|
||||||
|
return new MutationObserver((function(_this) {
|
||||||
|
return function(records) {
|
||||||
|
var k, len1, node, record, results;
|
||||||
|
results = [];
|
||||||
|
for (k = 0, len1 = records.length; k < len1; k++) {
|
||||||
|
record = records[k];
|
||||||
|
results.push((function() {
|
||||||
|
var l, len2, ref1, results1;
|
||||||
|
ref1 = record.addedNodes || [];
|
||||||
|
results1 = [];
|
||||||
|
for (l = 0, len2 = ref1.length; l < len2; l++) {
|
||||||
|
node = ref1[l];
|
||||||
|
results1.push(this.doSync(node));
|
||||||
|
}
|
||||||
|
return results1;
|
||||||
|
}).call(_this));
|
||||||
|
}
|
||||||
|
return results;
|
||||||
|
};
|
||||||
|
})(this)).observe(document.body, {
|
||||||
|
childList: true,
|
||||||
|
subtree: true
|
||||||
|
});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.stop = function() {
|
||||||
|
this.stopped = true;
|
||||||
|
this.util().removeEvent(this.config.scrollContainer || window, 'scroll', this.scrollHandler);
|
||||||
|
this.util().removeEvent(window, 'resize', this.scrollHandler);
|
||||||
|
if (this.interval != null) {
|
||||||
|
return clearInterval(this.interval);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.sync = function(element) {
|
||||||
|
if (MutationObserver.notSupported) {
|
||||||
|
return this.doSync(this.element);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.doSync = function(element) {
|
||||||
|
var box, j, len, ref, results;
|
||||||
|
if (element == null) {
|
||||||
|
element = this.element;
|
||||||
|
}
|
||||||
|
if (element.nodeType !== 1) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
element = element.parentNode || element;
|
||||||
|
ref = element.querySelectorAll("." + this.config.boxClass);
|
||||||
|
results = [];
|
||||||
|
for (j = 0, len = ref.length; j < len; j++) {
|
||||||
|
box = ref[j];
|
||||||
|
if (indexOf.call(this.all, box) < 0) {
|
||||||
|
this.boxes.push(box);
|
||||||
|
this.all.push(box);
|
||||||
|
if (this.stopped || this.disabled()) {
|
||||||
|
this.resetStyle();
|
||||||
|
} else {
|
||||||
|
this.applyStyle(box, true);
|
||||||
|
}
|
||||||
|
results.push(this.scrolled = true);
|
||||||
|
} else {
|
||||||
|
results.push(void 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return results;
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.show = function(box) {
|
||||||
|
this.applyStyle(box);
|
||||||
|
box.className = box.className + " " + this.config.animateClass;
|
||||||
|
if (this.config.callback != null) {
|
||||||
|
this.config.callback(box);
|
||||||
|
}
|
||||||
|
this.util().emitEvent(box, this.wowEvent);
|
||||||
|
this.util().addEvent(box, 'animationend', this.resetAnimation);
|
||||||
|
this.util().addEvent(box, 'oanimationend', this.resetAnimation);
|
||||||
|
this.util().addEvent(box, 'webkitAnimationEnd', this.resetAnimation);
|
||||||
|
this.util().addEvent(box, 'MSAnimationEnd', this.resetAnimation);
|
||||||
|
return box;
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.applyStyle = function(box, hidden) {
|
||||||
|
var delay, duration, iteration;
|
||||||
|
duration = box.getAttribute('data-wow-duration');
|
||||||
|
delay = box.getAttribute('data-wow-delay');
|
||||||
|
iteration = box.getAttribute('data-wow-iteration');
|
||||||
|
return this.animate((function(_this) {
|
||||||
|
return function() {
|
||||||
|
return _this.customStyle(box, hidden, duration, delay, iteration);
|
||||||
|
};
|
||||||
|
})(this));
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.animate = (function() {
|
||||||
|
if ('requestAnimationFrame' in window) {
|
||||||
|
return function(callback) {
|
||||||
|
return window.requestAnimationFrame(callback);
|
||||||
|
};
|
||||||
|
} else {
|
||||||
|
return function(callback) {
|
||||||
|
return callback();
|
||||||
|
};
|
||||||
|
}
|
||||||
|
})();
|
||||||
|
|
||||||
|
WOW.prototype.resetStyle = function() {
|
||||||
|
var box, j, len, ref, results;
|
||||||
|
ref = this.boxes;
|
||||||
|
results = [];
|
||||||
|
for (j = 0, len = ref.length; j < len; j++) {
|
||||||
|
box = ref[j];
|
||||||
|
results.push(box.style.visibility = 'visible');
|
||||||
|
}
|
||||||
|
return results;
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.resetAnimation = function(event) {
|
||||||
|
var target;
|
||||||
|
if (event.type.toLowerCase().indexOf('animationend') >= 0) {
|
||||||
|
target = event.target || event.srcElement;
|
||||||
|
return target.className = target.className.replace(this.config.animateClass, '').trim();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.customStyle = function(box, hidden, duration, delay, iteration) {
|
||||||
|
if (hidden) {
|
||||||
|
this.cacheAnimationName(box);
|
||||||
|
}
|
||||||
|
box.style.visibility = hidden ? 'hidden' : 'visible';
|
||||||
|
if (duration) {
|
||||||
|
this.vendorSet(box.style, {
|
||||||
|
animationDuration: duration
|
||||||
|
});
|
||||||
|
}
|
||||||
|
if (delay) {
|
||||||
|
this.vendorSet(box.style, {
|
||||||
|
animationDelay: delay
|
||||||
|
});
|
||||||
|
}
|
||||||
|
if (iteration) {
|
||||||
|
this.vendorSet(box.style, {
|
||||||
|
animationIterationCount: iteration
|
||||||
|
});
|
||||||
|
}
|
||||||
|
this.vendorSet(box.style, {
|
||||||
|
animationName: hidden ? 'none' : this.cachedAnimationName(box)
|
||||||
|
});
|
||||||
|
return box;
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.vendors = ["moz", "webkit"];
|
||||||
|
|
||||||
|
WOW.prototype.vendorSet = function(elem, properties) {
|
||||||
|
var name, results, value, vendor;
|
||||||
|
results = [];
|
||||||
|
for (name in properties) {
|
||||||
|
value = properties[name];
|
||||||
|
elem["" + name] = value;
|
||||||
|
results.push((function() {
|
||||||
|
var j, len, ref, results1;
|
||||||
|
ref = this.vendors;
|
||||||
|
results1 = [];
|
||||||
|
for (j = 0, len = ref.length; j < len; j++) {
|
||||||
|
vendor = ref[j];
|
||||||
|
results1.push(elem["" + vendor + (name.charAt(0).toUpperCase()) + (name.substr(1))] = value);
|
||||||
|
}
|
||||||
|
return results1;
|
||||||
|
}).call(this));
|
||||||
|
}
|
||||||
|
return results;
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.vendorCSS = function(elem, property) {
|
||||||
|
var j, len, ref, result, style, vendor;
|
||||||
|
style = getComputedStyle(elem);
|
||||||
|
result = style.getPropertyCSSValue(property);
|
||||||
|
ref = this.vendors;
|
||||||
|
for (j = 0, len = ref.length; j < len; j++) {
|
||||||
|
vendor = ref[j];
|
||||||
|
result = result || style.getPropertyCSSValue("-" + vendor + "-" + property);
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.animationName = function(box) {
|
||||||
|
var animationName, error;
|
||||||
|
try {
|
||||||
|
animationName = this.vendorCSS(box, 'animation-name').cssText;
|
||||||
|
} catch (error) {
|
||||||
|
animationName = getComputedStyle(box).getPropertyValue('animation-name');
|
||||||
|
}
|
||||||
|
if (animationName === 'none') {
|
||||||
|
return '';
|
||||||
|
} else {
|
||||||
|
return animationName;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.cacheAnimationName = function(box) {
|
||||||
|
return this.animationNameCache.set(box, this.animationName(box));
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.cachedAnimationName = function(box) {
|
||||||
|
return this.animationNameCache.get(box);
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.scrollHandler = function() {
|
||||||
|
return this.scrolled = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.scrollCallback = function() {
|
||||||
|
var box;
|
||||||
|
if (this.scrolled) {
|
||||||
|
this.scrolled = false;
|
||||||
|
this.boxes = (function() {
|
||||||
|
var j, len, ref, results;
|
||||||
|
ref = this.boxes;
|
||||||
|
results = [];
|
||||||
|
for (j = 0, len = ref.length; j < len; j++) {
|
||||||
|
box = ref[j];
|
||||||
|
if (!(box)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (this.isVisible(box)) {
|
||||||
|
this.show(box);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
results.push(box);
|
||||||
|
}
|
||||||
|
return results;
|
||||||
|
}).call(this);
|
||||||
|
if (!(this.boxes.length || this.config.live)) {
|
||||||
|
return this.stop();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.offsetTop = function(element) {
|
||||||
|
var top;
|
||||||
|
while (element.offsetTop === void 0) {
|
||||||
|
element = element.parentNode;
|
||||||
|
}
|
||||||
|
top = element.offsetTop;
|
||||||
|
while (element = element.offsetParent) {
|
||||||
|
top += element.offsetTop;
|
||||||
|
}
|
||||||
|
return top;
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.isVisible = function(box) {
|
||||||
|
var bottom, offset, top, viewBottom, viewTop;
|
||||||
|
offset = box.getAttribute('data-wow-offset') || this.config.offset;
|
||||||
|
viewTop = (this.config.scrollContainer && this.config.scrollContainer.scrollTop) || window.pageYOffset;
|
||||||
|
viewBottom = viewTop + Math.min(this.element.clientHeight, this.util().innerHeight()) - offset;
|
||||||
|
top = this.offsetTop(box);
|
||||||
|
bottom = top + box.clientHeight;
|
||||||
|
return top <= viewBottom && bottom >= viewTop;
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.util = function() {
|
||||||
|
return this._util != null ? this._util : this._util = new Util();
|
||||||
|
};
|
||||||
|
|
||||||
|
WOW.prototype.disabled = function() {
|
||||||
|
return !this.config.mobile && this.util().isMobile(navigator.userAgent);
|
||||||
|
};
|
||||||
|
|
||||||
|
return WOW;
|
||||||
|
|
||||||
|
})();
|
||||||
|
|
||||||
|
}).call(this);
|
||||||
BIN
favicon.ico
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
BIN
images/productrowner.jpeg
Normal file
|
After Width: | Height: | Size: 91 KiB |
436
index.html
Normal file
|
|
@ -0,0 +1,436 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
|
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="author" content="">
|
||||||
|
|
||||||
|
<title>Opzeker IT</title>
|
||||||
|
|
||||||
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||||
|
|
||||||
|
<!-- Fonts -->
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700%7CTitillium+Web:200,300,400,600,700&subset=latin-ext" rel="stylesheet">
|
||||||
|
<link href="assets/fonts/material-icons/material-icons.css" rel="stylesheet">
|
||||||
|
<link href="assets/fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Libraries CSS -->
|
||||||
|
<link href="assets/css/libraries/bootstrap.css" rel="stylesheet">
|
||||||
|
<link href="assets/css/libraries/animate.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link href="assets/css/custom/theme.css" rel="stylesheet">
|
||||||
|
<link href="assets/css/custom/colors.css" rel="stylesheet">
|
||||||
|
<link href="assets/css/custom/custom.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<!-- The #page-top ID is part of the scrolling feature -
|
||||||
|
the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
|
||||||
|
<body id="page-top" data-spy="scroll" data-target="#st-nav">
|
||||||
|
|
||||||
|
<!-- Navigation Menu
|
||||||
|
================================================== -->
|
||||||
|
<header>
|
||||||
|
<div id="st-logo">
|
||||||
|
<a href="#0">
|
||||||
|
<img src="assets/images/OpzekerIT_Logo_Final_Diapositief_CMYK_small.png" alt="Logo">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div id="st-nav">
|
||||||
|
<a href="#0" class="st-nav-trigger">
|
||||||
|
Menu<span></span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<nav id="st-main-nav">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="#page-top">Begin</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="#about">Over ons</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="#services">Diensten</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="#skills">Skills</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="#contact">Contact</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<!-- /#st-nav -->
|
||||||
|
|
||||||
|
<!-- Hero Section
|
||||||
|
================================================== -->
|
||||||
|
<section id="hero" class="hero-section-2">
|
||||||
|
|
||||||
|
<div class="container-fluid">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-lg-12">
|
||||||
|
|
||||||
|
<div id="particles-js"></div>
|
||||||
|
|
||||||
|
<div class="headlines-wrapper">
|
||||||
|
<span class="skilltechtypetext">
|
||||||
|
<span class="typed-cursor">|</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<!-- /.headlines-wrapper -->
|
||||||
|
<h3 class="first-headline">Opzeker IT your systems under controle</h3>
|
||||||
|
<!-- <h3 class="second-headline">Welcome to <span>Particle</span> by SkillTech</h3> -->
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- /.col-lg-12 -->
|
||||||
|
</div>
|
||||||
|
<!-- /.row -->
|
||||||
|
</div>
|
||||||
|
<!-- /.container-fluid -->
|
||||||
|
</section>
|
||||||
|
<!-- /.hero-section-2 -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- About Us Section
|
||||||
|
================================================== -->
|
||||||
|
<section id="about" class="about-section">
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-lg-12">
|
||||||
|
|
||||||
|
<div class="about-text">
|
||||||
|
<h2 class="wow fadeIn animated"><span>Over ons</span></h2>
|
||||||
|
<p class="wow fadeIn animated">
|
||||||
|
Wij zijn een team van DevOps IT-professionals met uitgebreide kennis van AWS en Azure cloud services en resources. Daarnaast hebben we ervaring met het beheer van klassieke on-premise omgevingen. Automatisering is onze passie; het creëren van scripts om beheertaken, configuraties of rapportages te automatiseren, het schrijven van templates en het deployen via een CI/CD-pijplijn behoren tot onze favoriete bezigheden. Complexe IT-omgevingen zijn voor ons een uitdaging. Door onze pragmatische aanpak van problemen en vraagstukken, komen we met oplossingen waar anderen vaak niet aan denken.
|
||||||
|
|
||||||
|
Het aanleren en in de praktijk toepassen van nieuwe technieken is een van onze sterke punten.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<!-- /.about-icons -->
|
||||||
|
</div>
|
||||||
|
<!-- /.about-text -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- /.col-md-12 -->
|
||||||
|
</div>
|
||||||
|
<!-- /.row -->
|
||||||
|
</div>
|
||||||
|
<!-- /.container -->
|
||||||
|
</section>
|
||||||
|
<!-- /.about-section -->
|
||||||
|
|
||||||
|
<!-- Services Section
|
||||||
|
================================================== -->
|
||||||
|
<section id="services" class="services-section">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-12">
|
||||||
|
<div class="services-headline">
|
||||||
|
<h2 class="wow fadeIn animated">Onze <span>Diensten</span></h2>
|
||||||
|
<p class="wow fadeIn animated">Wij bieden een reeks diensten aan om uw IT-infrastructuur te optimaliseren en te beheren.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-4 col-sm-6">
|
||||||
|
<div class="service-box wow fadeIn animated">
|
||||||
|
<div class="service-icon">
|
||||||
|
<i class="fa fa-cloud"></i>
|
||||||
|
</div>
|
||||||
|
<div class="service-content">
|
||||||
|
<h4>Cloud Oplossingen</h4>
|
||||||
|
<p>Wij zijn gespecialiseerd in het ontwerpen, implementeren en beheren van schaalbare en kostenefficiënte cloud-oplossingen op AWS en Azure.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 col-sm-6">
|
||||||
|
<div class="service-box wow fadeIn animated" data-wow-delay="0.2s">
|
||||||
|
<div class="service-icon">
|
||||||
|
<i class="fa fa-cogs"></i>
|
||||||
|
</div>
|
||||||
|
<div class="service-content">
|
||||||
|
<h4>DevOps & Automatisering</h4>
|
||||||
|
<p>Optimaliseer uw ontwikkelings- en implementatieprocessen met onze expertise in CI/CD, scripting en infrastructuurautomatisering.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 col-sm-6">
|
||||||
|
<div class="service-box wow fadeIn animated" data-wow-delay="0.4s">
|
||||||
|
<div class="service-icon">
|
||||||
|
<i class="fa fa-server"></i>
|
||||||
|
</div>
|
||||||
|
<div class="service-content">
|
||||||
|
<h4>On-Premise Beheer</h4>
|
||||||
|
<p>Naast cloud-diensten bieden wij ook uitgebreide ondersteuning en beheer voor traditionele on-premise IT-omgevingen.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<!-- /.services-section -->
|
||||||
|
|
||||||
|
<!-- Quote Section
|
||||||
|
================================================== -->
|
||||||
|
<section id="quote" class="quote-section">
|
||||||
|
|
||||||
|
<div class="container-fluid"></div>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<!-- /.quote-headline -->
|
||||||
|
|
||||||
|
<div class="col-md-12 quote-bottom">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- /.quote-bottom -->
|
||||||
|
</div>
|
||||||
|
<!-- /.row -->
|
||||||
|
</div>
|
||||||
|
<!-- /.container-fluid -->
|
||||||
|
</section>
|
||||||
|
<!-- /.quote-section -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Call To Action Section
|
||||||
|
================================================== -->
|
||||||
|
<section id="call-to" class="call-to-section">
|
||||||
|
|
||||||
|
<div class="call-to-layer"></div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h3 class="wow fadeIn animated">Like what You see? <span>Get in contact</span> Now!</h3>
|
||||||
|
<p class="wow fadeIn animated">For more information see our Linkedin profile or drop us a message</p>
|
||||||
|
<button onclick="javascript:document.location='https://www.linkedin.com/in/thijsstobbelaar/'" class="btn btn-default wow fadeInRight hvr-sweep-to-right animated">Linkedin</button>
|
||||||
|
</div>
|
||||||
|
<!-- /.col-md-12 -->
|
||||||
|
</div>
|
||||||
|
<!-- /.row -->
|
||||||
|
</div>
|
||||||
|
<!-- /.container -->
|
||||||
|
</section>
|
||||||
|
<!-- /.call-to-section -->
|
||||||
|
|
||||||
|
<!-- Skills Section
|
||||||
|
================================================== -->
|
||||||
|
<section id="skills" class="skills-section">
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-md-12">
|
||||||
|
<div class="skills-headline">
|
||||||
|
<h4 class="wow fadeIn animated"> <span>Onze Skills</span></h4>
|
||||||
|
<p class="wow fadeIn animated">
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- /.col-md-12 -->
|
||||||
|
|
||||||
|
<div class="col-md-12 progress-bar-wrapper">
|
||||||
|
<div class="progress-bars">
|
||||||
|
<div class="bar-wrapper">
|
||||||
|
<div class="col-md-3 col-sm-3 col-xs-4 wow fadeIn animated">Azure Devops</div>
|
||||||
|
<div class="col-md-8 col-sm-8 col-xs-7">
|
||||||
|
<div class="progressBar gradient wow animated first-bar"></div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-1 col-sm-1 col-xs-1">
|
||||||
|
<span class="counter">90</span><span>%</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bar-wrapper">
|
||||||
|
<div class="col-md-3 col-sm-3 col-xs-4 wow fadeIn animated">AWS Cloud</div>
|
||||||
|
<div class="col-md-8 col-sm-8 col-xs-7">
|
||||||
|
<div class="progressBar gradient wow animated second-bar"></div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-1 col-sm-1 col-xs-1">
|
||||||
|
<span class="counter">85</span><span>%</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bar-wrapper">
|
||||||
|
<div class="col-md-3 col-sm-3 col-xs-4 wow fadeIn animated">Git</div>
|
||||||
|
<div class="col-md-8 col-sm-8 col-xs-7">
|
||||||
|
<div class="progressBar gradient wow animated third-bar"></div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-1 col-sm-1 col-xs-1">
|
||||||
|
<span class="counter">75</span><span>%</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bar-wrapper">
|
||||||
|
<div class="col-md-3 col-sm-3 col-xs-4 wow fadeIn animated">Azure Cloud</div>
|
||||||
|
<div class="col-md-8 col-sm-8 col-xs-7">
|
||||||
|
<div class="progressBar gradient wow animated fourth-bar"></div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-1 col-sm-1 col-xs-1">
|
||||||
|
<span class="counter">80</span><span>%</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bar-wrapper">
|
||||||
|
<div class="col-md-3 col-sm-3 col-xs-4 wow fadeIn animated">PowerShell</div>
|
||||||
|
<div class="col-md-8 col-sm-8 col-xs-7">
|
||||||
|
<div class="progressBar gradient wow animated fifth-bar"></div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-1 col-sm-1 col-xs-1">
|
||||||
|
<span class="counter">95</span><span>%</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bar-wrapper">
|
||||||
|
<div class="col-md-3 col-sm-3 col-xs-4 wow fadeIn animated">JSON/YAML</div>
|
||||||
|
<div class="col-md-8 col-sm-8 col-xs-7">
|
||||||
|
<div class="progressBar gradient wow animated sixth-bar"></div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-1 col-sm-1 col-xs-1">
|
||||||
|
<span class="counter">100</span><span>%</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bar-wrapper">
|
||||||
|
<div class="col-md-3 col-sm-3 col-xs-4 wow fadeIn animated">REST API</div>
|
||||||
|
<div class="col-md-8 col-sm-8 col-xs-7">
|
||||||
|
<div class="progressBar gradient wow animated sixth-bar"></div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-1 col-sm-1 col-xs-1">
|
||||||
|
<span class="counter">75</span><span>%</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- /.progress-bars -->
|
||||||
|
</div>
|
||||||
|
<!-- /.progress-bar-wrapper -->
|
||||||
|
</div>
|
||||||
|
<!-- /.row -->
|
||||||
|
</div>
|
||||||
|
<!-- /.container -->
|
||||||
|
</section>
|
||||||
|
<!-- /.skills-section -->
|
||||||
|
<section id="big-image" class="image-section">
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- /.col-md-12 -->
|
||||||
|
</div>
|
||||||
|
<!-- /.row -->
|
||||||
|
</div>
|
||||||
|
<!-- /.container -->
|
||||||
|
</section>
|
||||||
|
<!-- /.image section -->
|
||||||
|
<!-- Contact Section
|
||||||
|
================================================== -->
|
||||||
|
<section id="contact" class="contact-section">
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-md-12">
|
||||||
|
|
||||||
|
<div class="contact-headline">
|
||||||
|
<h3 class="wow fadeIn animated">Let's <span>Connect</span></h3>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- /.contact-headline -->
|
||||||
|
|
||||||
|
<div class="contact-content">
|
||||||
|
<div class="contact-info">
|
||||||
|
<p class="contact-header">Our office <span>info</span></p>
|
||||||
|
<div class="info-line">
|
||||||
|
<div class="info-icon wow fadeIn animated">
|
||||||
|
<i class="fa fa-envelope-o" aria-hidden="true"></i>
|
||||||
|
</div>
|
||||||
|
<div class="info-text wow fadeIn animated">
|
||||||
|
<p>thijs@opzeker.it</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="info-line">
|
||||||
|
<div class="info-icon wow fadeIn animated">
|
||||||
|
<i class="fa fa-phone" aria-hidden="true"></i>
|
||||||
|
</div>
|
||||||
|
<div class="info-text wow fadeIn animated">
|
||||||
|
<p>+31 (0) 6 110 545 21</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="bottom-info">
|
||||||
|
<h4 class="wow fadeIn animated"><span>Connect</span> with us</h4>
|
||||||
|
|
||||||
|
<ul class="list-inline social-icons wow fadeIn animated">
|
||||||
|
<li>
|
||||||
|
<a href="https://www.linkedin.com/in/thijsstobbelaar/">
|
||||||
|
<i class="fa fa-linkedin" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- /.contact-info -->
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- /.contact-content -->
|
||||||
|
</div>
|
||||||
|
<!-- /.col-md-12 -->
|
||||||
|
</div>
|
||||||
|
<!-- /.row -->
|
||||||
|
</div>
|
||||||
|
<!-- /.container -->
|
||||||
|
</section>
|
||||||
|
<!-- /.contact-section -->
|
||||||
|
|
||||||
|
<!-- Footer
|
||||||
|
================================================== -->
|
||||||
|
<footer>
|
||||||
|
<p>Copyright © 2025 -<a href="http://www.opzeker.it"> Opzeker IT</a></p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Scripts
|
||||||
|
================================================== -->
|
||||||
|
<!-- jQuery -->
|
||||||
|
<script src="assets/js/libraries/jquery-2.2.4.js"></script>
|
||||||
|
|
||||||
|
<!-- Bootstrap Core JavaScript -->
|
||||||
|
<script src="assets/js/libraries/bootstrap.js"></script>
|
||||||
|
|
||||||
|
<!-- JavaScript Libraries -->
|
||||||
|
<script src="assets/js/libraries/typed.js"></script>
|
||||||
|
<script src="assets/js/libraries/wow.js"></script>
|
||||||
|
<script src="assets/js/libraries/particles.js"></script>
|
||||||
|
<script src="assets/js/libraries/waypoint.js"></script>
|
||||||
|
<script src="assets/js/libraries/jquery.counterup.js"></script>
|
||||||
|
<!-- Custom Particle Theme JavaScript -->
|
||||||
|
<script>
|
||||||
|
var sentences = ["Azure", "Azure Devops", "Git","Microsoft","AWS","Windows Server","Visual Studio Code","Powershell"];
|
||||||
|
</script>
|
||||||
|
<script src="assets/js/custom/particle-theme-dark.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
1
loaderio-242450ea5caf1ae27700e4bd11d96dc6.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
loaderio-242450ea5caf1ae27700e4bd11d96dc6
|
||||||
303
portfolio-item.html
Normal file
|
|
@ -0,0 +1,303 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
|
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="author" content="">
|
||||||
|
|
||||||
|
<title>Particle Theme | Portfolio Item</title>
|
||||||
|
|
||||||
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||||
|
|
||||||
|
<!-- Fonts -->
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700%7CTitillium+Web:200,300,400,600,700&subset=latin-ext" rel="stylesheet">
|
||||||
|
<link href="assets/fonts/material-icons/material-icons.css" rel="stylesheet">
|
||||||
|
<link href="assets/fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Libraries CSS -->
|
||||||
|
<link href="assets/css/libraries/bootstrap.css" rel="stylesheet">
|
||||||
|
<link href="assets/css/libraries/animate.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link href="assets/css/custom/theme.css" rel="stylesheet">
|
||||||
|
<link href="assets/css/custom/colors.css" rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<!-- Navigation Menu
|
||||||
|
================================================== -->
|
||||||
|
<header>
|
||||||
|
<div id="st-logo"><a href="#0"><img src="assets/images/logo-normal.png" alt="Logo"></a></div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div id="st-nav">
|
||||||
|
<a href="#0" class="st-nav-trigger">Menu<span></span></a>
|
||||||
|
|
||||||
|
<nav id="st-main-nav">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#page-top">Home</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#our-work">Our Work</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#about">About Us</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#services">Services</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#skills">Our Skills</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#contact">Contact Us</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Portfolio Item
|
||||||
|
================================================== -->
|
||||||
|
<section class="portfolio-item">
|
||||||
|
|
||||||
|
<div class="container-fluid">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-lg-12">
|
||||||
|
|
||||||
|
<div class="portfolio-headline">
|
||||||
|
<div id="particles-js"></div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-12">
|
||||||
|
|
||||||
|
<div class="typed-headline">
|
||||||
|
<span class="skilltechtypetext">
|
||||||
|
<span class="typed-cursor">|</span>
|
||||||
|
</span>
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab accusamus architecto
|
||||||
|
aut consequatur.</p>
|
||||||
|
</div>
|
||||||
|
<!-- /.typed-headline -->
|
||||||
|
|
||||||
|
<a href="#" class="btn btn-default pull-right hvr-sweep-to-right" id="project-info">Project Info</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<!-- /.col-lg-6 -->
|
||||||
|
</div>
|
||||||
|
<!-- /.row -->
|
||||||
|
</div>
|
||||||
|
<!-- /.container-fluid -->
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="portfolio-item-details" id="portfolio-details">
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-lg-12">
|
||||||
|
|
||||||
|
<div class="col-lg-8 col-md-12">
|
||||||
|
|
||||||
|
<div class="portfolio-text">
|
||||||
|
<h3>About the <span>project</span></h3>
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero.
|
||||||
|
Sed
|
||||||
|
cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis
|
||||||
|
sagittis
|
||||||
|
ipsum. Praesent mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec
|
||||||
|
odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh
|
||||||
|
elementum
|
||||||
|
imperdiet. Duis sagittis ipsum. Praesent mauris.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<!-- /.service-text -->
|
||||||
|
|
||||||
|
<div class="portfolio-useful-links">
|
||||||
|
<h3>Useful <span>links</span></h3>
|
||||||
|
<ul class="list-inline portfolio-icons">
|
||||||
|
<li>
|
||||||
|
<a href="#">
|
||||||
|
<i class="material-icons">laptop</i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#">
|
||||||
|
<i class="material-icons">description</i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#">
|
||||||
|
<i class="material-icons">done_all</i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#">
|
||||||
|
<i class="fa fa-facebook" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#">
|
||||||
|
<i class="fa fa-dribbble" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#">
|
||||||
|
<i class="fa fa-behance" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- /.list-inline -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="portfolio-download-links">
|
||||||
|
<h3>Download <span>links</span></h3>
|
||||||
|
<ul class="list-inline portfolio-icons">
|
||||||
|
<li>
|
||||||
|
<a href="#">
|
||||||
|
<i class="material-icons">laptop</i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#">
|
||||||
|
<i class="material-icons">description</i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#">
|
||||||
|
<i class="material-icons">done_all</i>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- /.list-inline -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-4 col-md-12">
|
||||||
|
<ul class="portfolio-info">
|
||||||
|
<li>
|
||||||
|
<p class="first">Project Name</p>
|
||||||
|
<p class="second">Awesome project</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p class="first">Created By</p>
|
||||||
|
<p class="second">John Smith</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p class="first">Client</p>
|
||||||
|
<p class="second">Microsoft</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p class="first">Budget</p>
|
||||||
|
<p class="second">$50,000.000</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p class="first">Completion Date</p>
|
||||||
|
<p class="second">May 30th 2017</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p class="first">Project Type</p>
|
||||||
|
<p class="second">Web Development</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p class="first">Project Length</p>
|
||||||
|
<p class="second">3 months</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p class="first">Skills Used</p>
|
||||||
|
<p class="second">JavaScript, PHP</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p class="first">Project Manager</p>
|
||||||
|
<p class="second">Dejan Stankovic</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<!-- /.list-inline -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-12 col-md-12">
|
||||||
|
<div class="portfolio-form">
|
||||||
|
<h3>Get <span>Involved</span></h3>
|
||||||
|
<form>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="name">Name: </label>
|
||||||
|
<input type="text" id="name" name="name" class="form-control">
|
||||||
|
</div>
|
||||||
|
<!-- /.form-group -->
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="email">Email: </label>
|
||||||
|
<input type="email" id="email" name="email" class="form-control">
|
||||||
|
</div>
|
||||||
|
<!-- /.form-group -->
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="message">Message: </label>
|
||||||
|
<textarea id="message" name="message" class="form-control" rows="3"></textarea>
|
||||||
|
</div>
|
||||||
|
<!-- /.form-group -->
|
||||||
|
|
||||||
|
<button type="submit" class="btn btn-default">Submit</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<!-- /.portfolio-form -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Footer
|
||||||
|
================================================== -->
|
||||||
|
<footer>
|
||||||
|
<p>Copyright © 2017 -<a href="http://www.skilltechwebdesign.com"> SkillTech</a></p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Scripts
|
||||||
|
================================================== -->
|
||||||
|
<!-- jQuery -->
|
||||||
|
<script src="assets/js/libraries/jquery-2.2.4.js"></script>
|
||||||
|
|
||||||
|
<!-- Bootstrap Core JavaScript -->
|
||||||
|
<script src="assets/js/libraries/bootstrap.js"></script>
|
||||||
|
|
||||||
|
<!-- JavaScript Libraries -->
|
||||||
|
<script src="assets/js/libraries/typed.js"></script>
|
||||||
|
<script src="assets/js/libraries/wow.js"></script>
|
||||||
|
<script src="assets/js/libraries/particles.js"></script>
|
||||||
|
|
||||||
|
<!-- Custom Particle Theme JavaScript -->
|
||||||
|
<script>
|
||||||
|
var sentences = ["Coolest Portfolio Item"];
|
||||||
|
</script>
|
||||||
|
<script src="assets/js/custom/portfolio-item.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
180
service-item.html
Normal file
|
|
@ -0,0 +1,180 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
|
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'/>
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="author" content="">
|
||||||
|
|
||||||
|
<title>Particle Theme | Service Item</title>
|
||||||
|
|
||||||
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||||
|
|
||||||
|
<!-- Fonts -->
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700%7CTitillium+Web:200,300,400,600,700&subset=latin-ext" rel="stylesheet">
|
||||||
|
<link href="assets/fonts/material-icons/material-icons.css" rel="stylesheet">
|
||||||
|
<link href="assets/fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Libraries CSS -->
|
||||||
|
<link href="assets/css/libraries/bootstrap.css" rel="stylesheet">
|
||||||
|
<link href="assets/css/libraries/animate.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<link href="assets/css/custom/theme.css" rel="stylesheet">
|
||||||
|
<link href="assets/css/custom/colors.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||||
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body id="page-top" data-spy="scroll" data-target="#st-nav">
|
||||||
|
|
||||||
|
<!-- Navigation Menu
|
||||||
|
================================================== -->
|
||||||
|
<header>
|
||||||
|
<div id="st-logo"><a href="#0"><img src="assets/images/logo-normal.png" alt="Logo"></a></div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div id="st-nav">
|
||||||
|
<a href="#0" class="st-nav-trigger">Menu<span></span></a>
|
||||||
|
|
||||||
|
<nav id="st-main-nav">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#page-top">Home</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#our-work">Our Work</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#about">About Us</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#services">Services</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="index.html#skills">Our Skills</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="page-scroll hvr-underline-from-center" href="#service-details">Contact Us</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Service Item
|
||||||
|
================================================== -->
|
||||||
|
<section class="service-item">
|
||||||
|
<div class="service-item-layer"></div>
|
||||||
|
|
||||||
|
<div class="container-fluid">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-lg-12">
|
||||||
|
|
||||||
|
<div class="typed-headline">
|
||||||
|
<span class="skilltechtypetext">
|
||||||
|
<span class="typed-cursor">|</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<!-- /.typed-headline -->
|
||||||
|
|
||||||
|
<div class="service-headline-text">
|
||||||
|
<p>"Patience, persistence and perspiration make an unbeatable combination for success."<br>
|
||||||
|
persistence and perspiration make an unbeatable</p>
|
||||||
|
|
||||||
|
<div class="service-item-read-more">
|
||||||
|
<a href="#service-details" class="arrow-down page-scroll">
|
||||||
|
<i class="fa fa-angle-down bounce" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<!-- /.service-item-read-more -->
|
||||||
|
</div>
|
||||||
|
<!-- /.service-headline-text -->
|
||||||
|
</div>
|
||||||
|
<!-- /.col-lg-6 -->
|
||||||
|
</div>
|
||||||
|
<!-- /.row -->
|
||||||
|
</div>
|
||||||
|
<!-- /.container-fluid -->
|
||||||
|
</section>
|
||||||
|
<!-- /.service-item -->
|
||||||
|
|
||||||
|
<section class="service-item-details" id="service-details">
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-lg-12">
|
||||||
|
|
||||||
|
<div class="service-text">
|
||||||
|
<h3>Unbelievable <span>Theme Design</span></h3>
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed
|
||||||
|
cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis
|
||||||
|
ipsum. Praesent mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec
|
||||||
|
odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum
|
||||||
|
imperdiet. Duis sagittis ipsum. Praesent mauris.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<!-- /.service-text -->
|
||||||
|
|
||||||
|
<div class="service-form">
|
||||||
|
<h3>Get this cool <span>Service</span></h3>
|
||||||
|
<form>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="name">Name: </label>
|
||||||
|
<input type="text" id="name" name="name" class="form-control">
|
||||||
|
</div>
|
||||||
|
<!-- /.form-group -->
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="email">Email: </label>
|
||||||
|
<input type="email" id="email" name="email" class="form-control">
|
||||||
|
</div>
|
||||||
|
<!-- /.form-group -->
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="message">Message: </label>
|
||||||
|
<textarea id="message" name="message" class="form-control" rows="3"></textarea>
|
||||||
|
</div>
|
||||||
|
<!-- /.form-group -->
|
||||||
|
|
||||||
|
<button type="submit" class="btn btn-default">Submit</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<!-- /.service-form -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- Footer
|
||||||
|
================================================== -->
|
||||||
|
<footer>
|
||||||
|
<p>Copyright © 2017 -<a href="http://www.skilltechwebdesign.com"> SkillTech</a></p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Scritps
|
||||||
|
================================================== -->
|
||||||
|
<!-- jQuery -->
|
||||||
|
<script src="assets/js/libraries/jquery-2.2.4.js"></script>
|
||||||
|
<!-- Bootstrap Core JavaScript -->
|
||||||
|
<script src="assets/js/libraries/bootstrap.js"></script>
|
||||||
|
<!-- JavaScript Libraries -->
|
||||||
|
<script src="assets/js/libraries/typed.js"></script>
|
||||||
|
<script src="assets/js/libraries/wow.js"></script>
|
||||||
|
<!-- Custom Particle Theme JavaScript -->
|
||||||
|
<script>
|
||||||
|
var sentences = ["Theme Design"];
|
||||||
|
</script>
|
||||||
|
<script src="assets/js/custom/service-item.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||