diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/getDiscography.iml b/.idea/getDiscography.iml new file mode 100644 index 0000000..2de299a --- /dev/null +++ b/.idea/getDiscography.iml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a3ede2d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0790f75 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/__pycache__/const.cpython-37.pyc b/__pycache__/const.cpython-37.pyc new file mode 100644 index 0000000..e1e79ff Binary files /dev/null and b/__pycache__/const.cpython-37.pyc differ diff --git a/app.py b/app.py index 46990f5..a700b49 100644 --- a/app.py +++ b/app.py @@ -12,7 +12,7 @@ def index(): # redis.incr('hits') # counter = 'This Compose/Flask demo has been viewed %s time(s).' % redis.get('hits') - return '

Hello World

Index Page

' + return render_template('base.html') @app.route('/api/v1/get/') @@ -23,8 +23,7 @@ def get_artist(path): :return: a status """ proc = process_download(path) - params = {'artist': path} - return render_template('base.html', **params) + return {'status': 200, 'data': proc, 'artist': path} if __name__ == "__main__": diff --git a/static/LICENSE.txt b/static/LICENSE.txt new file mode 100755 index 0000000..263df3d --- /dev/null +++ b/static/LICENSE.txt @@ -0,0 +1 @@ +If you use the icons publicly, please link to https://icons8.com/line-awesome somewhere on your page or artwork, so that more creators could know about it and use it for free. \ No newline at end of file diff --git a/static/css/line-awesome.css b/static/css/line-awesome.css new file mode 100644 index 0000000..3e9d858 --- /dev/null +++ b/static/css/line-awesome.css @@ -0,0 +1,6582 @@ +.la, +.las, +.lar, +.lal, +.lad, +.lab { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: inline-block; + font-style: normal; + font-variant: normal; + text-rendering: auto; + line-height: 1; } + +.la-lg { + font-size: 1.33333em; + line-height: 0.75em; + vertical-align: -.0667em; } + +.la-xs { + font-size: .75em; } + +.la-sm { + font-size: .875em; } + +.la-1x { + font-size: 1em; } + +.la-2x { + font-size: 2em; } + +.la-3x { + font-size: 3em; } + +.la-4x { + font-size: 4em; } + +.la-5x { + font-size: 5em; } + +.la-6x { + font-size: 6em; } + +.la-7x { + font-size: 7em; } + +.la-8x { + font-size: 8em; } + +.la-9x { + font-size: 9em; } + +.la-10x { + font-size: 10em; } + +.la-fw { + text-align: center; + width: 1.25em; } + +.la-ul { + list-style-type: none; + margin-left: 2.5em; + padding-left: 0; } + .la-ul > li { + position: relative; } + +.la-li { + left: -2em; + position: absolute; + text-align: center; + width: 2em; + line-height: inherit; } + +.la-border { + border: solid 0.08em #eee; + border-radius: .1em; + padding: .2em .25em .15em; } + +.la-pull-left { + float: left; } + +.la-pull-right { + float: right; } + +.la.la-pull-left, +.las.la-pull-left, +.lar.la-pull-left, +.lal.la-pull-left, +.lab.la-pull-left { + margin-right: .3em; } + +.la.la-pull-right, +.las.la-pull-right, +.lar.la-pull-right, +.lal.la-pull-right, +.lab.la-pull-right { + margin-left: .3em; } + +.la-spin { + -webkit-animation: la-spin 2s infinite linear; + animation: la-spin 2s infinite linear; } + +.la-pulse { + -webkit-animation: la-spin 1s infinite steps(8); + animation: la-spin 1s infinite steps(8); } + +@-webkit-keyframes la-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +@keyframes la-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } } + +.la-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + transform: rotate(90deg); } + +.la-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); } + +.la-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + transform: rotate(270deg); } + +.la-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); } + +.la-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + transform: scale(1, -1); } + +.la-flip-both, .la-flip-horizontal.la-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); } + +:root .la-rotate-90, +:root .la-rotate-180, +:root .la-rotate-270, +:root .la-flip-horizontal, +:root .la-flip-vertical, +:root .la-flip-both { + -webkit-filter: none; + filter: none; } + +.la-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; } + +.la-stack-1x, +.la-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; } + +.la-stack-1x { + line-height: inherit; } + +.la-stack-2x { + font-size: 2em; } + +.la-inverse { + color: #fff; } + +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen +readers do not read off random characters that represent icons */ +.la-500px:before { + content: "\f26e"; } + +.la-accessible-icon:before { + content: "\f368"; } + +.la-accusoft:before { + content: "\f369"; } + +.la-acquisitions-incorporated:before { + content: "\f6af"; } + +.la-ad:before { + content: "\f641"; } + +.la-address-book:before { + content: "\f2b9"; } + +.la-address-card:before { + content: "\f2bb"; } + +.la-adjust:before { + content: "\f042"; } + +.la-adn:before { + content: "\f170"; } + +.la-adobe:before { + content: "\f778"; } + +.la-adversal:before { + content: "\f36a"; } + +.la-affiliatetheme:before { + content: "\f36b"; } + +.la-air-freshener:before { + content: "\f5d0"; } + +.la-airbnb:before { + content: "\f834"; } + +.la-algolia:before { + content: "\f36c"; } + +.la-align-center:before { + content: "\f037"; } + +.la-align-justify:before { + content: "\f039"; } + +.la-align-left:before { + content: "\f036"; } + +.la-align-right:before { + content: "\f038"; } + +.la-alipay:before { + content: "\f642"; } + +.la-allergies:before { + content: "\f461"; } + +.la-amazon:before { + content: "\f270"; } + +.la-amazon-pay:before { + content: "\f42c"; } + +.la-ambulance:before { + content: "\f0f9"; } + +.la-american-sign-language-interpreting:before { + content: "\f2a3"; } + +.la-amilia:before { + content: "\f36d"; } + +.la-anchor:before { + content: "\f13d"; } + +.la-android:before { + content: "\f17b"; } + +.la-angellist:before { + content: "\f209"; } + +.la-angle-double-down:before { + content: "\f103"; } + +.la-angle-double-left:before { + content: "\f100"; } + +.la-angle-double-right:before { + content: "\f101"; } + +.la-angle-double-up:before { + content: "\f102"; } + +.la-angle-down:before { + content: "\f107"; } + +.la-angle-left:before { + content: "\f104"; } + +.la-angle-right:before { + content: "\f105"; } + +.la-angle-up:before { + content: "\f106"; } + +.la-angry:before { + content: "\f556"; } + +.la-angrycreative:before { + content: "\f36e"; } + +.la-angular:before { + content: "\f420"; } + +.la-ankh:before { + content: "\f644"; } + +.la-app-store:before { + content: "\f36f"; } + +.la-app-store-ios:before { + content: "\f370"; } + +.la-apper:before { + content: "\f371"; } + +.la-apple:before { + content: "\f179"; } + +.la-apple-alt:before { + content: "\f5d1"; } + +.la-apple-pay:before { + content: "\f415"; } + +.la-archive:before { + content: "\f187"; } + +.la-archway:before { + content: "\f557"; } + +.la-arrow-alt-circle-down:before { + content: "\f358"; } + +.la-arrow-alt-circle-left:before { + content: "\f359"; } + +.la-arrow-alt-circle-right:before { + content: "\f35a"; } + +.la-arrow-alt-circle-up:before { + content: "\f35b"; } + +.la-arrow-circle-down:before { + content: "\f0ab"; } + +.la-arrow-circle-left:before { + content: "\f0a8"; } + +.la-arrow-circle-right:before { + content: "\f0a9"; } + +.la-arrow-circle-up:before { + content: "\f0aa"; } + +.la-arrow-down:before { + content: "\f063"; } + +.la-arrow-left:before { + content: "\f060"; } + +.la-arrow-right:before { + content: "\f061"; } + +.la-arrow-up:before { + content: "\f062"; } + +.la-arrows-alt:before { + content: "\f0b2"; } + +.la-arrows-alt-h:before { + content: "\f337"; } + +.la-arrows-alt-v:before { + content: "\f338"; } + +.la-artstation:before { + content: "\f77a"; } + +.la-assistive-listening-systems:before { + content: "\f2a2"; } + +.la-asterisk:before { + content: "\f069"; } + +.la-asymmetrik:before { + content: "\f372"; } + +.la-at:before { + content: "\f1fa"; } + +.la-atlas:before { + content: "\f558"; } + +.la-atlassian:before { + content: "\f77b"; } + +.la-atom:before { + content: "\f5d2"; } + +.la-audible:before { + content: "\f373"; } + +.la-audio-description:before { + content: "\f29e"; } + +.la-autoprefixer:before { + content: "\f41c"; } + +.la-avianex:before { + content: "\f374"; } + +.la-aviato:before { + content: "\f421"; } + +.la-award:before { + content: "\f559"; } + +.la-aws:before { + content: "\f375"; } + +.la-baby:before { + content: "\f77c"; } + +.la-baby-carriage:before { + content: "\f77d"; } + +.la-backspace:before { + content: "\f55a"; } + +.la-backward:before { + content: "\f04a"; } + +.la-bacon:before { + content: "\f7e5"; } + +.la-balance-scale:before { + content: "\f24e"; } + +.la-balance-scale-left:before { + content: "\f515"; } + +.la-balance-scale-right:before { + content: "\f516"; } + +.la-ban:before { + content: "\f05e"; } + +.la-band-aid:before { + content: "\f462"; } + +.la-bandcamp:before { + content: "\f2d5"; } + +.la-barcode:before { + content: "\f02a"; } + +.la-bars:before { + content: "\f0c9"; } + +.la-baseball-ball:before { + content: "\f433"; } + +.la-basketball-ball:before { + content: "\f434"; } + +.la-bath:before { + content: "\f2cd"; } + +.la-battery-empty:before { + content: "\f244"; } + +.la-battery-full:before { + content: "\f240"; } + +.la-battery-half:before { + content: "\f242"; } + +.la-battery-quarter:before { + content: "\f243"; } + +.la-battery-three-quarters:before { + content: "\f241"; } + +.la-battle-net:before { + content: "\f835"; } + +.la-bed:before { + content: "\f236"; } + +.la-beer:before { + content: "\f0fc"; } + +.la-behance:before { + content: "\f1b4"; } + +.la-behance-square:before { + content: "\f1b5"; } + +.la-bell:before { + content: "\f0f3"; } + +.la-bell-slash:before { + content: "\f1f6"; } + +.la-bezier-curve:before { + content: "\f55b"; } + +.la-bible:before { + content: "\f647"; } + +.la-bicycle:before { + content: "\f206"; } + +.la-biking:before { + content: "\f84a"; } + +.la-bimobject:before { + content: "\f378"; } + +.la-binoculars:before { + content: "\f1e5"; } + +.la-biohazard:before { + content: "\f780"; } + +.la-birthday-cake:before { + content: "\f1fd"; } + +.la-bitbucket:before { + content: "\f171"; } + +.la-bitcoin:before { + content: "\f379"; } + +.la-bity:before { + content: "\f37a"; } + +.la-black-tie:before { + content: "\f27e"; } + +.la-blackberry:before { + content: "\f37b"; } + +.la-blender:before { + content: "\f517"; } + +.la-blender-phone:before { + content: "\f6b6"; } + +.la-blind:before { + content: "\f29d"; } + +.la-blog:before { + content: "\f781"; } + +.la-blogger:before { + content: "\f37c"; } + +.la-blogger-b:before { + content: "\f37d"; } + +.la-bluetooth:before { + content: "\f293"; } + +.la-bluetooth-b:before { + content: "\f294"; } + +.la-bold:before { + content: "\f032"; } + +.la-bolt:before { + content: "\f0e7"; } + +.la-bomb:before { + content: "\f1e2"; } + +.la-bone:before { + content: "\f5d7"; } + +.la-bong:before { + content: "\f55c"; } + +.la-book:before { + content: "\f02d"; } + +.la-book-dead:before { + content: "\f6b7"; } + +.la-book-medical:before { + content: "\f7e6"; } + +.la-book-open:before { + content: "\f518"; } + +.la-book-reader:before { + content: "\f5da"; } + +.la-bookmark:before { + content: "\f02e"; } + +.la-bootstrap:before { + content: "\f836"; } + +.la-border-all:before { + content: "\f84c"; } + +.la-border-none:before { + content: "\f850"; } + +.la-border-style:before { + content: "\f853"; } + +.la-bowling-ball:before { + content: "\f436"; } + +.la-box:before { + content: "\f466"; } + +.la-box-open:before { + content: "\f49e"; } + +.la-boxes:before { + content: "\f468"; } + +.la-braille:before { + content: "\f2a1"; } + +.la-brain:before { + content: "\f5dc"; } + +.la-bread-slice:before { + content: "\f7ec"; } + +.la-briefcase:before { + content: "\f0b1"; } + +.la-briefcase-medical:before { + content: "\f469"; } + +.la-broadcast-tower:before { + content: "\f519"; } + +.la-broom:before { + content: "\f51a"; } + +.la-brush:before { + content: "\f55d"; } + +.la-btc:before { + content: "\f15a"; } + +.la-buffer:before { + content: "\f837"; } + +.la-bug:before { + content: "\f188"; } + +.la-building:before { + content: "\f1ad"; } + +.la-bullhorn:before { + content: "\f0a1"; } + +.la-bullseye:before { + content: "\f140"; } + +.la-burn:before { + content: "\f46a"; } + +.la-buromobelexperte:before { + content: "\f37f"; } + +.la-bus:before { + content: "\f207"; } + +.la-bus-alt:before { + content: "\f55e"; } + +.la-business-time:before { + content: "\f64a"; } + +.la-buy-n-large:before { + content: "\f8a6"; } + +.la-buysellads:before { + content: "\f20d"; } + +.la-calculator:before { + content: "\f1ec"; } + +.la-calendar:before { + content: "\f133"; } + +.la-calendar-alt:before { + content: "\f073"; } + +.la-calendar-check:before { + content: "\f274"; } + +.la-calendar-day:before { + content: "\f783"; } + +.la-calendar-minus:before { + content: "\f272"; } + +.la-calendar-plus:before { + content: "\f271"; } + +.la-calendar-times:before { + content: "\f273"; } + +.la-calendar-week:before { + content: "\f784"; } + +.la-camera:before { + content: "\f030"; } + +.la-camera-retro:before { + content: "\f083"; } + +.la-campground:before { + content: "\f6bb"; } + +.la-canadian-maple-leaf:before { + content: "\f785"; } + +.la-candy-cane:before { + content: "\f786"; } + +.la-cannabis:before { + content: "\f55f"; } + +.la-capsules:before { + content: "\f46b"; } + +.la-car:before { + content: "\f1b9"; } + +.la-car-alt:before { + content: "\f5de"; } + +.la-car-battery:before { + content: "\f5df"; } + +.la-car-crash:before { + content: "\f5e1"; } + +.la-car-side:before { + content: "\f5e4"; } + +.la-caret-down:before { + content: "\f0d7"; } + +.la-caret-left:before { + content: "\f0d9"; } + +.la-caret-right:before { + content: "\f0da"; } + +.la-caret-square-down:before { + content: "\f150"; } + +.la-caret-square-left:before { + content: "\f191"; } + +.la-caret-square-right:before { + content: "\f152"; } + +.la-caret-square-up:before { + content: "\f151"; } + +.la-caret-up:before { + content: "\f0d8"; } + +.la-carrot:before { + content: "\f787"; } + +.la-cart-arrow-down:before { + content: "\f218"; } + +.la-cart-plus:before { + content: "\f217"; } + +.la-cash-register:before { + content: "\f788"; } + +.la-cat:before { + content: "\f6be"; } + +.la-cc-amazon-pay:before { + content: "\f42d"; } + +.la-cc-amex:before { + content: "\f1f3"; } + +.la-cc-apple-pay:before { + content: "\f416"; } + +.la-cc-diners-club:before { + content: "\f24c"; } + +.la-cc-discover:before { + content: "\f1f2"; } + +.la-cc-jcb:before { + content: "\f24b"; } + +.la-cc-mastercard:before { + content: "\f1f1"; } + +.la-cc-paypal:before { + content: "\f1f4"; } + +.la-cc-stripe:before { + content: "\f1f5"; } + +.la-cc-visa:before { + content: "\f1f0"; } + +.la-centercode:before { + content: "\f380"; } + +.la-centos:before { + content: "\f789"; } + +.la-certificate:before { + content: "\f0a3"; } + +.la-chair:before { + content: "\f6c0"; } + +.la-chalkboard:before { + content: "\f51b"; } + +.la-chalkboard-teacher:before { + content: "\f51c"; } + +.la-charging-station:before { + content: "\f5e7"; } + +.la-chart-area:before { + content: "\f1fe"; } + +.la-chart-bar:before { + content: "\f080"; } + +.la-chart-line:before { + content: "\f201"; } + +.la-chart-pie:before { + content: "\f200"; } + +.la-check:before { + content: "\f00c"; } + +.la-check-circle:before { + content: "\f058"; } + +.la-check-double:before { + content: "\f560"; } + +.la-check-square:before { + content: "\f14a"; } + +.la-cheese:before { + content: "\f7ef"; } + +.la-chess:before { + content: "\f439"; } + +.la-chess-bishop:before { + content: "\f43a"; } + +.la-chess-board:before { + content: "\f43c"; } + +.la-chess-king:before { + content: "\f43f"; } + +.la-chess-knight:before { + content: "\f441"; } + +.la-chess-pawn:before { + content: "\f443"; } + +.la-chess-queen:before { + content: "\f445"; } + +.la-chess-rook:before { + content: "\f447"; } + +.la-chevron-circle-down:before { + content: "\f13a"; } + +.la-chevron-circle-left:before { + content: "\f137"; } + +.la-chevron-circle-right:before { + content: "\f138"; } + +.la-chevron-circle-up:before { + content: "\f139"; } + +.la-chevron-down:before { + content: "\f078"; } + +.la-chevron-left:before { + content: "\f053"; } + +.la-chevron-right:before { + content: "\f054"; } + +.la-chevron-up:before { + content: "\f077"; } + +.la-child:before { + content: "\f1ae"; } + +.la-chrome:before { + content: "\f268"; } + +.la-chromecast:before { + content: "\f838"; } + +.la-church:before { + content: "\f51d"; } + +.la-circle:before { + content: "\f111"; } + +.la-circle-notch:before { + content: "\f1ce"; } + +.la-city:before { + content: "\f64f"; } + +.la-clinic-medical:before { + content: "\f7f2"; } + +.la-clipboard:before { + content: "\f328"; } + +.la-clipboard-check:before { + content: "\f46c"; } + +.la-clipboard-list:before { + content: "\f46d"; } + +.la-clock:before { + content: "\f017"; } + +.la-clone:before { + content: "\f24d"; } + +.la-closed-captioning:before { + content: "\f20a"; } + +.la-cloud:before { + content: "\f0c2"; } + +.la-cloud-download-alt:before { + content: "\f381"; } + +.la-cloud-meatball:before { + content: "\f73b"; } + +.la-cloud-moon:before { + content: "\f6c3"; } + +.la-cloud-moon-rain:before { + content: "\f73c"; } + +.la-cloud-rain:before { + content: "\f73d"; } + +.la-cloud-showers-heavy:before { + content: "\f740"; } + +.la-cloud-sun:before { + content: "\f6c4"; } + +.la-cloud-sun-rain:before { + content: "\f743"; } + +.la-cloud-upload-alt:before { + content: "\f382"; } + +.la-cloudscale:before { + content: "\f383"; } + +.la-cloudsmith:before { + content: "\f384"; } + +.la-cloudversify:before { + content: "\f385"; } + +.la-cocktail:before { + content: "\f561"; } + +.la-code:before { + content: "\f121"; } + +.la-code-branch:before { + content: "\f126"; } + +.la-codepen:before { + content: "\f1cb"; } + +.la-codiepie:before { + content: "\f284"; } + +.la-coffee:before { + content: "\f0f4"; } + +.la-cog:before { + content: "\f013"; } + +.la-cogs:before { + content: "\f085"; } + +.la-coins:before { + content: "\f51e"; } + +.la-columns:before { + content: "\f0db"; } + +.la-comment:before { + content: "\f075"; } + +.la-comment-alt:before { + content: "\f27a"; } + +.la-comment-dollar:before { + content: "\f651"; } + +.la-comment-dots:before { + content: "\f4ad"; } + +.la-comment-medical:before { + content: "\f7f5"; } + +.la-comment-slash:before { + content: "\f4b3"; } + +.la-comments:before { + content: "\f086"; } + +.la-comments-dollar:before { + content: "\f653"; } + +.la-compact-disc:before { + content: "\f51f"; } + +.la-compass:before { + content: "\f14e"; } + +.la-compress:before { + content: "\f066"; } + +.la-compress-arrows-alt:before { + content: "\f78c"; } + +.la-concierge-bell:before { + content: "\f562"; } + +.la-confluence:before { + content: "\f78d"; } + +.la-connectdevelop:before { + content: "\f20e"; } + +.la-contao:before { + content: "\f26d"; } + +.la-cookie:before { + content: "\f563"; } + +.la-cookie-bite:before { + content: "\f564"; } + +.la-copy:before { + content: "\f0c5"; } + +.la-copyright:before { + content: "\f1f9"; } + +.la-cotton-bureau:before { + content: "\f89e"; } + +.la-couch:before { + content: "\f4b8"; } + +.la-cpanel:before { + content: "\f388"; } + +.la-creative-commons:before { + content: "\f25e"; } + +.la-creative-commons-by:before { + content: "\f4e7"; } + +.la-creative-commons-nc:before { + content: "\f4e8"; } + +.la-creative-commons-nc-eu:before { + content: "\f4e9"; } + +.la-creative-commons-nc-jp:before { + content: "\f4ea"; } + +.la-creative-commons-nd:before { + content: "\f4eb"; } + +.la-creative-commons-pd:before { + content: "\f4ec"; } + +.la-creative-commons-pd-alt:before { + content: "\f4ed"; } + +.la-creative-commons-remix:before { + content: "\f4ee"; } + +.la-creative-commons-sa:before { + content: "\f4ef"; } + +.la-creative-commons-sampling:before { + content: "\f4f0"; } + +.la-creative-commons-sampling-plus:before { + content: "\f4f1"; } + +.la-creative-commons-share:before { + content: "\f4f2"; } + +.la-creative-commons-zero:before { + content: "\f4f3"; } + +.la-credit-card:before { + content: "\f09d"; } + +.la-critical-role:before { + content: "\f6c9"; } + +.la-crop:before { + content: "\f125"; } + +.la-crop-alt:before { + content: "\f565"; } + +.la-cross:before { + content: "\f654"; } + +.la-crosshairs:before { + content: "\f05b"; } + +.la-crow:before { + content: "\f520"; } + +.la-crown:before { + content: "\f521"; } + +.la-crutch:before { + content: "\f7f7"; } + +.la-css3:before { + content: "\f13c"; } + +.la-css3-alt:before { + content: "\f38b"; } + +.la-cube:before { + content: "\f1b2"; } + +.la-cubes:before { + content: "\f1b3"; } + +.la-cut:before { + content: "\f0c4"; } + +.la-cuttlefish:before { + content: "\f38c"; } + +.la-d-and-d:before { + content: "\f38d"; } + +.la-d-and-d-beyond:before { + content: "\f6ca"; } + +.la-dashcube:before { + content: "\f210"; } + +.la-database:before { + content: "\f1c0"; } + +.la-deaf:before { + content: "\f2a4"; } + +.la-delicious:before { + content: "\f1a5"; } + +.la-democrat:before { + content: "\f747"; } + +.la-deploydog:before { + content: "\f38e"; } + +.la-deskpro:before { + content: "\f38f"; } + +.la-desktop:before { + content: "\f108"; } + +.la-dev:before { + content: "\f6cc"; } + +.la-deviantart:before { + content: "\f1bd"; } + +.la-dharmachakra:before { + content: "\f655"; } + +.la-dhl:before { + content: "\f790"; } + +.la-diagnoses:before { + content: "\f470"; } + +.la-diaspora:before { + content: "\f791"; } + +.la-dice:before { + content: "\f522"; } + +.la-dice-d20:before { + content: "\f6cf"; } + +.la-dice-d6:before { + content: "\f6d1"; } + +.la-dice-five:before { + content: "\f523"; } + +.la-dice-four:before { + content: "\f524"; } + +.la-dice-one:before { + content: "\f525"; } + +.la-dice-six:before { + content: "\f526"; } + +.la-dice-three:before { + content: "\f527"; } + +.la-dice-two:before { + content: "\f528"; } + +.la-digg:before { + content: "\f1a6"; } + +.la-digital-ocean:before { + content: "\f391"; } + +.la-digital-tachograph:before { + content: "\f566"; } + +.la-directions:before { + content: "\f5eb"; } + +.la-discord:before { + content: "\f392"; } + +.la-discourse:before { + content: "\f393"; } + +.la-divide:before { + content: "\f529"; } + +.la-dizzy:before { + content: "\f567"; } + +.la-dna:before { + content: "\f471"; } + +.la-dochub:before { + content: "\f394"; } + +.la-docker:before { + content: "\f395"; } + +.la-dog:before { + content: "\f6d3"; } + +.la-dollar-sign:before { + content: "\f155"; } + +.la-dolly:before { + content: "\f472"; } + +.la-dolly-flatbed:before { + content: "\f474"; } + +.la-donate:before { + content: "\f4b9"; } + +.la-door-closed:before { + content: "\f52a"; } + +.la-door-open:before { + content: "\f52b"; } + +.la-dot-circle:before { + content: "\f192"; } + +.la-dove:before { + content: "\f4ba"; } + +.la-download:before { + content: "\f019"; } + +.la-draft2digital:before { + content: "\f396"; } + +.la-drafting-compass:before { + content: "\f568"; } + +.la-dragon:before { + content: "\f6d5"; } + +.la-draw-polygon:before { + content: "\f5ee"; } + +.la-dribbble:before { + content: "\f17d"; } + +.la-dribbble-square:before { + content: "\f397"; } + +.la-dropbox:before { + content: "\f16b"; } + +.la-drum:before { + content: "\f569"; } + +.la-drum-steelpan:before { + content: "\f56a"; } + +.la-drumstick-bite:before { + content: "\f6d7"; } + +.la-drupal:before { + content: "\f1a9"; } + +.la-dumbbell:before { + content: "\f44b"; } + +.la-dumpster:before { + content: "\f793"; } + +.la-dumpster-fire:before { + content: "\f794"; } + +.la-dungeon:before { + content: "\f6d9"; } + +.la-dyalog:before { + content: "\f399"; } + +.la-earlybirds:before { + content: "\f39a"; } + +.la-ebay:before { + content: "\f4f4"; } + +.la-edge:before { + content: "\f282"; } + +.la-edit:before { + content: "\f044"; } + +.la-egg:before { + content: "\f7fb"; } + +.la-eject:before { + content: "\f052"; } + +.la-elementor:before { + content: "\f430"; } + +.la-ellipsis-h:before { + content: "\f141"; } + +.la-ellipsis-v:before { + content: "\f142"; } + +.la-ello:before { + content: "\f5f1"; } + +.la-ember:before { + content: "\f423"; } + +.la-empire:before { + content: "\f1d1"; } + +.la-envelope:before { + content: "\f0e0"; } + +.la-envelope-open:before { + content: "\f2b6"; } + +.la-envelope-open-text:before { + content: "\f658"; } + +.la-envelope-square:before { + content: "\f199"; } + +.la-envira:before { + content: "\f299"; } + +.la-equals:before { + content: "\f52c"; } + +.la-eraser:before { + content: "\f12d"; } + +.la-erlang:before { + content: "\f39d"; } + +.la-ethereum:before { + content: "\f42e"; } + +.la-ethernet:before { + content: "\f796"; } + +.la-etsy:before { + content: "\f2d7"; } + +.la-euro-sign:before { + content: "\f153"; } + +.la-evernote:before { + content: "\f839"; } + +.la-exchange-alt:before { + content: "\f362"; } + +.la-exclamation:before { + content: "\f12a"; } + +.la-exclamation-circle:before { + content: "\f06a"; } + +.la-exclamation-triangle:before { + content: "\f071"; } + +.la-expand:before { + content: "\f065"; } + +.la-expand-arrows-alt:before { + content: "\f31e"; } + +.la-expeditedssl:before { + content: "\f23e"; } + +.la-external-link-alt:before { + content: "\f35d"; } + +.la-external-link-square-alt:before { + content: "\f360"; } + +.la-eye:before { + content: "\f06e"; } + +.la-eye-dropper:before { + content: "\f1fb"; } + +.la-eye-slash:before { + content: "\f070"; } + +.la-facebook:before { + content: "\f09a"; } + +.la-facebook-f:before { + content: "\f39e"; } + +.la-facebook-messenger:before { + content: "\f39f"; } + +.la-facebook-square:before { + content: "\f082"; } + +.la-fan:before { + content: "\f863"; } + +.la-fantasy-flight-games:before { + content: "\f6dc"; } + +.la-fast-backward:before { + content: "\f049"; } + +.la-fast-forward:before { + content: "\f050"; } + +.la-fax:before { + content: "\f1ac"; } + +.la-feather:before { + content: "\f52d"; } + +.la-feather-alt:before { + content: "\f56b"; } + +.la-fedex:before { + content: "\f797"; } + +.la-fedora:before { + content: "\f798"; } + +.la-female:before { + content: "\f182"; } + +.la-fighter-jet:before { + content: "\f0fb"; } + +.la-figma:before { + content: "\f799"; } + +.la-file:before { + content: "\f15b"; } + +.la-file-alt:before { + content: "\f15c"; } + +.la-file-archive:before { + content: "\f1c6"; } + +.la-file-audio:before { + content: "\f1c7"; } + +.la-file-code:before { + content: "\f1c9"; } + +.la-file-contract:before { + content: "\f56c"; } + +.la-file-csv:before { + content: "\f6dd"; } + +.la-file-download:before { + content: "\f56d"; } + +.la-file-excel:before { + content: "\f1c3"; } + +.la-file-export:before { + content: "\f56e"; } + +.la-file-image:before { + content: "\f1c5"; } + +.la-file-import:before { + content: "\f56f"; } + +.la-file-invoice:before { + content: "\f570"; } + +.la-file-invoice-dollar:before { + content: "\f571"; } + +.la-file-medical:before { + content: "\f477"; } + +.la-file-medical-alt:before { + content: "\f478"; } + +.la-file-pdf:before { + content: "\f1c1"; } + +.la-file-powerpoint:before { + content: "\f1c4"; } + +.la-file-prescription:before { + content: "\f572"; } + +.la-file-signature:before { + content: "\f573"; } + +.la-file-upload:before { + content: "\f574"; } + +.la-file-video:before { + content: "\f1c8"; } + +.la-file-word:before { + content: "\f1c2"; } + +.la-fill:before { + content: "\f575"; } + +.la-fill-drip:before { + content: "\f576"; } + +.la-film:before { + content: "\f008"; } + +.la-filter:before { + content: "\f0b0"; } + +.la-fingerprint:before { + content: "\f577"; } + +.la-fire:before { + content: "\f06d"; } + +.la-fire-alt:before { + content: "\f7e4"; } + +.la-fire-extinguisher:before { + content: "\f134"; } + +.la-firefox:before { + content: "\f269"; } + +.la-first-aid:before { + content: "\f479"; } + +.la-first-order:before { + content: "\f2b0"; } + +.la-first-order-alt:before { + content: "\f50a"; } + +.la-firstdraft:before { + content: "\f3a1"; } + +.la-fish:before { + content: "\f578"; } + +.la-fist-raised:before { + content: "\f6de"; } + +.la-flag:before { + content: "\f024"; } + +.la-flag-checkered:before { + content: "\f11e"; } + +.la-flag-usa:before { + content: "\f74d"; } + +.la-flask:before { + content: "\f0c3"; } + +.la-flickr:before { + content: "\f16e"; } + +.la-flipboard:before { + content: "\f44d"; } + +.la-flushed:before { + content: "\f579"; } + +.la-fly:before { + content: "\f417"; } + +.la-folder:before { + content: "\f07b"; } + +.la-folder-minus:before { + content: "\f65d"; } + +.la-folder-open:before { + content: "\f07c"; } + +.la-folder-plus:before { + content: "\f65e"; } + +.la-font:before { + content: "\f031"; } + +.la-font-awesome:before { + content: "\f2b4"; } + +.la-font-awesome-alt:before { + content: "\f35c"; } + +.la-font-awesome-flag:before { + content: "\f425"; } + +.la-font-awesome-logo-full:before { + content: "\f4e6"; } + +.la-fonticons:before { + content: "\f280"; } + +.la-fonticons-fi:before { + content: "\f3a2"; } + +.la-football-ball:before { + content: "\f44e"; } + +.la-fort-awesome:before { + content: "\f286"; } + +.la-fort-awesome-alt:before { + content: "\f3a3"; } + +.la-forumbee:before { + content: "\f211"; } + +.la-forward:before { + content: "\f04e"; } + +.la-foursquare:before { + content: "\f180"; } + +.la-free-code-camp:before { + content: "\f2c5"; } + +.la-freebsd:before { + content: "\f3a4"; } + +.la-frog:before { + content: "\f52e"; } + +.la-frown:before { + content: "\f119"; } + +.la-frown-open:before { + content: "\f57a"; } + +.la-fulcrum:before { + content: "\f50b"; } + +.la-funnel-dollar:before { + content: "\f662"; } + +.la-futbol:before { + content: "\f1e3"; } + +.la-galactic-republic:before { + content: "\f50c"; } + +.la-galactic-senate:before { + content: "\f50d"; } + +.la-gamepad:before { + content: "\f11b"; } + +.la-gas-pump:before { + content: "\f52f"; } + +.la-gavel:before { + content: "\f0e3"; } + +.la-gem:before { + content: "\f3a5"; } + +.la-genderless:before { + content: "\f22d"; } + +.la-get-pocket:before { + content: "\f265"; } + +.la-gg:before { + content: "\f260"; } + +.la-gg-circle:before { + content: "\f261"; } + +.la-ghost:before { + content: "\f6e2"; } + +.la-gift:before { + content: "\f06b"; } + +.la-gifts:before { + content: "\f79c"; } + +.la-git:before { + content: "\f1d3"; } + +.la-git-alt:before { + content: "\f841"; } + +.la-git-square:before { + content: "\f1d2"; } + +.la-github:before { + content: "\f09b"; } + +.la-github-alt:before { + content: "\f113"; } + +.la-github-square:before { + content: "\f092"; } + +.la-gitkraken:before { + content: "\f3a6"; } + +.la-gitlab:before { + content: "\f296"; } + +.la-gitter:before { + content: "\f426"; } + +.la-glass-cheers:before { + content: "\f79f"; } + +.la-glass-martini:before { + content: "\f000"; } + +.la-glass-martini-alt:before { + content: "\f57b"; } + +.la-glass-whiskey:before { + content: "\f7a0"; } + +.la-glasses:before { + content: "\f530"; } + +.la-glide:before { + content: "\f2a5"; } + +.la-glide-g:before { + content: "\f2a6"; } + +.la-globe:before { + content: "\f0ac"; } + +.la-globe-africa:before { + content: "\f57c"; } + +.la-globe-americas:before { + content: "\f57d"; } + +.la-globe-asia:before { + content: "\f57e"; } + +.la-globe-europe:before { + content: "\f7a2"; } + +.la-gofore:before { + content: "\f3a7"; } + +.la-golf-ball:before { + content: "\f450"; } + +.la-goodreads:before { + content: "\f3a8"; } + +.la-goodreads-g:before { + content: "\f3a9"; } + +.la-google:before { + content: "\f1a0"; } + +.la-google-drive:before { + content: "\f3aa"; } + +.la-google-play:before { + content: "\f3ab"; } + +.la-google-plus:before { + content: "\f2b3"; } + +.la-google-plus-g:before { + content: "\f0d5"; } + +.la-google-plus-square:before { + content: "\f0d4"; } + +.la-google-wallet:before { + content: "\f1ee"; } + +.la-gopuram:before { + content: "\f664"; } + +.la-graduation-cap:before { + content: "\f19d"; } + +.la-gratipay:before { + content: "\f184"; } + +.la-grav:before { + content: "\f2d6"; } + +.la-greater-than:before { + content: "\f531"; } + +.la-greater-than-equal:before { + content: "\f532"; } + +.la-grimace:before { + content: "\f57f"; } + +.la-grin:before { + content: "\f580"; } + +.la-grin-alt:before { + content: "\f581"; } + +.la-grin-beam:before { + content: "\f582"; } + +.la-grin-beam-sweat:before { + content: "\f583"; } + +.la-grin-hearts:before { + content: "\f584"; } + +.la-grin-squint:before { + content: "\f585"; } + +.la-grin-squint-tears:before { + content: "\f586"; } + +.la-grin-stars:before { + content: "\f587"; } + +.la-grin-tears:before { + content: "\f588"; } + +.la-grin-tongue:before { + content: "\f589"; } + +.la-grin-tongue-squint:before { + content: "\f58a"; } + +.la-grin-tongue-wink:before { + content: "\f58b"; } + +.la-grin-wink:before { + content: "\f58c"; } + +.la-grip-horizontal:before { + content: "\f58d"; } + +.la-grip-lines:before { + content: "\f7a4"; } + +.la-grip-lines-vertical:before { + content: "\f7a5"; } + +.la-grip-vertical:before { + content: "\f58e"; } + +.la-gripfire:before { + content: "\f3ac"; } + +.la-grunt:before { + content: "\f3ad"; } + +.la-guitar:before { + content: "\f7a6"; } + +.la-gulp:before { + content: "\f3ae"; } + +.la-h-square:before { + content: "\f0fd"; } + +.la-hacker-news:before { + content: "\f1d4"; } + +.la-hacker-news-square:before { + content: "\f3af"; } + +.la-hackerrank:before { + content: "\f5f7"; } + +.la-hamburger:before { + content: "\f805"; } + +.la-hammer:before { + content: "\f6e3"; } + +.la-hamsa:before { + content: "\f665"; } + +.la-hand-holding:before { + content: "\f4bd"; } + +.la-hand-holding-heart:before { + content: "\f4be"; } + +.la-hand-holding-usd:before { + content: "\f4c0"; } + +.la-hand-lizard:before { + content: "\f258"; } + +.la-hand-middle-finger:before { + content: "\f806"; } + +.la-hand-paper:before { + content: "\f256"; } + +.la-hand-peace:before { + content: "\f25b"; } + +.la-hand-point-down:before { + content: "\f0a7"; } + +.la-hand-point-left:before { + content: "\f0a5"; } + +.la-hand-point-right:before { + content: "\f0a4"; } + +.la-hand-point-up:before { + content: "\f0a6"; } + +.la-hand-pointer:before { + content: "\f25a"; } + +.la-hand-rock:before { + content: "\f255"; } + +.la-hand-scissors:before { + content: "\f257"; } + +.la-hand-spock:before { + content: "\f259"; } + +.la-hands:before { + content: "\f4c2"; } + +.la-hands-helping:before { + content: "\f4c4"; } + +.la-handshake:before { + content: "\f2b5"; } + +.la-hanukiah:before { + content: "\f6e6"; } + +.la-hard-hat:before { + content: "\f807"; } + +.la-hashtag:before { + content: "\f292"; } + +.la-hat-cowboy:before { + content: "\f8c0"; } + +.la-hat-cowboy-side:before { + content: "\f8c1"; } + +.la-hat-wizard:before { + content: "\f6e8"; } + +.la-haykal:before { + content: "\f666"; } + +.la-hdd:before { + content: "\f0a0"; } + +.la-heading:before { + content: "\f1dc"; } + +.la-headphones:before { + content: "\f025"; } + +.la-headphones-alt:before { + content: "\f58f"; } + +.la-headset:before { + content: "\f590"; } + +.la-heart:before { + content: "\f004"; } + +.la-heart-broken:before { + content: "\f7a9"; } + +.la-heartbeat:before { + content: "\f21e"; } + +.la-helicopter:before { + content: "\f533"; } + +.la-highlighter:before { + content: "\f591"; } + +.la-hiking:before { + content: "\f6ec"; } + +.la-hippo:before { + content: "\f6ed"; } + +.la-hips:before { + content: "\f452"; } + +.la-hire-a-helper:before { + content: "\f3b0"; } + +.la-history:before { + content: "\f1da"; } + +.la-hockey-puck:before { + content: "\f453"; } + +.la-holly-berry:before { + content: "\f7aa"; } + +.la-home:before { + content: "\f015"; } + +.la-hooli:before { + content: "\f427"; } + +.la-hornbill:before { + content: "\f592"; } + +.la-horse:before { + content: "\f6f0"; } + +.la-horse-head:before { + content: "\f7ab"; } + +.la-hospital:before { + content: "\f0f8"; } + +.la-hospital-alt:before { + content: "\f47d"; } + +.la-hospital-symbol:before { + content: "\f47e"; } + +.la-hot-tub:before { + content: "\f593"; } + +.la-hotdog:before { + content: "\f80f"; } + +.la-hotel:before { + content: "\f594"; } + +.la-hotjar:before { + content: "\f3b1"; } + +.la-hourglass:before { + content: "\f254"; } + +.la-hourglass-end:before { + content: "\f253"; } + +.la-hourglass-half:before { + content: "\f252"; } + +.la-hourglass-start:before { + content: "\f251"; } + +.la-house-damage:before { + content: "\f6f1"; } + +.la-houzz:before { + content: "\f27c"; } + +.la-hryvnia:before { + content: "\f6f2"; } + +.la-html5:before { + content: "\f13b"; } + +.la-hubspot:before { + content: "\f3b2"; } + +.la-i-cursor:before { + content: "\f246"; } + +.la-ice-cream:before { + content: "\f810"; } + +.la-icicles:before { + content: "\f7ad"; } + +.la-icons:before { + content: "\f86d"; } + +.la-id-badge:before { + content: "\f2c1"; } + +.la-id-card:before { + content: "\f2c2"; } + +.la-id-card-alt:before { + content: "\f47f"; } + +.la-igloo:before { + content: "\f7ae"; } + +.la-image:before { + content: "\f03e"; } + +.la-images:before { + content: "\f302"; } + +.la-imdb:before { + content: "\f2d8"; } + +.la-inbox:before { + content: "\f01c"; } + +.la-indent:before { + content: "\f03c"; } + +.la-industry:before { + content: "\f275"; } + +.la-infinity:before { + content: "\f534"; } + +.la-info:before { + content: "\f129"; } + +.la-info-circle:before { + content: "\f05a"; } + +.la-instagram:before { + content: "\f16d"; } + +.la-intercom:before { + content: "\f7af"; } + +.la-internet-explorer:before { + content: "\f26b"; } + +.la-invision:before { + content: "\f7b0"; } + +.la-ioxhost:before { + content: "\f208"; } + +.la-italic:before { + content: "\f033"; } + +.la-itch-io:before { + content: "\f83a"; } + +.la-itunes:before { + content: "\f3b4"; } + +.la-itunes-note:before { + content: "\f3b5"; } + +.la-java:before { + content: "\f4e4"; } + +.la-jedi:before { + content: "\f669"; } + +.la-jedi-order:before { + content: "\f50e"; } + +.la-jenkins:before { + content: "\f3b6"; } + +.la-jira:before { + content: "\f7b1"; } + +.la-joget:before { + content: "\f3b7"; } + +.la-joint:before { + content: "\f595"; } + +.la-joomla:before { + content: "\f1aa"; } + +.la-journal-whills:before { + content: "\f66a"; } + +.la-js:before { + content: "\f3b8"; } + +.la-js-square:before { + content: "\f3b9"; } + +.la-jsfiddle:before { + content: "\f1cc"; } + +.la-kaaba:before { + content: "\f66b"; } + +.la-kaggle:before { + content: "\f5fa"; } + +.la-key:before { + content: "\f084"; } + +.la-keybase:before { + content: "\f4f5"; } + +.la-keyboard:before { + content: "\f11c"; } + +.la-keycdn:before { + content: "\f3ba"; } + +.la-khanda:before { + content: "\f66d"; } + +.la-kickstarter:before { + content: "\f3bb"; } + +.la-kickstarter-k:before { + content: "\f3bc"; } + +.la-kiss:before { + content: "\f596"; } + +.la-kiss-beam:before { + content: "\f597"; } + +.la-kiss-wink-heart:before { + content: "\f598"; } + +.la-kiwi-bird:before { + content: "\f535"; } + +.la-korvue:before { + content: "\f42f"; } + +.la-landmark:before { + content: "\f66f"; } + +.la-language:before { + content: "\f1ab"; } + +.la-laptop:before { + content: "\f109"; } + +.la-laptop-code:before { + content: "\f5fc"; } + +.la-laptop-medical:before { + content: "\f812"; } + +.la-laravel:before { + content: "\f3bd"; } + +.la-lastfm:before { + content: "\f202"; } + +.la-lastfm-square:before { + content: "\f203"; } + +.la-laugh:before { + content: "\f599"; } + +.la-laugh-beam:before { + content: "\f59a"; } + +.la-laugh-squint:before { + content: "\f59b"; } + +.la-laugh-wink:before { + content: "\f59c"; } + +.la-layer-group:before { + content: "\f5fd"; } + +.la-leaf:before { + content: "\f06c"; } + +.la-leanpub:before { + content: "\f212"; } + +.la-lemon:before { + content: "\f094"; } + +.la-less:before { + content: "\f41d"; } + +.la-less-than:before { + content: "\f536"; } + +.la-less-than-equal:before { + content: "\f537"; } + +.la-level-down-alt:before { + content: "\f3be"; } + +.la-level-up-alt:before { + content: "\f3bf"; } + +.la-life-ring:before { + content: "\f1cd"; } + +.la-lightbulb:before { + content: "\f0eb"; } + +.la-line:before { + content: "\f3c0"; } + +.la-link:before { + content: "\f0c1"; } + +.la-linkedin:before { + content: "\f08c"; } + +.la-linkedin-in:before { + content: "\f0e1"; } + +.la-linode:before { + content: "\f2b8"; } + +.la-linux:before { + content: "\f17c"; } + +.la-lira-sign:before { + content: "\f195"; } + +.la-list:before { + content: "\f03a"; } + +.la-list-alt:before { + content: "\f022"; } + +.la-list-ol:before { + content: "\f0cb"; } + +.la-list-ul:before { + content: "\f0ca"; } + +.la-location-arrow:before { + content: "\f124"; } + +.la-lock:before { + content: "\f023"; } + +.la-lock-open:before { + content: "\f3c1"; } + +.la-long-arrow-alt-down:before { + content: "\f309"; } + +.la-long-arrow-alt-left:before { + content: "\f30a"; } + +.la-long-arrow-alt-right:before { + content: "\f30b"; } + +.la-long-arrow-alt-up:before { + content: "\f30c"; } + +.la-low-vision:before { + content: "\f2a8"; } + +.la-luggage-cart:before { + content: "\f59d"; } + +.la-lyft:before { + content: "\f3c3"; } + +.la-magento:before { + content: "\f3c4"; } + +.la-magic:before { + content: "\f0d0"; } + +.la-magnet:before { + content: "\f076"; } + +.la-mail-bulk:before { + content: "\f674"; } + +.la-mailchimp:before { + content: "\f59e"; } + +.la-male:before { + content: "\f183"; } + +.la-mandalorian:before { + content: "\f50f"; } + +.la-map:before { + content: "\f279"; } + +.la-map-marked:before { + content: "\f59f"; } + +.la-map-marked-alt:before { + content: "\f5a0"; } + +.la-map-marker:before { + content: "\f041"; } + +.la-map-marker-alt:before { + content: "\f3c5"; } + +.la-map-pin:before { + content: "\f276"; } + +.la-map-signs:before { + content: "\f277"; } + +.la-markdown:before { + content: "\f60f"; } + +.la-marker:before { + content: "\f5a1"; } + +.la-mars:before { + content: "\f222"; } + +.la-mars-double:before { + content: "\f227"; } + +.la-mars-stroke:before { + content: "\f229"; } + +.la-mars-stroke-h:before { + content: "\f22b"; } + +.la-mars-stroke-v:before { + content: "\f22a"; } + +.la-mask:before { + content: "\f6fa"; } + +.la-mastodon:before { + content: "\f4f6"; } + +.la-maxcdn:before { + content: "\f136"; } + +.la-mdb:before { + content: "\f8ca"; } + +.la-medal:before { + content: "\f5a2"; } + +.la-medapps:before { + content: "\f3c6"; } + +.la-medium:before { + content: "\f23a"; } + +.la-medium-m:before { + content: "\f3c7"; } + +.la-medkit:before { + content: "\f0fa"; } + +.la-medrt:before { + content: "\f3c8"; } + +.la-meetup:before { + content: "\f2e0"; } + +.la-megaport:before { + content: "\f5a3"; } + +.la-meh:before { + content: "\f11a"; } + +.la-meh-blank:before { + content: "\f5a4"; } + +.la-meh-rolling-eyes:before { + content: "\f5a5"; } + +.la-memory:before { + content: "\f538"; } + +.la-mendeley:before { + content: "\f7b3"; } + +.la-menorah:before { + content: "\f676"; } + +.la-mercury:before { + content: "\f223"; } + +.la-meteor:before { + content: "\f753"; } + +.la-microchip:before { + content: "\f2db"; } + +.la-microphone:before { + content: "\f130"; } + +.la-microphone-alt:before { + content: "\f3c9"; } + +.la-microphone-alt-slash:before { + content: "\f539"; } + +.la-microphone-slash:before { + content: "\f131"; } + +.la-microscope:before { + content: "\f610"; } + +.la-microsoft:before { + content: "\f3ca"; } + +.la-minus:before { + content: "\f068"; } + +.la-minus-circle:before { + content: "\f056"; } + +.la-minus-square:before { + content: "\f146"; } + +.la-mitten:before { + content: "\f7b5"; } + +.la-mix:before { + content: "\f3cb"; } + +.la-mixcloud:before { + content: "\f289"; } + +.la-mizuni:before { + content: "\f3cc"; } + +.la-mobile:before { + content: "\f10b"; } + +.la-mobile-alt:before { + content: "\f3cd"; } + +.la-modx:before { + content: "\f285"; } + +.la-monero:before { + content: "\f3d0"; } + +.la-money-bill:before { + content: "\f0d6"; } + +.la-money-bill-alt:before { + content: "\f3d1"; } + +.la-money-bill-wave:before { + content: "\f53a"; } + +.la-money-bill-wave-alt:before { + content: "\f53b"; } + +.la-money-check:before { + content: "\f53c"; } + +.la-money-check-alt:before { + content: "\f53d"; } + +.la-monument:before { + content: "\f5a6"; } + +.la-moon:before { + content: "\f186"; } + +.la-mortar-pestle:before { + content: "\f5a7"; } + +.la-mosque:before { + content: "\f678"; } + +.la-motorcycle:before { + content: "\f21c"; } + +.la-mountain:before { + content: "\f6fc"; } + +.la-mouse:before { + content: "\f8cc"; } + +.la-mouse-pointer:before { + content: "\f245"; } + +.la-mug-hot:before { + content: "\f7b6"; } + +.la-music:before { + content: "\f001"; } + +.la-napster:before { + content: "\f3d2"; } + +.la-neos:before { + content: "\f612"; } + +.la-network-wired:before { + content: "\f6ff"; } + +.la-neuter:before { + content: "\f22c"; } + +.la-newspaper:before { + content: "\f1ea"; } + +.la-nimblr:before { + content: "\f5a8"; } + +.la-node:before { + content: "\f419"; } + +.la-node-js:before { + content: "\f3d3"; } + +.la-not-equal:before { + content: "\f53e"; } + +.la-notes-medical:before { + content: "\f481"; } + +.la-npm:before { + content: "\f3d4"; } + +.la-ns8:before { + content: "\f3d5"; } + +.la-nutritionix:before { + content: "\f3d6"; } + +.la-object-group:before { + content: "\f247"; } + +.la-object-ungroup:before { + content: "\f248"; } + +.la-odnoklassniki:before { + content: "\f263"; } + +.la-odnoklassniki-square:before { + content: "\f264"; } + +.la-oil-can:before { + content: "\f613"; } + +.la-old-republic:before { + content: "\f510"; } + +.la-om:before { + content: "\f679"; } + +.la-opencart:before { + content: "\f23d"; } + +.la-openid:before { + content: "\f19b"; } + +.la-opera:before { + content: "\f26a"; } + +.la-optin-monster:before { + content: "\f23c"; } + +.la-orcid:before { + content: "\f8d2"; } + +.la-osi:before { + content: "\f41a"; } + +.la-otter:before { + content: "\f700"; } + +.la-outdent:before { + content: "\f03b"; } + +.la-page4:before { + content: "\f3d7"; } + +.la-pagelines:before { + content: "\f18c"; } + +.la-pager:before { + content: "\f815"; } + +.la-paint-brush:before { + content: "\f1fc"; } + +.la-paint-roller:before { + content: "\f5aa"; } + +.la-palette:before { + content: "\f53f"; } + +.la-palfed:before { + content: "\f3d8"; } + +.la-pallet:before { + content: "\f482"; } + +.la-paper-plane:before { + content: "\f1d8"; } + +.la-paperclip:before { + content: "\f0c6"; } + +.la-parachute-box:before { + content: "\f4cd"; } + +.la-paragraph:before { + content: "\f1dd"; } + +.la-parking:before { + content: "\f540"; } + +.la-passport:before { + content: "\f5ab"; } + +.la-pastafarianism:before { + content: "\f67b"; } + +.la-paste:before { + content: "\f0ea"; } + +.la-patreon:before { + content: "\f3d9"; } + +.la-pause:before { + content: "\f04c"; } + +.la-pause-circle:before { + content: "\f28b"; } + +.la-paw:before { + content: "\f1b0"; } + +.la-paypal:before { + content: "\f1ed"; } + +.la-peace:before { + content: "\f67c"; } + +.la-pen:before { + content: "\f304"; } + +.la-pen-alt:before { + content: "\f305"; } + +.la-pen-fancy:before { + content: "\f5ac"; } + +.la-pen-nib:before { + content: "\f5ad"; } + +.la-pen-square:before { + content: "\f14b"; } + +.la-pencil-alt:before { + content: "\f303"; } + +.la-pencil-ruler:before { + content: "\f5ae"; } + +.la-penny-arcade:before { + content: "\f704"; } + +.la-people-carry:before { + content: "\f4ce"; } + +.la-pepper-hot:before { + content: "\f816"; } + +.la-percent:before { + content: "\f295"; } + +.la-percentage:before { + content: "\f541"; } + +.la-periscope:before { + content: "\f3da"; } + +.la-person-booth:before { + content: "\f756"; } + +.la-phabricator:before { + content: "\f3db"; } + +.la-phoenix-framework:before { + content: "\f3dc"; } + +.la-phoenix-squadron:before { + content: "\f511"; } + +.la-phone:before { + content: "\f095"; } + +.la-phone-alt:before { + content: "\f879"; } + +.la-phone-slash:before { + content: "\f3dd"; } + +.la-phone-square:before { + content: "\f098"; } + +.la-phone-square-alt:before { + content: "\f87b"; } + +.la-phone-volume:before { + content: "\f2a0"; } + +.la-photo-video:before { + content: "\f87c"; } + +.la-php:before { + content: "\f457"; } + +.la-pied-piper:before { + content: "\f2ae"; } + +.la-pied-piper-alt:before { + content: "\f1a8"; } + +.la-pied-piper-hat:before { + content: "\f4e5"; } + +.la-pied-piper-pp:before { + content: "\f1a7"; } + +.la-piggy-bank:before { + content: "\f4d3"; } + +.la-pills:before { + content: "\f484"; } + +.la-pinterest:before { + content: "\f0d2"; } + +.la-pinterest-p:before { + content: "\f231"; } + +.la-pinterest-square:before { + content: "\f0d3"; } + +.la-pizza-slice:before { + content: "\f818"; } + +.la-place-of-worship:before { + content: "\f67f"; } + +.la-plane:before { + content: "\f072"; } + +.la-plane-arrival:before { + content: "\f5af"; } + +.la-plane-departure:before { + content: "\f5b0"; } + +.la-play:before { + content: "\f04b"; } + +.la-play-circle:before { + content: "\f144"; } + +.la-playstation:before { + content: "\f3df"; } + +.la-plug:before { + content: "\f1e6"; } + +.la-plus:before { + content: "\f067"; } + +.la-plus-circle:before { + content: "\f055"; } + +.la-plus-square:before { + content: "\f0fe"; } + +.la-podcast:before { + content: "\f2ce"; } + +.la-poll:before { + content: "\f681"; } + +.la-poll-h:before { + content: "\f682"; } + +.la-poo:before { + content: "\f2fe"; } + +.la-poo-storm:before { + content: "\f75a"; } + +.la-poop:before { + content: "\f619"; } + +.la-portrait:before { + content: "\f3e0"; } + +.la-pound-sign:before { + content: "\f154"; } + +.la-power-off:before { + content: "\f011"; } + +.la-pray:before { + content: "\f683"; } + +.la-praying-hands:before { + content: "\f684"; } + +.la-prescription:before { + content: "\f5b1"; } + +.la-prescription-bottle:before { + content: "\f485"; } + +.la-prescription-bottle-alt:before { + content: "\f486"; } + +.la-print:before { + content: "\f02f"; } + +.la-procedures:before { + content: "\f487"; } + +.la-product-hunt:before { + content: "\f288"; } + +.la-project-diagram:before { + content: "\f542"; } + +.la-pushed:before { + content: "\f3e1"; } + +.la-puzzle-piece:before { + content: "\f12e"; } + +.la-python:before { + content: "\f3e2"; } + +.la-qq:before { + content: "\f1d6"; } + +.la-qrcode:before { + content: "\f029"; } + +.la-question:before { + content: "\f128"; } + +.la-question-circle:before { + content: "\f059"; } + +.la-quidditch:before { + content: "\f458"; } + +.la-quinscape:before { + content: "\f459"; } + +.la-quora:before { + content: "\f2c4"; } + +.la-quote-left:before { + content: "\f10d"; } + +.la-quote-right:before { + content: "\f10e"; } + +.la-quran:before { + content: "\f687"; } + +.la-r-project:before { + content: "\f4f7"; } + +.la-radiation:before { + content: "\f7b9"; } + +.la-radiation-alt:before { + content: "\f7ba"; } + +.la-rainbow:before { + content: "\f75b"; } + +.la-random:before { + content: "\f074"; } + +.la-raspberry-pi:before { + content: "\f7bb"; } + +.la-ravelry:before { + content: "\f2d9"; } + +.la-react:before { + content: "\f41b"; } + +.la-reacteurope:before { + content: "\f75d"; } + +.la-readme:before { + content: "\f4d5"; } + +.la-rebel:before { + content: "\f1d0"; } + +.la-receipt:before { + content: "\f543"; } + +.la-record-vinyl:before { + content: "\f8d9"; } + +.la-recycle:before { + content: "\f1b8"; } + +.la-red-river:before { + content: "\f3e3"; } + +.la-reddit:before { + content: "\f1a1"; } + +.la-reddit-alien:before { + content: "\f281"; } + +.la-reddit-square:before { + content: "\f1a2"; } + +.la-redhat:before { + content: "\f7bc"; } + +.la-redo:before { + content: "\f01e"; } + +.la-redo-alt:before { + content: "\f2f9"; } + +.la-registered:before { + content: "\f25d"; } + +.la-remove-format:before { + content: "\f87d"; } + +.la-renren:before { + content: "\f18b"; } + +.la-reply:before { + content: "\f3e5"; } + +.la-reply-all:before { + content: "\f122"; } + +.la-replyd:before { + content: "\f3e6"; } + +.la-republican:before { + content: "\f75e"; } + +.la-researchgate:before { + content: "\f4f8"; } + +.la-resolving:before { + content: "\f3e7"; } + +.la-restroom:before { + content: "\f7bd"; } + +.la-retweet:before { + content: "\f079"; } + +.la-rev:before { + content: "\f5b2"; } + +.la-ribbon:before { + content: "\f4d6"; } + +.la-ring:before { + content: "\f70b"; } + +.la-road:before { + content: "\f018"; } + +.la-robot:before { + content: "\f544"; } + +.la-rocket:before { + content: "\f135"; } + +.la-rocketchat:before { + content: "\f3e8"; } + +.la-rockrms:before { + content: "\f3e9"; } + +.la-route:before { + content: "\f4d7"; } + +.la-rss:before { + content: "\f09e"; } + +.la-rss-square:before { + content: "\f143"; } + +.la-ruble-sign:before { + content: "\f158"; } + +.la-ruler:before { + content: "\f545"; } + +.la-ruler-combined:before { + content: "\f546"; } + +.la-ruler-horizontal:before { + content: "\f547"; } + +.la-ruler-vertical:before { + content: "\f548"; } + +.la-running:before { + content: "\f70c"; } + +.la-rupee-sign:before { + content: "\f156"; } + +.la-sad-cry:before { + content: "\f5b3"; } + +.la-sad-tear:before { + content: "\f5b4"; } + +.la-safari:before { + content: "\f267"; } + +.la-salesforce:before { + content: "\f83b"; } + +.la-sass:before { + content: "\f41e"; } + +.la-satellite:before { + content: "\f7bf"; } + +.la-satellite-dish:before { + content: "\f7c0"; } + +.la-save:before { + content: "\f0c7"; } + +.la-schlix:before { + content: "\f3ea"; } + +.la-school:before { + content: "\f549"; } + +.la-screwdriver:before { + content: "\f54a"; } + +.la-scribd:before { + content: "\f28a"; } + +.la-scroll:before { + content: "\f70e"; } + +.la-sd-card:before { + content: "\f7c2"; } + +.la-search:before { + content: "\f002"; } + +.la-search-dollar:before { + content: "\f688"; } + +.la-search-location:before { + content: "\f689"; } + +.la-search-minus:before { + content: "\f010"; } + +.la-search-plus:before { + content: "\f00e"; } + +.la-searchengin:before { + content: "\f3eb"; } + +.la-seedling:before { + content: "\f4d8"; } + +.la-sellcast:before { + content: "\f2da"; } + +.la-sellsy:before { + content: "\f213"; } + +.la-server:before { + content: "\f233"; } + +.la-servicestack:before { + content: "\f3ec"; } + +.la-shapes:before { + content: "\f61f"; } + +.la-share:before { + content: "\f064"; } + +.la-share-alt:before { + content: "\f1e0"; } + +.la-share-alt-square:before { + content: "\f1e1"; } + +.la-share-square:before { + content: "\f14d"; } + +.la-shekel-sign:before { + content: "\f20b"; } + +.la-shield-alt:before { + content: "\f3ed"; } + +.la-ship:before { + content: "\f21a"; } + +.la-shipping-fast:before { + content: "\f48b"; } + +.la-shirtsinbulk:before { + content: "\f214"; } + +.la-shoe-prints:before { + content: "\f54b"; } + +.la-shopping-bag:before { + content: "\f290"; } + +.la-shopping-basket:before { + content: "\f291"; } + +.la-shopping-cart:before { + content: "\f07a"; } + +.la-shopware:before { + content: "\f5b5"; } + +.la-shower:before { + content: "\f2cc"; } + +.la-shuttle-van:before { + content: "\f5b6"; } + +.la-sign:before { + content: "\f4d9"; } + +.la-sign-in-alt:before { + content: "\f2f6"; } + +.la-sign-language:before { + content: "\f2a7"; } + +.la-sign-out-alt:before { + content: "\f2f5"; } + +.la-signal:before { + content: "\f012"; } + +.la-signature:before { + content: "\f5b7"; } + +.la-sim-card:before { + content: "\f7c4"; } + +.la-simplybuilt:before { + content: "\f215"; } + +.la-sistrix:before { + content: "\f3ee"; } + +.la-sitemap:before { + content: "\f0e8"; } + +.la-sith:before { + content: "\f512"; } + +.la-skating:before { + content: "\f7c5"; } + +.la-sketch:before { + content: "\f7c6"; } + +.la-skiing:before { + content: "\f7c9"; } + +.la-skiing-nordic:before { + content: "\f7ca"; } + +.la-skull:before { + content: "\f54c"; } + +.la-skull-crossbones:before { + content: "\f714"; } + +.la-skyatlas:before { + content: "\f216"; } + +.la-skype:before { + content: "\f17e"; } + +.la-slack:before { + content: "\f198"; } + +.la-slack-hash:before { + content: "\f3ef"; } + +.la-slash:before { + content: "\f715"; } + +.la-sleigh:before { + content: "\f7cc"; } + +.la-sliders-h:before { + content: "\f1de"; } + +.la-slideshare:before { + content: "\f1e7"; } + +.la-smile:before { + content: "\f118"; } + +.la-smile-beam:before { + content: "\f5b8"; } + +.la-smile-wink:before { + content: "\f4da"; } + +.la-smog:before { + content: "\f75f"; } + +.la-smoking:before { + content: "\f48d"; } + +.la-smoking-ban:before { + content: "\f54d"; } + +.la-sms:before { + content: "\f7cd"; } + +.la-snapchat:before { + content: "\f2ab"; } + +.la-snapchat-ghost:before { + content: "\f2ac"; } + +.la-snapchat-square:before { + content: "\f2ad"; } + +.la-snowboarding:before { + content: "\f7ce"; } + +.la-snowflake:before { + content: "\f2dc"; } + +.la-snowman:before { + content: "\f7d0"; } + +.la-snowplow:before { + content: "\f7d2"; } + +.la-socks:before { + content: "\f696"; } + +.la-solar-panel:before { + content: "\f5ba"; } + +.la-sort:before { + content: "\f0dc"; } + +.la-sort-alpha-down:before { + content: "\f15d"; } + +.la-sort-alpha-down-alt:before { + content: "\f881"; } + +.la-sort-alpha-up:before { + content: "\f15e"; } + +.la-sort-alpha-up-alt:before { + content: "\f882"; } + +.la-sort-amount-down:before { + content: "\f160"; } + +.la-sort-amount-down-alt:before { + content: "\f884"; } + +.la-sort-amount-up:before { + content: "\f161"; } + +.la-sort-amount-up-alt:before { + content: "\f885"; } + +.la-sort-down:before { + content: "\f0dd"; } + +.la-sort-numeric-down:before { + content: "\f162"; } + +.la-sort-numeric-down-alt:before { + content: "\f886"; } + +.la-sort-numeric-up:before { + content: "\f163"; } + +.la-sort-numeric-up-alt:before { + content: "\f887"; } + +.la-sort-up:before { + content: "\f0de"; } + +.la-soundcloud:before { + content: "\f1be"; } + +.la-sourcetree:before { + content: "\f7d3"; } + +.la-spa:before { + content: "\f5bb"; } + +.la-space-shuttle:before { + content: "\f197"; } + +.la-speakap:before { + content: "\f3f3"; } + +.la-speaker-deck:before { + content: "\f83c"; } + +.la-spell-check:before { + content: "\f891"; } + +.la-spider:before { + content: "\f717"; } + +.la-spinner:before { + content: "\f110"; } + +.la-splotch:before { + content: "\f5bc"; } + +.la-spotify:before { + content: "\f1bc"; } + +.la-spray-can:before { + content: "\f5bd"; } + +.la-square:before { + content: "\f0c8"; } + +.la-square-full:before { + content: "\f45c"; } + +.la-square-root-alt:before { + content: "\f698"; } + +.la-squarespace:before { + content: "\f5be"; } + +.la-stack-exchange:before { + content: "\f18d"; } + +.la-stack-overflow:before { + content: "\f16c"; } + +.la-stackpath:before { + content: "\f842"; } + +.la-stamp:before { + content: "\f5bf"; } + +.la-star:before { + content: "\f005"; } + +.la-star-and-crescent:before { + content: "\f699"; } + +.la-star-half:before { + content: "\f089"; } + +.la-star-half-alt:before { + content: "\f5c0"; } + +.la-star-of-david:before { + content: "\f69a"; } + +.la-star-of-life:before { + content: "\f621"; } + +.la-staylinked:before { + content: "\f3f5"; } + +.la-steam:before { + content: "\f1b6"; } + +.la-steam-square:before { + content: "\f1b7"; } + +.la-steam-symbol:before { + content: "\f3f6"; } + +.la-step-backward:before { + content: "\f048"; } + +.la-step-forward:before { + content: "\f051"; } + +.la-stethoscope:before { + content: "\f0f1"; } + +.la-sticker-mule:before { + content: "\f3f7"; } + +.la-sticky-note:before { + content: "\f249"; } + +.la-stop:before { + content: "\f04d"; } + +.la-stop-circle:before { + content: "\f28d"; } + +.la-stopwatch:before { + content: "\f2f2"; } + +.la-store:before { + content: "\f54e"; } + +.la-store-alt:before { + content: "\f54f"; } + +.la-strava:before { + content: "\f428"; } + +.la-stream:before { + content: "\f550"; } + +.la-street-view:before { + content: "\f21d"; } + +.la-strikethrough:before { + content: "\f0cc"; } + +.la-stripe:before { + content: "\f429"; } + +.la-stripe-s:before { + content: "\f42a"; } + +.la-stroopwafel:before { + content: "\f551"; } + +.la-studiovinari:before { + content: "\f3f8"; } + +.la-stumbleupon:before { + content: "\f1a4"; } + +.la-stumbleupon-circle:before { + content: "\f1a3"; } + +.la-subscript:before { + content: "\f12c"; } + +.la-subway:before { + content: "\f239"; } + +.la-suitcase:before { + content: "\f0f2"; } + +.la-suitcase-rolling:before { + content: "\f5c1"; } + +.la-sun:before { + content: "\f185"; } + +.la-superpowers:before { + content: "\f2dd"; } + +.la-superscript:before { + content: "\f12b"; } + +.la-supple:before { + content: "\f3f9"; } + +.la-surprise:before { + content: "\f5c2"; } + +.la-suse:before { + content: "\f7d6"; } + +.la-swatchbook:before { + content: "\f5c3"; } + +.la-swift:before { + content: "\f8e1"; } + +.la-swimmer:before { + content: "\f5c4"; } + +.la-swimming-pool:before { + content: "\f5c5"; } + +.la-symfony:before { + content: "\f83d"; } + +.la-synagogue:before { + content: "\f69b"; } + +.la-sync:before { + content: "\f021"; } + +.la-sync-alt:before { + content: "\f2f1"; } + +.la-syringe:before { + content: "\f48e"; } + +.la-table:before { + content: "\f0ce"; } + +.la-table-tennis:before { + content: "\f45d"; } + +.la-tablet:before { + content: "\f10a"; } + +.la-tablet-alt:before { + content: "\f3fa"; } + +.la-tablets:before { + content: "\f490"; } + +.la-tachometer-alt:before { + content: "\f3fd"; } + +.la-tag:before { + content: "\f02b"; } + +.la-tags:before { + content: "\f02c"; } + +.la-tape:before { + content: "\f4db"; } + +.la-tasks:before { + content: "\f0ae"; } + +.la-taxi:before { + content: "\f1ba"; } + +.la-teamspeak:before { + content: "\f4f9"; } + +.la-teeth:before { + content: "\f62e"; } + +.la-teeth-open:before { + content: "\f62f"; } + +.la-telegram:before { + content: "\f2c6"; } + +.la-telegram-plane:before { + content: "\f3fe"; } + +.la-temperature-high:before { + content: "\f769"; } + +.la-temperature-low:before { + content: "\f76b"; } + +.la-tencent-weibo:before { + content: "\f1d5"; } + +.la-tenge:before { + content: "\f7d7"; } + +.la-terminal:before { + content: "\f120"; } + +.la-text-height:before { + content: "\f034"; } + +.la-text-width:before { + content: "\f035"; } + +.la-th:before { + content: "\f00a"; } + +.la-th-large:before { + content: "\f009"; } + +.la-th-list:before { + content: "\f00b"; } + +.la-the-red-yeti:before { + content: "\f69d"; } + +.la-theater-masks:before { + content: "\f630"; } + +.la-themeco:before { + content: "\f5c6"; } + +.la-themeisle:before { + content: "\f2b2"; } + +.la-thermometer:before { + content: "\f491"; } + +.la-thermometer-empty:before { + content: "\f2cb"; } + +.la-thermometer-full:before { + content: "\f2c7"; } + +.la-thermometer-half:before { + content: "\f2c9"; } + +.la-thermometer-quarter:before { + content: "\f2ca"; } + +.la-thermometer-three-quarters:before { + content: "\f2c8"; } + +.la-think-peaks:before { + content: "\f731"; } + +.la-thumbs-down:before { + content: "\f165"; } + +.la-thumbs-up:before { + content: "\f164"; } + +.la-thumbtack:before { + content: "\f08d"; } + +.la-ticket-alt:before { + content: "\f3ff"; } + +.la-times:before { + content: "\f00d"; } + +.la-times-circle:before { + content: "\f057"; } + +.la-tint:before { + content: "\f043"; } + +.la-tint-slash:before { + content: "\f5c7"; } + +.la-tired:before { + content: "\f5c8"; } + +.la-toggle-off:before { + content: "\f204"; } + +.la-toggle-on:before { + content: "\f205"; } + +.la-toilet:before { + content: "\f7d8"; } + +.la-toilet-paper:before { + content: "\f71e"; } + +.la-toolbox:before { + content: "\f552"; } + +.la-tools:before { + content: "\f7d9"; } + +.la-tooth:before { + content: "\f5c9"; } + +.la-torah:before { + content: "\f6a0"; } + +.la-torii-gate:before { + content: "\f6a1"; } + +.la-tractor:before { + content: "\f722"; } + +.la-trade-federation:before { + content: "\f513"; } + +.la-trademark:before { + content: "\f25c"; } + +.la-traffic-light:before { + content: "\f637"; } + +.la-train:before { + content: "\f238"; } + +.la-tram:before { + content: "\f7da"; } + +.la-transgender:before { + content: "\f224"; } + +.la-transgender-alt:before { + content: "\f225"; } + +.la-trash:before { + content: "\f1f8"; } + +.la-trash-alt:before { + content: "\f2ed"; } + +.la-trash-restore:before { + content: "\f829"; } + +.la-trash-restore-alt:before { + content: "\f82a"; } + +.la-tree:before { + content: "\f1bb"; } + +.la-trello:before { + content: "\f181"; } + +.la-tripadvisor:before { + content: "\f262"; } + +.la-trophy:before { + content: "\f091"; } + +.la-truck:before { + content: "\f0d1"; } + +.la-truck-loading:before { + content: "\f4de"; } + +.la-truck-monster:before { + content: "\f63b"; } + +.la-truck-moving:before { + content: "\f4df"; } + +.la-truck-pickup:before { + content: "\f63c"; } + +.la-tshirt:before { + content: "\f553"; } + +.la-tty:before { + content: "\f1e4"; } + +.la-tumblr:before { + content: "\f173"; } + +.la-tumblr-square:before { + content: "\f174"; } + +.la-tv:before { + content: "\f26c"; } + +.la-twitch:before { + content: "\f1e8"; } + +.la-twitter:before { + content: "\f099"; } + +.la-twitter-square:before { + content: "\f081"; } + +.la-typo3:before { + content: "\f42b"; } + +.la-uber:before { + content: "\f402"; } + +.la-ubuntu:before { + content: "\f7df"; } + +.la-uikit:before { + content: "\f403"; } + +.la-umbraco:before { + content: "\f8e8"; } + +.la-umbrella:before { + content: "\f0e9"; } + +.la-umbrella-beach:before { + content: "\f5ca"; } + +.la-underline:before { + content: "\f0cd"; } + +.la-undo:before { + content: "\f0e2"; } + +.la-undo-alt:before { + content: "\f2ea"; } + +.la-uniregistry:before { + content: "\f404"; } + +.la-universal-access:before { + content: "\f29a"; } + +.la-university:before { + content: "\f19c"; } + +.la-unlink:before { + content: "\f127"; } + +.la-unlock:before { + content: "\f09c"; } + +.la-unlock-alt:before { + content: "\f13e"; } + +.la-untappd:before { + content: "\f405"; } + +.la-upload:before { + content: "\f093"; } + +.la-ups:before { + content: "\f7e0"; } + +.la-usb:before { + content: "\f287"; } + +.la-user:before { + content: "\f007"; } + +.la-user-alt:before { + content: "\f406"; } + +.la-user-alt-slash:before { + content: "\f4fa"; } + +.la-user-astronaut:before { + content: "\f4fb"; } + +.la-user-check:before { + content: "\f4fc"; } + +.la-user-circle:before { + content: "\f2bd"; } + +.la-user-clock:before { + content: "\f4fd"; } + +.la-user-cog:before { + content: "\f4fe"; } + +.la-user-edit:before { + content: "\f4ff"; } + +.la-user-friends:before { + content: "\f500"; } + +.la-user-graduate:before { + content: "\f501"; } + +.la-user-injured:before { + content: "\f728"; } + +.la-user-lock:before { + content: "\f502"; } + +.la-user-md:before { + content: "\f0f0"; } + +.la-user-minus:before { + content: "\f503"; } + +.la-user-ninja:before { + content: "\f504"; } + +.la-user-nurse:before { + content: "\f82f"; } + +.la-user-plus:before { + content: "\f234"; } + +.la-user-secret:before { + content: "\f21b"; } + +.la-user-shield:before { + content: "\f505"; } + +.la-user-slash:before { + content: "\f506"; } + +.la-user-tag:before { + content: "\f507"; } + +.la-user-tie:before { + content: "\f508"; } + +.la-user-times:before { + content: "\f235"; } + +.la-users:before { + content: "\f0c0"; } + +.la-users-cog:before { + content: "\f509"; } + +.la-usps:before { + content: "\f7e1"; } + +.la-ussunnah:before { + content: "\f407"; } + +.la-utensil-spoon:before { + content: "\f2e5"; } + +.la-utensils:before { + content: "\f2e7"; } + +.la-vaadin:before { + content: "\f408"; } + +.la-vector-square:before { + content: "\f5cb"; } + +.la-venus:before { + content: "\f221"; } + +.la-venus-double:before { + content: "\f226"; } + +.la-venus-mars:before { + content: "\f228"; } + +.la-viacoin:before { + content: "\f237"; } + +.la-viadeo:before { + content: "\f2a9"; } + +.la-viadeo-square:before { + content: "\f2aa"; } + +.la-vial:before { + content: "\f492"; } + +.la-vials:before { + content: "\f493"; } + +.la-viber:before { + content: "\f409"; } + +.la-video:before { + content: "\f03d"; } + +.la-video-slash:before { + content: "\f4e2"; } + +.la-vihara:before { + content: "\f6a7"; } + +.la-vimeo:before { + content: "\f40a"; } + +.la-vimeo-square:before { + content: "\f194"; } + +.la-vimeo-v:before { + content: "\f27d"; } + +.la-vine:before { + content: "\f1ca"; } + +.la-vk:before { + content: "\f189"; } + +.la-vnv:before { + content: "\f40b"; } + +.la-voicemail:before { + content: "\f897"; } + +.la-volleyball-ball:before { + content: "\f45f"; } + +.la-volume-down:before { + content: "\f027"; } + +.la-volume-mute:before { + content: "\f6a9"; } + +.la-volume-off:before { + content: "\f026"; } + +.la-volume-up:before { + content: "\f028"; } + +.la-vote-yea:before { + content: "\f772"; } + +.la-vr-cardboard:before { + content: "\f729"; } + +.la-vuejs:before { + content: "\f41f"; } + +.la-walking:before { + content: "\f554"; } + +.la-wallet:before { + content: "\f555"; } + +.la-warehouse:before { + content: "\f494"; } + +.la-water:before { + content: "\f773"; } + +.la-wave-square:before { + content: "\f83e"; } + +.la-waze:before { + content: "\f83f"; } + +.la-weebly:before { + content: "\f5cc"; } + +.la-weibo:before { + content: "\f18a"; } + +.la-weight:before { + content: "\f496"; } + +.la-weight-hanging:before { + content: "\f5cd"; } + +.la-weixin:before { + content: "\f1d7"; } + +.la-whatsapp:before { + content: "\f232"; } + +.la-whatsapp-square:before { + content: "\f40c"; } + +.la-wheelchair:before { + content: "\f193"; } + +.la-whmcs:before { + content: "\f40d"; } + +.la-wifi:before { + content: "\f1eb"; } + +.la-wikipedia-w:before { + content: "\f266"; } + +.la-wind:before { + content: "\f72e"; } + +.la-window-close:before { + content: "\f410"; } + +.la-window-maximize:before { + content: "\f2d0"; } + +.la-window-minimize:before { + content: "\f2d1"; } + +.la-window-restore:before { + content: "\f2d2"; } + +.la-windows:before { + content: "\f17a"; } + +.la-wine-bottle:before { + content: "\f72f"; } + +.la-wine-glass:before { + content: "\f4e3"; } + +.la-wine-glass-alt:before { + content: "\f5ce"; } + +.la-wix:before { + content: "\f5cf"; } + +.la-wizards-of-the-coast:before { + content: "\f730"; } + +.la-wolf-pack-battalion:before { + content: "\f514"; } + +.la-won-sign:before { + content: "\f159"; } + +.la-wordpress:before { + content: "\f19a"; } + +.la-wordpress-simple:before { + content: "\f411"; } + +.la-wpbeginner:before { + content: "\f297"; } + +.la-wpexplorer:before { + content: "\f2de"; } + +.la-wpforms:before { + content: "\f298"; } + +.la-wpressr:before { + content: "\f3e4"; } + +.la-wrench:before { + content: "\f0ad"; } + +.la-x-ray:before { + content: "\f497"; } + +.la-xbox:before { + content: "\f412"; } + +.la-xing:before { + content: "\f168"; } + +.la-xing-square:before { + content: "\f169"; } + +.la-y-combinator:before { + content: "\f23b"; } + +.la-yahoo:before { + content: "\f19e"; } + +.la-yammer:before { + content: "\f840"; } + +.la-yandex:before { + content: "\f413"; } + +.la-yandex-international:before { + content: "\f414"; } + +.la-yarn:before { + content: "\f7e3"; } + +.la-yelp:before { + content: "\f1e9"; } + +.la-yen-sign:before { + content: "\f157"; } + +.la-yin-yang:before { + content: "\f6ad"; } + +.la-yoast:before { + content: "\f2b1"; } + +.la-youtube:before { + content: "\f167"; } + +.la-youtube-square:before { + content: "\f431"; } + +.la-zhihu:before { + content: "\f63f"; } + +.sr-only { + border: 0; + clip: rect(0, 0, 0, 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; } + +.sr-only-focusable:active, .sr-only-focusable:focus { + clip: auto; + height: auto; + margin: 0; + overflow: visible; + position: static; + width: auto; } +@font-face { + font-family: 'Line Awesome Brands'; + font-style: normal; + font-weight: normal; + font-display: auto; + src: url("../fonts/la-brands-400.eot"); + src: url("../fonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff"), url("../fonts/la-brands-400.ttf") format("truetype"), url("../fonts/la-brands-400.svg#lineawesome") format("svg"); } + +.lab { + font-family: 'Line Awesome Brands'; } +@font-face { + font-family: 'Line Awesome Free'; + font-style: normal; + font-weight: 400; + font-display: auto; + src: url("../fonts/la-regular-400.eot"); + src: url("../fonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-regular-400.woff2") format("woff2"), url("../fonts/la-regular-400.woff") format("woff"), url("../fonts/la-regular-400.ttf") format("truetype"), url("../fonts/la-regular-400.svg#lineawesome") format("svg"); } + +.lar { + font-family: 'Line Awesome Free'; + font-weight: 400; } +@font-face { + font-family: 'Line Awesome Free'; + font-style: normal; + font-weight: 900; + font-display: auto; + src: url("../fonts/la-solid-900.eot"); + src: url("../fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff"), url("../fonts/la-solid-900.ttf") format("truetype"), url("../fonts/la-solid-900.svg#lineawesome") format("svg"); } + +.la, +.las { + font-family: 'Line Awesome Free'; + font-weight: 900; } + +.la.la-glass:before { + content: "\f000"; } + +.la.la-meetup { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-star-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-star-o:before { + content: "\f005"; } + +.la.la-remove:before { + content: "\f00d"; } + +.la.la-close:before { + content: "\f00d"; } + +.la.la-gear:before { + content: "\f013"; } + +.la.la-trash-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-trash-o:before { + content: "\f2ed"; } + +.la.la-file-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-o:before { + content: "\f15b"; } + +.la.la-clock-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-clock-o:before { + content: "\f017"; } + +.la.la-arrow-circle-o-down { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-arrow-circle-o-down:before { + content: "\f358"; } + +.la.la-arrow-circle-o-up { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-arrow-circle-o-up:before { + content: "\f35b"; } + +.la.la-play-circle-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-play-circle-o:before { + content: "\f144"; } + +.la.la-repeat:before { + content: "\f01e"; } + +.la.la-rotate-right:before { + content: "\f01e"; } + +.la.la-refresh:before { + content: "\f021"; } + +.la.la-list-alt { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-dedent:before { + content: "\f03b"; } + +.la.la-video-camera:before { + content: "\f03d"; } + +.la.la-picture-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-picture-o:before { + content: "\f03e"; } + +.la.la-photo { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-photo:before { + content: "\f03e"; } + +.la.la-image { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-image:before { + content: "\f03e"; } + +.la.la-pencil:before { + content: "\f303"; } + +.la.la-map-marker:before { + content: "\f3c5"; } + +.la.la-pencil-square-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-pencil-square-o:before { + content: "\f044"; } + +.la.la-share-square-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-share-square-o:before { + content: "\f14d"; } + +.la.la-check-square-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-check-square-o:before { + content: "\f14a"; } + +.la.la-arrows:before { + content: "\f0b2"; } + +.la.la-times-circle-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-times-circle-o:before { + content: "\f057"; } + +.la.la-check-circle-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-check-circle-o:before { + content: "\f058"; } + +.la.la-mail-forward:before { + content: "\f064"; } + +.la.la-eye { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-eye-slash { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-warning:before { + content: "\f071"; } + +.la.la-calendar:before { + content: "\f073"; } + +.la.la-arrows-v:before { + content: "\f338"; } + +.la.la-arrows-h:before { + content: "\f337"; } + +.la.la-bar-chart { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-bar-chart:before { + content: "\f080"; } + +.la.la-bar-chart-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-bar-chart-o:before { + content: "\f080"; } + +.la.la-twitter-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-facebook-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-gears:before { + content: "\f085"; } + +.la.la-thumbs-o-up { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-thumbs-o-up:before { + content: "\f164"; } + +.la.la-thumbs-o-down { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-thumbs-o-down:before { + content: "\f165"; } + +.la.la-heart-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-heart-o:before { + content: "\f004"; } + +.la.la-sign-out:before { + content: "\f2f5"; } + +.la.la-linkedin-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-linkedin-square:before { + content: "\f08c"; } + +.la.la-thumb-tack:before { + content: "\f08d"; } + +.la.la-external-link:before { + content: "\f35d"; } + +.la.la-sign-in:before { + content: "\f2f6"; } + +.la.la-github-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-lemon-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-lemon-o:before { + content: "\f094"; } + +.la.la-square-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-square-o:before { + content: "\f0c8"; } + +.la.la-bookmark-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-bookmark-o:before { + content: "\f02e"; } + +.la.la-twitter { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-facebook { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-facebook:before { + content: "\f39e"; } + +.la.la-facebook-f { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-facebook-f:before { + content: "\f39e"; } + +.la.la-github { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-credit-card { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-feed:before { + content: "\f09e"; } + +.la.la-hdd-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hdd-o:before { + content: "\f0a0"; } + +.la.la-hand-o-right { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-o-right:before { + content: "\f0a4"; } + +.la.la-hand-o-left { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-o-left:before { + content: "\f0a5"; } + +.la.la-hand-o-up { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-o-up:before { + content: "\f0a6"; } + +.la.la-hand-o-down { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-o-down:before { + content: "\f0a7"; } + +.la.la-arrows-alt:before { + content: "\f31e"; } + +.la.la-group:before { + content: "\f0c0"; } + +.la.la-chain:before { + content: "\f0c1"; } + +.la.la-scissors:before { + content: "\f0c4"; } + +.la.la-files-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-files-o:before { + content: "\f0c5"; } + +.la.la-floppy-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-floppy-o:before { + content: "\f0c7"; } + +.la.la-navicon:before { + content: "\f0c9"; } + +.la.la-reorder:before { + content: "\f0c9"; } + +.la.la-pinterest { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-pinterest-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-google-plus-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-google-plus { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-google-plus:before { + content: "\f0d5"; } + +.la.la-money { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-money:before { + content: "\f3d1"; } + +.la.la-unsorted:before { + content: "\f0dc"; } + +.la.la-sort-desc:before { + content: "\f0dd"; } + +.la.la-sort-asc:before { + content: "\f0de"; } + +.la.la-linkedin { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-linkedin:before { + content: "\f0e1"; } + +.la.la-rotate-left:before { + content: "\f0e2"; } + +.la.la-legal:before { + content: "\f0e3"; } + +.la.la-tachometer:before { + content: "\f3fd"; } + +.la.la-dashboard:before { + content: "\f3fd"; } + +.la.la-comment-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-comment-o:before { + content: "\f075"; } + +.la.la-comments-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-comments-o:before { + content: "\f086"; } + +.la.la-flash:before { + content: "\f0e7"; } + +.la.la-clipboard { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-paste { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-paste:before { + content: "\f328"; } + +.la.la-lightbulb-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-lightbulb-o:before { + content: "\f0eb"; } + +.la.la-exchange:before { + content: "\f362"; } + +.la.la-cloud-download:before { + content: "\f381"; } + +.la.la-cloud-upload:before { + content: "\f382"; } + +.la.la-bell-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-bell-o:before { + content: "\f0f3"; } + +.la.la-cutlery:before { + content: "\f2e7"; } + +.la.la-file-text-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-text-o:before { + content: "\f15c"; } + +.la.la-building-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-building-o:before { + content: "\f1ad"; } + +.la.la-hospital-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hospital-o:before { + content: "\f0f8"; } + +.la.la-tablet:before { + content: "\f3fa"; } + +.la.la-mobile:before { + content: "\f3cd"; } + +.la.la-mobile-phone:before { + content: "\f3cd"; } + +.la.la-circle-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-circle-o:before { + content: "\f111"; } + +.la.la-mail-reply:before { + content: "\f3e5"; } + +.la.la-github-alt { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-folder-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-folder-o:before { + content: "\f07b"; } + +.la.la-folder-open-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-folder-open-o:before { + content: "\f07c"; } + +.la.la-smile-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-smile-o:before { + content: "\f118"; } + +.la.la-frown-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-frown-o:before { + content: "\f119"; } + +.la.la-meh-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-meh-o:before { + content: "\f11a"; } + +.la.la-keyboard-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-keyboard-o:before { + content: "\f11c"; } + +.la.la-flag-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-flag-o:before { + content: "\f024"; } + +.la.la-mail-reply-all:before { + content: "\f122"; } + +.la.la-star-half-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-star-half-o:before { + content: "\f089"; } + +.la.la-star-half-empty { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-star-half-empty:before { + content: "\f089"; } + +.la.la-star-half-full { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-star-half-full:before { + content: "\f089"; } + +.la.la-code-fork:before { + content: "\f126"; } + +.la.la-chain-broken:before { + content: "\f127"; } + +.la.la-shield:before { + content: "\f3ed"; } + +.la.la-calendar-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-calendar-o:before { + content: "\f133"; } + +.la.la-maxcdn { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-html5 { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-css3 { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-ticket:before { + content: "\f3ff"; } + +.la.la-minus-square-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-minus-square-o:before { + content: "\f146"; } + +.la.la-level-up:before { + content: "\f3bf"; } + +.la.la-level-down:before { + content: "\f3be"; } + +.la.la-pencil-square:before { + content: "\f14b"; } + +.la.la-external-link-square:before { + content: "\f360"; } + +.la.la-compass { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-caret-square-o-down { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-caret-square-o-down:before { + content: "\f150"; } + +.la.la-toggle-down { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-toggle-down:before { + content: "\f150"; } + +.la.la-caret-square-o-up { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-caret-square-o-up:before { + content: "\f151"; } + +.la.la-toggle-up { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-toggle-up:before { + content: "\f151"; } + +.la.la-caret-square-o-right { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-caret-square-o-right:before { + content: "\f152"; } + +.la.la-toggle-right { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-toggle-right:before { + content: "\f152"; } + +.la.la-eur:before { + content: "\f153"; } + +.la.la-euro:before { + content: "\f153"; } + +.la.la-gbp:before { + content: "\f154"; } + +.la.la-usd:before { + content: "\f155"; } + +.la.la-dollar:before { + content: "\f155"; } + +.la.la-inr:before { + content: "\f156"; } + +.la.la-rupee:before { + content: "\f156"; } + +.la.la-jpy:before { + content: "\f157"; } + +.la.la-cny:before { + content: "\f157"; } + +.la.la-rmb:before { + content: "\f157"; } + +.la.la-yen:before { + content: "\f157"; } + +.la.la-rub:before { + content: "\f158"; } + +.la.la-ruble:before { + content: "\f158"; } + +.la.la-rouble:before { + content: "\f158"; } + +.la.la-krw:before { + content: "\f159"; } + +.la.la-won:before { + content: "\f159"; } + +.la.la-btc { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-bitcoin { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-bitcoin:before { + content: "\f15a"; } + +.la.la-file-text:before { + content: "\f15c"; } + +.la.la-sort-alpha-asc:before { + content: "\f15d"; } + +.la.la-sort-alpha-desc:before { + content: "\f881"; } + +.la.la-sort-amount-asc:before { + content: "\f160"; } + +.la.la-sort-amount-desc:before { + content: "\f884"; } + +.la.la-sort-numeric-asc:before { + content: "\f162"; } + +.la.la-sort-numeric-desc:before { + content: "\f886"; } + +.la.la-youtube-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-youtube { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-xing { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-xing-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-youtube-play { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-youtube-play:before { + content: "\f167"; } + +.la.la-dropbox { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-stack-overflow { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-instagram { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-flickr { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-adn { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-bitbucket { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-bitbucket-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-bitbucket-square:before { + content: "\f171"; } + +.la.la-tumblr { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-tumblr-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-long-arrow-down:before { + content: "\f309"; } + +.la.la-long-arrow-up:before { + content: "\f30c"; } + +.la.la-long-arrow-left:before { + content: "\f30a"; } + +.la.la-long-arrow-right:before { + content: "\f30b"; } + +.la.la-apple { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-windows { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-android { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-linux { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-dribbble { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-skype { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-foursquare { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-trello { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-gratipay { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-gittip { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-gittip:before { + content: "\f184"; } + +.la.la-sun-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-sun-o:before { + content: "\f185"; } + +.la.la-moon-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-moon-o:before { + content: "\f186"; } + +.la.la-vk { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-weibo { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-renren { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-pagelines { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-stack-exchange { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-arrow-circle-o-right { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-arrow-circle-o-right:before { + content: "\f35a"; } + +.la.la-arrow-circle-o-left { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-arrow-circle-o-left:before { + content: "\f359"; } + +.la.la-caret-square-o-left { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-caret-square-o-left:before { + content: "\f191"; } + +.la.la-toggle-left { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-toggle-left:before { + content: "\f191"; } + +.la.la-dot-circle-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-dot-circle-o:before { + content: "\f192"; } + +.la.la-vimeo-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-try:before { + content: "\f195"; } + +.la.la-turkish-lira:before { + content: "\f195"; } + +.la.la-plus-square-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-plus-square-o:before { + content: "\f0fe"; } + +.la.la-slack { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-wordpress { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-openid { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-institution:before { + content: "\f19c"; } + +.la.la-bank:before { + content: "\f19c"; } + +.la.la-mortar-board:before { + content: "\f19d"; } + +.la.la-yahoo { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-google { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-reddit { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-reddit-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-stumbleupon-circle { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-stumbleupon { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-delicious { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-digg { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-pied-piper-pp { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-pied-piper-alt { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-drupal { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-joomla { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-spoon:before { + content: "\f2e5"; } + +.la.la-behance { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-behance-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-steam { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-steam-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-automobile:before { + content: "\f1b9"; } + +.la.la-cab:before { + content: "\f1ba"; } + +.la.la-envelope-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-envelope-o:before { + content: "\f0e0"; } + +.la.la-deviantart { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-soundcloud { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-file-pdf-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-pdf-o:before { + content: "\f1c1"; } + +.la.la-file-word-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-word-o:before { + content: "\f1c2"; } + +.la.la-file-excel-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-excel-o:before { + content: "\f1c3"; } + +.la.la-file-powerpoint-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-powerpoint-o:before { + content: "\f1c4"; } + +.la.la-file-image-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-image-o:before { + content: "\f1c5"; } + +.la.la-file-photo-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-photo-o:before { + content: "\f1c5"; } + +.la.la-file-picture-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-picture-o:before { + content: "\f1c5"; } + +.la.la-file-archive-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-archive-o:before { + content: "\f1c6"; } + +.la.la-file-zip-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-zip-o:before { + content: "\f1c6"; } + +.la.la-file-audio-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-audio-o:before { + content: "\f1c7"; } + +.la.la-file-sound-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-sound-o:before { + content: "\f1c7"; } + +.la.la-file-video-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-video-o:before { + content: "\f1c8"; } + +.la.la-file-movie-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-movie-o:before { + content: "\f1c8"; } + +.la.la-file-code-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-file-code-o:before { + content: "\f1c9"; } + +.la.la-vine { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-codepen { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-jsfiddle { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-life-ring { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-life-bouy { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-life-bouy:before { + content: "\f1cd"; } + +.la.la-life-buoy { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-life-buoy:before { + content: "\f1cd"; } + +.la.la-life-saver { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-life-saver:before { + content: "\f1cd"; } + +.la.la-support { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-support:before { + content: "\f1cd"; } + +.la.la-circle-o-notch:before { + content: "\f1ce"; } + +.la.la-rebel { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-ra { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-ra:before { + content: "\f1d0"; } + +.la.la-resistance { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-resistance:before { + content: "\f1d0"; } + +.la.la-empire { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-ge { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-ge:before { + content: "\f1d1"; } + +.la.la-git-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-git { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-hacker-news { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-y-combinator-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-y-combinator-square:before { + content: "\f1d4"; } + +.la.la-yc-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-yc-square:before { + content: "\f1d4"; } + +.la.la-tencent-weibo { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-qq { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-weixin { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-wechat { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-wechat:before { + content: "\f1d7"; } + +.la.la-send:before { + content: "\f1d8"; } + +.la.la-paper-plane-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-paper-plane-o:before { + content: "\f1d8"; } + +.la.la-send-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-send-o:before { + content: "\f1d8"; } + +.la.la-circle-thin { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-circle-thin:before { + content: "\f111"; } + +.la.la-header:before { + content: "\f1dc"; } + +.la.la-sliders:before { + content: "\f1de"; } + +.la.la-futbol-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-futbol-o:before { + content: "\f1e3"; } + +.la.la-soccer-ball-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-soccer-ball-o:before { + content: "\f1e3"; } + +.la.la-slideshare { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-twitch { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-yelp { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-newspaper-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-newspaper-o:before { + content: "\f1ea"; } + +.la.la-paypal { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-google-wallet { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-cc-visa { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-cc-mastercard { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-cc-discover { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-cc-amex { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-cc-paypal { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-cc-stripe { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-bell-slash-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-bell-slash-o:before { + content: "\f1f6"; } + +.la.la-trash:before { + content: "\f2ed"; } + +.la.la-copyright { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-eyedropper:before { + content: "\f1fb"; } + +.la.la-area-chart:before { + content: "\f1fe"; } + +.la.la-pie-chart:before { + content: "\f200"; } + +.la.la-line-chart:before { + content: "\f201"; } + +.la.la-lastfm { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-lastfm-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-ioxhost { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-angellist { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-cc { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-cc:before { + content: "\f20a"; } + +.la.la-ils:before { + content: "\f20b"; } + +.la.la-shekel:before { + content: "\f20b"; } + +.la.la-sheqel:before { + content: "\f20b"; } + +.la.la-meanpath { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-meanpath:before { + content: "\f2b4"; } + +.la.la-buysellads { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-connectdevelop { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-dashcube { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-forumbee { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-leanpub { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-sellsy { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-shirtsinbulk { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-simplybuilt { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-skyatlas { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-diamond { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-diamond:before { + content: "\f3a5"; } + +.la.la-intersex:before { + content: "\f224"; } + +.la.la-facebook-official { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-facebook-official:before { + content: "\f09a"; } + +.la.la-pinterest-p { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-whatsapp { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-hotel:before { + content: "\f236"; } + +.la.la-viacoin { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-medium { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-y-combinator { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-yc { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-yc:before { + content: "\f23b"; } + +.la.la-optin-monster { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-opencart { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-expeditedssl { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-battery-4:before { + content: "\f240"; } + +.la.la-battery:before { + content: "\f240"; } + +.la.la-battery-3:before { + content: "\f241"; } + +.la.la-battery-2:before { + content: "\f242"; } + +.la.la-battery-1:before { + content: "\f243"; } + +.la.la-battery-0:before { + content: "\f244"; } + +.la.la-object-group { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-object-ungroup { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-sticky-note-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-sticky-note-o:before { + content: "\f249"; } + +.la.la-cc-jcb { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-cc-diners-club { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-clone { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hourglass-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hourglass-o:before { + content: "\f254"; } + +.la.la-hourglass-1:before { + content: "\f251"; } + +.la.la-hourglass-2:before { + content: "\f252"; } + +.la.la-hourglass-3:before { + content: "\f253"; } + +.la.la-hand-rock-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-rock-o:before { + content: "\f255"; } + +.la.la-hand-grab-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-grab-o:before { + content: "\f255"; } + +.la.la-hand-paper-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-paper-o:before { + content: "\f256"; } + +.la.la-hand-stop-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-stop-o:before { + content: "\f256"; } + +.la.la-hand-scissors-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-scissors-o:before { + content: "\f257"; } + +.la.la-hand-lizard-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-lizard-o:before { + content: "\f258"; } + +.la.la-hand-spock-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-spock-o:before { + content: "\f259"; } + +.la.la-hand-pointer-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-pointer-o:before { + content: "\f25a"; } + +.la.la-hand-peace-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-hand-peace-o:before { + content: "\f25b"; } + +.la.la-registered { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-creative-commons { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-gg { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-gg-circle { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-tripadvisor { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-odnoklassniki { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-odnoklassniki-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-get-pocket { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-wikipedia-w { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-safari { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-chrome { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-firefox { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-opera { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-internet-explorer { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-television:before { + content: "\f26c"; } + +.la.la-contao { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-500px { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-amazon { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-calendar-plus-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-calendar-plus-o:before { + content: "\f271"; } + +.la.la-calendar-minus-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-calendar-minus-o:before { + content: "\f272"; } + +.la.la-calendar-times-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-calendar-times-o:before { + content: "\f273"; } + +.la.la-calendar-check-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-calendar-check-o:before { + content: "\f274"; } + +.la.la-map-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-map-o:before { + content: "\f279"; } + +.la.la-commenting:before { + content: "\f4ad"; } + +.la.la-commenting-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-commenting-o:before { + content: "\f4ad"; } + +.la.la-houzz { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-vimeo { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-vimeo:before { + content: "\f27d"; } + +.la.la-black-tie { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-fonticons { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-reddit-alien { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-edge { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-credit-card-alt:before { + content: "\f09d"; } + +.la.la-codiepie { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-modx { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-fort-awesome { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-usb { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-product-hunt { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-mixcloud { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-scribd { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-pause-circle-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-pause-circle-o:before { + content: "\f28b"; } + +.la.la-stop-circle-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-stop-circle-o:before { + content: "\f28d"; } + +.la.la-bluetooth { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-bluetooth-b { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-gitlab { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-wpbeginner { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-wpforms { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-envira { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-wheelchair-alt { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-wheelchair-alt:before { + content: "\f368"; } + +.la.la-question-circle-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-question-circle-o:before { + content: "\f059"; } + +.la.la-volume-control-phone:before { + content: "\f2a0"; } + +.la.la-asl-interpreting:before { + content: "\f2a3"; } + +.la.la-deafness:before { + content: "\f2a4"; } + +.la.la-hard-of-hearing:before { + content: "\f2a4"; } + +.la.la-glide { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-glide-g { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-signing:before { + content: "\f2a7"; } + +.la.la-viadeo { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-viadeo-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-snapchat { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-snapchat-ghost { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-snapchat-square { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-pied-piper { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-first-order { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-yoast { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-themeisle { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-google-plus-official { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-google-plus-official:before { + content: "\f2b3"; } + +.la.la-google-plus-circle { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-google-plus-circle:before { + content: "\f2b3"; } + +.la.la-font-awesome { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-fa { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-fa:before { + content: "\f2b4"; } + +.la.la-handshake-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-handshake-o:before { + content: "\f2b5"; } + +.la.la-envelope-open-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-envelope-open-o:before { + content: "\f2b6"; } + +.la.la-linode { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-address-book-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-address-book-o:before { + content: "\f2b9"; } + +.la.la-vcard:before { + content: "\f2bb"; } + +.la.la-address-card-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-address-card-o:before { + content: "\f2bb"; } + +.la.la-vcard-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-vcard-o:before { + content: "\f2bb"; } + +.la.la-user-circle-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-user-circle-o:before { + content: "\f2bd"; } + +.la.la-user-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-user-o:before { + content: "\f007"; } + +.la.la-id-badge { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-drivers-license:before { + content: "\f2c2"; } + +.la.la-id-card-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-id-card-o:before { + content: "\f2c2"; } + +.la.la-drivers-license-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-drivers-license-o:before { + content: "\f2c2"; } + +.la.la-quora { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-free-code-camp { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-telegram { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-thermometer-4:before { + content: "\f2c7"; } + +.la.la-thermometer:before { + content: "\f2c7"; } + +.la.la-thermometer-3:before { + content: "\f2c8"; } + +.la.la-thermometer-2:before { + content: "\f2c9"; } + +.la.la-thermometer-1:before { + content: "\f2ca"; } + +.la.la-thermometer-0:before { + content: "\f2cb"; } + +.la.la-bathtub:before { + content: "\f2cd"; } + +.la.la-s15:before { + content: "\f2cd"; } + +.la.la-window-maximize { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-window-restore { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-times-rectangle:before { + content: "\f410"; } + +.la.la-window-close-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-window-close-o:before { + content: "\f410"; } + +.la.la-times-rectangle-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-times-rectangle-o:before { + content: "\f410"; } + +.la.la-bandcamp { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-grav { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-etsy { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-imdb { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-ravelry { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-eercast { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-eercast:before { + content: "\f2da"; } + +.la.la-snowflake-o { + font-family: 'Line Awesome Free'; + font-weight: 400; } + +.la.la-snowflake-o:before { + content: "\f2dc"; } + +.la.la-superpowers { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-wpexplorer { + font-family: 'Line Awesome Brands'; + font-weight: 400; } + +.la.la-spotify { + font-family: 'Line Awesome Brands'; + font-weight: 400; } diff --git a/static/css/line-awesome.min.css b/static/css/line-awesome.min.css new file mode 100644 index 0000000..5636d52 --- /dev/null +++ b/static/css/line-awesome.min.css @@ -0,0 +1 @@ +.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/la-brands-400.eot);src:url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/la-brands-400.woff2) format("woff2"),url(../fonts/la-brands-400.woff) format("woff"),url(../fonts/la-brands-400.ttf) format("truetype"),url(../fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/la-regular-400.eot);src:url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/la-regular-400.woff2) format("woff2"),url(../fonts/la-regular-400.woff) format("woff"),url(../fonts/la-regular-400.ttf) format("truetype"),url(../fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(../fonts/la-solid-900.eot);src:url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/la-solid-900.woff2) format("woff2"),url(../fonts/la-solid-900.woff) format("woff"),url(../fonts/la-solid-900.ttf) format("truetype"),url(../fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400} diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..14191f4 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,96 @@ +body { + background-color: #f5f5f5; + background-image: url('/static/img/bg.png'); + background-size: cover; +} + +.align-center { + vertical-align: middle; + text-align: center; +} + +/* Layout */ +.centered { + position: fixed; + text-align: center; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.card { + box-shadow: 0 0 36px 0px rgba(128,128,128,0.128); + background-color: white; + padding: 32px; + border-radius: 20px; +} + +.modal-body { + background-color: #f5f5f5; +} + +.navbar-avatar { + max-height: 40px; + border-radius: 30px; + height: 40px; +} + +.main-menu-link { + /*font-size: 24px;*/ + /*font-family: RobotoSlab;*/ +} + +a { + text-decoration: none; + transition: 0.3s; +} + +#header { + position: fixed; + top: 0; + width: 100%; +} + +.page-wrapper { + padding-top: 144px; +} + +#logo { + display: flex; + align-items: baseline; +} + +#search_bar { + background: url('../svg/search-solid.svg') no-repeat scroll 12px 7px; + padding-left: 48px; + background-size: 20px; + border-radius: 66px; +} + +#navigation { + /*padding-top: 32px;*/ +} + +.navbar { + padding-left: 12px; + padding-right: 12px; +} + +#navigation_logo { + max-width: 216px; +} + +#content { + min-height: 100vh; +} + +#footer { + text-align: center; + position: fixed; + bottom: 0; + width: 100%; +} + +.logo { + width: 100%; +} \ No newline at end of file diff --git a/static/fonts/la-brands-400.eot b/static/fonts/la-brands-400.eot new file mode 100644 index 0000000..81969f5 Binary files /dev/null and b/static/fonts/la-brands-400.eot differ diff --git a/static/fonts/la-brands-400.svg b/static/fonts/la-brands-400.svg new file mode 100644 index 0000000..b903f64 --- /dev/null +++ b/static/fonts/la-brands-400.svg @@ -0,0 +1,1313 @@ + + + +Created by Icons8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/la-brands-400.ttf b/static/fonts/la-brands-400.ttf new file mode 100644 index 0000000..6cd243d Binary files /dev/null and b/static/fonts/la-brands-400.ttf differ diff --git a/static/fonts/la-brands-400.woff b/static/fonts/la-brands-400.woff new file mode 100644 index 0000000..32f7df4 Binary files /dev/null and b/static/fonts/la-brands-400.woff differ diff --git a/static/fonts/la-brands-400.woff2 b/static/fonts/la-brands-400.woff2 new file mode 100644 index 0000000..5177028 Binary files /dev/null and b/static/fonts/la-brands-400.woff2 differ diff --git a/static/fonts/la-regular-400.eot b/static/fonts/la-regular-400.eot new file mode 100644 index 0000000..a93a4a2 Binary files /dev/null and b/static/fonts/la-regular-400.eot differ diff --git a/static/fonts/la-regular-400.svg b/static/fonts/la-regular-400.svg new file mode 100644 index 0000000..43b8602 --- /dev/null +++ b/static/fonts/la-regular-400.svg @@ -0,0 +1,467 @@ + + + +Created by Icons8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/la-regular-400.ttf b/static/fonts/la-regular-400.ttf new file mode 100644 index 0000000..226653f Binary files /dev/null and b/static/fonts/la-regular-400.ttf differ diff --git a/static/fonts/la-regular-400.woff b/static/fonts/la-regular-400.woff new file mode 100644 index 0000000..3010f91 Binary files /dev/null and b/static/fonts/la-regular-400.woff differ diff --git a/static/fonts/la-regular-400.woff2 b/static/fonts/la-regular-400.woff2 new file mode 100644 index 0000000..f7dab5d Binary files /dev/null and b/static/fonts/la-regular-400.woff2 differ diff --git a/static/fonts/la-solid-900.eot b/static/fonts/la-solid-900.eot new file mode 100644 index 0000000..d739c05 Binary files /dev/null and b/static/fonts/la-solid-900.eot differ diff --git a/static/fonts/la-solid-900.svg b/static/fonts/la-solid-900.svg new file mode 100644 index 0000000..02fc485 --- /dev/null +++ b/static/fonts/la-solid-900.svg @@ -0,0 +1,2894 @@ + + + +Created by Icons8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/fonts/la-solid-900.ttf b/static/fonts/la-solid-900.ttf new file mode 100644 index 0000000..e0ec957 Binary files /dev/null and b/static/fonts/la-solid-900.ttf differ diff --git a/static/fonts/la-solid-900.woff b/static/fonts/la-solid-900.woff new file mode 100644 index 0000000..26a5134 Binary files /dev/null and b/static/fonts/la-solid-900.woff differ diff --git a/static/fonts/la-solid-900.woff2 b/static/fonts/la-solid-900.woff2 new file mode 100644 index 0000000..22e909c Binary files /dev/null and b/static/fonts/la-solid-900.woff2 differ diff --git a/static/img/bg.png b/static/img/bg.png new file mode 100644 index 0000000..0267986 Binary files /dev/null and b/static/img/bg.png differ diff --git a/static/js/app.js b/static/js/app.js new file mode 100644 index 0000000..e353005 --- /dev/null +++ b/static/js/app.js @@ -0,0 +1,11 @@ +$('#download_btn').on('click', () => { + console.log('Clicked Download!'); + let artist = $('#search_bar').val(); + $("#loader-wrapper").fadeIn(300); + $.ajax({ + url: `/api/v1/get/${artist}`, + }).done(function () { + artist.val(''); + $("#loader-wrapper").fadeOut(700); + }); +}) \ No newline at end of file diff --git a/static/line-awesome.fig b/static/line-awesome.fig new file mode 100755 index 0000000..d89a064 Binary files /dev/null and b/static/line-awesome.fig differ diff --git a/static/scss/_bordered_pulled.scss b/static/scss/_bordered_pulled.scss new file mode 100644 index 0000000..6aca7dd --- /dev/null +++ b/static/scss/_bordered_pulled.scss @@ -0,0 +1,21 @@ +// Bordered & Pulled +// ------------------------- + +.#{$la-css-prefix}-border { + border: solid 0.08em #eee; + border-radius: .1em; + padding: .2em .25em .15em; +} + +.#{$la-css-prefix}-pull-left { float: left; } +.#{$la-css-prefix}-pull-right { float: right; } + +.#{$la-css-prefix} { + &.#{$la-css-prefix}-pull-left { margin-right: .3em; } + &.#{$la-css-prefix}-pull-right { margin-left: .3em; } +} + +.#{$la-css-prefix} { + &.pull-left { margin-right: .3em; } + &.pull-right { margin-left: .3em; } +} diff --git a/static/scss/_core.scss b/static/scss/_core.scss new file mode 100644 index 0000000..df86d3a --- /dev/null +++ b/static/scss/_core.scss @@ -0,0 +1,11 @@ +.lar, +.las, +.lab { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: inline-block; + font-style: normal; + font-variant: normal; + text-rendering: auto; + line-height: 1; +} diff --git a/static/scss/_fixed-width.scss b/static/scss/_fixed-width.scss new file mode 100644 index 0000000..2fda512 --- /dev/null +++ b/static/scss/_fixed-width.scss @@ -0,0 +1,4 @@ +.#{$la-css-prefix}-fw { + width: 1.25em; + text-align: center; +} diff --git a/static/scss/_icons.scss b/static/scss/_icons.scss new file mode 100644 index 0000000..4c04040 --- /dev/null +++ b/static/scss/_icons.scss @@ -0,0 +1,1393 @@ +.#{$la-css-prefix}-500px:before { content: la-content($la-500px); } +.#{$la-css-prefix}-accessible-icon:before { content: la-content($la-accessible-icon); } +.#{$la-css-prefix}-accusoft:before { content: la-content($la-accusoft); } +.#{$la-css-prefix}-acquisitions-incorporated:before { content: la-content($la-acquisitions-incorporated); } +.#{$la-css-prefix}-ad:before { content: la-content($la-ad); } +.#{$la-css-prefix}-address-book:before { content: la-content($la-address-book); } +.#{$la-css-prefix}-address-card:before { content: la-content($la-address-card); } +.#{$la-css-prefix}-adjust:before { content: la-content($la-adjust); } +.#{$la-css-prefix}-adn:before { content: la-content($la-adn); } +.#{$la-css-prefix}-adobe:before { content: la-content($la-adobe); } +.#{$la-css-prefix}-adversal:before { content: la-content($la-adversal); } +.#{$la-css-prefix}-affiliatetheme:before { content: la-content($la-affiliatetheme); } +.#{$la-css-prefix}-air-freshener:before { content: la-content($la-air-freshener); } +.#{$la-css-prefix}-airbnb:before { content: la-content($la-airbnb); } +.#{$la-css-prefix}-algolia:before { content: la-content($la-algolia); } +.#{$la-css-prefix}-align-center:before { content: la-content($la-align-center); } +.#{$la-css-prefix}-align-justify:before { content: la-content($la-align-justify); } +.#{$la-css-prefix}-align-left:before { content: la-content($la-align-left); } +.#{$la-css-prefix}-align-right:before { content: la-content($la-align-right); } +.#{$la-css-prefix}-alipay:before { content: la-content($la-alipay); } +.#{$la-css-prefix}-allergies:before { content: la-content($la-allergies); } +.#{$la-css-prefix}-amazon:before { content: la-content($la-amazon); } +.#{$la-css-prefix}-amazon-pay:before { content: la-content($la-amazon-pay); } +.#{$la-css-prefix}-ambulance:before { content: la-content($la-ambulance); } +.#{$la-css-prefix}-american-sign-language-interpreting:before { content: la-content($la-american-sign-language-interpreting); } +.#{$la-css-prefix}-amilia:before { content: la-content($la-amilia); } +.#{$la-css-prefix}-anchor:before { content: la-content($la-anchor); } +.#{$la-css-prefix}-android:before { content: la-content($la-android); } +.#{$la-css-prefix}-angellist:before { content: la-content($la-angellist); } +.#{$la-css-prefix}-angle-double-down:before { content: la-content($la-angle-double-down); } +.#{$la-css-prefix}-angle-double-left:before { content: la-content($la-angle-double-left); } +.#{$la-css-prefix}-angle-double-right:before { content: la-content($la-angle-double-right); } +.#{$la-css-prefix}-angle-double-up:before { content: la-content($la-angle-double-up); } +.#{$la-css-prefix}-angle-down:before { content: la-content($la-angle-down); } +.#{$la-css-prefix}-angle-left:before { content: la-content($la-angle-left); } +.#{$la-css-prefix}-angle-right:before { content: la-content($la-angle-right); } +.#{$la-css-prefix}-angle-up:before { content: la-content($la-angle-up); } +.#{$la-css-prefix}-angry:before { content: la-content($la-angry); } +.#{$la-css-prefix}-angrycreative:before { content: la-content($la-angrycreative); } +.#{$la-css-prefix}-angular:before { content: la-content($la-angular); } +.#{$la-css-prefix}-ankh:before { content: la-content($la-ankh); } +.#{$la-css-prefix}-app-store:before { content: la-content($la-app-store); } +.#{$la-css-prefix}-app-store-ios:before { content: la-content($la-app-store-ios); } +.#{$la-css-prefix}-apper:before { content: la-content($la-apper); } +.#{$la-css-prefix}-apple:before { content: la-content($la-apple); } +.#{$la-css-prefix}-apple-alt:before { content: la-content($la-apple-alt); } +.#{$la-css-prefix}-apple-pay:before { content: la-content($la-apple-pay); } +.#{$la-css-prefix}-archive:before { content: la-content($la-archive); } +.#{$la-css-prefix}-archway:before { content: la-content($la-archway); } +.#{$la-css-prefix}-arrow-alt-circle-down:before { content: la-content($la-arrow-alt-circle-down); } +.#{$la-css-prefix}-arrow-alt-circle-left:before { content: la-content($la-arrow-alt-circle-left); } +.#{$la-css-prefix}-arrow-alt-circle-right:before { content: la-content($la-arrow-alt-circle-right); } +.#{$la-css-prefix}-arrow-alt-circle-up:before { content: la-content($la-arrow-alt-circle-up); } +.#{$la-css-prefix}-arrow-circle-down:before { content: la-content($la-arrow-circle-down); } +.#{$la-css-prefix}-arrow-circle-left:before { content: la-content($la-arrow-circle-left); } +.#{$la-css-prefix}-arrow-circle-right:before { content: la-content($la-arrow-circle-right); } +.#{$la-css-prefix}-arrow-circle-up:before { content: la-content($la-arrow-circle-up); } +.#{$la-css-prefix}-arrow-down:before { content: la-content($la-arrow-down); } +.#{$la-css-prefix}-arrow-left:before { content: la-content($la-arrow-left); } +.#{$la-css-prefix}-arrow-right:before { content: la-content($la-arrow-right); } +.#{$la-css-prefix}-arrow-up:before { content: la-content($la-arrow-up); } +.#{$la-css-prefix}-arrows-alt:before { content: la-content($la-arrows-alt); } +.#{$la-css-prefix}-arrows-alt-h:before { content: la-content($la-arrows-alt-h); } +.#{$la-css-prefix}-arrows-alt-v:before { content: la-content($la-arrows-alt-v); } +.#{$la-css-prefix}-artstation:before { content: la-content($la-artstation); } +.#{$la-css-prefix}-assistive-listening-systems:before { content: la-content($la-assistive-listening-systems); } +.#{$la-css-prefix}-asterisk:before { content: la-content($la-asterisk); } +.#{$la-css-prefix}-asymmetrik:before { content: la-content($la-asymmetrik); } +.#{$la-css-prefix}-at:before { content: la-content($la-at); } +.#{$la-css-prefix}-atlas:before { content: la-content($la-atlas); } +.#{$la-css-prefix}-atlassian:before { content: la-content($la-atlassian); } +.#{$la-css-prefix}-atom:before { content: la-content($la-atom); } +.#{$la-css-prefix}-audible:before { content: la-content($la-audible); } +.#{$la-css-prefix}-audio-description:before { content: la-content($la-audio-description); } +.#{$la-css-prefix}-autoprefixer:before { content: la-content($la-autoprefixer); } +.#{$la-css-prefix}-avianex:before { content: la-content($la-avianex); } +.#{$la-css-prefix}-aviato:before { content: la-content($la-aviato); } +.#{$la-css-prefix}-award:before { content: la-content($la-award); } +.#{$la-css-prefix}-aws:before { content: la-content($la-aws); } +.#{$la-css-prefix}-baby:before { content: la-content($la-baby); } +.#{$la-css-prefix}-baby-carriage:before { content: la-content($la-baby-carriage); } +.#{$la-css-prefix}-backspace:before { content: la-content($la-backspace); } +.#{$la-css-prefix}-backward:before { content: la-content($la-backward); } +.#{$la-css-prefix}-bacon:before { content: la-content($la-bacon); } +.#{$la-css-prefix}-balance-scale:before { content: la-content($la-balance-scale); } +.#{$la-css-prefix}-balance-scale-left:before { content: la-content($la-balance-scale-left); } +.#{$la-css-prefix}-balance-scale-right:before { content: la-content($la-balance-scale-right); } +.#{$la-css-prefix}-ban:before { content: la-content($la-ban); } +.#{$la-css-prefix}-band-aid:before { content: la-content($la-band-aid); } +.#{$la-css-prefix}-bandcamp:before { content: la-content($la-bandcamp); } +.#{$la-css-prefix}-barcode:before { content: la-content($la-barcode); } +.#{$la-css-prefix}-bars:before { content: la-content($la-bars); } +.#{$la-css-prefix}-baseball-ball:before { content: la-content($la-baseball-ball); } +.#{$la-css-prefix}-basketball-ball:before { content: la-content($la-basketball-ball); } +.#{$la-css-prefix}-bath:before { content: la-content($la-bath); } +.#{$la-css-prefix}-battery-empty:before { content: la-content($la-battery-empty); } +.#{$la-css-prefix}-battery-full:before { content: la-content($la-battery-full); } +.#{$la-css-prefix}-battery-half:before { content: la-content($la-battery-half); } +.#{$la-css-prefix}-battery-quarter:before { content: la-content($la-battery-quarter); } +.#{$la-css-prefix}-battery-three-quarters:before { content: la-content($la-battery-three-quarters); } +.#{$la-css-prefix}-battle-net:before { content: la-content($la-battle-net); } +.#{$la-css-prefix}-bed:before { content: la-content($la-bed); } +.#{$la-css-prefix}-beer:before { content: la-content($la-beer); } +.#{$la-css-prefix}-behance:before { content: la-content($la-behance); } +.#{$la-css-prefix}-behance-square:before { content: la-content($la-behance-square); } +.#{$la-css-prefix}-bell:before { content: la-content($la-bell); } +.#{$la-css-prefix}-bell-slash:before { content: la-content($la-bell-slash); } +.#{$la-css-prefix}-bezier-curve:before { content: la-content($la-bezier-curve); } +.#{$la-css-prefix}-bible:before { content: la-content($la-bible); } +.#{$la-css-prefix}-bicycle:before { content: la-content($la-bicycle); } +.#{$la-css-prefix}-biking:before { content: la-content($la-biking); } +.#{$la-css-prefix}-bimobject:before { content: la-content($la-bimobject); } +.#{$la-css-prefix}-binoculars:before { content: la-content($la-binoculars); } +.#{$la-css-prefix}-biohazard:before { content: la-content($la-biohazard); } +.#{$la-css-prefix}-birthday-cake:before { content: la-content($la-birthday-cake); } +.#{$la-css-prefix}-bitbucket:before { content: la-content($la-bitbucket); } +.#{$la-css-prefix}-bitcoin:before { content: la-content($la-bitcoin); } +.#{$la-css-prefix}-bity:before { content: la-content($la-bity); } +.#{$la-css-prefix}-black-tie:before { content: la-content($la-black-tie); } +.#{$la-css-prefix}-blackberry:before { content: la-content($la-blackberry); } +.#{$la-css-prefix}-blender:before { content: la-content($la-blender); } +.#{$la-css-prefix}-blender-phone:before { content: la-content($la-blender-phone); } +.#{$la-css-prefix}-blind:before { content: la-content($la-blind); } +.#{$la-css-prefix}-blog:before { content: la-content($la-blog); } +.#{$la-css-prefix}-blogger:before { content: la-content($la-blogger); } +.#{$la-css-prefix}-blogger-b:before { content: la-content($la-blogger-b); } +.#{$la-css-prefix}-bluetooth:before { content: la-content($la-bluetooth); } +.#{$la-css-prefix}-bluetooth-b:before { content: la-content($la-bluetooth-b); } +.#{$la-css-prefix}-bold:before { content: la-content($la-bold); } +.#{$la-css-prefix}-bolt:before { content: la-content($la-bolt); } +.#{$la-css-prefix}-bomb:before { content: la-content($la-bomb); } +.#{$la-css-prefix}-bone:before { content: la-content($la-bone); } +.#{$la-css-prefix}-bong:before { content: la-content($la-bong); } +.#{$la-css-prefix}-book:before { content: la-content($la-book); } +.#{$la-css-prefix}-book-dead:before { content: la-content($la-book-dead); } +.#{$la-css-prefix}-book-medical:before { content: la-content($la-book-medical); } +.#{$la-css-prefix}-book-open:before { content: la-content($la-book-open); } +.#{$la-css-prefix}-book-reader:before { content: la-content($la-book-reader); } +.#{$la-css-prefix}-bookmark:before { content: la-content($la-bookmark); } +.#{$la-css-prefix}-bootstrap:before { content: la-content($la-bootstrap); } +.#{$la-css-prefix}-border-all:before { content: la-content($la-border-all); } +.#{$la-css-prefix}-border-none:before { content: la-content($la-border-none); } +.#{$la-css-prefix}-border-style:before { content: la-content($la-border-style); } +.#{$la-css-prefix}-bowling-ball:before { content: la-content($la-bowling-ball); } +.#{$la-css-prefix}-box:before { content: la-content($la-box); } +.#{$la-css-prefix}-box-open:before { content: la-content($la-box-open); } +.#{$la-css-prefix}-boxes:before { content: la-content($la-boxes); } +.#{$la-css-prefix}-braille:before { content: la-content($la-braille); } +.#{$la-css-prefix}-brain:before { content: la-content($la-brain); } +.#{$la-css-prefix}-bread-slice:before { content: la-content($la-bread-slice); } +.#{$la-css-prefix}-briefcase:before { content: la-content($la-briefcase); } +.#{$la-css-prefix}-briefcase-medical:before { content: la-content($la-briefcase-medical); } +.#{$la-css-prefix}-broadcast-tower:before { content: la-content($la-broadcast-tower); } +.#{$la-css-prefix}-broom:before { content: la-content($la-broom); } +.#{$la-css-prefix}-brush:before { content: la-content($la-brush); } +.#{$la-css-prefix}-btc:before { content: la-content($la-btc); } +.#{$la-css-prefix}-buffer:before { content: la-content($la-buffer); } +.#{$la-css-prefix}-bug:before { content: la-content($la-bug); } +.#{$la-css-prefix}-building:before { content: la-content($la-building); } +.#{$la-css-prefix}-bullhorn:before { content: la-content($la-bullhorn); } +.#{$la-css-prefix}-bullseye:before { content: la-content($la-bullseye); } +.#{$la-css-prefix}-burn:before { content: la-content($la-burn); } +.#{$la-css-prefix}-buromobelexperte:before { content: la-content($la-buromobelexperte); } +.#{$la-css-prefix}-bus:before { content: la-content($la-bus); } +.#{$la-css-prefix}-bus-alt:before { content: la-content($la-bus-alt); } +.#{$la-css-prefix}-business-time:before { content: la-content($la-business-time); } +.#{$la-css-prefix}-buysellads:before { content: la-content($la-buysellads); } +.#{$la-css-prefix}-calculator:before { content: la-content($la-calculator); } +.#{$la-css-prefix}-calendar:before { content: la-content($la-calendar); } +.#{$la-css-prefix}-calendar-alt:before { content: la-content($la-calendar-alt); } +.#{$la-css-prefix}-calendar-check:before { content: la-content($la-calendar-check); } +.#{$la-css-prefix}-calendar-day:before { content: la-content($la-calendar-day); } +.#{$la-css-prefix}-calendar-minus:before { content: la-content($la-calendar-minus); } +.#{$la-css-prefix}-calendar-plus:before { content: la-content($la-calendar-plus); } +.#{$la-css-prefix}-calendar-times:before { content: la-content($la-calendar-times); } +.#{$la-css-prefix}-calendar-week:before { content: la-content($la-calendar-week); } +.#{$la-css-prefix}-camera:before { content: la-content($la-camera); } +.#{$la-css-prefix}-camera-retro:before { content: la-content($la-camera-retro); } +.#{$la-css-prefix}-campground:before { content: la-content($la-campground); } +.#{$la-css-prefix}-canadian-maple-leaf:before { content: la-content($la-canadian-maple-leaf); } +.#{$la-css-prefix}-candy-cane:before { content: la-content($la-candy-cane); } +.#{$la-css-prefix}-cannabis:before { content: la-content($la-cannabis); } +.#{$la-css-prefix}-capsules:before { content: la-content($la-capsules); } +.#{$la-css-prefix}-car:before { content: la-content($la-car); } +.#{$la-css-prefix}-car-alt:before { content: la-content($la-car-alt); } +.#{$la-css-prefix}-car-battery:before { content: la-content($la-car-battery); } +.#{$la-css-prefix}-car-crash:before { content: la-content($la-car-crash); } +.#{$la-css-prefix}-car-side:before { content: la-content($la-car-side); } +.#{$la-css-prefix}-caret-down:before { content: la-content($la-caret-down); } +.#{$la-css-prefix}-caret-left:before { content: la-content($la-caret-left); } +.#{$la-css-prefix}-caret-right:before { content: la-content($la-caret-right); } +.#{$la-css-prefix}-caret-square-down:before { content: la-content($la-caret-square-down); } +.#{$la-css-prefix}-caret-square-left:before { content: la-content($la-caret-square-left); } +.#{$la-css-prefix}-caret-square-right:before { content: la-content($la-caret-square-right); } +.#{$la-css-prefix}-caret-square-up:before { content: la-content($la-caret-square-up); } +.#{$la-css-prefix}-caret-up:before { content: la-content($la-caret-up); } +.#{$la-css-prefix}-carrot:before { content: la-content($la-carrot); } +.#{$la-css-prefix}-cart-arrow-down:before { content: la-content($la-cart-arrow-down); } +.#{$la-css-prefix}-cart-plus:before { content: la-content($la-cart-plus); } +.#{$la-css-prefix}-cash-register:before { content: la-content($la-cash-register); } +.#{$la-css-prefix}-cat:before { content: la-content($la-cat); } +.#{$la-css-prefix}-cc-amazon-pay:before { content: la-content($la-cc-amazon-pay); } +.#{$la-css-prefix}-cc-amex:before { content: la-content($la-cc-amex); } +.#{$la-css-prefix}-cc-apple-pay:before { content: la-content($la-cc-apple-pay); } +.#{$la-css-prefix}-cc-diners-club:before { content: la-content($la-cc-diners-club); } +.#{$la-css-prefix}-cc-discover:before { content: la-content($la-cc-discover); } +.#{$la-css-prefix}-cc-jcb:before { content: la-content($la-cc-jcb); } +.#{$la-css-prefix}-cc-mastercard:before { content: la-content($la-cc-mastercard); } +.#{$la-css-prefix}-cc-paypal:before { content: la-content($la-cc-paypal); } +.#{$la-css-prefix}-cc-stripe:before { content: la-content($la-cc-stripe); } +.#{$la-css-prefix}-cc-visa:before { content: la-content($la-cc-visa); } +.#{$la-css-prefix}-centercode:before { content: la-content($la-centercode); } +.#{$la-css-prefix}-centos:before { content: la-content($la-centos); } +.#{$la-css-prefix}-certificate:before { content: la-content($la-certificate); } +.#{$la-css-prefix}-chair:before { content: la-content($la-chair); } +.#{$la-css-prefix}-chalkboard:before { content: la-content($la-chalkboard); } +.#{$la-css-prefix}-chalkboard-teacher:before { content: la-content($la-chalkboard-teacher); } +.#{$la-css-prefix}-charging-station:before { content: la-content($la-charging-station); } +.#{$la-css-prefix}-chart-area:before { content: la-content($la-chart-area); } +.#{$la-css-prefix}-chart-bar:before { content: la-content($la-chart-bar); } +.#{$la-css-prefix}-chart-line:before { content: la-content($la-chart-line); } +.#{$la-css-prefix}-chart-pie:before { content: la-content($la-chart-pie); } +.#{$la-css-prefix}-check:before { content: la-content($la-check); } +.#{$la-css-prefix}-check-circle:before { content: la-content($la-check-circle); } +.#{$la-css-prefix}-check-double:before { content: la-content($la-check-double); } +.#{$la-css-prefix}-check-square:before { content: la-content($la-check-square); } +.#{$la-css-prefix}-cheese:before { content: la-content($la-cheese); } +.#{$la-css-prefix}-chess:before { content: la-content($la-chess); } +.#{$la-css-prefix}-chess-bishop:before { content: la-content($la-chess-bishop); } +.#{$la-css-prefix}-chess-board:before { content: la-content($la-chess-board); } +.#{$la-css-prefix}-chess-king:before { content: la-content($la-chess-king); } +.#{$la-css-prefix}-chess-knight:before { content: la-content($la-chess-knight); } +.#{$la-css-prefix}-chess-pawn:before { content: la-content($la-chess-pawn); } +.#{$la-css-prefix}-chess-queen:before { content: la-content($la-chess-queen); } +.#{$la-css-prefix}-chess-rook:before { content: la-content($la-chess-rook); } +.#{$la-css-prefix}-chevron-circle-down:before { content: la-content($la-chevron-circle-down); } +.#{$la-css-prefix}-chevron-circle-left:before { content: la-content($la-chevron-circle-left); } +.#{$la-css-prefix}-chevron-circle-right:before { content: la-content($la-chevron-circle-right); } +.#{$la-css-prefix}-chevron-circle-up:before { content: la-content($la-chevron-circle-up); } +.#{$la-css-prefix}-chevron-down:before { content: la-content($la-chevron-down); } +.#{$la-css-prefix}-chevron-left:before { content: la-content($la-chevron-left); } +.#{$la-css-prefix}-chevron-right:before { content: la-content($la-chevron-right); } +.#{$la-css-prefix}-chevron-up:before { content: la-content($la-chevron-up); } +.#{$la-css-prefix}-child:before { content: la-content($la-child); } +.#{$la-css-prefix}-chrome:before { content: la-content($la-chrome); } +.#{$la-css-prefix}-chromecast:before { content: la-content($la-chromecast); } +.#{$la-css-prefix}-church:before { content: la-content($la-church); } +.#{$la-css-prefix}-circle:before { content: la-content($la-circle); } +.#{$la-css-prefix}-circle-notch:before { content: la-content($la-circle-notch); } +.#{$la-css-prefix}-city:before { content: la-content($la-city); } +.#{$la-css-prefix}-clinic-medical:before { content: la-content($la-clinic-medical); } +.#{$la-css-prefix}-clipboard:before { content: la-content($la-clipboard); } +.#{$la-css-prefix}-clipboard-check:before { content: la-content($la-clipboard-check); } +.#{$la-css-prefix}-clipboard-list:before { content: la-content($la-clipboard-list); } +.#{$la-css-prefix}-clock:before { content: la-content($la-clock); } +.#{$la-css-prefix}-clone:before { content: la-content($la-clone); } +.#{$la-css-prefix}-closed-captioning:before { content: la-content($la-closed-captioning); } +.#{$la-css-prefix}-cloud:before { content: la-content($la-cloud); } +.#{$la-css-prefix}-cloud-download-alt:before { content: la-content($la-cloud-download-alt); } +.#{$la-css-prefix}-cloud-meatball:before { content: la-content($la-cloud-meatball); } +.#{$la-css-prefix}-cloud-moon:before { content: la-content($la-cloud-moon); } +.#{$la-css-prefix}-cloud-moon-rain:before { content: la-content($la-cloud-moon-rain); } +.#{$la-css-prefix}-cloud-rain:before { content: la-content($la-cloud-rain); } +.#{$la-css-prefix}-cloud-showers-heavy:before { content: la-content($la-cloud-showers-heavy); } +.#{$la-css-prefix}-cloud-sun:before { content: la-content($la-cloud-sun); } +.#{$la-css-prefix}-cloud-sun-rain:before { content: la-content($la-cloud-sun-rain); } +.#{$la-css-prefix}-cloud-upload-alt:before { content: la-content($la-cloud-upload-alt); } +.#{$la-css-prefix}-cloudscale:before { content: la-content($la-cloudscale); } +.#{$la-css-prefix}-cloudsmith:before { content: la-content($la-cloudsmith); } +.#{$la-css-prefix}-cloudversify:before { content: la-content($la-cloudversify); } +.#{$la-css-prefix}-cocktail:before { content: la-content($la-cocktail); } +.#{$la-css-prefix}-code:before { content: la-content($la-code); } +.#{$la-css-prefix}-code-branch:before { content: la-content($la-code-branch); } +.#{$la-css-prefix}-codepen:before { content: la-content($la-codepen); } +.#{$la-css-prefix}-codiepie:before { content: la-content($la-codiepie); } +.#{$la-css-prefix}-coffee:before { content: la-content($la-coffee); } +.#{$la-css-prefix}-cog:before { content: la-content($la-cog); } +.#{$la-css-prefix}-cogs:before { content: la-content($la-cogs); } +.#{$la-css-prefix}-coins:before { content: la-content($la-coins); } +.#{$la-css-prefix}-columns:before { content: la-content($la-columns); } +.#{$la-css-prefix}-comment:before { content: la-content($la-comment); } +.#{$la-css-prefix}-comment-alt:before { content: la-content($la-comment-alt); } +.#{$la-css-prefix}-comment-dollar:before { content: la-content($la-comment-dollar); } +.#{$la-css-prefix}-comment-dots:before { content: la-content($la-comment-dots); } +.#{$la-css-prefix}-comment-medical:before { content: la-content($la-comment-medical); } +.#{$la-css-prefix}-comment-slash:before { content: la-content($la-comment-slash); } +.#{$la-css-prefix}-comments:before { content: la-content($la-comments); } +.#{$la-css-prefix}-comments-dollar:before { content: la-content($la-comments-dollar); } +.#{$la-css-prefix}-compact-disc:before { content: la-content($la-compact-disc); } +.#{$la-css-prefix}-compass:before { content: la-content($la-compass); } +.#{$la-css-prefix}-compress:before { content: la-content($la-compress); } +.#{$la-css-prefix}-compress-arrows-alt:before { content: la-content($la-compress-arrows-alt); } +.#{$la-css-prefix}-concierge-bell:before { content: la-content($la-concierge-bell); } +.#{$la-css-prefix}-confluence:before { content: la-content($la-confluence); } +.#{$la-css-prefix}-connectdevelop:before { content: la-content($la-connectdevelop); } +.#{$la-css-prefix}-contao:before { content: la-content($la-contao); } +.#{$la-css-prefix}-cookie:before { content: la-content($la-cookie); } +.#{$la-css-prefix}-cookie-bite:before { content: la-content($la-cookie-bite); } +.#{$la-css-prefix}-copy:before { content: la-content($la-copy); } +.#{$la-css-prefix}-copyright:before { content: la-content($la-copyright); } +.#{$la-css-prefix}-cotton-bureau:before { content: la-content($la-cotton-bureau); } +.#{$la-css-prefix}-couch:before { content: la-content($la-couch); } +.#{$la-css-prefix}-cpanel:before { content: la-content($la-cpanel); } +.#{$la-css-prefix}-creative-commons:before { content: la-content($la-creative-commons); } +.#{$la-css-prefix}-creative-commons-by:before { content: la-content($la-creative-commons-by); } +.#{$la-css-prefix}-creative-commons-nc:before { content: la-content($la-creative-commons-nc); } +.#{$la-css-prefix}-creative-commons-nc-eu:before { content: la-content($la-creative-commons-nc-eu); } +.#{$la-css-prefix}-creative-commons-nc-jp:before { content: la-content($la-creative-commons-nc-jp); } +.#{$la-css-prefix}-creative-commons-nd:before { content: la-content($la-creative-commons-nd); } +.#{$la-css-prefix}-creative-commons-pd:before { content: la-content($la-creative-commons-pd); } +.#{$la-css-prefix}-creative-commons-pd-alt:before { content: la-content($la-creative-commons-pd-alt); } +.#{$la-css-prefix}-creative-commons-remix:before { content: la-content($la-creative-commons-remix); } +.#{$la-css-prefix}-creative-commons-sa:before { content: la-content($la-creative-commons-sa); } +.#{$la-css-prefix}-creative-commons-sampling:before { content: la-content($la-creative-commons-sampling); } +.#{$la-css-prefix}-creative-commons-sampling-plus:before { content: la-content($la-creative-commons-sampling-plus); } +.#{$la-css-prefix}-creative-commons-share:before { content: la-content($la-creative-commons-share); } +.#{$la-css-prefix}-creative-commons-zero:before { content: la-content($la-creative-commons-zero); } +.#{$la-css-prefix}-credit-card:before { content: la-content($la-credit-card); } +.#{$la-css-prefix}-critical-role:before { content: la-content($la-critical-role); } +.#{$la-css-prefix}-crop:before { content: la-content($la-crop); } +.#{$la-css-prefix}-crop-alt:before { content: la-content($la-crop-alt); } +.#{$la-css-prefix}-cross:before { content: la-content($la-cross); } +.#{$la-css-prefix}-crosshairs:before { content: la-content($la-crosshairs); } +.#{$la-css-prefix}-crow:before { content: la-content($la-crow); } +.#{$la-css-prefix}-crown:before { content: la-content($la-crown); } +.#{$la-css-prefix}-crutch:before { content: la-content($la-crutch); } +.#{$la-css-prefix}-css3:before { content: la-content($la-css3); } +.#{$la-css-prefix}-css3-alt:before { content: la-content($la-css3-alt); } +.#{$la-css-prefix}-cube:before { content: la-content($la-cube); } +.#{$la-css-prefix}-cubes:before { content: la-content($la-cubes); } +.#{$la-css-prefix}-cut:before { content: la-content($la-cut); } +.#{$la-css-prefix}-cuttlefish:before { content: la-content($la-cuttlefish); } +.#{$la-css-prefix}-d-and-d:before { content: la-content($la-d-and-d); } +.#{$la-css-prefix}-d-and-d-beyond:before { content: la-content($la-d-and-d-beyond); } +.#{$la-css-prefix}-dashcube:before { content: la-content($la-dashcube); } +.#{$la-css-prefix}-database:before { content: la-content($la-database); } +.#{$la-css-prefix}-deaf:before { content: la-content($la-deaf); } +.#{$la-css-prefix}-delicious:before { content: la-content($la-delicious); } +.#{$la-css-prefix}-democrat:before { content: la-content($la-democrat); } +.#{$la-css-prefix}-deploydog:before { content: la-content($la-deploydog); } +.#{$la-css-prefix}-deskpro:before { content: la-content($la-deskpro); } +.#{$la-css-prefix}-desktop:before { content: la-content($la-desktop); } +.#{$la-css-prefix}-dev:before { content: la-content($la-dev); } +.#{$la-css-prefix}-deviantart:before { content: la-content($la-deviantart); } +.#{$la-css-prefix}-dharmachakra:before { content: la-content($la-dharmachakra); } +.#{$la-css-prefix}-dhl:before { content: la-content($la-dhl); } +.#{$la-css-prefix}-diagnoses:before { content: la-content($la-diagnoses); } +.#{$la-css-prefix}-diaspora:before { content: la-content($la-diaspora); } +.#{$la-css-prefix}-dice:before { content: la-content($la-dice); } +.#{$la-css-prefix}-dice-d20:before { content: la-content($la-dice-d20); } +.#{$la-css-prefix}-dice-d6:before { content: la-content($la-dice-d6); } +.#{$la-css-prefix}-dice-five:before { content: la-content($la-dice-five); } +.#{$la-css-prefix}-dice-four:before { content: la-content($la-dice-four); } +.#{$la-css-prefix}-dice-one:before { content: la-content($la-dice-one); } +.#{$la-css-prefix}-dice-six:before { content: la-content($la-dice-six); } +.#{$la-css-prefix}-dice-three:before { content: la-content($la-dice-three); } +.#{$la-css-prefix}-dice-two:before { content: la-content($la-dice-two); } +.#{$la-css-prefix}-digg:before { content: la-content($la-digg); } +.#{$la-css-prefix}-digital-ocean:before { content: la-content($la-digital-ocean); } +.#{$la-css-prefix}-digital-tachograph:before { content: la-content($la-digital-tachograph); } +.#{$la-css-prefix}-directions:before { content: la-content($la-directions); } +.#{$la-css-prefix}-discord:before { content: la-content($la-discord); } +.#{$la-css-prefix}-discourse:before { content: la-content($la-discourse); } +.#{$la-css-prefix}-divide:before { content: la-content($la-divide); } +.#{$la-css-prefix}-dizzy:before { content: la-content($la-dizzy); } +.#{$la-css-prefix}-dna:before { content: la-content($la-dna); } +.#{$la-css-prefix}-dochub:before { content: la-content($la-dochub); } +.#{$la-css-prefix}-docker:before { content: la-content($la-docker); } +.#{$la-css-prefix}-dog:before { content: la-content($la-dog); } +.#{$la-css-prefix}-dollar-sign:before { content: la-content($la-dollar-sign); } +.#{$la-css-prefix}-dolly:before { content: la-content($la-dolly); } +.#{$la-css-prefix}-dolly-flatbed:before { content: la-content($la-dolly-flatbed); } +.#{$la-css-prefix}-donate:before { content: la-content($la-donate); } +.#{$la-css-prefix}-door-closed:before { content: la-content($la-door-closed); } +.#{$la-css-prefix}-door-open:before { content: la-content($la-door-open); } +.#{$la-css-prefix}-dot-circle:before { content: la-content($la-dot-circle); } +.#{$la-css-prefix}-dove:before { content: la-content($la-dove); } +.#{$la-css-prefix}-download:before { content: la-content($la-download); } +.#{$la-css-prefix}-draft2digital:before { content: la-content($la-draft2digital); } +.#{$la-css-prefix}-drafting-compass:before { content: la-content($la-drafting-compass); } +.#{$la-css-prefix}-dragon:before { content: la-content($la-dragon); } +.#{$la-css-prefix}-draw-polygon:before { content: la-content($la-draw-polygon); } +.#{$la-css-prefix}-dribbble:before { content: la-content($la-dribbble); } +.#{$la-css-prefix}-dribbble-square:before { content: la-content($la-dribbble-square); } +.#{$la-css-prefix}-dropbox:before { content: la-content($la-dropbox); } +.#{$la-css-prefix}-drum:before { content: la-content($la-drum); } +.#{$la-css-prefix}-drum-steelpan:before { content: la-content($la-drum-steelpan); } +.#{$la-css-prefix}-drumstick-bite:before { content: la-content($la-drumstick-bite); } +.#{$la-css-prefix}-drupal:before { content: la-content($la-drupal); } +.#{$la-css-prefix}-dumbbell:before { content: la-content($la-dumbbell); } +.#{$la-css-prefix}-dumpster:before { content: la-content($la-dumpster); } +.#{$la-css-prefix}-dumpster-fire:before { content: la-content($la-dumpster-fire); } +.#{$la-css-prefix}-dungeon:before { content: la-content($la-dungeon); } +.#{$la-css-prefix}-dyalog:before { content: la-content($la-dyalog); } +.#{$la-css-prefix}-earlybirds:before { content: la-content($la-earlybirds); } +.#{$la-css-prefix}-ebay:before { content: la-content($la-ebay); } +.#{$la-css-prefix}-edge:before { content: la-content($la-edge); } +.#{$la-css-prefix}-edit:before { content: la-content($la-edit); } +.#{$la-css-prefix}-egg:before { content: la-content($la-egg); } +.#{$la-css-prefix}-eject:before { content: la-content($la-eject); } +.#{$la-css-prefix}-elementor:before { content: la-content($la-elementor); } +.#{$la-css-prefix}-ellipsis-h:before { content: la-content($la-ellipsis-h); } +.#{$la-css-prefix}-ellipsis-v:before { content: la-content($la-ellipsis-v); } +.#{$la-css-prefix}-ello:before { content: la-content($la-ello); } +.#{$la-css-prefix}-ember:before { content: la-content($la-ember); } +.#{$la-css-prefix}-empire:before { content: la-content($la-empire); } +.#{$la-css-prefix}-envelope:before { content: la-content($la-envelope); } +.#{$la-css-prefix}-envelope-open:before { content: la-content($la-envelope-open); } +.#{$la-css-prefix}-envelope-open-text:before { content: la-content($la-envelope-open-text); } +.#{$la-css-prefix}-envelope-square:before { content: la-content($la-envelope-square); } +.#{$la-css-prefix}-envira:before { content: la-content($la-envira); } +.#{$la-css-prefix}-equals:before { content: la-content($la-equals); } +.#{$la-css-prefix}-eraser:before { content: la-content($la-eraser); } +.#{$la-css-prefix}-erlang:before { content: la-content($la-erlang); } +.#{$la-css-prefix}-ethereum:before { content: la-content($la-ethereum); } +.#{$la-css-prefix}-ethernet:before { content: la-content($la-ethernet); } +.#{$la-css-prefix}-etsy:before { content: la-content($la-etsy); } +.#{$la-css-prefix}-euro-sign:before { content: la-content($la-euro-sign); } +.#{$la-css-prefix}-evernote:before { content: la-content($la-evernote); } +.#{$la-css-prefix}-exchange-alt:before { content: la-content($la-exchange-alt); } +.#{$la-css-prefix}-exclamation:before { content: la-content($la-exclamation); } +.#{$la-css-prefix}-exclamation-circle:before { content: la-content($la-exclamation-circle); } +.#{$la-css-prefix}-exclamation-triangle:before { content: la-content($la-exclamation-triangle); } +.#{$la-css-prefix}-expand:before { content: la-content($la-expand); } +.#{$la-css-prefix}-expand-arrows-alt:before { content: la-content($la-expand-arrows-alt); } +.#{$la-css-prefix}-expeditedssl:before { content: la-content($la-expeditedssl); } +.#{$la-css-prefix}-external-link-alt:before { content: la-content($la-external-link-alt); } +.#{$la-css-prefix}-external-link-square-alt:before { content: la-content($la-external-link-square-alt); } +.#{$la-css-prefix}-eye:before { content: la-content($la-eye); } +.#{$la-css-prefix}-eye-dropper:before { content: la-content($la-eye-dropper); } +.#{$la-css-prefix}-eye-slash:before { content: la-content($la-eye-slash); } +.#{$la-css-prefix}-facebook:before { content: la-content($la-facebook); } +.#{$la-css-prefix}-facebook-f:before { content: la-content($la-facebook-f); } +.#{$la-css-prefix}-facebook-messenger:before { content: la-content($la-facebook-messenger); } +.#{$la-css-prefix}-facebook-square:before { content: la-content($la-facebook-square); } +.#{$la-css-prefix}-fan:before { content: la-content($la-fan); } +.#{$la-css-prefix}-fantasy-flight-games:before { content: la-content($la-fantasy-flight-games); } +.#{$la-css-prefix}-fast-backward:before { content: la-content($la-fast-backward); } +.#{$la-css-prefix}-fast-forward:before { content: la-content($la-fast-forward); } +.#{$la-css-prefix}-fax:before { content: la-content($la-fax); } +.#{$la-css-prefix}-feather:before { content: la-content($la-feather); } +.#{$la-css-prefix}-feather-alt:before { content: la-content($la-feather-alt); } +.#{$la-css-prefix}-fedex:before { content: la-content($la-fedex); } +.#{$la-css-prefix}-fedora:before { content: la-content($la-fedora); } +.#{$la-css-prefix}-female:before { content: la-content($la-female); } +.#{$la-css-prefix}-fighter-jet:before { content: la-content($la-fighter-jet); } +.#{$la-css-prefix}-figma:before { content: la-content($la-figma); } +.#{$la-css-prefix}-file:before { content: la-content($la-file); } +.#{$la-css-prefix}-file-alt:before { content: la-content($la-file-alt); } +.#{$la-css-prefix}-file-archive:before { content: la-content($la-file-archive); } +.#{$la-css-prefix}-file-audio:before { content: la-content($la-file-audio); } +.#{$la-css-prefix}-file-code:before { content: la-content($la-file-code); } +.#{$la-css-prefix}-file-contract:before { content: la-content($la-file-contract); } +.#{$la-css-prefix}-file-csv:before { content: la-content($la-file-csv); } +.#{$la-css-prefix}-file-download:before { content: la-content($la-file-download); } +.#{$la-css-prefix}-file-excel:before { content: la-content($la-file-excel); } +.#{$la-css-prefix}-file-export:before { content: la-content($la-file-export); } +.#{$la-css-prefix}-file-image:before { content: la-content($la-file-image); } +.#{$la-css-prefix}-file-import:before { content: la-content($la-file-import); } +.#{$la-css-prefix}-file-invoice:before { content: la-content($la-file-invoice); } +.#{$la-css-prefix}-file-invoice-dollar:before { content: la-content($la-file-invoice-dollar); } +.#{$la-css-prefix}-file-medical:before { content: la-content($la-file-medical); } +.#{$la-css-prefix}-file-medical-alt:before { content: la-content($la-file-medical-alt); } +.#{$la-css-prefix}-file-pdf:before { content: la-content($la-file-pdf); } +.#{$la-css-prefix}-file-powerpoint:before { content: la-content($la-file-powerpoint); } +.#{$la-css-prefix}-file-prescription:before { content: la-content($la-file-prescription); } +.#{$la-css-prefix}-file-signature:before { content: la-content($la-file-signature); } +.#{$la-css-prefix}-file-upload:before { content: la-content($la-file-upload); } +.#{$la-css-prefix}-file-video:before { content: la-content($la-file-video); } +.#{$la-css-prefix}-file-word:before { content: la-content($la-file-word); } +.#{$la-css-prefix}-fill:before { content: la-content($la-fill); } +.#{$la-css-prefix}-fill-drip:before { content: la-content($la-fill-drip); } +.#{$la-css-prefix}-film:before { content: la-content($la-film); } +.#{$la-css-prefix}-filter:before { content: la-content($la-filter); } +.#{$la-css-prefix}-fingerprint:before { content: la-content($la-fingerprint); } +.#{$la-css-prefix}-fire:before { content: la-content($la-fire); } +.#{$la-css-prefix}-fire-alt:before { content: la-content($la-fire-alt); } +.#{$la-css-prefix}-fire-extinguisher:before { content: la-content($la-fire-extinguisher); } +.#{$la-css-prefix}-firefox:before { content: la-content($la-firefox); } +.#{$la-css-prefix}-first-aid:before { content: la-content($la-first-aid); } +.#{$la-css-prefix}-first-order:before { content: la-content($la-first-order); } +.#{$la-css-prefix}-first-order-alt:before { content: la-content($la-first-order-alt); } +.#{$la-css-prefix}-firstdraft:before { content: la-content($la-firstdraft); } +.#{$la-css-prefix}-fish:before { content: la-content($la-fish); } +.#{$la-css-prefix}-fist-raised:before { content: la-content($la-fist-raised); } +.#{$la-css-prefix}-flag:before { content: la-content($la-flag); } +.#{$la-css-prefix}-flag-checkered:before { content: la-content($la-flag-checkered); } +.#{$la-css-prefix}-flag-usa:before { content: la-content($la-flag-usa); } +.#{$la-css-prefix}-flask:before { content: la-content($la-flask); } +.#{$la-css-prefix}-flickr:before { content: la-content($la-flickr); } +.#{$la-css-prefix}-flipboard:before { content: la-content($la-flipboard); } +.#{$la-css-prefix}-flushed:before { content: la-content($la-flushed); } +.#{$la-css-prefix}-fly:before { content: la-content($la-fly); } +.#{$la-css-prefix}-folder:before { content: la-content($la-folder); } +.#{$la-css-prefix}-folder-minus:before { content: la-content($la-folder-minus); } +.#{$la-css-prefix}-folder-open:before { content: la-content($la-folder-open); } +.#{$la-css-prefix}-folder-plus:before { content: la-content($la-folder-plus); } +.#{$la-css-prefix}-font:before { content: la-content($la-font); } +.#{$la-css-prefix}-font-awesome:before { content: la-content($la-font-awesome); } +.#{$la-css-prefix}-font-awesome-alt:before { content: la-content($la-font-awesome-alt); } +.#{$la-css-prefix}-font-awesome-flag:before { content: la-content($la-font-awesome-flag); } +.#{$la-css-prefix}-fonticons:before { content: la-content($la-fonticons); } +.#{$la-css-prefix}-fonticons-fi:before { content: la-content($la-fonticons-fi); } +.#{$la-css-prefix}-football-ball:before { content: la-content($la-football-ball); } +.#{$la-css-prefix}-fort-awesome:before { content: la-content($la-fort-awesome); } +.#{$la-css-prefix}-fort-awesome-alt:before { content: la-content($la-fort-awesome-alt); } +.#{$la-css-prefix}-forumbee:before { content: la-content($la-forumbee); } +.#{$la-css-prefix}-forward:before { content: la-content($la-forward); } +.#{$la-css-prefix}-foursquare:before { content: la-content($la-foursquare); } +.#{$la-css-prefix}-free-code-camp:before { content: la-content($la-free-code-camp); } +.#{$la-css-prefix}-freebsd:before { content: la-content($la-freebsd); } +.#{$la-css-prefix}-frog:before { content: la-content($la-frog); } +.#{$la-css-prefix}-frown:before { content: la-content($la-frown); } +.#{$la-css-prefix}-frown-open:before { content: la-content($la-frown-open); } +.#{$la-css-prefix}-fulcrum:before { content: la-content($la-fulcrum); } +.#{$la-css-prefix}-funnel-dollar:before { content: la-content($la-funnel-dollar); } +.#{$la-css-prefix}-futbol:before { content: la-content($la-futbol); } +.#{$la-css-prefix}-galactic-republic:before { content: la-content($la-galactic-republic); } +.#{$la-css-prefix}-galactic-senate:before { content: la-content($la-galactic-senate); } +.#{$la-css-prefix}-gamepad:before { content: la-content($la-gamepad); } +.#{$la-css-prefix}-gas-pump:before { content: la-content($la-gas-pump); } +.#{$la-css-prefix}-gavel:before { content: la-content($la-gavel); } +.#{$la-css-prefix}-gem:before { content: la-content($la-gem); } +.#{$la-css-prefix}-genderless:before { content: la-content($la-genderless); } +.#{$la-css-prefix}-get-pocket:before { content: la-content($la-get-pocket); } +.#{$la-css-prefix}-gg:before { content: la-content($la-gg); } +.#{$la-css-prefix}-gg-circle:before { content: la-content($la-gg-circle); } +.#{$la-css-prefix}-ghost:before { content: la-content($la-ghost); } +.#{$la-css-prefix}-gift:before { content: la-content($la-gift); } +.#{$la-css-prefix}-gifts:before { content: la-content($la-gifts); } +.#{$la-css-prefix}-git:before { content: la-content($la-git); } +.#{$la-css-prefix}-git-alt:before { content: la-content($la-git-alt); } +.#{$la-css-prefix}-git-square:before { content: la-content($la-git-square); } +.#{$la-css-prefix}-github:before { content: la-content($la-github); } +.#{$la-css-prefix}-github-alt:before { content: la-content($la-github-alt); } +.#{$la-css-prefix}-github-square:before { content: la-content($la-github-square); } +.#{$la-css-prefix}-gitkraken:before { content: la-content($la-gitkraken); } +.#{$la-css-prefix}-gitlab:before { content: la-content($la-gitlab); } +.#{$la-css-prefix}-gitter:before { content: la-content($la-gitter); } +.#{$la-css-prefix}-glass-cheers:before { content: la-content($la-glass-cheers); } +.#{$la-css-prefix}-glass-martini:before { content: la-content($la-glass-martini); } +.#{$la-css-prefix}-glass-martini-alt:before { content: la-content($la-glass-martini-alt); } +.#{$la-css-prefix}-glass-whiskey:before { content: la-content($la-glass-whiskey); } +.#{$la-css-prefix}-glasses:before { content: la-content($la-glasses); } +.#{$la-css-prefix}-glide:before { content: la-content($la-glide); } +.#{$la-css-prefix}-glide-g:before { content: la-content($la-glide-g); } +.#{$la-css-prefix}-globe:before { content: la-content($la-globe); } +.#{$la-css-prefix}-globe-africa:before { content: la-content($la-globe-africa); } +.#{$la-css-prefix}-globe-americas:before { content: la-content($la-globe-americas); } +.#{$la-css-prefix}-globe-asia:before { content: la-content($la-globe-asia); } +.#{$la-css-prefix}-globe-europe:before { content: la-content($la-globe-europe); } +.#{$la-css-prefix}-gofore:before { content: la-content($la-gofore); } +.#{$la-css-prefix}-golf-ball:before { content: la-content($la-golf-ball); } +.#{$la-css-prefix}-goodreads:before { content: la-content($la-goodreads); } +.#{$la-css-prefix}-goodreads-g:before { content: la-content($la-goodreads-g); } +.#{$la-css-prefix}-google:before { content: la-content($la-google); } +.#{$la-css-prefix}-google-drive:before { content: la-content($la-google-drive); } +.#{$la-css-prefix}-google-play:before { content: la-content($la-google-play); } +.#{$la-css-prefix}-google-plus:before { content: la-content($la-google-plus); } +.#{$la-css-prefix}-google-plus-g:before { content: la-content($la-google-plus-g); } +.#{$la-css-prefix}-google-plus-square:before { content: la-content($la-google-plus-square); } +.#{$la-css-prefix}-google-wallet:before { content: la-content($la-google-wallet); } +.#{$la-css-prefix}-gopuram:before { content: la-content($la-gopuram); } +.#{$la-css-prefix}-graduation-cap:before { content: la-content($la-graduation-cap); } +.#{$la-css-prefix}-gratipay:before { content: la-content($la-gratipay); } +.#{$la-css-prefix}-grav:before { content: la-content($la-grav); } +.#{$la-css-prefix}-greater-than:before { content: la-content($la-greater-than); } +.#{$la-css-prefix}-greater-than-equal:before { content: la-content($la-greater-than-equal); } +.#{$la-css-prefix}-grimace:before { content: la-content($la-grimace); } +.#{$la-css-prefix}-grin:before { content: la-content($la-grin); } +.#{$la-css-prefix}-grin-alt:before { content: la-content($la-grin-alt); } +.#{$la-css-prefix}-grin-beam:before { content: la-content($la-grin-beam); } +.#{$la-css-prefix}-grin-beam-sweat:before { content: la-content($la-grin-beam-sweat); } +.#{$la-css-prefix}-grin-hearts:before { content: la-content($la-grin-hearts); } +.#{$la-css-prefix}-grin-squint:before { content: la-content($la-grin-squint); } +.#{$la-css-prefix}-grin-squint-tears:before { content: la-content($la-grin-squint-tears); } +.#{$la-css-prefix}-grin-stars:before { content: la-content($la-grin-stars); } +.#{$la-css-prefix}-grin-tears:before { content: la-content($la-grin-tears); } +.#{$la-css-prefix}-grin-tongue:before { content: la-content($la-grin-tongue); } +.#{$la-css-prefix}-grin-tongue-squint:before { content: la-content($la-grin-tongue-squint); } +.#{$la-css-prefix}-grin-tongue-wink:before { content: la-content($la-grin-tongue-wink); } +.#{$la-css-prefix}-grin-wink:before { content: la-content($la-grin-wink); } +.#{$la-css-prefix}-grip-horizontal:before { content: la-content($la-grip-horizontal); } +.#{$la-css-prefix}-grip-lines:before { content: la-content($la-grip-lines); } +.#{$la-css-prefix}-grip-lines-vertical:before { content: la-content($la-grip-lines-vertical); } +.#{$la-css-prefix}-grip-vertical:before { content: la-content($la-grip-vertical); } +.#{$la-css-prefix}-gripfire:before { content: la-content($la-gripfire); } +.#{$la-css-prefix}-grunt:before { content: la-content($la-grunt); } +.#{$la-css-prefix}-guitar:before { content: la-content($la-guitar); } +.#{$la-css-prefix}-gulp:before { content: la-content($la-gulp); } +.#{$la-css-prefix}-h-square:before { content: la-content($la-h-square); } +.#{$la-css-prefix}-hacker-news:before { content: la-content($la-hacker-news); } +.#{$la-css-prefix}-hacker-news-square:before { content: la-content($la-hacker-news-square); } +.#{$la-css-prefix}-hackerrank:before { content: la-content($la-hackerrank); } +.#{$la-css-prefix}-hamburger:before { content: la-content($la-hamburger); } +.#{$la-css-prefix}-hammer:before { content: la-content($la-hammer); } +.#{$la-css-prefix}-hamsa:before { content: la-content($la-hamsa); } +.#{$la-css-prefix}-hand-holding:before { content: la-content($la-hand-holding); } +.#{$la-css-prefix}-hand-holding-heart:before { content: la-content($la-hand-holding-heart); } +.#{$la-css-prefix}-hand-holding-usd:before { content: la-content($la-hand-holding-usd); } +.#{$la-css-prefix}-hand-lizard:before { content: la-content($la-hand-lizard); } +.#{$la-css-prefix}-hand-middle-finger:before { content: la-content($la-hand-middle-finger); } +.#{$la-css-prefix}-hand-paper:before { content: la-content($la-hand-paper); } +.#{$la-css-prefix}-hand-peace:before { content: la-content($la-hand-peace); } +.#{$la-css-prefix}-hand-point-down:before { content: la-content($la-hand-point-down); } +.#{$la-css-prefix}-hand-point-left:before { content: la-content($la-hand-point-left); } +.#{$la-css-prefix}-hand-point-right:before { content: la-content($la-hand-point-right); } +.#{$la-css-prefix}-hand-point-up:before { content: la-content($la-hand-point-up); } +.#{$la-css-prefix}-hand-pointer:before { content: la-content($la-hand-pointer); } +.#{$la-css-prefix}-hand-rock:before { content: la-content($la-hand-rock); } +.#{$la-css-prefix}-hand-scissors:before { content: la-content($la-hand-scissors); } +.#{$la-css-prefix}-hand-spock:before { content: la-content($la-hand-spock); } +.#{$la-css-prefix}-hands:before { content: la-content($la-hands); } +.#{$la-css-prefix}-hands-helping:before { content: la-content($la-hands-helping); } +.#{$la-css-prefix}-handshake:before { content: la-content($la-handshake); } +.#{$la-css-prefix}-hanukiah:before { content: la-content($la-hanukiah); } +.#{$la-css-prefix}-hard-hat:before { content: la-content($la-hard-hat); } +.#{$la-css-prefix}-hashtag:before { content: la-content($la-hashtag); } +.#{$la-css-prefix}-hat-wizard:before { content: la-content($la-hat-wizard); } +.#{$la-css-prefix}-haykal:before { content: la-content($la-haykal); } +.#{$la-css-prefix}-hdd:before { content: la-content($la-hdd); } +.#{$la-css-prefix}-heading:before { content: la-content($la-heading); } +.#{$la-css-prefix}-headphones:before { content: la-content($la-headphones); } +.#{$la-css-prefix}-headphones-alt:before { content: la-content($la-headphones-alt); } +.#{$la-css-prefix}-headset:before { content: la-content($la-headset); } +.#{$la-css-prefix}-heart:before { content: la-content($la-heart); } +.#{$la-css-prefix}-heart-broken:before { content: la-content($la-heart-broken); } +.#{$la-css-prefix}-heartbeat:before { content: la-content($la-heartbeat); } +.#{$la-css-prefix}-helicopter:before { content: la-content($la-helicopter); } +.#{$la-css-prefix}-highlighter:before { content: la-content($la-highlighter); } +.#{$la-css-prefix}-hiking:before { content: la-content($la-hiking); } +.#{$la-css-prefix}-hippo:before { content: la-content($la-hippo); } +.#{$la-css-prefix}-hips:before { content: la-content($la-hips); } +.#{$la-css-prefix}-hire-a-helper:before { content: la-content($la-hire-a-helper); } +.#{$la-css-prefix}-history:before { content: la-content($la-history); } +.#{$la-css-prefix}-hockey-puck:before { content: la-content($la-hockey-puck); } +.#{$la-css-prefix}-holly-berry:before { content: la-content($la-holly-berry); } +.#{$la-css-prefix}-home:before { content: la-content($la-home); } +.#{$la-css-prefix}-hooli:before { content: la-content($la-hooli); } +.#{$la-css-prefix}-hornbill:before { content: la-content($la-hornbill); } +.#{$la-css-prefix}-horse:before { content: la-content($la-horse); } +.#{$la-css-prefix}-horse-head:before { content: la-content($la-horse-head); } +.#{$la-css-prefix}-hospital:before { content: la-content($la-hospital); } +.#{$la-css-prefix}-hospital-alt:before { content: la-content($la-hospital-alt); } +.#{$la-css-prefix}-hospital-symbol:before { content: la-content($la-hospital-symbol); } +.#{$la-css-prefix}-hot-tub:before { content: la-content($la-hot-tub); } +.#{$la-css-prefix}-hotdog:before { content: la-content($la-hotdog); } +.#{$la-css-prefix}-hotel:before { content: la-content($la-hotel); } +.#{$la-css-prefix}-hotjar:before { content: la-content($la-hotjar); } +.#{$la-css-prefix}-hourglass:before { content: la-content($la-hourglass); } +.#{$la-css-prefix}-hourglass-end:before { content: la-content($la-hourglass-end); } +.#{$la-css-prefix}-hourglass-half:before { content: la-content($la-hourglass-half); } +.#{$la-css-prefix}-hourglass-start:before { content: la-content($la-hourglass-start); } +.#{$la-css-prefix}-house-damage:before { content: la-content($la-house-damage); } +.#{$la-css-prefix}-houzz:before { content: la-content($la-houzz); } +.#{$la-css-prefix}-hryvnia:before { content: la-content($la-hryvnia); } +.#{$la-css-prefix}-html5:before { content: la-content($la-html5); } +.#{$la-css-prefix}-hubspot:before { content: la-content($la-hubspot); } +.#{$la-css-prefix}-i-cursor:before { content: la-content($la-i-cursor); } +.#{$la-css-prefix}-ice-cream:before { content: la-content($la-ice-cream); } +.#{$la-css-prefix}-icicles:before { content: la-content($la-icicles); } +.#{$la-css-prefix}-icons:before { content: la-content($la-icons); } +.#{$la-css-prefix}-id-badge:before { content: la-content($la-id-badge); } +.#{$la-css-prefix}-id-card:before { content: la-content($la-id-card); } +.#{$la-css-prefix}-id-card-alt:before { content: la-content($la-id-card-alt); } +.#{$la-css-prefix}-igloo:before { content: la-content($la-igloo); } +.#{$la-css-prefix}-image:before { content: la-content($la-image); } +.#{$la-css-prefix}-images:before { content: la-content($la-images); } +.#{$la-css-prefix}-imdb:before { content: la-content($la-imdb); } +.#{$la-css-prefix}-inbox:before { content: la-content($la-inbox); } +.#{$la-css-prefix}-indent:before { content: la-content($la-indent); } +.#{$la-css-prefix}-industry:before { content: la-content($la-industry); } +.#{$la-css-prefix}-infinity:before { content: la-content($la-infinity); } +.#{$la-css-prefix}-info:before { content: la-content($la-info); } +.#{$la-css-prefix}-info-circle:before { content: la-content($la-info-circle); } +.#{$la-css-prefix}-instagram:before { content: la-content($la-instagram); } +.#{$la-css-prefix}-intercom:before { content: la-content($la-intercom); } +.#{$la-css-prefix}-internet-explorer:before { content: la-content($la-internet-explorer); } +.#{$la-css-prefix}-invision:before { content: la-content($la-invision); } +.#{$la-css-prefix}-ioxhost:before { content: la-content($la-ioxhost); } +.#{$la-css-prefix}-italic:before { content: la-content($la-italic); } +.#{$la-css-prefix}-itch-io:before { content: la-content($la-itch-io); } +.#{$la-css-prefix}-itunes:before { content: la-content($la-itunes); } +.#{$la-css-prefix}-itunes-note:before { content: la-content($la-itunes-note); } +.#{$la-css-prefix}-java:before { content: la-content($la-java); } +.#{$la-css-prefix}-jedi:before { content: la-content($la-jedi); } +.#{$la-css-prefix}-jedi-order:before { content: la-content($la-jedi-order); } +.#{$la-css-prefix}-jenkins:before { content: la-content($la-jenkins); } +.#{$la-css-prefix}-jira:before { content: la-content($la-jira); } +.#{$la-css-prefix}-joget:before { content: la-content($la-joget); } +.#{$la-css-prefix}-joint:before { content: la-content($la-joint); } +.#{$la-css-prefix}-joomla:before { content: la-content($la-joomla); } +.#{$la-css-prefix}-journal-whills:before { content: la-content($la-journal-whills); } +.#{$la-css-prefix}-js:before { content: la-content($la-js); } +.#{$la-css-prefix}-js-square:before { content: la-content($la-js-square); } +.#{$la-css-prefix}-jsfiddle:before { content: la-content($la-jsfiddle); } +.#{$la-css-prefix}-kaaba:before { content: la-content($la-kaaba); } +.#{$la-css-prefix}-kaggle:before { content: la-content($la-kaggle); } +.#{$la-css-prefix}-key:before { content: la-content($la-key); } +.#{$la-css-prefix}-keybase:before { content: la-content($la-keybase); } +.#{$la-css-prefix}-keyboard:before { content: la-content($la-keyboard); } +.#{$la-css-prefix}-keycdn:before { content: la-content($la-keycdn); } +.#{$la-css-prefix}-khanda:before { content: la-content($la-khanda); } +.#{$la-css-prefix}-kickstarter:before { content: la-content($la-kickstarter); } +.#{$la-css-prefix}-kickstarter-k:before { content: la-content($la-kickstarter-k); } +.#{$la-css-prefix}-kiss:before { content: la-content($la-kiss); } +.#{$la-css-prefix}-kiss-beam:before { content: la-content($la-kiss-beam); } +.#{$la-css-prefix}-kiss-wink-heart:before { content: la-content($la-kiss-wink-heart); } +.#{$la-css-prefix}-kiwi-bird:before { content: la-content($la-kiwi-bird); } +.#{$la-css-prefix}-korvue:before { content: la-content($la-korvue); } +.#{$la-css-prefix}-landmark:before { content: la-content($la-landmark); } +.#{$la-css-prefix}-language:before { content: la-content($la-language); } +.#{$la-css-prefix}-laptop:before { content: la-content($la-laptop); } +.#{$la-css-prefix}-laptop-code:before { content: la-content($la-laptop-code); } +.#{$la-css-prefix}-laptop-medical:before { content: la-content($la-laptop-medical); } +.#{$la-css-prefix}-laravel:before { content: la-content($la-laravel); } +.#{$la-css-prefix}-lastfm:before { content: la-content($la-lastfm); } +.#{$la-css-prefix}-lastfm-square:before { content: la-content($la-lastfm-square); } +.#{$la-css-prefix}-laugh:before { content: la-content($la-laugh); } +.#{$la-css-prefix}-laugh-beam:before { content: la-content($la-laugh-beam); } +.#{$la-css-prefix}-laugh-squint:before { content: la-content($la-laugh-squint); } +.#{$la-css-prefix}-laugh-wink:before { content: la-content($la-laugh-wink); } +.#{$la-css-prefix}-layer-group:before { content: la-content($la-layer-group); } +.#{$la-css-prefix}-leaf:before { content: la-content($la-leaf); } +.#{$la-css-prefix}-leanpub:before { content: la-content($la-leanpub); } +.#{$la-css-prefix}-lemon:before { content: la-content($la-lemon); } +.#{$la-css-prefix}-less:before { content: la-content($la-less); } +.#{$la-css-prefix}-less-than:before { content: la-content($la-less-than); } +.#{$la-css-prefix}-less-than-equal:before { content: la-content($la-less-than-equal); } +.#{$la-css-prefix}-level-down-alt:before { content: la-content($la-level-down-alt); } +.#{$la-css-prefix}-level-up-alt:before { content: la-content($la-level-up-alt); } +.#{$la-css-prefix}-life-ring:before { content: la-content($la-life-ring); } +.#{$la-css-prefix}-lightbulb:before { content: la-content($la-lightbulb); } +.#{$la-css-prefix}-line:before { content: la-content($la-line); } +.#{$la-css-prefix}-link:before { content: la-content($la-link); } +.#{$la-css-prefix}-linkedin:before { content: la-content($la-linkedin); } +.#{$la-css-prefix}-linkedin-in:before { content: la-content($la-linkedin-in); } +.#{$la-css-prefix}-linode:before { content: la-content($la-linode); } +.#{$la-css-prefix}-linux:before { content: la-content($la-linux); } +.#{$la-css-prefix}-lira-sign:before { content: la-content($la-lira-sign); } +.#{$la-css-prefix}-list:before { content: la-content($la-list); } +.#{$la-css-prefix}-list-alt:before { content: la-content($la-list-alt); } +.#{$la-css-prefix}-list-ol:before { content: la-content($la-list-ol); } +.#{$la-css-prefix}-list-ul:before { content: la-content($la-list-ul); } +.#{$la-css-prefix}-location-arrow:before { content: la-content($la-location-arrow); } +.#{$la-css-prefix}-lock:before { content: la-content($la-lock); } +.#{$la-css-prefix}-lock-open:before { content: la-content($la-lock-open); } +.#{$la-css-prefix}-long-arrow-alt-down:before { content: la-content($la-long-arrow-alt-down); } +.#{$la-css-prefix}-long-arrow-alt-left:before { content: la-content($la-long-arrow-alt-left); } +.#{$la-css-prefix}-long-arrow-alt-right:before { content: la-content($la-long-arrow-alt-right); } +.#{$la-css-prefix}-long-arrow-alt-up:before { content: la-content($la-long-arrow-alt-up); } +.#{$la-css-prefix}-low-vision:before { content: la-content($la-low-vision); } +.#{$la-css-prefix}-luggage-cart:before { content: la-content($la-luggage-cart); } +.#{$la-css-prefix}-lyft:before { content: la-content($la-lyft); } +.#{$la-css-prefix}-magento:before { content: la-content($la-magento); } +.#{$la-css-prefix}-magic:before { content: la-content($la-magic); } +.#{$la-css-prefix}-magnet:before { content: la-content($la-magnet); } +.#{$la-css-prefix}-mail-bulk:before { content: la-content($la-mail-bulk); } +.#{$la-css-prefix}-mailchimp:before { content: la-content($la-mailchimp); } +.#{$la-css-prefix}-male:before { content: la-content($la-male); } +.#{$la-css-prefix}-mandalorian:before { content: la-content($la-mandalorian); } +.#{$la-css-prefix}-map:before { content: la-content($la-map); } +.#{$la-css-prefix}-map-marked:before { content: la-content($la-map-marked); } +.#{$la-css-prefix}-map-marked-alt:before { content: la-content($la-map-marked-alt); } +.#{$la-css-prefix}-map-marker:before { content: la-content($la-map-marker); } +.#{$la-css-prefix}-map-marker-alt:before { content: la-content($la-map-marker-alt); } +.#{$la-css-prefix}-map-pin:before { content: la-content($la-map-pin); } +.#{$la-css-prefix}-map-signs:before { content: la-content($la-map-signs); } +.#{$la-css-prefix}-markdown:before { content: la-content($la-markdown); } +.#{$la-css-prefix}-marker:before { content: la-content($la-marker); } +.#{$la-css-prefix}-mars:before { content: la-content($la-mars); } +.#{$la-css-prefix}-mars-double:before { content: la-content($la-mars-double); } +.#{$la-css-prefix}-mars-stroke:before { content: la-content($la-mars-stroke); } +.#{$la-css-prefix}-mars-stroke-h:before { content: la-content($la-mars-stroke-h); } +.#{$la-css-prefix}-mars-stroke-v:before { content: la-content($la-mars-stroke-v); } +.#{$la-css-prefix}-mask:before { content: la-content($la-mask); } +.#{$la-css-prefix}-mastodon:before { content: la-content($la-mastodon); } +.#{$la-css-prefix}-maxcdn:before { content: la-content($la-maxcdn); } +.#{$la-css-prefix}-medal:before { content: la-content($la-medal); } +.#{$la-css-prefix}-medapps:before { content: la-content($la-medapps); } +.#{$la-css-prefix}-medium:before { content: la-content($la-medium); } +.#{$la-css-prefix}-medium-m:before { content: la-content($la-medium-m); } +.#{$la-css-prefix}-medkit:before { content: la-content($la-medkit); } +.#{$la-css-prefix}-medrt:before { content: la-content($la-medrt); } +.#{$la-css-prefix}-meetup:before { content: la-content($la-meetup); } +.#{$la-css-prefix}-megaport:before { content: la-content($la-megaport); } +.#{$la-css-prefix}-meh:before { content: la-content($la-meh); } +.#{$la-css-prefix}-meh-blank:before { content: la-content($la-meh-blank); } +.#{$la-css-prefix}-meh-rolling-eyes:before { content: la-content($la-meh-rolling-eyes); } +.#{$la-css-prefix}-memory:before { content: la-content($la-memory); } +.#{$la-css-prefix}-mendeley:before { content: la-content($la-mendeley); } +.#{$la-css-prefix}-menorah:before { content: la-content($la-menorah); } +.#{$la-css-prefix}-mercury:before { content: la-content($la-mercury); } +.#{$la-css-prefix}-meteor:before { content: la-content($la-meteor); } +.#{$la-css-prefix}-microchip:before { content: la-content($la-microchip); } +.#{$la-css-prefix}-microphone:before { content: la-content($la-microphone); } +.#{$la-css-prefix}-microphone-alt:before { content: la-content($la-microphone-alt); } +.#{$la-css-prefix}-microphone-alt-slash:before { content: la-content($la-microphone-alt-slash); } +.#{$la-css-prefix}-microphone-slash:before { content: la-content($la-microphone-slash); } +.#{$la-css-prefix}-microscope:before { content: la-content($la-microscope); } +.#{$la-css-prefix}-microsoft:before { content: la-content($la-microsoft); } +.#{$la-css-prefix}-minus:before { content: la-content($la-minus); } +.#{$la-css-prefix}-minus-circle:before { content: la-content($la-minus-circle); } +.#{$la-css-prefix}-minus-square:before { content: la-content($la-minus-square); } +.#{$la-css-prefix}-mitten:before { content: la-content($la-mitten); } +.#{$la-css-prefix}-mix:before { content: la-content($la-mix); } +.#{$la-css-prefix}-mixcloud:before { content: la-content($la-mixcloud); } +.#{$la-css-prefix}-mizuni:before { content: la-content($la-mizuni); } +.#{$la-css-prefix}-mobile:before { content: la-content($la-mobile); } +.#{$la-css-prefix}-mobile-alt:before { content: la-content($la-mobile-alt); } +.#{$la-css-prefix}-modx:before { content: la-content($la-modx); } +.#{$la-css-prefix}-monero:before { content: la-content($la-monero); } +.#{$la-css-prefix}-money-bill:before { content: la-content($la-money-bill); } +.#{$la-css-prefix}-money-bill-alt:before { content: la-content($la-money-bill-alt); } +.#{$la-css-prefix}-money-bill-wave:before { content: la-content($la-money-bill-wave); } +.#{$la-css-prefix}-money-bill-wave-alt:before { content: la-content($la-money-bill-wave-alt); } +.#{$la-css-prefix}-money-check:before { content: la-content($la-money-check); } +.#{$la-css-prefix}-money-check-alt:before { content: la-content($la-money-check-alt); } +.#{$la-css-prefix}-monument:before { content: la-content($la-monument); } +.#{$la-css-prefix}-moon:before { content: la-content($la-moon); } +.#{$la-css-prefix}-mortar-pestle:before { content: la-content($la-mortar-pestle); } +.#{$la-css-prefix}-mosque:before { content: la-content($la-mosque); } +.#{$la-css-prefix}-motorcycle:before { content: la-content($la-motorcycle); } +.#{$la-css-prefix}-mountain:before { content: la-content($la-mountain); } +.#{$la-css-prefix}-mouse-pointer:before { content: la-content($la-mouse-pointer); } +.#{$la-css-prefix}-mug-hot:before { content: la-content($la-mug-hot); } +.#{$la-css-prefix}-music:before { content: la-content($la-music); } +.#{$la-css-prefix}-napster:before { content: la-content($la-napster); } +.#{$la-css-prefix}-neos:before { content: la-content($la-neos); } +.#{$la-css-prefix}-network-wired:before { content: la-content($la-network-wired); } +.#{$la-css-prefix}-neuter:before { content: la-content($la-neuter); } +.#{$la-css-prefix}-newspaper:before { content: la-content($la-newspaper); } +.#{$la-css-prefix}-nimblr:before { content: la-content($la-nimblr); } +.#{$la-css-prefix}-node:before { content: la-content($la-node); } +.#{$la-css-prefix}-node-js:before { content: la-content($la-node-js); } +.#{$la-css-prefix}-not-equal:before { content: la-content($la-not-equal); } +.#{$la-css-prefix}-notes-medical:before { content: la-content($la-notes-medical); } +.#{$la-css-prefix}-npm:before { content: la-content($la-npm); } +.#{$la-css-prefix}-ns8:before { content: la-content($la-ns8); } +.#{$la-css-prefix}-nutritionix:before { content: la-content($la-nutritionix); } +.#{$la-css-prefix}-object-group:before { content: la-content($la-object-group); } +.#{$la-css-prefix}-object-ungroup:before { content: la-content($la-object-ungroup); } +.#{$la-css-prefix}-odnoklassniki:before { content: la-content($la-odnoklassniki); } +.#{$la-css-prefix}-odnoklassniki-square:before { content: la-content($la-odnoklassniki-square); } +.#{$la-css-prefix}-oil-can:before { content: la-content($la-oil-can); } +.#{$la-css-prefix}-old-republic:before { content: la-content($la-old-republic); } +.#{$la-css-prefix}-om:before { content: la-content($la-om); } +.#{$la-css-prefix}-opencart:before { content: la-content($la-opencart); } +.#{$la-css-prefix}-openid:before { content: la-content($la-openid); } +.#{$la-css-prefix}-opera:before { content: la-content($la-opera); } +.#{$la-css-prefix}-optin-monster:before { content: la-content($la-optin-monster); } +.#{$la-css-prefix}-osi:before { content: la-content($la-osi); } +.#{$la-css-prefix}-otter:before { content: la-content($la-otter); } +.#{$la-css-prefix}-outdent:before { content: la-content($la-outdent); } +.#{$la-css-prefix}-page4:before { content: la-content($la-page4); } +.#{$la-css-prefix}-pagelines:before { content: la-content($la-pagelines); } +.#{$la-css-prefix}-pager:before { content: la-content($la-pager); } +.#{$la-css-prefix}-paint-brush:before { content: la-content($la-paint-brush); } +.#{$la-css-prefix}-paint-roller:before { content: la-content($la-paint-roller); } +.#{$la-css-prefix}-palette:before { content: la-content($la-palette); } +.#{$la-css-prefix}-palfed:before { content: la-content($la-palfed); } +.#{$la-css-prefix}-pallet:before { content: la-content($la-pallet); } +.#{$la-css-prefix}-paper-plane:before { content: la-content($la-paper-plane); } +.#{$la-css-prefix}-paperclip:before { content: la-content($la-paperclip); } +.#{$la-css-prefix}-parachute-box:before { content: la-content($la-parachute-box); } +.#{$la-css-prefix}-paragraph:before { content: la-content($la-paragraph); } +.#{$la-css-prefix}-parking:before { content: la-content($la-parking); } +.#{$la-css-prefix}-passport:before { content: la-content($la-passport); } +.#{$la-css-prefix}-pastafarianism:before { content: la-content($la-pastafarianism); } +.#{$la-css-prefix}-paste:before { content: la-content($la-paste); } +.#{$la-css-prefix}-patreon:before { content: la-content($la-patreon); } +.#{$la-css-prefix}-pause:before { content: la-content($la-pause); } +.#{$la-css-prefix}-pause-circle:before { content: la-content($la-pause-circle); } +.#{$la-css-prefix}-paw:before { content: la-content($la-paw); } +.#{$la-css-prefix}-paypal:before { content: la-content($la-paypal); } +.#{$la-css-prefix}-peace:before { content: la-content($la-peace); } +.#{$la-css-prefix}-pen:before { content: la-content($la-pen); } +.#{$la-css-prefix}-pen-alt:before { content: la-content($la-pen-alt); } +.#{$la-css-prefix}-pen-fancy:before { content: la-content($la-pen-fancy); } +.#{$la-css-prefix}-pen-nib:before { content: la-content($la-pen-nib); } +.#{$la-css-prefix}-pen-square:before { content: la-content($la-pen-square); } +.#{$la-css-prefix}-pencil-alt:before { content: la-content($la-pencil-alt); } +.#{$la-css-prefix}-pencil-ruler:before { content: la-content($la-pencil-ruler); } +.#{$la-css-prefix}-penny-arcade:before { content: la-content($la-penny-arcade); } +.#{$la-css-prefix}-people-carry:before { content: la-content($la-people-carry); } +.#{$la-css-prefix}-pepper-hot:before { content: la-content($la-pepper-hot); } +.#{$la-css-prefix}-percent:before { content: la-content($la-percent); } +.#{$la-css-prefix}-percentage:before { content: la-content($la-percentage); } +.#{$la-css-prefix}-periscope:before { content: la-content($la-periscope); } +.#{$la-css-prefix}-person-booth:before { content: la-content($la-person-booth); } +.#{$la-css-prefix}-phabricator:before { content: la-content($la-phabricator); } +.#{$la-css-prefix}-phoenix-framework:before { content: la-content($la-phoenix-framework); } +.#{$la-css-prefix}-phoenix-squadron:before { content: la-content($la-phoenix-squadron); } +.#{$la-css-prefix}-phone:before { content: la-content($la-phone); } +.#{$la-css-prefix}-phone-alt:before { content: la-content($la-phone-alt); } +.#{$la-css-prefix}-phone-slash:before { content: la-content($la-phone-slash); } +.#{$la-css-prefix}-phone-square:before { content: la-content($la-phone-square); } +.#{$la-css-prefix}-phone-square-alt:before { content: la-content($la-phone-square-alt); } +.#{$la-css-prefix}-phone-volume:before { content: la-content($la-phone-volume); } +.#{$la-css-prefix}-photo-video:before { content: la-content($la-photo-video); } +.#{$la-css-prefix}-php:before { content: la-content($la-php); } +.#{$la-css-prefix}-pied-piper:before { content: la-content($la-pied-piper); } +.#{$la-css-prefix}-pied-piper-alt:before { content: la-content($la-pied-piper-alt); } +.#{$la-css-prefix}-pied-piper-hat:before { content: la-content($la-pied-piper-hat); } +.#{$la-css-prefix}-pied-piper-pp:before { content: la-content($la-pied-piper-pp); } +.#{$la-css-prefix}-piggy-bank:before { content: la-content($la-piggy-bank); } +.#{$la-css-prefix}-pills:before { content: la-content($la-pills); } +.#{$la-css-prefix}-pinterest:before { content: la-content($la-pinterest); } +.#{$la-css-prefix}-pinterest-p:before { content: la-content($la-pinterest-p); } +.#{$la-css-prefix}-pinterest-square:before { content: la-content($la-pinterest-square); } +.#{$la-css-prefix}-pizza-slice:before { content: la-content($la-pizza-slice); } +.#{$la-css-prefix}-place-of-worship:before { content: la-content($la-place-of-worship); } +.#{$la-css-prefix}-plane:before { content: la-content($la-plane); } +.#{$la-css-prefix}-plane-arrival:before { content: la-content($la-plane-arrival); } +.#{$la-css-prefix}-plane-departure:before { content: la-content($la-plane-departure); } +.#{$la-css-prefix}-play:before { content: la-content($la-play); } +.#{$la-css-prefix}-play-circle:before { content: la-content($la-play-circle); } +.#{$la-css-prefix}-playstation:before { content: la-content($la-playstation); } +.#{$la-css-prefix}-plug:before { content: la-content($la-plug); } +.#{$la-css-prefix}-plus:before { content: la-content($la-plus); } +.#{$la-css-prefix}-plus-circle:before { content: la-content($la-plus-circle); } +.#{$la-css-prefix}-plus-square:before { content: la-content($la-plus-square); } +.#{$la-css-prefix}-podcast:before { content: la-content($la-podcast); } +.#{$la-css-prefix}-poll:before { content: la-content($la-poll); } +.#{$la-css-prefix}-poll-h:before { content: la-content($la-poll-h); } +.#{$la-css-prefix}-poo:before { content: la-content($la-poo); } +.#{$la-css-prefix}-poo-storm:before { content: la-content($la-poo-storm); } +.#{$la-css-prefix}-poop:before { content: la-content($la-poop); } +.#{$la-css-prefix}-portrait:before { content: la-content($la-portrait); } +.#{$la-css-prefix}-pound-sign:before { content: la-content($la-pound-sign); } +.#{$la-css-prefix}-power-off:before { content: la-content($la-power-off); } +.#{$la-css-prefix}-pray:before { content: la-content($la-pray); } +.#{$la-css-prefix}-praying-hands:before { content: la-content($la-praying-hands); } +.#{$la-css-prefix}-prescription:before { content: la-content($la-prescription); } +.#{$la-css-prefix}-prescription-bottle:before { content: la-content($la-prescription-bottle); } +.#{$la-css-prefix}-prescription-bottle-alt:before { content: la-content($la-prescription-bottle-alt); } +.#{$la-css-prefix}-print:before { content: la-content($la-print); } +.#{$la-css-prefix}-procedures:before { content: la-content($la-procedures); } +.#{$la-css-prefix}-product-hunt:before { content: la-content($la-product-hunt); } +.#{$la-css-prefix}-project-diagram:before { content: la-content($la-project-diagram); } +.#{$la-css-prefix}-pushed:before { content: la-content($la-pushed); } +.#{$la-css-prefix}-puzzle-piece:before { content: la-content($la-puzzle-piece); } +.#{$la-css-prefix}-python:before { content: la-content($la-python); } +.#{$la-css-prefix}-qq:before { content: la-content($la-qq); } +.#{$la-css-prefix}-qrcode:before { content: la-content($la-qrcode); } +.#{$la-css-prefix}-question:before { content: la-content($la-question); } +.#{$la-css-prefix}-question-circle:before { content: la-content($la-question-circle); } +.#{$la-css-prefix}-quidditch:before { content: la-content($la-quidditch); } +.#{$la-css-prefix}-quinscape:before { content: la-content($la-quinscape); } +.#{$la-css-prefix}-quora:before { content: la-content($la-quora); } +.#{$la-css-prefix}-quote-left:before { content: la-content($la-quote-left); } +.#{$la-css-prefix}-quote-right:before { content: la-content($la-quote-right); } +.#{$la-css-prefix}-quran:before { content: la-content($la-quran); } +.#{$la-css-prefix}-r-project:before { content: la-content($la-r-project); } +.#{$la-css-prefix}-radiation:before { content: la-content($la-radiation); } +.#{$la-css-prefix}-radiation-alt:before { content: la-content($la-radiation-alt); } +.#{$la-css-prefix}-rainbow:before { content: la-content($la-rainbow); } +.#{$la-css-prefix}-random:before { content: la-content($la-random); } +.#{$la-css-prefix}-raspberry-pi:before { content: la-content($la-raspberry-pi); } +.#{$la-css-prefix}-ravelry:before { content: la-content($la-ravelry); } +.#{$la-css-prefix}-react:before { content: la-content($la-react); } +.#{$la-css-prefix}-reacteurope:before { content: la-content($la-reacteurope); } +.#{$la-css-prefix}-readme:before { content: la-content($la-readme); } +.#{$la-css-prefix}-rebel:before { content: la-content($la-rebel); } +.#{$la-css-prefix}-receipt:before { content: la-content($la-receipt); } +.#{$la-css-prefix}-recycle:before { content: la-content($la-recycle); } +.#{$la-css-prefix}-red-river:before { content: la-content($la-red-river); } +.#{$la-css-prefix}-reddit:before { content: la-content($la-reddit); } +.#{$la-css-prefix}-reddit-alien:before { content: la-content($la-reddit-alien); } +.#{$la-css-prefix}-reddit-square:before { content: la-content($la-reddit-square); } +.#{$la-css-prefix}-redhat:before { content: la-content($la-redhat); } +.#{$la-css-prefix}-redo:before { content: la-content($la-redo); } +.#{$la-css-prefix}-redo-alt:before { content: la-content($la-redo-alt); } +.#{$la-css-prefix}-registered:before { content: la-content($la-registered); } +.#{$la-css-prefix}-remove-format:before { content: la-content($la-remove-format); } +.#{$la-css-prefix}-renren:before { content: la-content($la-renren); } +.#{$la-css-prefix}-reply:before { content: la-content($la-reply); } +.#{$la-css-prefix}-reply-all:before { content: la-content($la-reply-all); } +.#{$la-css-prefix}-replyd:before { content: la-content($la-replyd); } +.#{$la-css-prefix}-republican:before { content: la-content($la-republican); } +.#{$la-css-prefix}-researchgate:before { content: la-content($la-researchgate); } +.#{$la-css-prefix}-resolving:before { content: la-content($la-resolving); } +.#{$la-css-prefix}-restroom:before { content: la-content($la-restroom); } +.#{$la-css-prefix}-retweet:before { content: la-content($la-retweet); } +.#{$la-css-prefix}-rev:before { content: la-content($la-rev); } +.#{$la-css-prefix}-ribbon:before { content: la-content($la-ribbon); } +.#{$la-css-prefix}-ring:before { content: la-content($la-ring); } +.#{$la-css-prefix}-road:before { content: la-content($la-road); } +.#{$la-css-prefix}-robot:before { content: la-content($la-robot); } +.#{$la-css-prefix}-rocket:before { content: la-content($la-rocket); } +.#{$la-css-prefix}-rocketchat:before { content: la-content($la-rocketchat); } +.#{$la-css-prefix}-rockrms:before { content: la-content($la-rockrms); } +.#{$la-css-prefix}-route:before { content: la-content($la-route); } +.#{$la-css-prefix}-rss:before { content: la-content($la-rss); } +.#{$la-css-prefix}-rss-square:before { content: la-content($la-rss-square); } +.#{$la-css-prefix}-ruble-sign:before { content: la-content($la-ruble-sign); } +.#{$la-css-prefix}-ruler:before { content: la-content($la-ruler); } +.#{$la-css-prefix}-ruler-combined:before { content: la-content($la-ruler-combined); } +.#{$la-css-prefix}-ruler-horizontal:before { content: la-content($la-ruler-horizontal); } +.#{$la-css-prefix}-ruler-vertical:before { content: la-content($la-ruler-vertical); } +.#{$la-css-prefix}-running:before { content: la-content($la-running); } +.#{$la-css-prefix}-rupee-sign:before { content: la-content($la-rupee-sign); } +.#{$la-css-prefix}-sad-cry:before { content: la-content($la-sad-cry); } +.#{$la-css-prefix}-sad-tear:before { content: la-content($la-sad-tear); } +.#{$la-css-prefix}-safari:before { content: la-content($la-safari); } +.#{$la-css-prefix}-salesforce:before { content: la-content($la-salesforce); } +.#{$la-css-prefix}-sass:before { content: la-content($la-sass); } +.#{$la-css-prefix}-satellite:before { content: la-content($la-satellite); } +.#{$la-css-prefix}-satellite-dish:before { content: la-content($la-satellite-dish); } +.#{$la-css-prefix}-save:before { content: la-content($la-save); } +.#{$la-css-prefix}-schlix:before { content: la-content($la-schlix); } +.#{$la-css-prefix}-school:before { content: la-content($la-school); } +.#{$la-css-prefix}-screwdriver:before { content: la-content($la-screwdriver); } +.#{$la-css-prefix}-scribd:before { content: la-content($la-scribd); } +.#{$la-css-prefix}-scroll:before { content: la-content($la-scroll); } +.#{$la-css-prefix}-sd-card:before { content: la-content($la-sd-card); } +.#{$la-css-prefix}-search:before { content: la-content($la-search); } +.#{$la-css-prefix}-search-dollar:before { content: la-content($la-search-dollar); } +.#{$la-css-prefix}-search-location:before { content: la-content($la-search-location); } +.#{$la-css-prefix}-search-minus:before { content: la-content($la-search-minus); } +.#{$la-css-prefix}-search-plus:before { content: la-content($la-search-plus); } +.#{$la-css-prefix}-searchengin:before { content: la-content($la-searchengin); } +.#{$la-css-prefix}-seedling:before { content: la-content($la-seedling); } +.#{$la-css-prefix}-sellcast:before { content: la-content($la-sellcast); } +.#{$la-css-prefix}-sellsy:before { content: la-content($la-sellsy); } +.#{$la-css-prefix}-server:before { content: la-content($la-server); } +.#{$la-css-prefix}-servicestack:before { content: la-content($la-servicestack); } +.#{$la-css-prefix}-shapes:before { content: la-content($la-shapes); } +.#{$la-css-prefix}-share:before { content: la-content($la-share); } +.#{$la-css-prefix}-share-alt:before { content: la-content($la-share-alt); } +.#{$la-css-prefix}-share-alt-square:before { content: la-content($la-share-alt-square); } +.#{$la-css-prefix}-share-square:before { content: la-content($la-share-square); } +.#{$la-css-prefix}-shekel-sign:before { content: la-content($la-shekel-sign); } +.#{$la-css-prefix}-shield-alt:before { content: la-content($la-shield-alt); } +.#{$la-css-prefix}-ship:before { content: la-content($la-ship); } +.#{$la-css-prefix}-shipping-fast:before { content: la-content($la-shipping-fast); } +.#{$la-css-prefix}-shirtsinbulk:before { content: la-content($la-shirtsinbulk); } +.#{$la-css-prefix}-shoe-prints:before { content: la-content($la-shoe-prints); } +.#{$la-css-prefix}-shopping-bag:before { content: la-content($la-shopping-bag); } +.#{$la-css-prefix}-shopping-basket:before { content: la-content($la-shopping-basket); } +.#{$la-css-prefix}-shopping-cart:before { content: la-content($la-shopping-cart); } +.#{$la-css-prefix}-shopware:before { content: la-content($la-shopware); } +.#{$la-css-prefix}-shower:before { content: la-content($la-shower); } +.#{$la-css-prefix}-shuttle-van:before { content: la-content($la-shuttle-van); } +.#{$la-css-prefix}-sign:before { content: la-content($la-sign); } +.#{$la-css-prefix}-sign-in-alt:before { content: la-content($la-sign-in-alt); } +.#{$la-css-prefix}-sign-language:before { content: la-content($la-sign-language); } +.#{$la-css-prefix}-sign-out-alt:before { content: la-content($la-sign-out-alt); } +.#{$la-css-prefix}-signal:before { content: la-content($la-signal); } +.#{$la-css-prefix}-signature:before { content: la-content($la-signature); } +.#{$la-css-prefix}-sim-card:before { content: la-content($la-sim-card); } +.#{$la-css-prefix}-simplybuilt:before { content: la-content($la-simplybuilt); } +.#{$la-css-prefix}-sistrix:before { content: la-content($la-sistrix); } +.#{$la-css-prefix}-sitemap:before { content: la-content($la-sitemap); } +.#{$la-css-prefix}-sith:before { content: la-content($la-sith); } +.#{$la-css-prefix}-skating:before { content: la-content($la-skating); } +.#{$la-css-prefix}-sketch:before { content: la-content($la-sketch); } +.#{$la-css-prefix}-skiing:before { content: la-content($la-skiing); } +.#{$la-css-prefix}-skiing-nordic:before { content: la-content($la-skiing-nordic); } +.#{$la-css-prefix}-skull:before { content: la-content($la-skull); } +.#{$la-css-prefix}-skull-crossbones:before { content: la-content($la-skull-crossbones); } +.#{$la-css-prefix}-skyatlas:before { content: la-content($la-skyatlas); } +.#{$la-css-prefix}-skype:before { content: la-content($la-skype); } +.#{$la-css-prefix}-slack:before { content: la-content($la-slack); } +.#{$la-css-prefix}-slack-hash:before { content: la-content($la-slack-hash); } +.#{$la-css-prefix}-slash:before { content: la-content($la-slash); } +.#{$la-css-prefix}-sleigh:before { content: la-content($la-sleigh); } +.#{$la-css-prefix}-sliders-h:before { content: la-content($la-sliders-h); } +.#{$la-css-prefix}-slideshare:before { content: la-content($la-slideshare); } +.#{$la-css-prefix}-smile:before { content: la-content($la-smile); } +.#{$la-css-prefix}-smile-beam:before { content: la-content($la-smile-beam); } +.#{$la-css-prefix}-smile-wink:before { content: la-content($la-smile-wink); } +.#{$la-css-prefix}-smog:before { content: la-content($la-smog); } +.#{$la-css-prefix}-smoking:before { content: la-content($la-smoking); } +.#{$la-css-prefix}-smoking-ban:before { content: la-content($la-smoking-ban); } +.#{$la-css-prefix}-sms:before { content: la-content($la-sms); } +.#{$la-css-prefix}-snapchat:before { content: la-content($la-snapchat); } +.#{$la-css-prefix}-snapchat-ghost:before { content: la-content($la-snapchat-ghost); } +.#{$la-css-prefix}-snapchat-square:before { content: la-content($la-snapchat-square); } +.#{$la-css-prefix}-snowboarding:before { content: la-content($la-snowboarding); } +.#{$la-css-prefix}-snowflake:before { content: la-content($la-snowflake); } +.#{$la-css-prefix}-snowman:before { content: la-content($la-snowman); } +.#{$la-css-prefix}-snowplow:before { content: la-content($la-snowplow); } +.#{$la-css-prefix}-socks:before { content: la-content($la-socks); } +.#{$la-css-prefix}-solar-panel:before { content: la-content($la-solar-panel); } +.#{$la-css-prefix}-sort:before { content: la-content($la-sort); } +.#{$la-css-prefix}-sort-alpha-down:before { content: la-content($la-sort-alpha-down); } +.#{$la-css-prefix}-sort-alpha-down-alt:before { content: la-content($la-sort-alpha-down-alt); } +.#{$la-css-prefix}-sort-alpha-up:before { content: la-content($la-sort-alpha-up); } +.#{$la-css-prefix}-sort-alpha-up-alt:before { content: la-content($la-sort-alpha-up-alt); } +.#{$la-css-prefix}-sort-amount-down:before { content: la-content($la-sort-amount-down); } +.#{$la-css-prefix}-sort-amount-down-alt:before { content: la-content($la-sort-amount-down-alt); } +.#{$la-css-prefix}-sort-amount-up:before { content: la-content($la-sort-amount-up); } +.#{$la-css-prefix}-sort-amount-up-alt:before { content: la-content($la-sort-amount-up-alt); } +.#{$la-css-prefix}-sort-down:before { content: la-content($la-sort-down); } +.#{$la-css-prefix}-sort-numeric-down:before { content: la-content($la-sort-numeric-down); } +.#{$la-css-prefix}-sort-numeric-down-alt:before { content: la-content($la-sort-numeric-down-alt); } +.#{$la-css-prefix}-sort-numeric-up:before { content: la-content($la-sort-numeric-up); } +.#{$la-css-prefix}-sort-numeric-up-alt:before { content: la-content($la-sort-numeric-up-alt); } +.#{$la-css-prefix}-sort-up:before { content: la-content($la-sort-up); } +.#{$la-css-prefix}-soundcloud:before { content: la-content($la-soundcloud); } +.#{$la-css-prefix}-sourcetree:before { content: la-content($la-sourcetree); } +.#{$la-css-prefix}-spa:before { content: la-content($la-spa); } +.#{$la-css-prefix}-space-shuttle:before { content: la-content($la-space-shuttle); } +.#{$la-css-prefix}-speakap:before { content: la-content($la-speakap); } +.#{$la-css-prefix}-speaker-deck:before { content: la-content($la-speaker-deck); } +.#{$la-css-prefix}-spell-check:before { content: la-content($la-spell-check); } +.#{$la-css-prefix}-spider:before { content: la-content($la-spider); } +.#{$la-css-prefix}-spinner:before { content: la-content($la-spinner); } +.#{$la-css-prefix}-splotch:before { content: la-content($la-splotch); } +.#{$la-css-prefix}-spotify:before { content: la-content($la-spotify); } +.#{$la-css-prefix}-spray-can:before { content: la-content($la-spray-can); } +.#{$la-css-prefix}-square:before { content: la-content($la-square); } +.#{$la-css-prefix}-square-full:before { content: la-content($la-square-full); } +.#{$la-css-prefix}-square-root-alt:before { content: la-content($la-square-root-alt); } +.#{$la-css-prefix}-squarespace:before { content: la-content($la-squarespace); } +.#{$la-css-prefix}-stack-exchange:before { content: la-content($la-stack-exchange); } +.#{$la-css-prefix}-stack-overflow:before { content: la-content($la-stack-overflow); } +.#{$la-css-prefix}-stackpath:before { content: la-content($la-stackpath); } +.#{$la-css-prefix}-stamp:before { content: la-content($la-stamp); } +.#{$la-css-prefix}-star:before { content: la-content($la-star); } +.#{$la-css-prefix}-star-and-crescent:before { content: la-content($la-star-and-crescent); } +.#{$la-css-prefix}-star-half:before { content: la-content($la-star-half); } +.#{$la-css-prefix}-star-half-alt:before { content: la-content($la-star-half-alt); } +.#{$la-css-prefix}-star-of-david:before { content: la-content($la-star-of-david); } +.#{$la-css-prefix}-star-of-life:before { content: la-content($la-star-of-life); } +.#{$la-css-prefix}-staylinked:before { content: la-content($la-staylinked); } +.#{$la-css-prefix}-steam:before { content: la-content($la-steam); } +.#{$la-css-prefix}-steam-square:before { content: la-content($la-steam-square); } +.#{$la-css-prefix}-steam-symbol:before { content: la-content($la-steam-symbol); } +.#{$la-css-prefix}-step-backward:before { content: la-content($la-step-backward); } +.#{$la-css-prefix}-step-forward:before { content: la-content($la-step-forward); } +.#{$la-css-prefix}-stethoscope:before { content: la-content($la-stethoscope); } +.#{$la-css-prefix}-sticker-mule:before { content: la-content($la-sticker-mule); } +.#{$la-css-prefix}-sticky-note:before { content: la-content($la-sticky-note); } +.#{$la-css-prefix}-stop:before { content: la-content($la-stop); } +.#{$la-css-prefix}-stop-circle:before { content: la-content($la-stop-circle); } +.#{$la-css-prefix}-stopwatch:before { content: la-content($la-stopwatch); } +.#{$la-css-prefix}-store:before { content: la-content($la-store); } +.#{$la-css-prefix}-store-alt:before { content: la-content($la-store-alt); } +.#{$la-css-prefix}-strava:before { content: la-content($la-strava); } +.#{$la-css-prefix}-stream:before { content: la-content($la-stream); } +.#{$la-css-prefix}-street-view:before { content: la-content($la-street-view); } +.#{$la-css-prefix}-strikethrough:before { content: la-content($la-strikethrough); } +.#{$la-css-prefix}-stripe:before { content: la-content($la-stripe); } +.#{$la-css-prefix}-stripe-s:before { content: la-content($la-stripe-s); } +.#{$la-css-prefix}-stroopwafel:before { content: la-content($la-stroopwafel); } +.#{$la-css-prefix}-studiovinari:before { content: la-content($la-studiovinari); } +.#{$la-css-prefix}-stumbleupon:before { content: la-content($la-stumbleupon); } +.#{$la-css-prefix}-stumbleupon-circle:before { content: la-content($la-stumbleupon-circle); } +.#{$la-css-prefix}-subscript:before { content: la-content($la-subscript); } +.#{$la-css-prefix}-subway:before { content: la-content($la-subway); } +.#{$la-css-prefix}-suitcase:before { content: la-content($la-suitcase); } +.#{$la-css-prefix}-suitcase-rolling:before { content: la-content($la-suitcase-rolling); } +.#{$la-css-prefix}-sun:before { content: la-content($la-sun); } +.#{$la-css-prefix}-superpowers:before { content: la-content($la-superpowers); } +.#{$la-css-prefix}-superscript:before { content: la-content($la-superscript); } +.#{$la-css-prefix}-supple:before { content: la-content($la-supple); } +.#{$la-css-prefix}-surprise:before { content: la-content($la-surprise); } +.#{$la-css-prefix}-suse:before { content: la-content($la-suse); } +.#{$la-css-prefix}-swatchbook:before { content: la-content($la-swatchbook); } +.#{$la-css-prefix}-swimmer:before { content: la-content($la-swimmer); } +.#{$la-css-prefix}-swimming-pool:before { content: la-content($la-swimming-pool); } +.#{$la-css-prefix}-symfony:before { content: la-content($la-symfony); } +.#{$la-css-prefix}-synagogue:before { content: la-content($la-synagogue); } +.#{$la-css-prefix}-sync:before { content: la-content($la-sync); } +.#{$la-css-prefix}-sync-alt:before { content: la-content($la-sync-alt); } +.#{$la-css-prefix}-syringe:before { content: la-content($la-syringe); } +.#{$la-css-prefix}-table:before { content: la-content($la-table); } +.#{$la-css-prefix}-table-tennis:before { content: la-content($la-table-tennis); } +.#{$la-css-prefix}-tablet:before { content: la-content($la-tablet); } +.#{$la-css-prefix}-tablet-alt:before { content: la-content($la-tablet-alt); } +.#{$la-css-prefix}-tablets:before { content: la-content($la-tablets); } +.#{$la-css-prefix}-tachometer-alt:before { content: la-content($la-tachometer-alt); } +.#{$la-css-prefix}-tag:before { content: la-content($la-tag); } +.#{$la-css-prefix}-tags:before { content: la-content($la-tags); } +.#{$la-css-prefix}-tape:before { content: la-content($la-tape); } +.#{$la-css-prefix}-tasks:before { content: la-content($la-tasks); } +.#{$la-css-prefix}-taxi:before { content: la-content($la-taxi); } +.#{$la-css-prefix}-teamspeak:before { content: la-content($la-teamspeak); } +.#{$la-css-prefix}-teeth:before { content: la-content($la-teeth); } +.#{$la-css-prefix}-teeth-open:before { content: la-content($la-teeth-open); } +.#{$la-css-prefix}-telegram:before { content: la-content($la-telegram); } +.#{$la-css-prefix}-telegram-plane:before { content: la-content($la-telegram-plane); } +.#{$la-css-prefix}-temperature-high:before { content: la-content($la-temperature-high); } +.#{$la-css-prefix}-temperature-low:before { content: la-content($la-temperature-low); } +.#{$la-css-prefix}-tencent-weibo:before { content: la-content($la-tencent-weibo); } +.#{$la-css-prefix}-tenge:before { content: la-content($la-tenge); } +.#{$la-css-prefix}-terminal:before { content: la-content($la-terminal); } +.#{$la-css-prefix}-text-height:before { content: la-content($la-text-height); } +.#{$la-css-prefix}-text-width:before { content: la-content($la-text-width); } +.#{$la-css-prefix}-th:before { content: la-content($la-th); } +.#{$la-css-prefix}-th-large:before { content: la-content($la-th-large); } +.#{$la-css-prefix}-th-list:before { content: la-content($la-th-list); } +.#{$la-css-prefix}-the-red-yeti:before { content: la-content($la-the-red-yeti); } +.#{$la-css-prefix}-theater-masks:before { content: la-content($la-theater-masks); } +.#{$la-css-prefix}-themeco:before { content: la-content($la-themeco); } +.#{$la-css-prefix}-themeisle:before { content: la-content($la-themeisle); } +.#{$la-css-prefix}-thermometer:before { content: la-content($la-thermometer); } +.#{$la-css-prefix}-thermometer-empty:before { content: la-content($la-thermometer-empty); } +.#{$la-css-prefix}-thermometer-full:before { content: la-content($la-thermometer-full); } +.#{$la-css-prefix}-thermometer-half:before { content: la-content($la-thermometer-half); } +.#{$la-css-prefix}-thermometer-quarter:before { content: la-content($la-thermometer-quarter); } +.#{$la-css-prefix}-thermometer-three-quarters:before { content: la-content($la-thermometer-three-quarters); } +.#{$la-css-prefix}-think-peaks:before { content: la-content($la-think-peaks); } +.#{$la-css-prefix}-thumbs-down:before { content: la-content($la-thumbs-down); } +.#{$la-css-prefix}-thumbs-up:before { content: la-content($la-thumbs-up); } +.#{$la-css-prefix}-thumbtack:before { content: la-content($la-thumbtack); } +.#{$la-css-prefix}-ticket-alt:before { content: la-content($la-ticket-alt); } +.#{$la-css-prefix}-times:before { content: la-content($la-times); } +.#{$la-css-prefix}-times-circle:before { content: la-content($la-times-circle); } +.#{$la-css-prefix}-tint:before { content: la-content($la-tint); } +.#{$la-css-prefix}-tint-slash:before { content: la-content($la-tint-slash); } +.#{$la-css-prefix}-tired:before { content: la-content($la-tired); } +.#{$la-css-prefix}-toggle-off:before { content: la-content($la-toggle-off); } +.#{$la-css-prefix}-toggle-on:before { content: la-content($la-toggle-on); } +.#{$la-css-prefix}-toilet:before { content: la-content($la-toilet); } +.#{$la-css-prefix}-toilet-paper:before { content: la-content($la-toilet-paper); } +.#{$la-css-prefix}-toolbox:before { content: la-content($la-toolbox); } +.#{$la-css-prefix}-tools:before { content: la-content($la-tools); } +.#{$la-css-prefix}-tooth:before { content: la-content($la-tooth); } +.#{$la-css-prefix}-torah:before { content: la-content($la-torah); } +.#{$la-css-prefix}-torii-gate:before { content: la-content($la-torii-gate); } +.#{$la-css-prefix}-tractor:before { content: la-content($la-tractor); } +.#{$la-css-prefix}-trade-federation:before { content: la-content($la-trade-federation); } +.#{$la-css-prefix}-trademark:before { content: la-content($la-trademark); } +.#{$la-css-prefix}-traffic-light:before { content: la-content($la-traffic-light); } +.#{$la-css-prefix}-train:before { content: la-content($la-train); } +.#{$la-css-prefix}-tram:before { content: la-content($la-tram); } +.#{$la-css-prefix}-transgender:before { content: la-content($la-transgender); } +.#{$la-css-prefix}-transgender-alt:before { content: la-content($la-transgender-alt); } +.#{$la-css-prefix}-trash:before { content: la-content($la-trash); } +.#{$la-css-prefix}-trash-alt:before { content: la-content($la-trash-alt); } +.#{$la-css-prefix}-trash-restore:before { content: la-content($la-trash-restore); } +.#{$la-css-prefix}-trash-restore-alt:before { content: la-content($la-trash-restore-alt); } +.#{$la-css-prefix}-tree:before { content: la-content($la-tree); } +.#{$la-css-prefix}-trello:before { content: la-content($la-trello); } +.#{$la-css-prefix}-tripadvisor:before { content: la-content($la-tripadvisor); } +.#{$la-css-prefix}-trophy:before { content: la-content($la-trophy); } +.#{$la-css-prefix}-truck:before { content: la-content($la-truck); } +.#{$la-css-prefix}-truck-loading:before { content: la-content($la-truck-loading); } +.#{$la-css-prefix}-truck-monster:before { content: la-content($la-truck-monster); } +.#{$la-css-prefix}-truck-moving:before { content: la-content($la-truck-moving); } +.#{$la-css-prefix}-truck-pickup:before { content: la-content($la-truck-pickup); } +.#{$la-css-prefix}-tshirt:before { content: la-content($la-tshirt); } +.#{$la-css-prefix}-tty:before { content: la-content($la-tty); } +.#{$la-css-prefix}-tumblr:before { content: la-content($la-tumblr); } +.#{$la-css-prefix}-tumblr-square:before { content: la-content($la-tumblr-square); } +.#{$la-css-prefix}-tv:before { content: la-content($la-tv); } +.#{$la-css-prefix}-twitch:before { content: la-content($la-twitch); } +.#{$la-css-prefix}-twitter:before { content: la-content($la-twitter); } +.#{$la-css-prefix}-twitter-square:before { content: la-content($la-twitter-square); } +.#{$la-css-prefix}-typo3:before { content: la-content($la-typo3); } +.#{$la-css-prefix}-uber:before { content: la-content($la-uber); } +.#{$la-css-prefix}-ubuntu:before { content: la-content($la-ubuntu); } +.#{$la-css-prefix}-uikit:before { content: la-content($la-uikit); } +.#{$la-css-prefix}-umbrella:before { content: la-content($la-umbrella); } +.#{$la-css-prefix}-umbrella-beach:before { content: la-content($la-umbrella-beach); } +.#{$la-css-prefix}-underline:before { content: la-content($la-underline); } +.#{$la-css-prefix}-undo:before { content: la-content($la-undo); } +.#{$la-css-prefix}-undo-alt:before { content: la-content($la-undo-alt); } +.#{$la-css-prefix}-uniregistry:before { content: la-content($la-uniregistry); } +.#{$la-css-prefix}-universal-access:before { content: la-content($la-universal-access); } +.#{$la-css-prefix}-university:before { content: la-content($la-university); } +.#{$la-css-prefix}-unlink:before { content: la-content($la-unlink); } +.#{$la-css-prefix}-unlock:before { content: la-content($la-unlock); } +.#{$la-css-prefix}-unlock-alt:before { content: la-content($la-unlock-alt); } +.#{$la-css-prefix}-untappd:before { content: la-content($la-untappd); } +.#{$la-css-prefix}-upload:before { content: la-content($la-upload); } +.#{$la-css-prefix}-ups:before { content: la-content($la-ups); } +.#{$la-css-prefix}-usb:before { content: la-content($la-usb); } +.#{$la-css-prefix}-user:before { content: la-content($la-user); } +.#{$la-css-prefix}-user-alt:before { content: la-content($la-user-alt); } +.#{$la-css-prefix}-user-alt-slash:before { content: la-content($la-user-alt-slash); } +.#{$la-css-prefix}-user-astronaut:before { content: la-content($la-user-astronaut); } +.#{$la-css-prefix}-user-check:before { content: la-content($la-user-check); } +.#{$la-css-prefix}-user-circle:before { content: la-content($la-user-circle); } +.#{$la-css-prefix}-user-clock:before { content: la-content($la-user-clock); } +.#{$la-css-prefix}-user-cog:before { content: la-content($la-user-cog); } +.#{$la-css-prefix}-user-edit:before { content: la-content($la-user-edit); } +.#{$la-css-prefix}-user-friends:before { content: la-content($la-user-friends); } +.#{$la-css-prefix}-user-graduate:before { content: la-content($la-user-graduate); } +.#{$la-css-prefix}-user-injured:before { content: la-content($la-user-injured); } +.#{$la-css-prefix}-user-lock:before { content: la-content($la-user-lock); } +.#{$la-css-prefix}-user-md:before { content: la-content($la-user-md); } +.#{$la-css-prefix}-user-minus:before { content: la-content($la-user-minus); } +.#{$la-css-prefix}-user-ninja:before { content: la-content($la-user-ninja); } +.#{$la-css-prefix}-user-nurse:before { content: la-content($la-user-nurse); } +.#{$la-css-prefix}-user-plus:before { content: la-content($la-user-plus); } +.#{$la-css-prefix}-user-secret:before { content: la-content($la-user-secret); } +.#{$la-css-prefix}-user-shield:before { content: la-content($la-user-shield); } +.#{$la-css-prefix}-user-slash:before { content: la-content($la-user-slash); } +.#{$la-css-prefix}-user-tag:before { content: la-content($la-user-tag); } +.#{$la-css-prefix}-user-tie:before { content: la-content($la-user-tie); } +.#{$la-css-prefix}-user-times:before { content: la-content($la-user-times); } +.#{$la-css-prefix}-users:before { content: la-content($la-users); } +.#{$la-css-prefix}-users-cog:before { content: la-content($la-users-cog); } +.#{$la-css-prefix}-usps:before { content: la-content($la-usps); } +.#{$la-css-prefix}-ussunnah:before { content: la-content($la-ussunnah); } +.#{$la-css-prefix}-utensil-spoon:before { content: la-content($la-utensil-spoon); } +.#{$la-css-prefix}-utensils:before { content: la-content($la-utensils); } +.#{$la-css-prefix}-vaadin:before { content: la-content($la-vaadin); } +.#{$la-css-prefix}-vector-square:before { content: la-content($la-vector-square); } +.#{$la-css-prefix}-venus:before { content: la-content($la-venus); } +.#{$la-css-prefix}-venus-double:before { content: la-content($la-venus-double); } +.#{$la-css-prefix}-venus-mars:before { content: la-content($la-venus-mars); } +.#{$la-css-prefix}-viacoin:before { content: la-content($la-viacoin); } +.#{$la-css-prefix}-viadeo:before { content: la-content($la-viadeo); } +.#{$la-css-prefix}-viadeo-square:before { content: la-content($la-viadeo-square); } +.#{$la-css-prefix}-vial:before { content: la-content($la-vial); } +.#{$la-css-prefix}-vials:before { content: la-content($la-vials); } +.#{$la-css-prefix}-viber:before { content: la-content($la-viber); } +.#{$la-css-prefix}-video:before { content: la-content($la-video); } +.#{$la-css-prefix}-video-slash:before { content: la-content($la-video-slash); } +.#{$la-css-prefix}-vihara:before { content: la-content($la-vihara); } +.#{$la-css-prefix}-vimeo:before { content: la-content($la-vimeo); } +.#{$la-css-prefix}-vimeo-square:before { content: la-content($la-vimeo-square); } +.#{$la-css-prefix}-vimeo-v:before { content: la-content($la-vimeo-v); } +.#{$la-css-prefix}-vine:before { content: la-content($la-vine); } +.#{$la-css-prefix}-vk:before { content: la-content($la-vk); } +.#{$la-css-prefix}-vnv:before { content: la-content($la-vnv); } +.#{$la-css-prefix}-voicemail:before { content: la-content($la-voicemail); } +.#{$la-css-prefix}-volleyball-ball:before { content: la-content($la-volleyball-ball); } +.#{$la-css-prefix}-volume-down:before { content: la-content($la-volume-down); } +.#{$la-css-prefix}-volume-mute:before { content: la-content($la-volume-mute); } +.#{$la-css-prefix}-volume-off:before { content: la-content($la-volume-off); } +.#{$la-css-prefix}-volume-up:before { content: la-content($la-volume-up); } +.#{$la-css-prefix}-vote-yea:before { content: la-content($la-vote-yea); } +.#{$la-css-prefix}-vr-cardboard:before { content: la-content($la-vr-cardboard); } +.#{$la-css-prefix}-vuejs:before { content: la-content($la-vuejs); } +.#{$la-css-prefix}-walking:before { content: la-content($la-walking); } +.#{$la-css-prefix}-wallet:before { content: la-content($la-wallet); } +.#{$la-css-prefix}-warehouse:before { content: la-content($la-warehouse); } +.#{$la-css-prefix}-water:before { content: la-content($la-water); } +.#{$la-css-prefix}-wave-square:before { content: la-content($la-wave-square); } +.#{$la-css-prefix}-waze:before { content: la-content($la-waze); } +.#{$la-css-prefix}-weebly:before { content: la-content($la-weebly); } +.#{$la-css-prefix}-weibo:before { content: la-content($la-weibo); } +.#{$la-css-prefix}-weight:before { content: la-content($la-weight); } +.#{$la-css-prefix}-weight-hanging:before { content: la-content($la-weight-hanging); } +.#{$la-css-prefix}-weixin:before { content: la-content($la-weixin); } +.#{$la-css-prefix}-whatsapp:before { content: la-content($la-whatsapp); } +.#{$la-css-prefix}-whatsapp-square:before { content: la-content($la-whatsapp-square); } +.#{$la-css-prefix}-wheelchair:before { content: la-content($la-wheelchair); } +.#{$la-css-prefix}-whmcs:before { content: la-content($la-whmcs); } +.#{$la-css-prefix}-wifi:before { content: la-content($la-wifi); } +.#{$la-css-prefix}-wikipedia-w:before { content: la-content($la-wikipedia-w); } +.#{$la-css-prefix}-wind:before { content: la-content($la-wind); } +.#{$la-css-prefix}-window-close:before { content: la-content($la-window-close); } +.#{$la-css-prefix}-window-maximize:before { content: la-content($la-window-maximize); } +.#{$la-css-prefix}-window-minimize:before { content: la-content($la-window-minimize); } +.#{$la-css-prefix}-window-restore:before { content: la-content($la-window-restore); } +.#{$la-css-prefix}-windows:before { content: la-content($la-windows); } +.#{$la-css-prefix}-wine-bottle:before { content: la-content($la-wine-bottle); } +.#{$la-css-prefix}-wine-glass:before { content: la-content($la-wine-glass); } +.#{$la-css-prefix}-wine-glass-alt:before { content: la-content($la-wine-glass-alt); } +.#{$la-css-prefix}-wix:before { content: la-content($la-wix); } +.#{$la-css-prefix}-wizards-of-the-coast:before { content: la-content($la-wizards-of-the-coast); } +.#{$la-css-prefix}-wolf-pack-battalion:before { content: la-content($la-wolf-pack-battalion); } +.#{$la-css-prefix}-won-sign:before { content: la-content($la-won-sign); } +.#{$la-css-prefix}-wordpress:before { content: la-content($la-wordpress); } +.#{$la-css-prefix}-wordpress-simple:before { content: la-content($la-wordpress-simple); } +.#{$la-css-prefix}-wpbeginner:before { content: la-content($la-wpbeginner); } +.#{$la-css-prefix}-wpexplorer:before { content: la-content($la-wpexplorer); } +.#{$la-css-prefix}-wpforms:before { content: la-content($la-wpforms); } +.#{$la-css-prefix}-wpressr:before { content: la-content($la-wpressr); } +.#{$la-css-prefix}-wrench:before { content: la-content($la-wrench); } +.#{$la-css-prefix}-x-ray:before { content: la-content($la-x-ray); } +.#{$la-css-prefix}-xbox:before { content: la-content($la-xbox); } +.#{$la-css-prefix}-xing:before { content: la-content($la-xing); } +.#{$la-css-prefix}-xing-square:before { content: la-content($la-xing-square); } +.#{$la-css-prefix}-y-combinator:before { content: la-content($la-y-combinator); } +.#{$la-css-prefix}-yahoo:before { content: la-content($la-yahoo); } +.#{$la-css-prefix}-yammer:before { content: la-content($la-yammer); } +.#{$la-css-prefix}-yandex:before { content: la-content($la-yandex); } +.#{$la-css-prefix}-yandex-international:before { content: la-content($la-yandex-international); } +.#{$la-css-prefix}-yarn:before { content: la-content($la-yarn); } +.#{$la-css-prefix}-yelp:before { content: la-content($la-yelp); } +.#{$la-css-prefix}-yen-sign:before { content: la-content($la-yen-sign); } +.#{$la-css-prefix}-yin-yang:before { content: la-content($la-yin-yang); } +.#{$la-css-prefix}-yoast:before { content: la-content($la-yoast); } +.#{$la-css-prefix}-youtube:before { content: la-content($la-youtube); } +.#{$la-css-prefix}-youtube-square:before { content: la-content($la-youtube-square); } +.#{$la-css-prefix}-zhihu:before { content: la-content($la-zhihu); } +.#{$la-css-prefix}-hat-cowboy:before { content: la-content($la-hat-cowboy); } +.#{$la-css-prefix}-hat-cowboy-side:before { content: la-content($la-hat-cowboy-side); } +.#{$la-css-prefix}-mdb:before { content: la-content($la-mdb); } +.#{$la-css-prefix}-mouse:before { content: la-content($la-mouse); } +.#{$la-css-prefix}-orcid:before { content: la-content($la-orcid); } +.#{$la-css-prefix}-record-vinyl:before { content: la-content($la-record-vinyl); } +.#{$la-css-prefix}-swift:before { content: la-content($la-swift); } +.#{$la-css-prefix}-umbraco:before { content: la-content($la-umbraco); } +.#{$la-css-prefix}-buy-n-large:before { content: la-content($la-buy-n-large); } diff --git a/static/scss/_larger.scss b/static/scss/_larger.scss new file mode 100644 index 0000000..fc4ba90 --- /dev/null +++ b/static/scss/_larger.scss @@ -0,0 +1,22 @@ +.#{$la-css-prefix}-lg { + font-size: 1.33333em; + line-height: 0.75em; + vertical-align: -.0667em; +} + +.#{$la-css-prefix}-xs { font-size: 0.75em; } +.#{$la-css-prefix}-2x { font-size: 1em; } +.#{$la-css-prefix}-2x { font-size: 2em; } +.#{$la-css-prefix}-3x { font-size: 3em; } +.#{$la-css-prefix}-4x { font-size: 4em; } +.#{$la-css-prefix}-5x { font-size: 5em; } +.#{$la-css-prefix}-6x { font-size: 6em; } +.#{$la-css-prefix}-7x { font-size: 7em; } +.#{$la-css-prefix}-8x { font-size: 8em; } +.#{$la-css-prefix}-9x { font-size: 9em; } +.#{$la-css-prefix}-10x { font-size: 10em; } + +.#{$la-css-prefix}-fw { + text-align: center; + width: 1.25em; +} diff --git a/static/scss/_list.scss b/static/scss/_list.scss new file mode 100644 index 0000000..5e69fbc --- /dev/null +++ b/static/scss/_list.scss @@ -0,0 +1,19 @@ +.#{$la-css-prefix}-ul { + padding-left: 0; + margin-left: $la-li-width; + list-style-type: none; + > li { + position: relative; + } +} + +.#{$la-css-prefix}-li { + position: absolute; + left: -2em; + text-align: center; + width: $la-li-width; + line-height: inherit; + &.#{$la-css-prefix}-lg { + left: -$la-li-width + (4em / 14); + } +} diff --git a/static/scss/_mixins.scss b/static/scss/_mixins.scss new file mode 100644 index 0000000..de80b5e --- /dev/null +++ b/static/scss/_mixins.scss @@ -0,0 +1,32 @@ +// Only display content to screen readers. A la Bootstrap 4. +// +// See: http://a11yproject.com/posts/how-to-hide-content/ + +@mixin sr-only { + border: 0; + clip: rect(0, 0, 0, 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} + +// 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 { + clip: auto; + height: auto; + margin: 0; + overflow: visible; + position: static; + width: auto; + } +} diff --git a/static/scss/_path.scss b/static/scss/_path.scss new file mode 100644 index 0000000..8354fc3 --- /dev/null +++ b/static/scss/_path.scss @@ -0,0 +1,53 @@ +@font-face { + font-family: $la-font-name-lab; + font-style: normal; + font-weight: normal; + font-display: auto; + src: url('#{$la-font-path}/la-brands-400.eot'); + src: url("#{$la-font-path}/la-brands-400.eot?#iefix") format("embedded-opentype"), + url("#{$la-font-path}/la-brands-400.woff2") format("woff2"), + url("#{$la-font-path}/la-brands-400.woff") format("woff"), + url("#{$la-font-path}/la-brands-400.ttf") format("truetype"), + url("#{$la-font-path}/la-brands-400.svg#lineawesome") format("svg"); +} + +.#{$la-css-prefix-lab} { + font-family: $la-font-name-lab; + font-weight: 400; +} + +@font-face { + font-family: $la-font-name-lar; + font-style: normal; + font-weight: 400; + font-display: auto; + src: url('#{$la-font-path}/la-regular-400.eot'); + src: url("#{$la-font-path}/la-regular-400.eot?#iefix") format("embedded-opentype"), + url("#{$la-font-path}/la-regular-400.woff2") format("woff2"), + url("#{$la-font-path}/la-regular-400.woff") format("woff"), + url("#{$la-font-path}/la-regular-400.ttf") format("truetype"), + url("#{$la-font-path}/la-regular-400.svg#lineawesome") format("svg"); +} + +.#{$la-css-prefix-lar} { + font-family: $la-font-name-lar; + font-weight: 400; +} + +@font-face { + font-family: $la-font-name-las; + font-style: normal; + font-weight: 900; + font-display: auto; + src: url('#{$la-font-path}/la-solid-900.eot'); + src: url("#{$la-font-path}/la-solid-900.eot?#iefix") format("embedded-opentype"), + url("#{$la-font-path}/la-solid-900.woff2") format("woff2"), + url("#{$la-font-path}/la-solid-900.woff") format("woff"), + url("#{$la-font-path}/la-solid-900.ttf") format("truetype"), + url("#{$la-font-path}/la-solid-900.svg#lineawesome") format("svg"); +} + +.#{$la-css-prefix-las} { + font-family: $la-font-name-las; + font-weight: 900; +} diff --git a/static/scss/_rotated-flipped.scss b/static/scss/_rotated-flipped.scss new file mode 100644 index 0000000..f0f8ec2 --- /dev/null +++ b/static/scss/_rotated-flipped.scss @@ -0,0 +1,101 @@ +.la-pull-left { + float: left; +} + +.la-pull-right { + float: right; +} + +.la.la-pull-left, +.las.la-pull-left, +.lar.la-pull-left, +.lal.la-pull-left, +.lab.la-pull-left { + margin-right: .3em; +} + +.la.la-pull-right, +.las.la-pull-right, +.lar.la-pull-right, +.lal.la-pull-right, +.lab.la-pull-right { + margin-left: .3em; +} + +.la-spin { + -webkit-animation: la-spin 2s infinite linear; + animation: la-spin 2s infinite linear; +} + +.la-pulse { + -webkit-animation: la-spin 1s infinite steps(8); + animation: la-spin 1s infinite steps(8); +} + +@-webkit-keyframes la-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +@keyframes la-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} + +.la-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + transform: rotate(90deg); +} + +.la-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + transform: rotate(180deg); +} + +.la-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + transform: rotate(270deg); +} + +.la-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + transform: scale(-1, 1); +} + +.la-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + transform: scale(1, -1); +} + +.la-flip-both, .la-flip-horizontal.la-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(-1, -1); + transform: scale(-1, -1); +} + +:root .la-rotate-90, +:root .la-rotate-180, +:root .la-rotate-270, +:root .la-flip-horizontal, +:root .la-flip-vertical, +:root .la-flip-both { + -webkit-filter: none; + filter: none; +} diff --git a/static/scss/_screen-reader.scss b/static/scss/_screen-reader.scss new file mode 100644 index 0000000..bcb5455 --- /dev/null +++ b/static/scss/_screen-reader.scss @@ -0,0 +1,2 @@ +.sr-only { @include sr-only(); } +.sr-only-focusable { @include sr-only-focusable(); } diff --git a/static/scss/_stacked.scss b/static/scss/_stacked.scss new file mode 100644 index 0000000..c6c63dd --- /dev/null +++ b/static/scss/_stacked.scss @@ -0,0 +1,28 @@ +.#{$la-css-prefix}-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; +} + +.#{$la-css-prefix}-stack-1x, +.#{$la-css-prefix}-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; +} + +.#{$la-css-prefix}-stack-1x { + line-height: inherit; +} + +.#{$la-css-prefix}-stack-2x { + font-size: 2em; +} + +.#{$la-css-prefix}-inverse { + color: $la-inverse; +} diff --git a/static/scss/_variables.scss b/static/scss/_variables.scss new file mode 100644 index 0000000..ad3322f --- /dev/null +++ b/static/scss/_variables.scss @@ -0,0 +1,1416 @@ +$la-font-path: "../fonts" !default; +$la-font-size-base: 14px !default; +$la-line-height-base: 1 !default; +$la-border-color: #eee !default; +$la-inverse: #fff !default; +$la-version: 1.3.0 !default; +$la-li-width: (20em / 14) !default; + +@function la-content($la-var) { + @return unquote("\"#{ $la-var }\""); +} + +$la-css-prefix: la; + +$la-font-name-lar: Line Awesome Free !default; +$la-css-prefix-lar: lar !default; + +$la-font-name-las: Line Awesome Free !default; +$la-css-prefix-las: las !default; + +$la-font-name-lab: Line Awesome Brands !default; +$la-css-prefix-lab: lab !default; + +$la-500px: \f26e; +$la-accessible-icon: \f368; +$la-accusoft: \f369; +$la-acquisitions-incorporated: \f6af; +$la-ad: \f641; +$la-address-book: \f2b9; +$la-address-card: \f2bb; +$la-adjust: \f042; +$la-adn: \f170; +$la-adobe: \f778; +$la-adversal: \f36a; +$la-affiliatetheme: \f36b; +$la-air-freshener: \f5d0; +$la-airbnb: \f834; +$la-algolia: \f36c; +$la-align-center: \f037; +$la-align-justify: \f039; +$la-align-left: \f036; +$la-align-right: \f038; +$la-alipay: \f642; +$la-allergies: \f461; +$la-amazon: \f270; +$la-amazon-pay: \f42c; +$la-ambulance: \f0f9; +$la-american-sign-language-interpreting: \f2a3; +$la-amilia: \f36d; +$la-anchor: \f13d; +$la-android: \f17b; +$la-angellist: \f209; +$la-angle-double-down: \f103; +$la-angle-double-left: \f100; +$la-angle-double-right: \f101; +$la-angle-double-up: \f102; +$la-angle-down: \f107; +$la-angle-left: \f104; +$la-angle-right: \f105; +$la-angle-up: \f106; +$la-angry: \f556; +$la-angrycreative: \f36e; +$la-angular: \f420; +$la-ankh: \f644; +$la-app-store: \f36f; +$la-app-store-ios: \f370; +$la-apper: \f371; +$la-apple: \f179; +$la-apple-alt: \f5d1; +$la-apple-pay: \f415; +$la-archive: \f187; +$la-archway: \f557; +$la-arrow-alt-circle-down: \f358; +$la-arrow-alt-circle-left: \f359; +$la-arrow-alt-circle-right: \f35a; +$la-arrow-alt-circle-up: \f35b; +$la-arrow-circle-down: \f0ab; +$la-arrow-circle-left: \f0a8; +$la-arrow-circle-right: \f0a9; +$la-arrow-circle-up: \f0aa; +$la-arrow-down: \f063; +$la-arrow-left: \f060; +$la-arrow-right: \f061; +$la-arrow-up: \f062; +$la-arrows-alt: \f0b2; +$la-arrows-alt-h: \f337; +$la-arrows-alt-v: \f338; +$la-artstation: \f77a; +$la-assistive-listening-systems: \f2a2; +$la-asterisk: \f069; +$la-asymmetrik: \f372; +$la-at: \f1fa; +$la-atlas: \f558; +$la-atlassian: \f77b; +$la-atom: \f5d2; +$la-audible: \f373; +$la-audio-description: \f29e; +$la-autoprefixer: \f41c; +$la-avianex: \f374; +$la-aviato: \f421; +$la-award: \f559; +$la-aws: \f375; +$la-baby: \f77c; +$la-baby-carriage: \f77d; +$la-backspace: \f55a; +$la-backward: \f04a; +$la-bacon: \f7e5; +$la-balance-scale: \f24e; +$la-balance-scale-left: \f515; +$la-balance-scale-right: \f516; +$la-ban: \f05e; +$la-band-aid: \f462; +$la-bandcamp: \f2d5; +$la-barcode: \f02a; +$la-bars: \f0c9; +$la-baseball-ball: \f433; +$la-basketball-ball: \f434; +$la-bath: \f2cd; +$la-battery-empty: \f244; +$la-battery-full: \f240; +$la-battery-half: \f242; +$la-battery-quarter: \f243; +$la-battery-three-quarters: \f241; +$la-battle-net: \f835; +$la-bed: \f236; +$la-beer: \f0fc; +$la-behance: \f1b4; +$la-behance-square: \f1b5; +$la-bell: \f0f3; +$la-bell-slash: \f1f6; +$la-bezier-curve: \f55b; +$la-bible: \f647; +$la-bicycle: \f206; +$la-biking: \f84a; +$la-bimobject: \f378; +$la-binoculars: \f1e5; +$la-biohazard: \f780; +$la-birthday-cake: \f1fd; +$la-bitbucket: \f171; +$la-bitcoin: \f379; +$la-bity: \f37a; +$la-black-tie: \f27e; +$la-blackberry: \f37b; +$la-blender: \f517; +$la-blender-phone: \f6b6; +$la-blind: \f29d; +$la-blog: \f781; +$la-blogger: \f37c; +$la-blogger-b: \f37d; +$la-bluetooth: \f293; +$la-bluetooth-b: \f294; +$la-bold: \f032; +$la-bolt: \f0e7; +$la-bomb: \f1e2; +$la-bone: \f5d7; +$la-bong: \f55c; +$la-book: \f02d; +$la-book-dead: \f6b7; +$la-book-medical: \f7e6; +$la-book-open: \f518; +$la-book-reader: \f5da; +$la-bookmark: \f02e; +$la-bootstrap: \f836; +$la-border-all: \f84c; +$la-border-none: \f850; +$la-border-style: \f853; +$la-bowling-ball: \f436; +$la-box: \f466; +$la-box-open: \f49e; +$la-boxes: \f468; +$la-braille: \f2a1; +$la-brain: \f5dc; +$la-bread-slice: \f7ec; +$la-briefcase: \f0b1; +$la-briefcase-medical: \f469; +$la-broadcast-tower: \f519; +$la-broom: \f51a; +$la-brush: \f55d; +$la-btc: \f15a; +$la-buffer: \f837; +$la-bug: \f188; +$la-building: \f1ad; +$la-bullhorn: \f0a1; +$la-bullseye: \f140; +$la-burn: \f46a; +$la-buromobelexperte: \f37f; +$la-bus: \f207; +$la-bus-alt: \f55e; +$la-business-time: \f64a; +$la-buysellads: \f20d; +$la-calculator: \f1ec; +$la-calendar: \f133; +$la-calendar-alt: \f073; +$la-calendar-check: \f274; +$la-calendar-day: \f783; +$la-calendar-minus: \f272; +$la-calendar-plus: \f271; +$la-calendar-times: \f273; +$la-calendar-week: \f784; +$la-camera: \f030; +$la-camera-retro: \f083; +$la-campground: \f6bb; +$la-canadian-maple-leaf: \f785; +$la-candy-cane: \f786; +$la-cannabis: \f55f; +$la-capsules: \f46b; +$la-car: \f1b9; +$la-car-alt: \f5de; +$la-car-battery: \f5df; +$la-car-crash: \f5e1; +$la-car-side: \f5e4; +$la-caret-down: \f0d7; +$la-caret-left: \f0d9; +$la-caret-right: \f0da; +$la-caret-square-down: \f150; +$la-caret-square-left: \f191; +$la-caret-square-right: \f152; +$la-caret-square-up: \f151; +$la-caret-up: \f0d8; +$la-carrot: \f787; +$la-cart-arrow-down: \f218; +$la-cart-plus: \f217; +$la-cash-register: \f788; +$la-cat: \f6be; +$la-cc-amazon-pay: \f42d; +$la-cc-amex: \f1f3; +$la-cc-apple-pay: \f416; +$la-cc-diners-club: \f24c; +$la-cc-discover: \f1f2; +$la-cc-jcb: \f24b; +$la-cc-mastercard: \f1f1; +$la-cc-paypal: \f1f4; +$la-cc-stripe: \f1f5; +$la-cc-visa: \f1f0; +$la-centercode: \f380; +$la-centos: \f789; +$la-certificate: \f0a3; +$la-chair: \f6c0; +$la-chalkboard: \f51b; +$la-chalkboard-teacher: \f51c; +$la-charging-station: \f5e7; +$la-chart-area: \f1fe; +$la-chart-bar: \f080; +$la-chart-line: \f201; +$la-chart-pie: \f200; +$la-check: \f00c; +$la-check-circle: \f058; +$la-check-double: \f560; +$la-check-square: \f14a; +$la-cheese: \f7ef; +$la-chess: \f439; +$la-chess-bishop: \f43a; +$la-chess-board: \f43c; +$la-chess-king: \f43f; +$la-chess-knight: \f441; +$la-chess-pawn: \f443; +$la-chess-queen: \f445; +$la-chess-rook: \f447; +$la-chevron-circle-down: \f13a; +$la-chevron-circle-left: \f137; +$la-chevron-circle-right: \f138; +$la-chevron-circle-up: \f139; +$la-chevron-down: \f078; +$la-chevron-left: \f053; +$la-chevron-right: \f054; +$la-chevron-up: \f077; +$la-child: \f1ae; +$la-chrome: \f268; +$la-chromecast: \f838; +$la-church: \f51d; +$la-circle: \f111; +$la-circle-notch: \f1ce; +$la-city: \f64f; +$la-clinic-medical: \f7f2; +$la-clipboard: \f328; +$la-clipboard-check: \f46c; +$la-clipboard-list: \f46d; +$la-clock: \f017; +$la-clone: \f24d; +$la-closed-captioning: \f20a; +$la-cloud: \f0c2; +$la-cloud-download-alt: \f381; +$la-cloud-meatball: \f73b; +$la-cloud-moon: \f6c3; +$la-cloud-moon-rain: \f73c; +$la-cloud-rain: \f73d; +$la-cloud-showers-heavy: \f740; +$la-cloud-sun: \f6c4; +$la-cloud-sun-rain: \f743; +$la-cloud-upload-alt: \f382; +$la-cloudscale: \f383; +$la-cloudsmith: \f384; +$la-cloudversify: \f385; +$la-cocktail: \f561; +$la-code: \f121; +$la-code-branch: \f126; +$la-codepen: \f1cb; +$la-codiepie: \f284; +$la-coffee: \f0f4; +$la-cog: \f013; +$la-cogs: \f085; +$la-coins: \f51e; +$la-columns: \f0db; +$la-comment: \f075; +$la-comment-alt: \f27a; +$la-comment-dollar: \f651; +$la-comment-dots: \f4ad; +$la-comment-medical: \f7f5; +$la-comment-slash: \f4b3; +$la-comments: \f086; +$la-comments-dollar: \f653; +$la-compact-disc: \f51f; +$la-compass: \f14e; +$la-compress: \f066; +$la-compress-arrows-alt: \f78c; +$la-concierge-bell: \f562; +$la-confluence: \f78d; +$la-connectdevelop: \f20e; +$la-contao: \f26d; +$la-cookie: \f563; +$la-cookie-bite: \f564; +$la-copy: \f0c5; +$la-copyright: \f1f9; +$la-cotton-bureau: \f89e; +$la-couch: \f4b8; +$la-cpanel: \f388; +$la-creative-commons: \f25e; +$la-creative-commons-by: \f4e7; +$la-creative-commons-nc: \f4e8; +$la-creative-commons-nc-eu: \f4e9; +$la-creative-commons-nc-jp: \f4ea; +$la-creative-commons-nd: \f4eb; +$la-creative-commons-pd: \f4ec; +$la-creative-commons-pd-alt: \f4ed; +$la-creative-commons-remix: \f4ee; +$la-creative-commons-sa: \f4ef; +$la-creative-commons-sampling: \f4f0; +$la-creative-commons-sampling-plus: \f4f1; +$la-creative-commons-share: \f4f2; +$la-creative-commons-zero: \f4f3; +$la-credit-card: \f09d; +$la-critical-role: \f6c9; +$la-crop: \f125; +$la-crop-alt: \f565; +$la-cross: \f654; +$la-crosshairs: \f05b; +$la-crow: \f520; +$la-crown: \f521; +$la-crutch: \f7f7; +$la-css3: \f13c; +$la-css3-alt: \f38b; +$la-cube: \f1b2; +$la-cubes: \f1b3; +$la-cut: \f0c4; +$la-cuttlefish: \f38c; +$la-d-and-d: \f38d; +$la-d-and-d-beyond: \f6ca; +$la-dashcube: \f210; +$la-database: \f1c0; +$la-deaf: \f2a4; +$la-delicious: \f1a5; +$la-democrat: \f747; +$la-deploydog: \f38e; +$la-deskpro: \f38f; +$la-desktop: \f108; +$la-dev: \f6cc; +$la-deviantart: \f1bd; +$la-dharmachakra: \f655; +$la-dhl: \f790; +$la-diagnoses: \f470; +$la-diaspora: \f791; +$la-dice: \f522; +$la-dice-d20: \f6cf; +$la-dice-d6: \f6d1; +$la-dice-five: \f523; +$la-dice-four: \f524; +$la-dice-one: \f525; +$la-dice-six: \f526; +$la-dice-three: \f527; +$la-dice-two: \f528; +$la-digg: \f1a6; +$la-digital-ocean: \f391; +$la-digital-tachograph: \f566; +$la-directions: \f5eb; +$la-discord: \f392; +$la-discourse: \f393; +$la-divide: \f529; +$la-dizzy: \f567; +$la-dna: \f471; +$la-dochub: \f394; +$la-docker: \f395; +$la-dog: \f6d3; +$la-dollar-sign: \f155; +$la-dolly: \f472; +$la-dolly-flatbed: \f474; +$la-donate: \f4b9; +$la-door-closed: \f52a; +$la-door-open: \f52b; +$la-dot-circle: \f192; +$la-dove: \f4ba; +$la-download: \f019; +$la-draft2digital: \f396; +$la-drafting-compass: \f568; +$la-dragon: \f6d5; +$la-draw-polygon: \f5ee; +$la-dribbble: \f17d; +$la-dribbble-square: \f397; +$la-dropbox: \f16b; +$la-drum: \f569; +$la-drum-steelpan: \f56a; +$la-drumstick-bite: \f6d7; +$la-drupal: \f1a9; +$la-dumbbell: \f44b; +$la-dumpster: \f793; +$la-dumpster-fire: \f794; +$la-dungeon: \f6d9; +$la-dyalog: \f399; +$la-earlybirds: \f39a; +$la-ebay: \f4f4; +$la-edge: \f282; +$la-edit: \f044; +$la-egg: \f7fb; +$la-eject: \f052; +$la-elementor: \f430; +$la-ellipsis-h: \f141; +$la-ellipsis-v: \f142; +$la-ello: \f5f1; +$la-ember: \f423; +$la-empire: \f1d1; +$la-envelope: \f0e0; +$la-envelope-open: \f2b6; +$la-envelope-open-text: \f658; +$la-envelope-square: \f199; +$la-envira: \f299; +$la-equals: \f52c; +$la-eraser: \f12d; +$la-erlang: \f39d; +$la-ethereum: \f42e; +$la-ethernet: \f796; +$la-etsy: \f2d7; +$la-euro-sign: \f153; +$la-evernote: \f839; +$la-exchange-alt: \f362; +$la-exclamation: \f12a; +$la-exclamation-circle: \f06a; +$la-exclamation-triangle: \f071; +$la-expand: \f065; +$la-expand-arrows-alt: \f31e; +$la-expeditedssl: \f23e; +$la-external-link-alt: \f35d; +$la-external-link-square-alt: \f360; +$la-eye: \f06e; +$la-eye-dropper: \f1fb; +$la-eye-slash: \f070; +$la-facebook: \f09a; +$la-facebook-f: \f39e; +$la-facebook-messenger: \f39f; +$la-facebook-square: \f082; +$la-fan: \f863; +$la-fantasy-flight-games: \f6dc; +$la-fast-backward: \f049; +$la-fast-forward: \f050; +$la-fax: \f1ac; +$la-feather: \f52d; +$la-feather-alt: \f56b; +$la-fedex: \f797; +$la-fedora: \f798; +$la-female: \f182; +$la-fighter-jet: \f0fb; +$la-figma: \f799; +$la-file: \f15b; +$la-file-alt: \f15c; +$la-file-archive: \f1c6; +$la-file-audio: \f1c7; +$la-file-code: \f1c9; +$la-file-contract: \f56c; +$la-file-csv: \f6dd; +$la-file-download: \f56d; +$la-file-excel: \f1c3; +$la-file-export: \f56e; +$la-file-image: \f1c5; +$la-file-import: \f56f; +$la-file-invoice: \f570; +$la-file-invoice-dollar: \f571; +$la-file-medical: \f477; +$la-file-medical-alt: \f478; +$la-file-pdf: \f1c1; +$la-file-powerpoint: \f1c4; +$la-file-prescription: \f572; +$la-file-signature: \f573; +$la-file-upload: \f574; +$la-file-video: \f1c8; +$la-file-word: \f1c2; +$la-fill: \f575; +$la-fill-drip: \f576; +$la-film: \f008; +$la-filter: \f0b0; +$la-fingerprint: \f577; +$la-fire: \f06d; +$la-fire-alt: \f7e4; +$la-fire-extinguisher: \f134; +$la-firefox: \f269; +$la-first-aid: \f479; +$la-first-order: \f2b0; +$la-first-order-alt: \f50a; +$la-firstdraft: \f3a1; +$la-fish: \f578; +$la-fist-raised: \f6de; +$la-flag: \f024; +$la-flag-checkered: \f11e; +$la-flag-usa: \f74d; +$la-flask: \f0c3; +$la-flickr: \f16e; +$la-flipboard: \f44d; +$la-flushed: \f579; +$la-fly: \f417; +$la-folder: \f07b; +$la-folder-minus: \f65d; +$la-folder-open: \f07c; +$la-folder-plus: \f65e; +$la-font: \f031; +$la-font-awesome: \f2b4; +$la-font-awesome-alt: \f35c; +$la-font-awesome-flag: \f425; +$la-fonticons: \f280; +$la-fonticons-fi: \f3a2; +$la-football-ball: \f44e; +$la-fort-awesome: \f286; +$la-fort-awesome-alt: \f3a3; +$la-forumbee: \f211; +$la-forward: \f04e; +$la-foursquare: \f180; +$la-free-code-camp: \f2c5; +$la-freebsd: \f3a4; +$la-frog: \f52e; +$la-frown: \f119; +$la-frown-open: \f57a; +$la-fulcrum: \f50b; +$la-funnel-dollar: \f662; +$la-futbol: \f1e3; +$la-galactic-republic: \f50c; +$la-galactic-senate: \f50d; +$la-gamepad: \f11b; +$la-gas-pump: \f52f; +$la-gavel: \f0e3; +$la-gem: \f3a5; +$la-genderless: \f22d; +$la-get-pocket: \f265; +$la-gg: \f260; +$la-gg-circle: \f261; +$la-ghost: \f6e2; +$la-gift: \f06b; +$la-gifts: \f79c; +$la-git: \f1d3; +$la-git-alt: \f841; +$la-git-square: \f1d2; +$la-github: \f09b; +$la-github-alt: \f113; +$la-github-square: \f092; +$la-gitkraken: \f3a6; +$la-gitlab: \f296; +$la-gitter: \f426; +$la-glass-cheers: \f79f; +$la-glass-martini: \f000; +$la-glass-martini-alt: \f57b; +$la-glass-whiskey: \f7a0; +$la-glasses: \f530; +$la-glide: \f2a5; +$la-glide-g: \f2a6; +$la-globe: \f0ac; +$la-globe-africa: \f57c; +$la-globe-americas: \f57d; +$la-globe-asia: \f57e; +$la-globe-europe: \f7a2; +$la-gofore: \f3a7; +$la-golf-ball: \f450; +$la-goodreads: \f3a8; +$la-goodreads-g: \f3a9; +$la-google: \f1a0; +$la-google-drive: \f3aa; +$la-google-play: \f3ab; +$la-google-plus: \f2b3; +$la-google-plus-g: \f0d5; +$la-google-plus-square: \f0d4; +$la-google-wallet: \f1ee; +$la-gopuram: \f664; +$la-graduation-cap: \f19d; +$la-gratipay: \f184; +$la-grav: \f2d6; +$la-greater-than: \f531; +$la-greater-than-equal: \f532; +$la-grimace: \f57f; +$la-grin: \f580; +$la-grin-alt: \f581; +$la-grin-beam: \f582; +$la-grin-beam-sweat: \f583; +$la-grin-hearts: \f584; +$la-grin-squint: \f585; +$la-grin-squint-tears: \f586; +$la-grin-stars: \f587; +$la-grin-tears: \f588; +$la-grin-tongue: \f589; +$la-grin-tongue-squint: \f58a; +$la-grin-tongue-wink: \f58b; +$la-grin-wink: \f58c; +$la-grip-horizontal: \f58d; +$la-grip-lines: \f7a4; +$la-grip-lines-vertical: \f7a5; +$la-grip-vertical: \f58e; +$la-gripfire: \f3ac; +$la-grunt: \f3ad; +$la-guitar: \f7a6; +$la-gulp: \f3ae; +$la-h-square: \f0fd; +$la-hacker-news: \f1d4; +$la-hacker-news-square: \f3af; +$la-hackerrank: \f5f7; +$la-hamburger: \f805; +$la-hammer: \f6e3; +$la-hamsa: \f665; +$la-hand-holding: \f4bd; +$la-hand-holding-heart: \f4be; +$la-hand-holding-usd: \f4c0; +$la-hand-lizard: \f258; +$la-hand-middle-finger: \f806; +$la-hand-paper: \f256; +$la-hand-peace: \f25b; +$la-hand-point-down: \f0a7; +$la-hand-point-left: \f0a5; +$la-hand-point-right: \f0a4; +$la-hand-point-up: \f0a6; +$la-hand-pointer: \f25a; +$la-hand-rock: \f255; +$la-hand-scissors: \f257; +$la-hand-spock: \f259; +$la-hands: \f4c2; +$la-hands-helping: \f4c4; +$la-handshake: \f2b5; +$la-hanukiah: \f6e6; +$la-hard-hat: \f807; +$la-hashtag: \f292; +$la-hat-wizard: \f6e8; +$la-haykal: \f666; +$la-hdd: \f0a0; +$la-heading: \f1dc; +$la-headphones: \f025; +$la-headphones-alt: \f58f; +$la-headset: \f590; +$la-heart: \f004; +$la-heart-broken: \f7a9; +$la-heartbeat: \f21e; +$la-helicopter: \f533; +$la-highlighter: \f591; +$la-hiking: \f6ec; +$la-hippo: \f6ed; +$la-hips: \f452; +$la-hire-a-helper: \f3b0; +$la-history: \f1da; +$la-hockey-puck: \f453; +$la-holly-berry: \f7aa; +$la-home: \f015; +$la-hooli: \f427; +$la-hornbill: \f592; +$la-horse: \f6f0; +$la-horse-head: \f7ab; +$la-hospital: \f0f8; +$la-hospital-alt: \f47d; +$la-hospital-symbol: \f47e; +$la-hot-tub: \f593; +$la-hotdog: \f80f; +$la-hotel: \f594; +$la-hotjar: \f3b1; +$la-hourglass: \f254; +$la-hourglass-end: \f253; +$la-hourglass-half: \f252; +$la-hourglass-start: \f251; +$la-house-damage: \f6f1; +$la-houzz: \f27c; +$la-hryvnia: \f6f2; +$la-html5: \f13b; +$la-hubspot: \f3b2; +$la-i-cursor: \f246; +$la-ice-cream: \f810; +$la-icicles: \f7ad; +$la-icons: \f86d; +$la-id-badge: \f2c1; +$la-id-card: \f2c2; +$la-id-card-alt: \f47f; +$la-igloo: \f7ae; +$la-image: \f03e; +$la-images: \f302; +$la-imdb: \f2d8; +$la-inbox: \f01c; +$la-indent: \f03c; +$la-industry: \f275; +$la-infinity: \f534; +$la-info: \f129; +$la-info-circle: \f05a; +$la-instagram: \f16d; +$la-intercom: \f7af; +$la-internet-explorer: \f26b; +$la-invision: \f7b0; +$la-ioxhost: \f208; +$la-italic: \f033; +$la-itch-io: \f83a; +$la-itunes: \f3b4; +$la-itunes-note: \f3b5; +$la-java: \f4e4; +$la-jedi: \f669; +$la-jedi-order: \f50e; +$la-jenkins: \f3b6; +$la-jira: \f7b1; +$la-joget: \f3b7; +$la-joint: \f595; +$la-joomla: \f1aa; +$la-journal-whills: \f66a; +$la-js: \f3b8; +$la-js-square: \f3b9; +$la-jsfiddle: \f1cc; +$la-kaaba: \f66b; +$la-kaggle: \f5fa; +$la-key: \f084; +$la-keybase: \f4f5; +$la-keyboard: \f11c; +$la-keycdn: \f3ba; +$la-khanda: \f66d; +$la-kickstarter: \f3bb; +$la-kickstarter-k: \f3bc; +$la-kiss: \f596; +$la-kiss-beam: \f597; +$la-kiss-wink-heart: \f598; +$la-kiwi-bird: \f535; +$la-korvue: \f42f; +$la-landmark: \f66f; +$la-language: \f1ab; +$la-laptop: \f109; +$la-laptop-code: \f5fc; +$la-laptop-medical: \f812; +$la-laravel: \f3bd; +$la-lastfm: \f202; +$la-lastfm-square: \f203; +$la-laugh: \f599; +$la-laugh-beam: \f59a; +$la-laugh-squint: \f59b; +$la-laugh-wink: \f59c; +$la-layer-group: \f5fd; +$la-leaf: \f06c; +$la-leanpub: \f212; +$la-lemon: \f094; +$la-less: \f41d; +$la-less-than: \f536; +$la-less-than-equal: \f537; +$la-level-down-alt: \f3be; +$la-level-up-alt: \f3bf; +$la-life-ring: \f1cd; +$la-lightbulb: \f0eb; +$la-line: \f3c0; +$la-link: \f0c1; +$la-linkedin: \f08c; +$la-linkedin-in: \f0e1; +$la-linode: \f2b8; +$la-linux: \f17c; +$la-lira-sign: \f195; +$la-list: \f03a; +$la-list-alt: \f022; +$la-list-ol: \f0cb; +$la-list-ul: \f0ca; +$la-location-arrow: \f124; +$la-lock: \f023; +$la-lock-open: \f3c1; +$la-long-arrow-alt-down: \f309; +$la-long-arrow-alt-left: \f30a; +$la-long-arrow-alt-right: \f30b; +$la-long-arrow-alt-up: \f30c; +$la-low-vision: \f2a8; +$la-luggage-cart: \f59d; +$la-lyft: \f3c3; +$la-magento: \f3c4; +$la-magic: \f0d0; +$la-magnet: \f076; +$la-mail-bulk: \f674; +$la-mailchimp: \f59e; +$la-male: \f183; +$la-mandalorian: \f50f; +$la-map: \f279; +$la-map-marked: \f59f; +$la-map-marked-alt: \f5a0; +$la-map-marker: \f041; +$la-map-marker-alt: \f3c5; +$la-map-pin: \f276; +$la-map-signs: \f277; +$la-markdown: \f60f; +$la-marker: \f5a1; +$la-mars: \f222; +$la-mars-double: \f227; +$la-mars-stroke: \f229; +$la-mars-stroke-h: \f22b; +$la-mars-stroke-v: \f22a; +$la-mask: \f6fa; +$la-mastodon: \f4f6; +$la-maxcdn: \f136; +$la-medal: \f5a2; +$la-medapps: \f3c6; +$la-medium: \f23a; +$la-medium-m: \f3c7; +$la-medkit: \f0fa; +$la-medrt: \f3c8; +$la-meetup: \f2e0; +$la-megaport: \f5a3; +$la-meh: \f11a; +$la-meh-blank: \f5a4; +$la-meh-rolling-eyes: \f5a5; +$la-memory: \f538; +$la-mendeley: \f7b3; +$la-menorah: \f676; +$la-mercury: \f223; +$la-meteor: \f753; +$la-microchip: \f2db; +$la-microphone: \f130; +$la-microphone-alt: \f3c9; +$la-microphone-alt-slash: \f539; +$la-microphone-slash: \f131; +$la-microscope: \f610; +$la-microsoft: \f3ca; +$la-minus: \f068; +$la-minus-circle: \f056; +$la-minus-square: \f146; +$la-mitten: \f7b5; +$la-mix: \f3cb; +$la-mixcloud: \f289; +$la-mizuni: \f3cc; +$la-mobile: \f10b; +$la-mobile-alt: \f3cd; +$la-modx: \f285; +$la-monero: \f3d0; +$la-money-bill: \f0d6; +$la-money-bill-alt: \f3d1; +$la-money-bill-wave: \f53a; +$la-money-bill-wave-alt: \f53b; +$la-money-check: \f53c; +$la-money-check-alt: \f53d; +$la-monument: \f5a6; +$la-moon: \f186; +$la-mortar-pestle: \f5a7; +$la-mosque: \f678; +$la-motorcycle: \f21c; +$la-mountain: \f6fc; +$la-mouse-pointer: \f245; +$la-mug-hot: \f7b6; +$la-music: \f001; +$la-napster: \f3d2; +$la-neos: \f612; +$la-network-wired: \f6ff; +$la-neuter: \f22c; +$la-newspaper: \f1ea; +$la-nimblr: \f5a8; +$la-node: \f419; +$la-node-js: \f3d3; +$la-not-equal: \f53e; +$la-notes-medical: \f481; +$la-npm: \f3d4; +$la-ns8: \f3d5; +$la-nutritionix: \f3d6; +$la-object-group: \f247; +$la-object-ungroup: \f248; +$la-odnoklassniki: \f263; +$la-odnoklassniki-square: \f264; +$la-oil-can: \f613; +$la-old-republic: \f510; +$la-om: \f679; +$la-opencart: \f23d; +$la-openid: \f19b; +$la-opera: \f26a; +$la-optin-monster: \f23c; +$la-osi: \f41a; +$la-otter: \f700; +$la-outdent: \f03b; +$la-page4: \f3d7; +$la-pagelines: \f18c; +$la-pager: \f815; +$la-paint-brush: \f1fc; +$la-paint-roller: \f5aa; +$la-palette: \f53f; +$la-palfed: \f3d8; +$la-pallet: \f482; +$la-paper-plane: \f1d8; +$la-paperclip: \f0c6; +$la-parachute-box: \f4cd; +$la-paragraph: \f1dd; +$la-parking: \f540; +$la-passport: \f5ab; +$la-pastafarianism: \f67b; +$la-paste: \f0ea; +$la-patreon: \f3d9; +$la-pause: \f04c; +$la-pause-circle: \f28b; +$la-paw: \f1b0; +$la-paypal: \f1ed; +$la-peace: \f67c; +$la-pen: \f304; +$la-pen-alt: \f305; +$la-pen-fancy: \f5ac; +$la-pen-nib: \f5ad; +$la-pen-square: \f14b; +$la-pencil-alt: \f303; +$la-pencil-ruler: \f5ae; +$la-penny-arcade: \f704; +$la-people-carry: \f4ce; +$la-pepper-hot: \f816; +$la-percent: \f295; +$la-percentage: \f541; +$la-periscope: \f3da; +$la-person-booth: \f756; +$la-phabricator: \f3db; +$la-phoenix-framework: \f3dc; +$la-phoenix-squadron: \f511; +$la-phone: \f095; +$la-phone-alt: \f879; +$la-phone-slash: \f3dd; +$la-phone-square: \f098; +$la-phone-square-alt: \f87b; +$la-phone-volume: \f2a0; +$la-photo-video: \f87c; +$la-php: \f457; +$la-pied-piper: \f2ae; +$la-pied-piper-alt: \f1a8; +$la-pied-piper-hat: \f4e5; +$la-pied-piper-pp: \f1a7; +$la-piggy-bank: \f4d3; +$la-pills: \f484; +$la-pinterest: \f0d2; +$la-pinterest-p: \f231; +$la-pinterest-square: \f0d3; +$la-pizza-slice: \f818; +$la-place-of-worship: \f67f; +$la-plane: \f072; +$la-plane-arrival: \f5af; +$la-plane-departure: \f5b0; +$la-play: \f04b; +$la-play-circle: \f144; +$la-playstation: \f3df; +$la-plug: \f1e6; +$la-plus: \f067; +$la-plus-circle: \f055; +$la-plus-square: \f0fe; +$la-podcast: \f2ce; +$la-poll: \f681; +$la-poll-h: \f682; +$la-poo: \f2fe; +$la-poo-storm: \f75a; +$la-poop: \f619; +$la-portrait: \f3e0; +$la-pound-sign: \f154; +$la-power-off: \f011; +$la-pray: \f683; +$la-praying-hands: \f684; +$la-prescription: \f5b1; +$la-prescription-bottle: \f485; +$la-prescription-bottle-alt: \f486; +$la-print: \f02f; +$la-procedures: \f487; +$la-product-hunt: \f288; +$la-project-diagram: \f542; +$la-pushed: \f3e1; +$la-puzzle-piece: \f12e; +$la-python: \f3e2; +$la-qq: \f1d6; +$la-qrcode: \f029; +$la-question: \f128; +$la-question-circle: \f059; +$la-quidditch: \f458; +$la-quinscape: \f459; +$la-quora: \f2c4; +$la-quote-left: \f10d; +$la-quote-right: \f10e; +$la-quran: \f687; +$la-r-project: \f4f7; +$la-radiation: \f7b9; +$la-radiation-alt: \f7ba; +$la-rainbow: \f75b; +$la-random: \f074; +$la-raspberry-pi: \f7bb; +$la-ravelry: \f2d9; +$la-react: \f41b; +$la-reacteurope: \f75d; +$la-readme: \f4d5; +$la-rebel: \f1d0; +$la-receipt: \f543; +$la-recycle: \f1b8; +$la-red-river: \f3e3; +$la-reddit: \f1a1; +$la-reddit-alien: \f281; +$la-reddit-square: \f1a2; +$la-redhat: \f7bc; +$la-redo: \f01e; +$la-redo-alt: \f2f9; +$la-registered: \f25d; +$la-remove-format: \f87d; +$la-renren: \f18b; +$la-reply: \f3e5; +$la-reply-all: \f122; +$la-replyd: \f3e6; +$la-republican: \f75e; +$la-researchgate: \f4f8; +$la-resolving: \f3e7; +$la-restroom: \f7bd; +$la-retweet: \f079; +$la-rev: \f5b2; +$la-ribbon: \f4d6; +$la-ring: \f70b; +$la-road: \f018; +$la-robot: \f544; +$la-rocket: \f135; +$la-rocketchat: \f3e8; +$la-rockrms: \f3e9; +$la-route: \f4d7; +$la-rss: \f09e; +$la-rss-square: \f143; +$la-ruble-sign: \f158; +$la-ruler: \f545; +$la-ruler-combined: \f546; +$la-ruler-horizontal: \f547; +$la-ruler-vertical: \f548; +$la-running: \f70c; +$la-rupee-sign: \f156; +$la-sad-cry: \f5b3; +$la-sad-tear: \f5b4; +$la-safari: \f267; +$la-salesforce: \f83b; +$la-sass: \f41e; +$la-satellite: \f7bf; +$la-satellite-dish: \f7c0; +$la-save: \f0c7; +$la-schlix: \f3ea; +$la-school: \f549; +$la-screwdriver: \f54a; +$la-scribd: \f28a; +$la-scroll: \f70e; +$la-sd-card: \f7c2; +$la-search: \f002; +$la-search-dollar: \f688; +$la-search-location: \f689; +$la-search-minus: \f010; +$la-search-plus: \f00e; +$la-searchengin: \f3eb; +$la-seedling: \f4d8; +$la-sellcast: \f2da; +$la-sellsy: \f213; +$la-server: \f233; +$la-servicestack: \f3ec; +$la-shapes: \f61f; +$la-share: \f064; +$la-share-alt: \f1e0; +$la-share-alt-square: \f1e1; +$la-share-square: \f14d; +$la-shekel-sign: \f20b; +$la-shield-alt: \f3ed; +$la-ship: \f21a; +$la-shipping-fast: \f48b; +$la-shirtsinbulk: \f214; +$la-shoe-prints: \f54b; +$la-shopping-bag: \f290; +$la-shopping-basket: \f291; +$la-shopping-cart: \f07a; +$la-shopware: \f5b5; +$la-shower: \f2cc; +$la-shuttle-van: \f5b6; +$la-sign: \f4d9; +$la-sign-in-alt: \f2f6; +$la-sign-language: \f2a7; +$la-sign-out-alt: \f2f5; +$la-signal: \f012; +$la-signature: \f5b7; +$la-sim-card: \f7c4; +$la-simplybuilt: \f215; +$la-sistrix: \f3ee; +$la-sitemap: \f0e8; +$la-sith: \f512; +$la-skating: \f7c5; +$la-sketch: \f7c6; +$la-skiing: \f7c9; +$la-skiing-nordic: \f7ca; +$la-skull: \f54c; +$la-skull-crossbones: \f714; +$la-skyatlas: \f216; +$la-skype: \f17e; +$la-slack: \f198; +$la-slack-hash: \f3ef; +$la-slash: \f715; +$la-sleigh: \f7cc; +$la-sliders-h: \f1de; +$la-slideshare: \f1e7; +$la-smile: \f118; +$la-smile-beam: \f5b8; +$la-smile-wink: \f4da; +$la-smog: \f75f; +$la-smoking: \f48d; +$la-smoking-ban: \f54d; +$la-sms: \f7cd; +$la-snapchat: \f2ab; +$la-snapchat-ghost: \f2ac; +$la-snapchat-square: \f2ad; +$la-snowboarding: \f7ce; +$la-snowflake: \f2dc; +$la-snowman: \f7d0; +$la-snowplow: \f7d2; +$la-socks: \f696; +$la-solar-panel: \f5ba; +$la-sort: \f0dc; +$la-sort-alpha-down: \f15d; +$la-sort-alpha-down-alt: \f881; +$la-sort-alpha-up: \f15e; +$la-sort-alpha-up-alt: \f882; +$la-sort-amount-down: \f160; +$la-sort-amount-down-alt: \f884; +$la-sort-amount-up: \f161; +$la-sort-amount-up-alt: \f885; +$la-sort-down: \f0dd; +$la-sort-numeric-down: \f162; +$la-sort-numeric-down-alt: \f886; +$la-sort-numeric-up: \f163; +$la-sort-numeric-up-alt: \f887; +$la-sort-up: \f0de; +$la-soundcloud: \f1be; +$la-sourcetree: \f7d3; +$la-spa: \f5bb; +$la-space-shuttle: \f197; +$la-speakap: \f3f3; +$la-speaker-deck: \f83c; +$la-spell-check: \f891; +$la-spider: \f717; +$la-spinner: \f110; +$la-splotch: \f5bc; +$la-spotify: \f1bc; +$la-spray-can: \f5bd; +$la-square: \f0c8; +$la-square-full: \f45c; +$la-square-root-alt: \f698; +$la-squarespace: \f5be; +$la-stack-exchange: \f18d; +$la-stack-overflow: \f16c; +$la-stackpath: \f842; +$la-stamp: \f5bf; +$la-star: \f005; +$la-star-and-crescent: \f699; +$la-star-half: \f089; +$la-star-half-alt: \f5c0; +$la-star-of-david: \f69a; +$la-star-of-life: \f621; +$la-staylinked: \f3f5; +$la-steam: \f1b6; +$la-steam-square: \f1b7; +$la-steam-symbol: \f3f6; +$la-step-backward: \f048; +$la-step-forward: \f051; +$la-stethoscope: \f0f1; +$la-sticker-mule: \f3f7; +$la-sticky-note: \f249; +$la-stop: \f04d; +$la-stop-circle: \f28d; +$la-stopwatch: \f2f2; +$la-store: \f54e; +$la-store-alt: \f54f; +$la-strava: \f428; +$la-stream: \f550; +$la-street-view: \f21d; +$la-strikethrough: \f0cc; +$la-stripe: \f429; +$la-stripe-s: \f42a; +$la-stroopwafel: \f551; +$la-studiovinari: \f3f8; +$la-stumbleupon: \f1a4; +$la-stumbleupon-circle: \f1a3; +$la-subscript: \f12c; +$la-subway: \f239; +$la-suitcase: \f0f2; +$la-suitcase-rolling: \f5c1; +$la-sun: \f185; +$la-superpowers: \f2dd; +$la-superscript: \f12b; +$la-supple: \f3f9; +$la-surprise: \f5c2; +$la-suse: \f7d6; +$la-swatchbook: \f5c3; +$la-swimmer: \f5c4; +$la-swimming-pool: \f5c5; +$la-symfony: \f83d; +$la-synagogue: \f69b; +$la-sync: \f021; +$la-sync-alt: \f2f1; +$la-syringe: \f48e; +$la-table: \f0ce; +$la-table-tennis: \f45d; +$la-tablet: \f10a; +$la-tablet-alt: \f3fa; +$la-tablets: \f490; +$la-tachometer-alt: \f3fd; +$la-tag: \f02b; +$la-tags: \f02c; +$la-tape: \f4db; +$la-tasks: \f0ae; +$la-taxi: \f1ba; +$la-teamspeak: \f4f9; +$la-teeth: \f62e; +$la-teeth-open: \f62f; +$la-telegram: \f2c6; +$la-telegram-plane: \f3fe; +$la-temperature-high: \f769; +$la-temperature-low: \f76b; +$la-tencent-weibo: \f1d5; +$la-tenge: \f7d7; +$la-terminal: \f120; +$la-text-height: \f034; +$la-text-width: \f035; +$la-th: \f00a; +$la-th-large: \f009; +$la-th-list: \f00b; +$la-the-red-yeti: \f69d; +$la-theater-masks: \f630; +$la-themeco: \f5c6; +$la-themeisle: \f2b2; +$la-thermometer: \f491; +$la-thermometer-empty: \f2cb; +$la-thermometer-full: \f2c7; +$la-thermometer-half: \f2c9; +$la-thermometer-quarter: \f2ca; +$la-thermometer-three-quarters: \f2c8; +$la-think-peaks: \f731; +$la-thumbs-down: \f165; +$la-thumbs-up: \f164; +$la-thumbtack: \f08d; +$la-ticket-alt: \f3ff; +$la-times: \f00d; +$la-times-circle: \f057; +$la-tint: \f043; +$la-tint-slash: \f5c7; +$la-tired: \f5c8; +$la-toggle-off: \f204; +$la-toggle-on: \f205; +$la-toilet: \f7d8; +$la-toilet-paper: \f71e; +$la-toolbox: \f552; +$la-tools: \f7d9; +$la-tooth: \f5c9; +$la-torah: \f6a0; +$la-torii-gate: \f6a1; +$la-tractor: \f722; +$la-trade-federation: \f513; +$la-trademark: \f25c; +$la-traffic-light: \f637; +$la-train: \f238; +$la-tram: \f7da; +$la-transgender: \f224; +$la-transgender-alt: \f225; +$la-trash: \f1f8; +$la-trash-alt: \f2ed; +$la-trash-restore: \f829; +$la-trash-restore-alt: \f82a; +$la-tree: \f1bb; +$la-trello: \f181; +$la-tripadvisor: \f262; +$la-trophy: \f091; +$la-truck: \f0d1; +$la-truck-loading: \f4de; +$la-truck-monster: \f63b; +$la-truck-moving: \f4df; +$la-truck-pickup: \f63c; +$la-tshirt: \f553; +$la-tty: \f1e4; +$la-tumblr: \f173; +$la-tumblr-square: \f174; +$la-tv: \f26c; +$la-twitch: \f1e8; +$la-twitter: \f099; +$la-twitter-square: \f081; +$la-typo3: \f42b; +$la-uber: \f402; +$la-ubuntu: \f7df; +$la-uikit: \f403; +$la-umbrella: \f0e9; +$la-umbrella-beach: \f5ca; +$la-underline: \f0cd; +$la-undo: \f0e2; +$la-undo-alt: \f2ea; +$la-uniregistry: \f404; +$la-universal-access: \f29a; +$la-university: \f19c; +$la-unlink: \f127; +$la-unlock: \f09c; +$la-unlock-alt: \f13e; +$la-untappd: \f405; +$la-upload: \f093; +$la-ups: \f7e0; +$la-usb: \f287; +$la-user: \f007; +$la-user-alt: \f406; +$la-user-alt-slash: \f4fa; +$la-user-astronaut: \f4fb; +$la-user-check: \f4fc; +$la-user-circle: \f2bd; +$la-user-clock: \f4fd; +$la-user-cog: \f4fe; +$la-user-edit: \f4ff; +$la-user-friends: \f500; +$la-user-graduate: \f501; +$la-user-injured: \f728; +$la-user-lock: \f502; +$la-user-md: \f0f0; +$la-user-minus: \f503; +$la-user-ninja: \f504; +$la-user-nurse: \f82f; +$la-user-plus: \f234; +$la-user-secret: \f21b; +$la-user-shield: \f505; +$la-user-slash: \f506; +$la-user-tag: \f507; +$la-user-tie: \f508; +$la-user-times: \f235; +$la-users: \f0c0; +$la-users-cog: \f509; +$la-usps: \f7e1; +$la-ussunnah: \f407; +$la-utensil-spoon: \f2e5; +$la-utensils: \f2e7; +$la-vaadin: \f408; +$la-vector-square: \f5cb; +$la-venus: \f221; +$la-venus-double: \f226; +$la-venus-mars: \f228; +$la-viacoin: \f237; +$la-viadeo: \f2a9; +$la-viadeo-square: \f2aa; +$la-vial: \f492; +$la-vials: \f493; +$la-viber: \f409; +$la-video: \f03d; +$la-video-slash: \f4e2; +$la-vihara: \f6a7; +$la-vimeo: \f40a; +$la-vimeo-square: \f194; +$la-vimeo-v: \f27d; +$la-vine: \f1ca; +$la-vk: \f189; +$la-vnv: \f40b; +$la-voicemail: \f897; +$la-volleyball-ball: \f45f; +$la-volume-down: \f027; +$la-volume-mute: \f6a9; +$la-volume-off: \f026; +$la-volume-up: \f028; +$la-vote-yea: \f772; +$la-vr-cardboard: \f729; +$la-vuejs: \f41f; +$la-walking: \f554; +$la-wallet: \f555; +$la-warehouse: \f494; +$la-water: \f773; +$la-wave-square: \f83e; +$la-waze: \f83f; +$la-weebly: \f5cc; +$la-weibo: \f18a; +$la-weight: \f496; +$la-weight-hanging: \f5cd; +$la-weixin: \f1d7; +$la-whatsapp: \f232; +$la-whatsapp-square: \f40c; +$la-wheelchair: \f193; +$la-whmcs: \f40d; +$la-wifi: \f1eb; +$la-wikipedia-w: \f266; +$la-wind: \f72e; +$la-window-close: \f410; +$la-window-maximize: \f2d0; +$la-window-minimize: \f2d1; +$la-window-restore: \f2d2; +$la-windows: \f17a; +$la-wine-bottle: \f72f; +$la-wine-glass: \f4e3; +$la-wine-glass-alt: \f5ce; +$la-wix: \f5cf; +$la-wizards-of-the-coast: \f730; +$la-wolf-pack-battalion: \f514; +$la-won-sign: \f159; +$la-wordpress: \f19a; +$la-wordpress-simple: \f411; +$la-wpbeginner: \f297; +$la-wpexplorer: \f2de; +$la-wpforms: \f298; +$la-wpressr: \f3e4; +$la-wrench: \f0ad; +$la-x-ray: \f497; +$la-xbox: \f412; +$la-xing: \f168; +$la-xing-square: \f169; +$la-y-combinator: \f23b; +$la-yahoo: \f19e; +$la-yammer: \f840; +$la-yandex: \f413; +$la-yandex-international: \f414; +$la-yarn: \f7e3; +$la-yelp: \f1e9; +$la-yen-sign: \f157; +$la-yin-yang: \f6ad; +$la-yoast: \f2b1; +$la-youtube: \f167; +$la-youtube-square: \f431; +$la-zhihu: \f63f; +$la-hat-cowboy: \f8c0; +$la-hat-cowboy-side: \f8c1; +$la-mdb: \f8ca; +$la-mouse: \f8cc; +$la-orcid: \f8d2; +$la-record-vinyl: \f8d9; +$la-swift: \f8e1; +$la-umbraco: \f8e8; +$la-buy-n-large: \f8a6; diff --git a/static/scss/line-awesome.scss b/static/scss/line-awesome.scss new file mode 100644 index 0000000..1a9f614 --- /dev/null +++ b/static/scss/line-awesome.scss @@ -0,0 +1,12 @@ +@import "mixins"; +@import "core"; +@import "variables"; +@import "path"; +@import "larger"; +@import "fixed-width"; +@import "list"; +@import "bordered_pulled"; +@import "rotated-flipped"; +@import "stacked"; +@import "icons"; +@import "screen-reader"; diff --git a/static/svg/500px.svg b/static/svg/500px.svg new file mode 100755 index 0000000..51cf807 --- /dev/null +++ b/static/svg/500px.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/accessible-icon.svg b/static/svg/accessible-icon.svg new file mode 100755 index 0000000..4578aeb --- /dev/null +++ b/static/svg/accessible-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/accusoft.svg b/static/svg/accusoft.svg new file mode 100755 index 0000000..863fa89 --- /dev/null +++ b/static/svg/accusoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/acquisitions-incorporated.svg b/static/svg/acquisitions-incorporated.svg new file mode 100755 index 0000000..e82a5be --- /dev/null +++ b/static/svg/acquisitions-incorporated.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ad-solid.svg b/static/svg/ad-solid.svg new file mode 100755 index 0000000..ee85768 --- /dev/null +++ b/static/svg/ad-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/address-book-solid.svg b/static/svg/address-book-solid.svg new file mode 100755 index 0000000..4d08ca8 --- /dev/null +++ b/static/svg/address-book-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/address-book.svg b/static/svg/address-book.svg new file mode 100755 index 0000000..4d08ca8 --- /dev/null +++ b/static/svg/address-book.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/address-card-solid.svg b/static/svg/address-card-solid.svg new file mode 100755 index 0000000..fcd8461 --- /dev/null +++ b/static/svg/address-card-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/address-card.svg b/static/svg/address-card.svg new file mode 100755 index 0000000..fcd8461 --- /dev/null +++ b/static/svg/address-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/adjust-solid.svg b/static/svg/adjust-solid.svg new file mode 100755 index 0000000..775aaec --- /dev/null +++ b/static/svg/adjust-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/adn.svg b/static/svg/adn.svg new file mode 100755 index 0000000..2391da5 --- /dev/null +++ b/static/svg/adn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/adobe.svg b/static/svg/adobe.svg new file mode 100755 index 0000000..b8bb0f9 --- /dev/null +++ b/static/svg/adobe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/adversal.svg b/static/svg/adversal.svg new file mode 100755 index 0000000..46a982f --- /dev/null +++ b/static/svg/adversal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/affiliatetheme.svg b/static/svg/affiliatetheme.svg new file mode 100755 index 0000000..3e0c14c --- /dev/null +++ b/static/svg/affiliatetheme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/air-freshener-solid.svg b/static/svg/air-freshener-solid.svg new file mode 100755 index 0000000..8881d8e --- /dev/null +++ b/static/svg/air-freshener-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/airbnb.svg b/static/svg/airbnb.svg new file mode 100755 index 0000000..afe69d3 --- /dev/null +++ b/static/svg/airbnb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/algolia.svg b/static/svg/algolia.svg new file mode 100755 index 0000000..6aae6c2 --- /dev/null +++ b/static/svg/algolia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/align-center-solid.svg b/static/svg/align-center-solid.svg new file mode 100755 index 0000000..cbb7404 --- /dev/null +++ b/static/svg/align-center-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/align-justify-solid.svg b/static/svg/align-justify-solid.svg new file mode 100755 index 0000000..72e9f95 --- /dev/null +++ b/static/svg/align-justify-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/align-left-solid.svg b/static/svg/align-left-solid.svg new file mode 100755 index 0000000..aec99b3 --- /dev/null +++ b/static/svg/align-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/align-right-solid.svg b/static/svg/align-right-solid.svg new file mode 100755 index 0000000..080eb04 --- /dev/null +++ b/static/svg/align-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/alipay.svg b/static/svg/alipay.svg new file mode 100755 index 0000000..ef0adeb --- /dev/null +++ b/static/svg/alipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/allergies-solid.svg b/static/svg/allergies-solid.svg new file mode 100755 index 0000000..2acc01d --- /dev/null +++ b/static/svg/allergies-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/amazon-pay.svg b/static/svg/amazon-pay.svg new file mode 100755 index 0000000..4b0d89c --- /dev/null +++ b/static/svg/amazon-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/amazon.svg b/static/svg/amazon.svg new file mode 100755 index 0000000..927aadc --- /dev/null +++ b/static/svg/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ambulance-solid.svg b/static/svg/ambulance-solid.svg new file mode 100755 index 0000000..ec644f9 --- /dev/null +++ b/static/svg/ambulance-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/american-sign-language-interpreting-solid.svg b/static/svg/american-sign-language-interpreting-solid.svg new file mode 100755 index 0000000..f324a4b --- /dev/null +++ b/static/svg/american-sign-language-interpreting-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/amilia.svg b/static/svg/amilia.svg new file mode 100755 index 0000000..f71eb68 --- /dev/null +++ b/static/svg/amilia.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/anchor-solid.svg b/static/svg/anchor-solid.svg new file mode 100755 index 0000000..e41f008 --- /dev/null +++ b/static/svg/anchor-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/android.svg b/static/svg/android.svg new file mode 100755 index 0000000..390ee99 --- /dev/null +++ b/static/svg/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angellist.svg b/static/svg/angellist.svg new file mode 100755 index 0000000..b498264 --- /dev/null +++ b/static/svg/angellist.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angle-double-down-solid.svg b/static/svg/angle-double-down-solid.svg new file mode 100755 index 0000000..3383285 --- /dev/null +++ b/static/svg/angle-double-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angle-double-left-solid.svg b/static/svg/angle-double-left-solid.svg new file mode 100755 index 0000000..e3fd0eb --- /dev/null +++ b/static/svg/angle-double-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angle-double-right-solid.svg b/static/svg/angle-double-right-solid.svg new file mode 100755 index 0000000..fcc9736 --- /dev/null +++ b/static/svg/angle-double-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angle-double-up-solid.svg b/static/svg/angle-double-up-solid.svg new file mode 100755 index 0000000..afde69f --- /dev/null +++ b/static/svg/angle-double-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angle-down-solid.svg b/static/svg/angle-down-solid.svg new file mode 100755 index 0000000..db8b04d --- /dev/null +++ b/static/svg/angle-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angle-left-solid.svg b/static/svg/angle-left-solid.svg new file mode 100755 index 0000000..67bad04 --- /dev/null +++ b/static/svg/angle-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angle-right-solid.svg b/static/svg/angle-right-solid.svg new file mode 100755 index 0000000..2e6375f --- /dev/null +++ b/static/svg/angle-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angle-up-solid.svg b/static/svg/angle-up-solid.svg new file mode 100755 index 0000000..55d4d61 --- /dev/null +++ b/static/svg/angle-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angry-solid.svg b/static/svg/angry-solid.svg new file mode 100755 index 0000000..31d62dd --- /dev/null +++ b/static/svg/angry-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angry.svg b/static/svg/angry.svg new file mode 100755 index 0000000..31d62dd --- /dev/null +++ b/static/svg/angry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angrycreative.svg b/static/svg/angrycreative.svg new file mode 100755 index 0000000..32a1188 --- /dev/null +++ b/static/svg/angrycreative.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/angular.svg b/static/svg/angular.svg new file mode 100755 index 0000000..a569bef --- /dev/null +++ b/static/svg/angular.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ankh-solid.svg b/static/svg/ankh-solid.svg new file mode 100755 index 0000000..42923e6 --- /dev/null +++ b/static/svg/ankh-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/app-store-ios.svg b/static/svg/app-store-ios.svg new file mode 100755 index 0000000..0f80b26 --- /dev/null +++ b/static/svg/app-store-ios.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/app-store.svg b/static/svg/app-store.svg new file mode 100755 index 0000000..1ae027d --- /dev/null +++ b/static/svg/app-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/apper.svg b/static/svg/apper.svg new file mode 100755 index 0000000..a56ce01 --- /dev/null +++ b/static/svg/apper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/apple-alt-solid.svg b/static/svg/apple-alt-solid.svg new file mode 100755 index 0000000..62269db --- /dev/null +++ b/static/svg/apple-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/apple-pay.svg b/static/svg/apple-pay.svg new file mode 100755 index 0000000..70b5eaf --- /dev/null +++ b/static/svg/apple-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/apple.svg b/static/svg/apple.svg new file mode 100755 index 0000000..a2a2ea8 --- /dev/null +++ b/static/svg/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/archive-solid.svg b/static/svg/archive-solid.svg new file mode 100755 index 0000000..268cdd5 --- /dev/null +++ b/static/svg/archive-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/archway-solid.svg b/static/svg/archway-solid.svg new file mode 100755 index 0000000..3803928 --- /dev/null +++ b/static/svg/archway-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-alt-circle-down-solid.svg b/static/svg/arrow-alt-circle-down-solid.svg new file mode 100755 index 0000000..70a5332 --- /dev/null +++ b/static/svg/arrow-alt-circle-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-alt-circle-down.svg b/static/svg/arrow-alt-circle-down.svg new file mode 100755 index 0000000..70a5332 --- /dev/null +++ b/static/svg/arrow-alt-circle-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-alt-circle-left-solid.svg b/static/svg/arrow-alt-circle-left-solid.svg new file mode 100755 index 0000000..5124e34 --- /dev/null +++ b/static/svg/arrow-alt-circle-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-alt-circle-left.svg b/static/svg/arrow-alt-circle-left.svg new file mode 100755 index 0000000..5124e34 --- /dev/null +++ b/static/svg/arrow-alt-circle-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-alt-circle-right-solid.svg b/static/svg/arrow-alt-circle-right-solid.svg new file mode 100755 index 0000000..c71da46 --- /dev/null +++ b/static/svg/arrow-alt-circle-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-alt-circle-right.svg b/static/svg/arrow-alt-circle-right.svg new file mode 100755 index 0000000..c71da46 --- /dev/null +++ b/static/svg/arrow-alt-circle-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-alt-circle-up-solid.svg b/static/svg/arrow-alt-circle-up-solid.svg new file mode 100755 index 0000000..08859b7 --- /dev/null +++ b/static/svg/arrow-alt-circle-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-alt-circle-up.svg b/static/svg/arrow-alt-circle-up.svg new file mode 100755 index 0000000..08859b7 --- /dev/null +++ b/static/svg/arrow-alt-circle-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-circle-down-solid.svg b/static/svg/arrow-circle-down-solid.svg new file mode 100755 index 0000000..29b276e --- /dev/null +++ b/static/svg/arrow-circle-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-circle-left-solid.svg b/static/svg/arrow-circle-left-solid.svg new file mode 100755 index 0000000..c4f7299 --- /dev/null +++ b/static/svg/arrow-circle-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-circle-right-solid.svg b/static/svg/arrow-circle-right-solid.svg new file mode 100755 index 0000000..c85651d --- /dev/null +++ b/static/svg/arrow-circle-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-circle-up-solid.svg b/static/svg/arrow-circle-up-solid.svg new file mode 100755 index 0000000..f90c5aa --- /dev/null +++ b/static/svg/arrow-circle-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-down-solid.svg b/static/svg/arrow-down-solid.svg new file mode 100755 index 0000000..1589a3b --- /dev/null +++ b/static/svg/arrow-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-left-solid.svg b/static/svg/arrow-left-solid.svg new file mode 100755 index 0000000..c5c5987 --- /dev/null +++ b/static/svg/arrow-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-right-solid.svg b/static/svg/arrow-right-solid.svg new file mode 100755 index 0000000..442d9ef --- /dev/null +++ b/static/svg/arrow-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrow-up-solid.svg b/static/svg/arrow-up-solid.svg new file mode 100755 index 0000000..0ba8a37 --- /dev/null +++ b/static/svg/arrow-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrows-alt-h-solid.svg b/static/svg/arrows-alt-h-solid.svg new file mode 100755 index 0000000..89dde99 --- /dev/null +++ b/static/svg/arrows-alt-h-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrows-alt-solid.svg b/static/svg/arrows-alt-solid.svg new file mode 100755 index 0000000..b23b13f --- /dev/null +++ b/static/svg/arrows-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/arrows-alt-v-solid.svg b/static/svg/arrows-alt-v-solid.svg new file mode 100755 index 0000000..8155025 --- /dev/null +++ b/static/svg/arrows-alt-v-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/artstation.svg b/static/svg/artstation.svg new file mode 100755 index 0000000..dc2c404 --- /dev/null +++ b/static/svg/artstation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/assistive-listening-systems-solid.svg b/static/svg/assistive-listening-systems-solid.svg new file mode 100755 index 0000000..f27f68f --- /dev/null +++ b/static/svg/assistive-listening-systems-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/asterisk-solid.svg b/static/svg/asterisk-solid.svg new file mode 100755 index 0000000..44c480b --- /dev/null +++ b/static/svg/asterisk-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/asymmetrik.svg b/static/svg/asymmetrik.svg new file mode 100755 index 0000000..be2e871 --- /dev/null +++ b/static/svg/asymmetrik.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/at-solid.svg b/static/svg/at-solid.svg new file mode 100755 index 0000000..c9933bc --- /dev/null +++ b/static/svg/at-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/atlas-solid.svg b/static/svg/atlas-solid.svg new file mode 100755 index 0000000..0fdce31 --- /dev/null +++ b/static/svg/atlas-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/atlassian.svg b/static/svg/atlassian.svg new file mode 100755 index 0000000..895859c --- /dev/null +++ b/static/svg/atlassian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/atom-solid.svg b/static/svg/atom-solid.svg new file mode 100755 index 0000000..32c9ba7 --- /dev/null +++ b/static/svg/atom-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/audible.svg b/static/svg/audible.svg new file mode 100755 index 0000000..45f9e15 --- /dev/null +++ b/static/svg/audible.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/audio-description-solid.svg b/static/svg/audio-description-solid.svg new file mode 100755 index 0000000..567f9ed --- /dev/null +++ b/static/svg/audio-description-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/autoprefixer.svg b/static/svg/autoprefixer.svg new file mode 100755 index 0000000..c34d544 --- /dev/null +++ b/static/svg/autoprefixer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/avianex.svg b/static/svg/avianex.svg new file mode 100755 index 0000000..786069e --- /dev/null +++ b/static/svg/avianex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/aviato.svg b/static/svg/aviato.svg new file mode 100755 index 0000000..f19046f --- /dev/null +++ b/static/svg/aviato.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/award-solid.svg b/static/svg/award-solid.svg new file mode 100755 index 0000000..8c583c6 --- /dev/null +++ b/static/svg/award-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/aws.svg b/static/svg/aws.svg new file mode 100755 index 0000000..34a1b57 --- /dev/null +++ b/static/svg/aws.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/baby-carriage-solid.svg b/static/svg/baby-carriage-solid.svg new file mode 100755 index 0000000..6fff5a9 --- /dev/null +++ b/static/svg/baby-carriage-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/baby-solid.svg b/static/svg/baby-solid.svg new file mode 100755 index 0000000..5cf6742 --- /dev/null +++ b/static/svg/baby-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/backspace-solid.svg b/static/svg/backspace-solid.svg new file mode 100755 index 0000000..bb80969 --- /dev/null +++ b/static/svg/backspace-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/backward-solid.svg b/static/svg/backward-solid.svg new file mode 100755 index 0000000..83793b6 --- /dev/null +++ b/static/svg/backward-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bacon-solid.svg b/static/svg/bacon-solid.svg new file mode 100755 index 0000000..62c21ea --- /dev/null +++ b/static/svg/bacon-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/balance-scale-left-solid.svg b/static/svg/balance-scale-left-solid.svg new file mode 100755 index 0000000..4df54d4 --- /dev/null +++ b/static/svg/balance-scale-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/balance-scale-right-solid.svg b/static/svg/balance-scale-right-solid.svg new file mode 100755 index 0000000..1434990 --- /dev/null +++ b/static/svg/balance-scale-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/balance-scale-solid.svg b/static/svg/balance-scale-solid.svg new file mode 100755 index 0000000..a133a33 --- /dev/null +++ b/static/svg/balance-scale-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ban-solid.svg b/static/svg/ban-solid.svg new file mode 100755 index 0000000..1bc0be3 --- /dev/null +++ b/static/svg/ban-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/band-aid-solid.svg b/static/svg/band-aid-solid.svg new file mode 100755 index 0000000..bd20fca --- /dev/null +++ b/static/svg/band-aid-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bandcamp.svg b/static/svg/bandcamp.svg new file mode 100755 index 0000000..39ecdcb --- /dev/null +++ b/static/svg/bandcamp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/barcode-solid.svg b/static/svg/barcode-solid.svg new file mode 100755 index 0000000..8aaba13 --- /dev/null +++ b/static/svg/barcode-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bars-solid.svg b/static/svg/bars-solid.svg new file mode 100755 index 0000000..6eaad00 --- /dev/null +++ b/static/svg/bars-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/baseball-ball-solid.svg b/static/svg/baseball-ball-solid.svg new file mode 100755 index 0000000..55f950c --- /dev/null +++ b/static/svg/baseball-ball-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/basketball-ball-solid.svg b/static/svg/basketball-ball-solid.svg new file mode 100755 index 0000000..c9116e3 --- /dev/null +++ b/static/svg/basketball-ball-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bath-solid.svg b/static/svg/bath-solid.svg new file mode 100755 index 0000000..19f539b --- /dev/null +++ b/static/svg/bath-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/battery-empty-solid.svg b/static/svg/battery-empty-solid.svg new file mode 100755 index 0000000..78fe2a7 --- /dev/null +++ b/static/svg/battery-empty-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/battery-full-solid.svg b/static/svg/battery-full-solid.svg new file mode 100755 index 0000000..56964e2 --- /dev/null +++ b/static/svg/battery-full-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/battery-half-solid.svg b/static/svg/battery-half-solid.svg new file mode 100755 index 0000000..6293aa5 --- /dev/null +++ b/static/svg/battery-half-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/battery-quarter-solid.svg b/static/svg/battery-quarter-solid.svg new file mode 100755 index 0000000..73ba9c1 --- /dev/null +++ b/static/svg/battery-quarter-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/battery-three-quarters-solid.svg b/static/svg/battery-three-quarters-solid.svg new file mode 100755 index 0000000..27426b2 --- /dev/null +++ b/static/svg/battery-three-quarters-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/battle-net.svg b/static/svg/battle-net.svg new file mode 100755 index 0000000..12ba37a --- /dev/null +++ b/static/svg/battle-net.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bed-solid.svg b/static/svg/bed-solid.svg new file mode 100755 index 0000000..febfccc --- /dev/null +++ b/static/svg/bed-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/beer-solid.svg b/static/svg/beer-solid.svg new file mode 100755 index 0000000..7ad3d3f --- /dev/null +++ b/static/svg/beer-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/behance-square.svg b/static/svg/behance-square.svg new file mode 100755 index 0000000..90023eb --- /dev/null +++ b/static/svg/behance-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/behance.svg b/static/svg/behance.svg new file mode 100755 index 0000000..dc6eeaa --- /dev/null +++ b/static/svg/behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bell-slash-solid.svg b/static/svg/bell-slash-solid.svg new file mode 100755 index 0000000..bc71078 --- /dev/null +++ b/static/svg/bell-slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bell-slash.svg b/static/svg/bell-slash.svg new file mode 100755 index 0000000..bc71078 --- /dev/null +++ b/static/svg/bell-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bell-solid.svg b/static/svg/bell-solid.svg new file mode 100755 index 0000000..036afd8 --- /dev/null +++ b/static/svg/bell-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bell.svg b/static/svg/bell.svg new file mode 100755 index 0000000..036afd8 --- /dev/null +++ b/static/svg/bell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bezier-curve-solid.svg b/static/svg/bezier-curve-solid.svg new file mode 100755 index 0000000..54d4863 --- /dev/null +++ b/static/svg/bezier-curve-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bible-solid.svg b/static/svg/bible-solid.svg new file mode 100755 index 0000000..6aa6d54 --- /dev/null +++ b/static/svg/bible-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bicycle-solid.svg b/static/svg/bicycle-solid.svg new file mode 100755 index 0000000..8ce229a --- /dev/null +++ b/static/svg/bicycle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/biking-solid.svg b/static/svg/biking-solid.svg new file mode 100755 index 0000000..f4d9e81 --- /dev/null +++ b/static/svg/biking-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bimobject.svg b/static/svg/bimobject.svg new file mode 100755 index 0000000..c8c8f32 --- /dev/null +++ b/static/svg/bimobject.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/binoculars-solid.svg b/static/svg/binoculars-solid.svg new file mode 100755 index 0000000..604165e --- /dev/null +++ b/static/svg/binoculars-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/biohazard-solid.svg b/static/svg/biohazard-solid.svg new file mode 100755 index 0000000..3565f49 --- /dev/null +++ b/static/svg/biohazard-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/birthday-cake-solid.svg b/static/svg/birthday-cake-solid.svg new file mode 100755 index 0000000..6168227 --- /dev/null +++ b/static/svg/birthday-cake-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bitbucket.svg b/static/svg/bitbucket.svg new file mode 100755 index 0000000..aa901a0 --- /dev/null +++ b/static/svg/bitbucket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bitcoin.svg b/static/svg/bitcoin.svg new file mode 100755 index 0000000..e9d88ac --- /dev/null +++ b/static/svg/bitcoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bity.svg b/static/svg/bity.svg new file mode 100755 index 0000000..af1ed09 --- /dev/null +++ b/static/svg/bity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/black-tie.svg b/static/svg/black-tie.svg new file mode 100755 index 0000000..798236b --- /dev/null +++ b/static/svg/black-tie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/blackberry.svg b/static/svg/blackberry.svg new file mode 100755 index 0000000..ddb768c --- /dev/null +++ b/static/svg/blackberry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/blender-phone-solid.svg b/static/svg/blender-phone-solid.svg new file mode 100755 index 0000000..0bbf92f --- /dev/null +++ b/static/svg/blender-phone-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/blender-solid.svg b/static/svg/blender-solid.svg new file mode 100755 index 0000000..977e465 --- /dev/null +++ b/static/svg/blender-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/blind-solid.svg b/static/svg/blind-solid.svg new file mode 100755 index 0000000..01b5953 --- /dev/null +++ b/static/svg/blind-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/blog-solid.svg b/static/svg/blog-solid.svg new file mode 100755 index 0000000..ccc0b3b --- /dev/null +++ b/static/svg/blog-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/blogger-b.svg b/static/svg/blogger-b.svg new file mode 100755 index 0000000..f72a7e2 --- /dev/null +++ b/static/svg/blogger-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/blogger.svg b/static/svg/blogger.svg new file mode 100755 index 0000000..c88c680 --- /dev/null +++ b/static/svg/blogger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bluetooth-b.svg b/static/svg/bluetooth-b.svg new file mode 100755 index 0000000..6ff1b97 --- /dev/null +++ b/static/svg/bluetooth-b.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bluetooth.svg b/static/svg/bluetooth.svg new file mode 100755 index 0000000..5f82777 --- /dev/null +++ b/static/svg/bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bold-solid.svg b/static/svg/bold-solid.svg new file mode 100755 index 0000000..53d68e3 --- /dev/null +++ b/static/svg/bold-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bolt-solid.svg b/static/svg/bolt-solid.svg new file mode 100755 index 0000000..5d38003 --- /dev/null +++ b/static/svg/bolt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bomb-solid.svg b/static/svg/bomb-solid.svg new file mode 100755 index 0000000..746364e --- /dev/null +++ b/static/svg/bomb-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bone-solid.svg b/static/svg/bone-solid.svg new file mode 100755 index 0000000..4a776b2 --- /dev/null +++ b/static/svg/bone-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bong-solid.svg b/static/svg/bong-solid.svg new file mode 100755 index 0000000..2b28b93 --- /dev/null +++ b/static/svg/bong-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/book-dead-solid.svg b/static/svg/book-dead-solid.svg new file mode 100755 index 0000000..4d5daf7 --- /dev/null +++ b/static/svg/book-dead-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/book-medical-solid.svg b/static/svg/book-medical-solid.svg new file mode 100755 index 0000000..747231e --- /dev/null +++ b/static/svg/book-medical-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/book-open-solid.svg b/static/svg/book-open-solid.svg new file mode 100755 index 0000000..8c52eda --- /dev/null +++ b/static/svg/book-open-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/book-reader-solid.svg b/static/svg/book-reader-solid.svg new file mode 100755 index 0000000..1591623 --- /dev/null +++ b/static/svg/book-reader-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/book-solid.svg b/static/svg/book-solid.svg new file mode 100755 index 0000000..0d0ad6a --- /dev/null +++ b/static/svg/book-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bookmark-solid.svg b/static/svg/bookmark-solid.svg new file mode 100755 index 0000000..9068b01 --- /dev/null +++ b/static/svg/bookmark-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bookmark.svg b/static/svg/bookmark.svg new file mode 100755 index 0000000..9068b01 --- /dev/null +++ b/static/svg/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bootstrap.svg b/static/svg/bootstrap.svg new file mode 100755 index 0000000..d4286b4 --- /dev/null +++ b/static/svg/bootstrap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/border-all-solid.svg b/static/svg/border-all-solid.svg new file mode 100755 index 0000000..7536631 --- /dev/null +++ b/static/svg/border-all-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/border-none-solid.svg b/static/svg/border-none-solid.svg new file mode 100755 index 0000000..7a4a3ee --- /dev/null +++ b/static/svg/border-none-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/border-style-solid.svg b/static/svg/border-style-solid.svg new file mode 100755 index 0000000..fc32a4d --- /dev/null +++ b/static/svg/border-style-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bowling-ball-solid.svg b/static/svg/bowling-ball-solid.svg new file mode 100755 index 0000000..655fa28 --- /dev/null +++ b/static/svg/bowling-ball-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/box-open-solid.svg b/static/svg/box-open-solid.svg new file mode 100755 index 0000000..efc57fa --- /dev/null +++ b/static/svg/box-open-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/box-solid.svg b/static/svg/box-solid.svg new file mode 100755 index 0000000..ecedb76 --- /dev/null +++ b/static/svg/box-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/boxes-solid.svg b/static/svg/boxes-solid.svg new file mode 100755 index 0000000..7994d44 --- /dev/null +++ b/static/svg/boxes-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/braille-solid.svg b/static/svg/braille-solid.svg new file mode 100755 index 0000000..75dec35 --- /dev/null +++ b/static/svg/braille-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/brain-solid.svg b/static/svg/brain-solid.svg new file mode 100755 index 0000000..d9df73d --- /dev/null +++ b/static/svg/brain-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bread-slice-solid.svg b/static/svg/bread-slice-solid.svg new file mode 100755 index 0000000..0b3e953 --- /dev/null +++ b/static/svg/bread-slice-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/briefcase-medical-solid.svg b/static/svg/briefcase-medical-solid.svg new file mode 100755 index 0000000..000a5df --- /dev/null +++ b/static/svg/briefcase-medical-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/briefcase-solid.svg b/static/svg/briefcase-solid.svg new file mode 100755 index 0000000..aa6061c --- /dev/null +++ b/static/svg/briefcase-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/broadcast-tower-solid.svg b/static/svg/broadcast-tower-solid.svg new file mode 100755 index 0000000..bc5344d --- /dev/null +++ b/static/svg/broadcast-tower-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/broom-solid.svg b/static/svg/broom-solid.svg new file mode 100755 index 0000000..2c7302d --- /dev/null +++ b/static/svg/broom-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/brush-solid.svg b/static/svg/brush-solid.svg new file mode 100755 index 0000000..c2e21b8 --- /dev/null +++ b/static/svg/brush-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/btc.svg b/static/svg/btc.svg new file mode 100755 index 0000000..e9d88ac --- /dev/null +++ b/static/svg/btc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/buffer.svg b/static/svg/buffer.svg new file mode 100755 index 0000000..65ccbc2 --- /dev/null +++ b/static/svg/buffer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bug-solid.svg b/static/svg/bug-solid.svg new file mode 100755 index 0000000..9b536db --- /dev/null +++ b/static/svg/bug-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/building-solid.svg b/static/svg/building-solid.svg new file mode 100755 index 0000000..3c423a9 --- /dev/null +++ b/static/svg/building-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/building.svg b/static/svg/building.svg new file mode 100755 index 0000000..3c423a9 --- /dev/null +++ b/static/svg/building.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bullhorn-solid.svg b/static/svg/bullhorn-solid.svg new file mode 100755 index 0000000..2683f4f --- /dev/null +++ b/static/svg/bullhorn-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bullseye-solid.svg b/static/svg/bullseye-solid.svg new file mode 100755 index 0000000..62fc43b --- /dev/null +++ b/static/svg/bullseye-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/burn-solid.svg b/static/svg/burn-solid.svg new file mode 100755 index 0000000..a7a15dd --- /dev/null +++ b/static/svg/burn-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/buromobelexperte.svg b/static/svg/buromobelexperte.svg new file mode 100755 index 0000000..6c27dcb --- /dev/null +++ b/static/svg/buromobelexperte.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bus-alt-solid.svg b/static/svg/bus-alt-solid.svg new file mode 100755 index 0000000..45089cd --- /dev/null +++ b/static/svg/bus-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/bus-solid.svg b/static/svg/bus-solid.svg new file mode 100755 index 0000000..4ee17e0 --- /dev/null +++ b/static/svg/bus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/business-time-solid.svg b/static/svg/business-time-solid.svg new file mode 100755 index 0000000..c535e45 --- /dev/null +++ b/static/svg/business-time-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/buy-n-large.svg b/static/svg/buy-n-large.svg new file mode 100755 index 0000000..0d377a2 --- /dev/null +++ b/static/svg/buy-n-large.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/buysellads.svg b/static/svg/buysellads.svg new file mode 100755 index 0000000..36d22f7 --- /dev/null +++ b/static/svg/buysellads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calculator-solid.svg b/static/svg/calculator-solid.svg new file mode 100755 index 0000000..8f5422d --- /dev/null +++ b/static/svg/calculator-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-alt-solid.svg b/static/svg/calendar-alt-solid.svg new file mode 100755 index 0000000..92a9f54 --- /dev/null +++ b/static/svg/calendar-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-alt.svg b/static/svg/calendar-alt.svg new file mode 100755 index 0000000..92a9f54 --- /dev/null +++ b/static/svg/calendar-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-check-solid.svg b/static/svg/calendar-check-solid.svg new file mode 100755 index 0000000..9c0962c --- /dev/null +++ b/static/svg/calendar-check-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-check.svg b/static/svg/calendar-check.svg new file mode 100755 index 0000000..9c0962c --- /dev/null +++ b/static/svg/calendar-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-day-solid.svg b/static/svg/calendar-day-solid.svg new file mode 100755 index 0000000..ef21ad9 --- /dev/null +++ b/static/svg/calendar-day-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-minus-solid.svg b/static/svg/calendar-minus-solid.svg new file mode 100755 index 0000000..e228d72 --- /dev/null +++ b/static/svg/calendar-minus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-minus.svg b/static/svg/calendar-minus.svg new file mode 100755 index 0000000..e228d72 --- /dev/null +++ b/static/svg/calendar-minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-plus-solid.svg b/static/svg/calendar-plus-solid.svg new file mode 100755 index 0000000..8e4e29b --- /dev/null +++ b/static/svg/calendar-plus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-plus.svg b/static/svg/calendar-plus.svg new file mode 100755 index 0000000..8e4e29b --- /dev/null +++ b/static/svg/calendar-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-solid.svg b/static/svg/calendar-solid.svg new file mode 100755 index 0000000..92a9f54 --- /dev/null +++ b/static/svg/calendar-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-times-solid.svg b/static/svg/calendar-times-solid.svg new file mode 100755 index 0000000..04fd927 --- /dev/null +++ b/static/svg/calendar-times-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-times.svg b/static/svg/calendar-times.svg new file mode 100755 index 0000000..04fd927 --- /dev/null +++ b/static/svg/calendar-times.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar-week-solid.svg b/static/svg/calendar-week-solid.svg new file mode 100755 index 0000000..58b277d --- /dev/null +++ b/static/svg/calendar-week-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/calendar.svg b/static/svg/calendar.svg new file mode 100755 index 0000000..92a9f54 --- /dev/null +++ b/static/svg/calendar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/camera-retro-solid.svg b/static/svg/camera-retro-solid.svg new file mode 100755 index 0000000..dd617c8 --- /dev/null +++ b/static/svg/camera-retro-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/camera-solid.svg b/static/svg/camera-solid.svg new file mode 100755 index 0000000..304910f --- /dev/null +++ b/static/svg/camera-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/campground-solid.svg b/static/svg/campground-solid.svg new file mode 100755 index 0000000..18498c8 --- /dev/null +++ b/static/svg/campground-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/canadian-maple-leaf.svg b/static/svg/canadian-maple-leaf.svg new file mode 100755 index 0000000..cdcf1f7 --- /dev/null +++ b/static/svg/canadian-maple-leaf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/candy-cane-solid.svg b/static/svg/candy-cane-solid.svg new file mode 100755 index 0000000..66c83c1 --- /dev/null +++ b/static/svg/candy-cane-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cannabis-solid.svg b/static/svg/cannabis-solid.svg new file mode 100755 index 0000000..2e5a6da --- /dev/null +++ b/static/svg/cannabis-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/capsules-solid.svg b/static/svg/capsules-solid.svg new file mode 100755 index 0000000..74ef1c7 --- /dev/null +++ b/static/svg/capsules-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/car-alt-solid.svg b/static/svg/car-alt-solid.svg new file mode 100755 index 0000000..47f2df9 --- /dev/null +++ b/static/svg/car-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/car-battery-solid.svg b/static/svg/car-battery-solid.svg new file mode 100755 index 0000000..1a7d781 --- /dev/null +++ b/static/svg/car-battery-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/car-crash-solid.svg b/static/svg/car-crash-solid.svg new file mode 100755 index 0000000..52b0c12 --- /dev/null +++ b/static/svg/car-crash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/car-side-solid.svg b/static/svg/car-side-solid.svg new file mode 100755 index 0000000..7effb68 --- /dev/null +++ b/static/svg/car-side-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/car-solid.svg b/static/svg/car-solid.svg new file mode 100755 index 0000000..7d98258 --- /dev/null +++ b/static/svg/car-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-down-solid.svg b/static/svg/caret-down-solid.svg new file mode 100755 index 0000000..5b0db34 --- /dev/null +++ b/static/svg/caret-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-left-solid.svg b/static/svg/caret-left-solid.svg new file mode 100755 index 0000000..efea6da --- /dev/null +++ b/static/svg/caret-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-right-solid.svg b/static/svg/caret-right-solid.svg new file mode 100755 index 0000000..02f6ced --- /dev/null +++ b/static/svg/caret-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-square-down-solid.svg b/static/svg/caret-square-down-solid.svg new file mode 100755 index 0000000..af8bc68 --- /dev/null +++ b/static/svg/caret-square-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-square-down.svg b/static/svg/caret-square-down.svg new file mode 100755 index 0000000..af8bc68 --- /dev/null +++ b/static/svg/caret-square-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-square-left-solid.svg b/static/svg/caret-square-left-solid.svg new file mode 100755 index 0000000..477daba --- /dev/null +++ b/static/svg/caret-square-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-square-left.svg b/static/svg/caret-square-left.svg new file mode 100755 index 0000000..477daba --- /dev/null +++ b/static/svg/caret-square-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-square-right-solid.svg b/static/svg/caret-square-right-solid.svg new file mode 100755 index 0000000..931f517 --- /dev/null +++ b/static/svg/caret-square-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-square-right.svg b/static/svg/caret-square-right.svg new file mode 100755 index 0000000..931f517 --- /dev/null +++ b/static/svg/caret-square-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-square-up-solid.svg b/static/svg/caret-square-up-solid.svg new file mode 100755 index 0000000..5178147 --- /dev/null +++ b/static/svg/caret-square-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-square-up.svg b/static/svg/caret-square-up.svg new file mode 100755 index 0000000..5178147 --- /dev/null +++ b/static/svg/caret-square-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/caret-up-solid.svg b/static/svg/caret-up-solid.svg new file mode 100755 index 0000000..9e096ba --- /dev/null +++ b/static/svg/caret-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/carrot-solid.svg b/static/svg/carrot-solid.svg new file mode 100755 index 0000000..95f4f65 --- /dev/null +++ b/static/svg/carrot-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cart-arrow-down-solid.svg b/static/svg/cart-arrow-down-solid.svg new file mode 100755 index 0000000..ec1590b --- /dev/null +++ b/static/svg/cart-arrow-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cart-plus-solid.svg b/static/svg/cart-plus-solid.svg new file mode 100755 index 0000000..01f4799 --- /dev/null +++ b/static/svg/cart-plus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cash-register-solid.svg b/static/svg/cash-register-solid.svg new file mode 100755 index 0000000..21ba054 --- /dev/null +++ b/static/svg/cash-register-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cat-solid.svg b/static/svg/cat-solid.svg new file mode 100755 index 0000000..7abd883 --- /dev/null +++ b/static/svg/cat-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cc-amazon-pay.svg b/static/svg/cc-amazon-pay.svg new file mode 100755 index 0000000..790595e --- /dev/null +++ b/static/svg/cc-amazon-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cc-amex.svg b/static/svg/cc-amex.svg new file mode 100755 index 0000000..8668f1e --- /dev/null +++ b/static/svg/cc-amex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cc-apple-pay.svg b/static/svg/cc-apple-pay.svg new file mode 100755 index 0000000..56e805d --- /dev/null +++ b/static/svg/cc-apple-pay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cc-diners-club.svg b/static/svg/cc-diners-club.svg new file mode 100755 index 0000000..44989f4 --- /dev/null +++ b/static/svg/cc-diners-club.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cc-discover.svg b/static/svg/cc-discover.svg new file mode 100755 index 0000000..e6ff054 --- /dev/null +++ b/static/svg/cc-discover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cc-jcb.svg b/static/svg/cc-jcb.svg new file mode 100755 index 0000000..bfe07ed --- /dev/null +++ b/static/svg/cc-jcb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cc-mastercard.svg b/static/svg/cc-mastercard.svg new file mode 100755 index 0000000..ecabc3d --- /dev/null +++ b/static/svg/cc-mastercard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cc-paypal.svg b/static/svg/cc-paypal.svg new file mode 100755 index 0000000..14fb9f9 --- /dev/null +++ b/static/svg/cc-paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cc-stripe.svg b/static/svg/cc-stripe.svg new file mode 100755 index 0000000..69ad5a5 --- /dev/null +++ b/static/svg/cc-stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cc-visa.svg b/static/svg/cc-visa.svg new file mode 100755 index 0000000..5c2c347 --- /dev/null +++ b/static/svg/cc-visa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/centercode.svg b/static/svg/centercode.svg new file mode 100755 index 0000000..45670d0 --- /dev/null +++ b/static/svg/centercode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/centos.svg b/static/svg/centos.svg new file mode 100755 index 0000000..f80a64f --- /dev/null +++ b/static/svg/centos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/certificate-solid.svg b/static/svg/certificate-solid.svg new file mode 100755 index 0000000..8c583c6 --- /dev/null +++ b/static/svg/certificate-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chair-solid.svg b/static/svg/chair-solid.svg new file mode 100755 index 0000000..96abbc5 --- /dev/null +++ b/static/svg/chair-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chalkboard-solid.svg b/static/svg/chalkboard-solid.svg new file mode 100755 index 0000000..4bf0c88 --- /dev/null +++ b/static/svg/chalkboard-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chalkboard-teacher-solid.svg b/static/svg/chalkboard-teacher-solid.svg new file mode 100755 index 0000000..e6b240f --- /dev/null +++ b/static/svg/chalkboard-teacher-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/charging-station-solid.svg b/static/svg/charging-station-solid.svg new file mode 100755 index 0000000..26c5433 --- /dev/null +++ b/static/svg/charging-station-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chart-area-solid.svg b/static/svg/chart-area-solid.svg new file mode 100755 index 0000000..915ff29 --- /dev/null +++ b/static/svg/chart-area-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chart-bar-solid.svg b/static/svg/chart-bar-solid.svg new file mode 100755 index 0000000..38ff8bb --- /dev/null +++ b/static/svg/chart-bar-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chart-bar.svg b/static/svg/chart-bar.svg new file mode 100755 index 0000000..51325a6 --- /dev/null +++ b/static/svg/chart-bar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chart-line-solid.svg b/static/svg/chart-line-solid.svg new file mode 100755 index 0000000..b0ef059 --- /dev/null +++ b/static/svg/chart-line-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chart-pie-solid.svg b/static/svg/chart-pie-solid.svg new file mode 100755 index 0000000..b780e92 --- /dev/null +++ b/static/svg/chart-pie-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/check-circle-solid.svg b/static/svg/check-circle-solid.svg new file mode 100755 index 0000000..895d616 --- /dev/null +++ b/static/svg/check-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/check-circle.svg b/static/svg/check-circle.svg new file mode 100755 index 0000000..895d616 --- /dev/null +++ b/static/svg/check-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/check-double-solid.svg b/static/svg/check-double-solid.svg new file mode 100755 index 0000000..91ddea8 --- /dev/null +++ b/static/svg/check-double-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/check-solid.svg b/static/svg/check-solid.svg new file mode 100755 index 0000000..fa3b17b --- /dev/null +++ b/static/svg/check-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/check-square-solid.svg b/static/svg/check-square-solid.svg new file mode 100755 index 0000000..7856144 --- /dev/null +++ b/static/svg/check-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/check-square.svg b/static/svg/check-square.svg new file mode 100755 index 0000000..faef505 --- /dev/null +++ b/static/svg/check-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cheese-solid.svg b/static/svg/cheese-solid.svg new file mode 100755 index 0000000..3d7b4f4 --- /dev/null +++ b/static/svg/cheese-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chess-bishop-solid.svg b/static/svg/chess-bishop-solid.svg new file mode 100755 index 0000000..550df90 --- /dev/null +++ b/static/svg/chess-bishop-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chess-board-solid.svg b/static/svg/chess-board-solid.svg new file mode 100755 index 0000000..0436041 --- /dev/null +++ b/static/svg/chess-board-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chess-king-solid.svg b/static/svg/chess-king-solid.svg new file mode 100755 index 0000000..99f4141 --- /dev/null +++ b/static/svg/chess-king-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chess-knight-solid.svg b/static/svg/chess-knight-solid.svg new file mode 100755 index 0000000..9c3d398 --- /dev/null +++ b/static/svg/chess-knight-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chess-pawn-solid.svg b/static/svg/chess-pawn-solid.svg new file mode 100755 index 0000000..a8c4cd8 --- /dev/null +++ b/static/svg/chess-pawn-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chess-queen-solid.svg b/static/svg/chess-queen-solid.svg new file mode 100755 index 0000000..4084b39 --- /dev/null +++ b/static/svg/chess-queen-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chess-rook-solid.svg b/static/svg/chess-rook-solid.svg new file mode 100755 index 0000000..5b49ae7 --- /dev/null +++ b/static/svg/chess-rook-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chess-solid.svg b/static/svg/chess-solid.svg new file mode 100755 index 0000000..fc3fc63 --- /dev/null +++ b/static/svg/chess-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chevron-circle-down-solid.svg b/static/svg/chevron-circle-down-solid.svg new file mode 100755 index 0000000..8bc8173 --- /dev/null +++ b/static/svg/chevron-circle-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chevron-circle-left-solid.svg b/static/svg/chevron-circle-left-solid.svg new file mode 100755 index 0000000..28ec425 --- /dev/null +++ b/static/svg/chevron-circle-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chevron-circle-right-solid.svg b/static/svg/chevron-circle-right-solid.svg new file mode 100755 index 0000000..f748a26 --- /dev/null +++ b/static/svg/chevron-circle-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chevron-circle-up-solid.svg b/static/svg/chevron-circle-up-solid.svg new file mode 100755 index 0000000..07d04e3 --- /dev/null +++ b/static/svg/chevron-circle-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chevron-down-solid.svg b/static/svg/chevron-down-solid.svg new file mode 100755 index 0000000..f0c1fdb --- /dev/null +++ b/static/svg/chevron-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chevron-left-solid.svg b/static/svg/chevron-left-solid.svg new file mode 100755 index 0000000..7d729c6 --- /dev/null +++ b/static/svg/chevron-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chevron-right-solid.svg b/static/svg/chevron-right-solid.svg new file mode 100755 index 0000000..932fdd9 --- /dev/null +++ b/static/svg/chevron-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chevron-up-solid.svg b/static/svg/chevron-up-solid.svg new file mode 100755 index 0000000..0743dfc --- /dev/null +++ b/static/svg/chevron-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/child-solid.svg b/static/svg/child-solid.svg new file mode 100755 index 0000000..cf531c5 --- /dev/null +++ b/static/svg/child-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chrome.svg b/static/svg/chrome.svg new file mode 100755 index 0000000..1bcb904 --- /dev/null +++ b/static/svg/chrome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/chromecast.svg b/static/svg/chromecast.svg new file mode 100755 index 0000000..ee7c40a --- /dev/null +++ b/static/svg/chromecast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/church-solid.svg b/static/svg/church-solid.svg new file mode 100755 index 0000000..c34de04 --- /dev/null +++ b/static/svg/church-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/circle-notch-solid.svg b/static/svg/circle-notch-solid.svg new file mode 100755 index 0000000..0b15831 --- /dev/null +++ b/static/svg/circle-notch-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/circle-solid.svg b/static/svg/circle-solid.svg new file mode 100755 index 0000000..3b08fdc --- /dev/null +++ b/static/svg/circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/circle.svg b/static/svg/circle.svg new file mode 100755 index 0000000..7237089 --- /dev/null +++ b/static/svg/circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/city-solid.svg b/static/svg/city-solid.svg new file mode 100755 index 0000000..2bbc44f --- /dev/null +++ b/static/svg/city-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/clinic-medical-solid.svg b/static/svg/clinic-medical-solid.svg new file mode 100755 index 0000000..f6b02a4 --- /dev/null +++ b/static/svg/clinic-medical-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/clipboard-check-solid.svg b/static/svg/clipboard-check-solid.svg new file mode 100755 index 0000000..c7cf91d --- /dev/null +++ b/static/svg/clipboard-check-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/clipboard-list-solid.svg b/static/svg/clipboard-list-solid.svg new file mode 100755 index 0000000..558ac01 --- /dev/null +++ b/static/svg/clipboard-list-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/clipboard-solid.svg b/static/svg/clipboard-solid.svg new file mode 100755 index 0000000..7edc3ed --- /dev/null +++ b/static/svg/clipboard-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/clipboard.svg b/static/svg/clipboard.svg new file mode 100755 index 0000000..3425dcb --- /dev/null +++ b/static/svg/clipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/clock-solid.svg b/static/svg/clock-solid.svg new file mode 100755 index 0000000..d2afde4 --- /dev/null +++ b/static/svg/clock-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/clock.svg b/static/svg/clock.svg new file mode 100755 index 0000000..d2afde4 --- /dev/null +++ b/static/svg/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/clone-solid.svg b/static/svg/clone-solid.svg new file mode 100755 index 0000000..a5e671d --- /dev/null +++ b/static/svg/clone-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/clone.svg b/static/svg/clone.svg new file mode 100755 index 0000000..d6021b5 --- /dev/null +++ b/static/svg/clone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/closed-captioning-solid.svg b/static/svg/closed-captioning-solid.svg new file mode 100755 index 0000000..6381616 --- /dev/null +++ b/static/svg/closed-captioning-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/closed-captioning.svg b/static/svg/closed-captioning.svg new file mode 100755 index 0000000..6381616 --- /dev/null +++ b/static/svg/closed-captioning.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloud-download-alt-solid.svg b/static/svg/cloud-download-alt-solid.svg new file mode 100755 index 0000000..e85ac42 --- /dev/null +++ b/static/svg/cloud-download-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloud-meatball-solid.svg b/static/svg/cloud-meatball-solid.svg new file mode 100755 index 0000000..b53ba1e --- /dev/null +++ b/static/svg/cloud-meatball-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloud-moon-rain-solid.svg b/static/svg/cloud-moon-rain-solid.svg new file mode 100755 index 0000000..cd15d95 --- /dev/null +++ b/static/svg/cloud-moon-rain-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloud-moon-solid.svg b/static/svg/cloud-moon-solid.svg new file mode 100755 index 0000000..bbda7f8 --- /dev/null +++ b/static/svg/cloud-moon-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloud-rain-solid.svg b/static/svg/cloud-rain-solid.svg new file mode 100755 index 0000000..7033c6e --- /dev/null +++ b/static/svg/cloud-rain-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloud-showers-heavy-solid.svg b/static/svg/cloud-showers-heavy-solid.svg new file mode 100755 index 0000000..57ebe76 --- /dev/null +++ b/static/svg/cloud-showers-heavy-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloud-solid.svg b/static/svg/cloud-solid.svg new file mode 100755 index 0000000..6b9cb88 --- /dev/null +++ b/static/svg/cloud-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloud-sun-rain-solid.svg b/static/svg/cloud-sun-rain-solid.svg new file mode 100755 index 0000000..f77ab87 --- /dev/null +++ b/static/svg/cloud-sun-rain-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloud-sun-solid.svg b/static/svg/cloud-sun-solid.svg new file mode 100755 index 0000000..77a8776 --- /dev/null +++ b/static/svg/cloud-sun-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloud-upload-alt-solid.svg b/static/svg/cloud-upload-alt-solid.svg new file mode 100755 index 0000000..bf6c3e4 --- /dev/null +++ b/static/svg/cloud-upload-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloudscale.svg b/static/svg/cloudscale.svg new file mode 100755 index 0000000..d0ab31b --- /dev/null +++ b/static/svg/cloudscale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloudsmith.svg b/static/svg/cloudsmith.svg new file mode 100755 index 0000000..aa1dda5 --- /dev/null +++ b/static/svg/cloudsmith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cloudversify.svg b/static/svg/cloudversify.svg new file mode 100755 index 0000000..20c474f --- /dev/null +++ b/static/svg/cloudversify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cocktail-solid.svg b/static/svg/cocktail-solid.svg new file mode 100755 index 0000000..9e5d3fc --- /dev/null +++ b/static/svg/cocktail-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/code-branch-solid.svg b/static/svg/code-branch-solid.svg new file mode 100755 index 0000000..566935a --- /dev/null +++ b/static/svg/code-branch-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/code-solid.svg b/static/svg/code-solid.svg new file mode 100755 index 0000000..911b0d2 --- /dev/null +++ b/static/svg/code-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/codepen.svg b/static/svg/codepen.svg new file mode 100755 index 0000000..f57cb20 --- /dev/null +++ b/static/svg/codepen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/codiepie.svg b/static/svg/codiepie.svg new file mode 100755 index 0000000..436652e --- /dev/null +++ b/static/svg/codiepie.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/coffee-solid.svg b/static/svg/coffee-solid.svg new file mode 100755 index 0000000..c211322 --- /dev/null +++ b/static/svg/coffee-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cog-solid.svg b/static/svg/cog-solid.svg new file mode 100755 index 0000000..6cd0a8f --- /dev/null +++ b/static/svg/cog-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cogs-solid.svg b/static/svg/cogs-solid.svg new file mode 100755 index 0000000..efdce61 --- /dev/null +++ b/static/svg/cogs-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/coins-solid.svg b/static/svg/coins-solid.svg new file mode 100755 index 0000000..0ec20d2 --- /dev/null +++ b/static/svg/coins-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/columns-solid.svg b/static/svg/columns-solid.svg new file mode 100755 index 0000000..0804cdc --- /dev/null +++ b/static/svg/columns-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comment-alt-solid.svg b/static/svg/comment-alt-solid.svg new file mode 100755 index 0000000..7723da9 --- /dev/null +++ b/static/svg/comment-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comment-alt.svg b/static/svg/comment-alt.svg new file mode 100755 index 0000000..7723da9 --- /dev/null +++ b/static/svg/comment-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comment-dollar-solid.svg b/static/svg/comment-dollar-solid.svg new file mode 100755 index 0000000..639bbc3 --- /dev/null +++ b/static/svg/comment-dollar-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comment-dots-solid.svg b/static/svg/comment-dots-solid.svg new file mode 100755 index 0000000..4ca1f34 --- /dev/null +++ b/static/svg/comment-dots-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comment-dots.svg b/static/svg/comment-dots.svg new file mode 100755 index 0000000..4ca1f34 --- /dev/null +++ b/static/svg/comment-dots.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comment-medical-solid.svg b/static/svg/comment-medical-solid.svg new file mode 100755 index 0000000..e699531 --- /dev/null +++ b/static/svg/comment-medical-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comment-slash-solid.svg b/static/svg/comment-slash-solid.svg new file mode 100755 index 0000000..0514613 --- /dev/null +++ b/static/svg/comment-slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comment-solid.svg b/static/svg/comment-solid.svg new file mode 100755 index 0000000..fe61eca --- /dev/null +++ b/static/svg/comment-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comment.svg b/static/svg/comment.svg new file mode 100755 index 0000000..fe61eca --- /dev/null +++ b/static/svg/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comments-dollar-solid.svg b/static/svg/comments-dollar-solid.svg new file mode 100755 index 0000000..0f83d4f --- /dev/null +++ b/static/svg/comments-dollar-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comments-solid.svg b/static/svg/comments-solid.svg new file mode 100755 index 0000000..909bcd4 --- /dev/null +++ b/static/svg/comments-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/comments.svg b/static/svg/comments.svg new file mode 100755 index 0000000..909bcd4 --- /dev/null +++ b/static/svg/comments.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/compact-disc-solid.svg b/static/svg/compact-disc-solid.svg new file mode 100755 index 0000000..11969e7 --- /dev/null +++ b/static/svg/compact-disc-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/compass-solid.svg b/static/svg/compass-solid.svg new file mode 100755 index 0000000..3c980a2 --- /dev/null +++ b/static/svg/compass-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/compass.svg b/static/svg/compass.svg new file mode 100755 index 0000000..3c980a2 --- /dev/null +++ b/static/svg/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/compress-arrows-alt-solid.svg b/static/svg/compress-arrows-alt-solid.svg new file mode 100755 index 0000000..df913e3 --- /dev/null +++ b/static/svg/compress-arrows-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/compress-solid.svg b/static/svg/compress-solid.svg new file mode 100755 index 0000000..63f8fd3 --- /dev/null +++ b/static/svg/compress-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/concierge-bell-solid.svg b/static/svg/concierge-bell-solid.svg new file mode 100755 index 0000000..ae72a12 --- /dev/null +++ b/static/svg/concierge-bell-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/confluence.svg b/static/svg/confluence.svg new file mode 100755 index 0000000..58108fa --- /dev/null +++ b/static/svg/confluence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/connectdevelop.svg b/static/svg/connectdevelop.svg new file mode 100755 index 0000000..c6f97b5 --- /dev/null +++ b/static/svg/connectdevelop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/contao.svg b/static/svg/contao.svg new file mode 100755 index 0000000..19782dd --- /dev/null +++ b/static/svg/contao.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cookie-bite-solid.svg b/static/svg/cookie-bite-solid.svg new file mode 100755 index 0000000..22aa73d --- /dev/null +++ b/static/svg/cookie-bite-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cookie-solid.svg b/static/svg/cookie-solid.svg new file mode 100755 index 0000000..b4360af --- /dev/null +++ b/static/svg/cookie-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/copy-solid.svg b/static/svg/copy-solid.svg new file mode 100755 index 0000000..bebd3d2 --- /dev/null +++ b/static/svg/copy-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/copy.svg b/static/svg/copy.svg new file mode 100755 index 0000000..bebd3d2 --- /dev/null +++ b/static/svg/copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/copyright-solid.svg b/static/svg/copyright-solid.svg new file mode 100755 index 0000000..41fe1ac --- /dev/null +++ b/static/svg/copyright-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/copyright.svg b/static/svg/copyright.svg new file mode 100755 index 0000000..41fe1ac --- /dev/null +++ b/static/svg/copyright.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cotton-bureau.svg b/static/svg/cotton-bureau.svg new file mode 100755 index 0000000..bf51575 --- /dev/null +++ b/static/svg/cotton-bureau.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/couch-solid.svg b/static/svg/couch-solid.svg new file mode 100755 index 0000000..3e90691 --- /dev/null +++ b/static/svg/couch-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cpanel.svg b/static/svg/cpanel.svg new file mode 100755 index 0000000..55c5f4d --- /dev/null +++ b/static/svg/cpanel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-by.svg b/static/svg/creative-commons-by.svg new file mode 100755 index 0000000..179e0c6 --- /dev/null +++ b/static/svg/creative-commons-by.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-nc-eu.svg b/static/svg/creative-commons-nc-eu.svg new file mode 100755 index 0000000..d1cd513 --- /dev/null +++ b/static/svg/creative-commons-nc-eu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-nc-jp.svg b/static/svg/creative-commons-nc-jp.svg new file mode 100755 index 0000000..ed93f9d --- /dev/null +++ b/static/svg/creative-commons-nc-jp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-nc.svg b/static/svg/creative-commons-nc.svg new file mode 100755 index 0000000..bdc8390 --- /dev/null +++ b/static/svg/creative-commons-nc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-nd.svg b/static/svg/creative-commons-nd.svg new file mode 100755 index 0000000..5cd0a6d --- /dev/null +++ b/static/svg/creative-commons-nd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-pd-alt.svg b/static/svg/creative-commons-pd-alt.svg new file mode 100755 index 0000000..b67845a --- /dev/null +++ b/static/svg/creative-commons-pd-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-pd.svg b/static/svg/creative-commons-pd.svg new file mode 100755 index 0000000..8bb0376 --- /dev/null +++ b/static/svg/creative-commons-pd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-remix.svg b/static/svg/creative-commons-remix.svg new file mode 100755 index 0000000..79f7d77 --- /dev/null +++ b/static/svg/creative-commons-remix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-sa.svg b/static/svg/creative-commons-sa.svg new file mode 100755 index 0000000..db19821 --- /dev/null +++ b/static/svg/creative-commons-sa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-sampling-plus.svg b/static/svg/creative-commons-sampling-plus.svg new file mode 100755 index 0000000..b929136 --- /dev/null +++ b/static/svg/creative-commons-sampling-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-sampling.svg b/static/svg/creative-commons-sampling.svg new file mode 100755 index 0000000..11649cd --- /dev/null +++ b/static/svg/creative-commons-sampling.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-share.svg b/static/svg/creative-commons-share.svg new file mode 100755 index 0000000..e351ca7 --- /dev/null +++ b/static/svg/creative-commons-share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons-zero.svg b/static/svg/creative-commons-zero.svg new file mode 100755 index 0000000..948aafe --- /dev/null +++ b/static/svg/creative-commons-zero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/creative-commons.svg b/static/svg/creative-commons.svg new file mode 100755 index 0000000..46394a7 --- /dev/null +++ b/static/svg/creative-commons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/credit-card-solid.svg b/static/svg/credit-card-solid.svg new file mode 100755 index 0000000..69fa112 --- /dev/null +++ b/static/svg/credit-card-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/credit-card.svg b/static/svg/credit-card.svg new file mode 100755 index 0000000..69fa112 --- /dev/null +++ b/static/svg/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/critical-role.svg b/static/svg/critical-role.svg new file mode 100755 index 0000000..ec4a9e5 --- /dev/null +++ b/static/svg/critical-role.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/crop-alt-solid.svg b/static/svg/crop-alt-solid.svg new file mode 100755 index 0000000..911e08a --- /dev/null +++ b/static/svg/crop-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/crop-solid.svg b/static/svg/crop-solid.svg new file mode 100755 index 0000000..8ec8eeb --- /dev/null +++ b/static/svg/crop-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cross-solid.svg b/static/svg/cross-solid.svg new file mode 100755 index 0000000..7aa1606 --- /dev/null +++ b/static/svg/cross-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/crosshairs-solid.svg b/static/svg/crosshairs-solid.svg new file mode 100755 index 0000000..c4a9500 --- /dev/null +++ b/static/svg/crosshairs-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/crow-solid.svg b/static/svg/crow-solid.svg new file mode 100755 index 0000000..45b0060 --- /dev/null +++ b/static/svg/crow-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/crown-solid.svg b/static/svg/crown-solid.svg new file mode 100755 index 0000000..783f177 --- /dev/null +++ b/static/svg/crown-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/crutch-solid.svg b/static/svg/crutch-solid.svg new file mode 100755 index 0000000..692dd98 --- /dev/null +++ b/static/svg/crutch-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/css3-alt.svg b/static/svg/css3-alt.svg new file mode 100755 index 0000000..04effb5 --- /dev/null +++ b/static/svg/css3-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/css3.svg b/static/svg/css3.svg new file mode 100755 index 0000000..3fb7979 --- /dev/null +++ b/static/svg/css3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cube-solid.svg b/static/svg/cube-solid.svg new file mode 100755 index 0000000..edc6ceb --- /dev/null +++ b/static/svg/cube-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cubes-solid.svg b/static/svg/cubes-solid.svg new file mode 100755 index 0000000..0652cd4 --- /dev/null +++ b/static/svg/cubes-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cut-solid.svg b/static/svg/cut-solid.svg new file mode 100755 index 0000000..607adf8 --- /dev/null +++ b/static/svg/cut-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/cuttlefish.svg b/static/svg/cuttlefish.svg new file mode 100755 index 0000000..4d3be98 --- /dev/null +++ b/static/svg/cuttlefish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/d-and-d-beyond.svg b/static/svg/d-and-d-beyond.svg new file mode 100755 index 0000000..aebbab3 --- /dev/null +++ b/static/svg/d-and-d-beyond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/d-and-d.svg b/static/svg/d-and-d.svg new file mode 100755 index 0000000..5a4c4ac --- /dev/null +++ b/static/svg/d-and-d.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dashcube.svg b/static/svg/dashcube.svg new file mode 100755 index 0000000..36433f6 --- /dev/null +++ b/static/svg/dashcube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/database-solid.svg b/static/svg/database-solid.svg new file mode 100755 index 0000000..83d43d3 --- /dev/null +++ b/static/svg/database-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/deaf-solid.svg b/static/svg/deaf-solid.svg new file mode 100755 index 0000000..d9c4dc2 --- /dev/null +++ b/static/svg/deaf-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/delicious.svg b/static/svg/delicious.svg new file mode 100755 index 0000000..2afb90e --- /dev/null +++ b/static/svg/delicious.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/democrat-solid.svg b/static/svg/democrat-solid.svg new file mode 100755 index 0000000..6854354 --- /dev/null +++ b/static/svg/democrat-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/deploydog.svg b/static/svg/deploydog.svg new file mode 100755 index 0000000..cadda1e --- /dev/null +++ b/static/svg/deploydog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/deskpro.svg b/static/svg/deskpro.svg new file mode 100755 index 0000000..8464967 --- /dev/null +++ b/static/svg/deskpro.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/desktop-solid.svg b/static/svg/desktop-solid.svg new file mode 100755 index 0000000..b5b02ec --- /dev/null +++ b/static/svg/desktop-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dev.svg b/static/svg/dev.svg new file mode 100755 index 0000000..37d7c25 --- /dev/null +++ b/static/svg/dev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/deviantart.svg b/static/svg/deviantart.svg new file mode 100755 index 0000000..5c8e915 --- /dev/null +++ b/static/svg/deviantart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dharmachakra-solid.svg b/static/svg/dharmachakra-solid.svg new file mode 100755 index 0000000..ec42176 --- /dev/null +++ b/static/svg/dharmachakra-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dhl.svg b/static/svg/dhl.svg new file mode 100755 index 0000000..aa5dc4c --- /dev/null +++ b/static/svg/dhl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/diagnoses-solid.svg b/static/svg/diagnoses-solid.svg new file mode 100755 index 0000000..7421cbb --- /dev/null +++ b/static/svg/diagnoses-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/diaspora.svg b/static/svg/diaspora.svg new file mode 100755 index 0000000..1c42998 --- /dev/null +++ b/static/svg/diaspora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dice-d20-solid.svg b/static/svg/dice-d20-solid.svg new file mode 100755 index 0000000..b0effb8 --- /dev/null +++ b/static/svg/dice-d20-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dice-d6-solid.svg b/static/svg/dice-d6-solid.svg new file mode 100755 index 0000000..9d64ec3 --- /dev/null +++ b/static/svg/dice-d6-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dice-five-solid.svg b/static/svg/dice-five-solid.svg new file mode 100755 index 0000000..ce57cac --- /dev/null +++ b/static/svg/dice-five-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dice-four-solid.svg b/static/svg/dice-four-solid.svg new file mode 100755 index 0000000..3fe5e50 --- /dev/null +++ b/static/svg/dice-four-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dice-one-solid.svg b/static/svg/dice-one-solid.svg new file mode 100755 index 0000000..9d54fdc --- /dev/null +++ b/static/svg/dice-one-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dice-six-solid.svg b/static/svg/dice-six-solid.svg new file mode 100755 index 0000000..5e531b6 --- /dev/null +++ b/static/svg/dice-six-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dice-solid.svg b/static/svg/dice-solid.svg new file mode 100755 index 0000000..7fbe244 --- /dev/null +++ b/static/svg/dice-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dice-three-solid.svg b/static/svg/dice-three-solid.svg new file mode 100755 index 0000000..8ac00c2 --- /dev/null +++ b/static/svg/dice-three-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dice-two-solid.svg b/static/svg/dice-two-solid.svg new file mode 100755 index 0000000..8ab6b98 --- /dev/null +++ b/static/svg/dice-two-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/digg.svg b/static/svg/digg.svg new file mode 100755 index 0000000..6e53d68 --- /dev/null +++ b/static/svg/digg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/digital-ocean.svg b/static/svg/digital-ocean.svg new file mode 100755 index 0000000..52a060f --- /dev/null +++ b/static/svg/digital-ocean.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/digital-tachograph-solid.svg b/static/svg/digital-tachograph-solid.svg new file mode 100755 index 0000000..719bfab --- /dev/null +++ b/static/svg/digital-tachograph-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/directions-solid.svg b/static/svg/directions-solid.svg new file mode 100755 index 0000000..c7e4920 --- /dev/null +++ b/static/svg/directions-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/discord.svg b/static/svg/discord.svg new file mode 100755 index 0000000..1851021 --- /dev/null +++ b/static/svg/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/discourse.svg b/static/svg/discourse.svg new file mode 100755 index 0000000..6a4860b --- /dev/null +++ b/static/svg/discourse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/divide-solid.svg b/static/svg/divide-solid.svg new file mode 100755 index 0000000..6ddda71 --- /dev/null +++ b/static/svg/divide-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dizzy-solid.svg b/static/svg/dizzy-solid.svg new file mode 100755 index 0000000..d1700e3 --- /dev/null +++ b/static/svg/dizzy-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dizzy.svg b/static/svg/dizzy.svg new file mode 100755 index 0000000..d1700e3 --- /dev/null +++ b/static/svg/dizzy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dna-solid.svg b/static/svg/dna-solid.svg new file mode 100755 index 0000000..252e9d9 --- /dev/null +++ b/static/svg/dna-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dochub.svg b/static/svg/dochub.svg new file mode 100755 index 0000000..3112e4c --- /dev/null +++ b/static/svg/dochub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/docker.svg b/static/svg/docker.svg new file mode 100755 index 0000000..f624434 --- /dev/null +++ b/static/svg/docker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dog-solid.svg b/static/svg/dog-solid.svg new file mode 100755 index 0000000..a684751 --- /dev/null +++ b/static/svg/dog-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dollar-sign-solid.svg b/static/svg/dollar-sign-solid.svg new file mode 100755 index 0000000..9b6be55 --- /dev/null +++ b/static/svg/dollar-sign-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dolly-flatbed-solid.svg b/static/svg/dolly-flatbed-solid.svg new file mode 100755 index 0000000..8f879e3 --- /dev/null +++ b/static/svg/dolly-flatbed-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dolly-solid.svg b/static/svg/dolly-solid.svg new file mode 100755 index 0000000..a0d0468 --- /dev/null +++ b/static/svg/dolly-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/donate-solid.svg b/static/svg/donate-solid.svg new file mode 100755 index 0000000..b66e67b --- /dev/null +++ b/static/svg/donate-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/door-closed-solid.svg b/static/svg/door-closed-solid.svg new file mode 100755 index 0000000..4a68822 --- /dev/null +++ b/static/svg/door-closed-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/door-open-solid.svg b/static/svg/door-open-solid.svg new file mode 100755 index 0000000..4544bcd --- /dev/null +++ b/static/svg/door-open-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dot-circle-solid.svg b/static/svg/dot-circle-solid.svg new file mode 100755 index 0000000..cea5ae8 --- /dev/null +++ b/static/svg/dot-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dot-circle.svg b/static/svg/dot-circle.svg new file mode 100755 index 0000000..cea5ae8 --- /dev/null +++ b/static/svg/dot-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dove-solid.svg b/static/svg/dove-solid.svg new file mode 100755 index 0000000..a04a5e2 --- /dev/null +++ b/static/svg/dove-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/download-solid.svg b/static/svg/download-solid.svg new file mode 100755 index 0000000..66d38f0 --- /dev/null +++ b/static/svg/download-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/draft2digital.svg b/static/svg/draft2digital.svg new file mode 100755 index 0000000..3f42629 --- /dev/null +++ b/static/svg/draft2digital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/drafting-compass-solid.svg b/static/svg/drafting-compass-solid.svg new file mode 100755 index 0000000..c2de3f9 --- /dev/null +++ b/static/svg/drafting-compass-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dragon-solid.svg b/static/svg/dragon-solid.svg new file mode 100755 index 0000000..3811fe8 --- /dev/null +++ b/static/svg/dragon-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/draw-polygon-solid.svg b/static/svg/draw-polygon-solid.svg new file mode 100755 index 0000000..240e21c --- /dev/null +++ b/static/svg/draw-polygon-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dribbble-square.svg b/static/svg/dribbble-square.svg new file mode 100755 index 0000000..96de32a --- /dev/null +++ b/static/svg/dribbble-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dribbble.svg b/static/svg/dribbble.svg new file mode 100755 index 0000000..db49704 --- /dev/null +++ b/static/svg/dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dropbox.svg b/static/svg/dropbox.svg new file mode 100755 index 0000000..f64971f --- /dev/null +++ b/static/svg/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/drum-solid.svg b/static/svg/drum-solid.svg new file mode 100755 index 0000000..504ddfc --- /dev/null +++ b/static/svg/drum-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/drum-steelpan-solid.svg b/static/svg/drum-steelpan-solid.svg new file mode 100755 index 0000000..d1c7c4e --- /dev/null +++ b/static/svg/drum-steelpan-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/drumstick-bite-solid.svg b/static/svg/drumstick-bite-solid.svg new file mode 100755 index 0000000..d27604a --- /dev/null +++ b/static/svg/drumstick-bite-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/drupal.svg b/static/svg/drupal.svg new file mode 100755 index 0000000..b8ae695 --- /dev/null +++ b/static/svg/drupal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dumbbell-solid.svg b/static/svg/dumbbell-solid.svg new file mode 100755 index 0000000..2a49138 --- /dev/null +++ b/static/svg/dumbbell-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dumpster-fire-solid.svg b/static/svg/dumpster-fire-solid.svg new file mode 100755 index 0000000..bd7fe0e --- /dev/null +++ b/static/svg/dumpster-fire-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dumpster-solid.svg b/static/svg/dumpster-solid.svg new file mode 100755 index 0000000..0488f78 --- /dev/null +++ b/static/svg/dumpster-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dungeon-solid.svg b/static/svg/dungeon-solid.svg new file mode 100755 index 0000000..88ef37e --- /dev/null +++ b/static/svg/dungeon-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/dyalog.svg b/static/svg/dyalog.svg new file mode 100755 index 0000000..9dd91f2 --- /dev/null +++ b/static/svg/dyalog.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/earlybirds.svg b/static/svg/earlybirds.svg new file mode 100755 index 0000000..b3444f6 --- /dev/null +++ b/static/svg/earlybirds.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ebay.svg b/static/svg/ebay.svg new file mode 100755 index 0000000..18e4ce6 --- /dev/null +++ b/static/svg/ebay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/edge.svg b/static/svg/edge.svg new file mode 100755 index 0000000..86faef9 --- /dev/null +++ b/static/svg/edge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/edit-solid.svg b/static/svg/edit-solid.svg new file mode 100755 index 0000000..8e00efa --- /dev/null +++ b/static/svg/edit-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/edit.svg b/static/svg/edit.svg new file mode 100755 index 0000000..8e00efa --- /dev/null +++ b/static/svg/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/egg-solid.svg b/static/svg/egg-solid.svg new file mode 100755 index 0000000..fb451dd --- /dev/null +++ b/static/svg/egg-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/eject-solid.svg b/static/svg/eject-solid.svg new file mode 100755 index 0000000..b9e4ab2 --- /dev/null +++ b/static/svg/eject-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/elementor.svg b/static/svg/elementor.svg new file mode 100755 index 0000000..c0693a3 --- /dev/null +++ b/static/svg/elementor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ellipsis-h-solid.svg b/static/svg/ellipsis-h-solid.svg new file mode 100755 index 0000000..112fef8 --- /dev/null +++ b/static/svg/ellipsis-h-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ellipsis-v-solid.svg b/static/svg/ellipsis-v-solid.svg new file mode 100755 index 0000000..e8f52db --- /dev/null +++ b/static/svg/ellipsis-v-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ello.svg b/static/svg/ello.svg new file mode 100755 index 0000000..c6126dd --- /dev/null +++ b/static/svg/ello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ember.svg b/static/svg/ember.svg new file mode 100755 index 0000000..d5868db --- /dev/null +++ b/static/svg/ember.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/empire.svg b/static/svg/empire.svg new file mode 100755 index 0000000..0207734 --- /dev/null +++ b/static/svg/empire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/envelope-open-solid.svg b/static/svg/envelope-open-solid.svg new file mode 100755 index 0000000..eac45b1 --- /dev/null +++ b/static/svg/envelope-open-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/envelope-open-text-solid.svg b/static/svg/envelope-open-text-solid.svg new file mode 100755 index 0000000..3d7796b --- /dev/null +++ b/static/svg/envelope-open-text-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/envelope-open.svg b/static/svg/envelope-open.svg new file mode 100755 index 0000000..eac45b1 --- /dev/null +++ b/static/svg/envelope-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/envelope-solid.svg b/static/svg/envelope-solid.svg new file mode 100755 index 0000000..17bd663 --- /dev/null +++ b/static/svg/envelope-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/envelope-square-solid.svg b/static/svg/envelope-square-solid.svg new file mode 100755 index 0000000..904d91b --- /dev/null +++ b/static/svg/envelope-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/envelope.svg b/static/svg/envelope.svg new file mode 100755 index 0000000..17bd663 --- /dev/null +++ b/static/svg/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/envira.svg b/static/svg/envira.svg new file mode 100755 index 0000000..0132919 --- /dev/null +++ b/static/svg/envira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/equals-solid.svg b/static/svg/equals-solid.svg new file mode 100755 index 0000000..4d36619 --- /dev/null +++ b/static/svg/equals-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/eraser-solid.svg b/static/svg/eraser-solid.svg new file mode 100755 index 0000000..f119e91 --- /dev/null +++ b/static/svg/eraser-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/erlang.svg b/static/svg/erlang.svg new file mode 100755 index 0000000..bd9db0b --- /dev/null +++ b/static/svg/erlang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ethereum.svg b/static/svg/ethereum.svg new file mode 100755 index 0000000..dce8d99 --- /dev/null +++ b/static/svg/ethereum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ethernet-solid.svg b/static/svg/ethernet-solid.svg new file mode 100755 index 0000000..20a25f3 --- /dev/null +++ b/static/svg/ethernet-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/etsy.svg b/static/svg/etsy.svg new file mode 100755 index 0000000..c60ac96 --- /dev/null +++ b/static/svg/etsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/euro-sign-solid.svg b/static/svg/euro-sign-solid.svg new file mode 100755 index 0000000..129ace9 --- /dev/null +++ b/static/svg/euro-sign-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/evernote.svg b/static/svg/evernote.svg new file mode 100755 index 0000000..110c59e --- /dev/null +++ b/static/svg/evernote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/exchange-alt-solid.svg b/static/svg/exchange-alt-solid.svg new file mode 100755 index 0000000..3703804 --- /dev/null +++ b/static/svg/exchange-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/exclamation-circle-solid.svg b/static/svg/exclamation-circle-solid.svg new file mode 100755 index 0000000..9d4a667 --- /dev/null +++ b/static/svg/exclamation-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/exclamation-solid.svg b/static/svg/exclamation-solid.svg new file mode 100755 index 0000000..aecfbbb --- /dev/null +++ b/static/svg/exclamation-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/exclamation-triangle-solid.svg b/static/svg/exclamation-triangle-solid.svg new file mode 100755 index 0000000..a934bc9 --- /dev/null +++ b/static/svg/exclamation-triangle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/expand-arrows-alt-solid.svg b/static/svg/expand-arrows-alt-solid.svg new file mode 100755 index 0000000..f2f0b5c --- /dev/null +++ b/static/svg/expand-arrows-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/expand-solid.svg b/static/svg/expand-solid.svg new file mode 100755 index 0000000..c11aa2e --- /dev/null +++ b/static/svg/expand-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/expeditedssl.svg b/static/svg/expeditedssl.svg new file mode 100755 index 0000000..801d085 --- /dev/null +++ b/static/svg/expeditedssl.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/external-link-alt-solid.svg b/static/svg/external-link-alt-solid.svg new file mode 100755 index 0000000..45ae021 --- /dev/null +++ b/static/svg/external-link-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/external-link-square-alt-solid.svg b/static/svg/external-link-square-alt-solid.svg new file mode 100755 index 0000000..60a709a --- /dev/null +++ b/static/svg/external-link-square-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/eye-dropper-solid.svg b/static/svg/eye-dropper-solid.svg new file mode 100755 index 0000000..187b680 --- /dev/null +++ b/static/svg/eye-dropper-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/eye-slash-solid.svg b/static/svg/eye-slash-solid.svg new file mode 100755 index 0000000..f09b5e1 --- /dev/null +++ b/static/svg/eye-slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/eye-slash.svg b/static/svg/eye-slash.svg new file mode 100755 index 0000000..0a96d2a --- /dev/null +++ b/static/svg/eye-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/eye-solid.svg b/static/svg/eye-solid.svg new file mode 100755 index 0000000..79b1d51 --- /dev/null +++ b/static/svg/eye-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/eye.svg b/static/svg/eye.svg new file mode 100755 index 0000000..79b1d51 --- /dev/null +++ b/static/svg/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/facebook-f.svg b/static/svg/facebook-f.svg new file mode 100755 index 0000000..bca80e4 --- /dev/null +++ b/static/svg/facebook-f.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/facebook-messenger.svg b/static/svg/facebook-messenger.svg new file mode 100755 index 0000000..199bfc2 --- /dev/null +++ b/static/svg/facebook-messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/facebook-square.svg b/static/svg/facebook-square.svg new file mode 100755 index 0000000..a135c6e --- /dev/null +++ b/static/svg/facebook-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/facebook.svg b/static/svg/facebook.svg new file mode 100755 index 0000000..cd2fab0 --- /dev/null +++ b/static/svg/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fan-solid.svg b/static/svg/fan-solid.svg new file mode 100755 index 0000000..4b7b862 --- /dev/null +++ b/static/svg/fan-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fantasy-flight-games.svg b/static/svg/fantasy-flight-games.svg new file mode 100755 index 0000000..837059a --- /dev/null +++ b/static/svg/fantasy-flight-games.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fast-backward-solid.svg b/static/svg/fast-backward-solid.svg new file mode 100755 index 0000000..83793b6 --- /dev/null +++ b/static/svg/fast-backward-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fast-forward-solid.svg b/static/svg/fast-forward-solid.svg new file mode 100755 index 0000000..33f8154 --- /dev/null +++ b/static/svg/fast-forward-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fax-solid.svg b/static/svg/fax-solid.svg new file mode 100755 index 0000000..6bfa417 --- /dev/null +++ b/static/svg/fax-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/feather-alt-solid.svg b/static/svg/feather-alt-solid.svg new file mode 100755 index 0000000..ccee7bd --- /dev/null +++ b/static/svg/feather-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/feather-solid.svg b/static/svg/feather-solid.svg new file mode 100755 index 0000000..d3c1b3a --- /dev/null +++ b/static/svg/feather-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fedex.svg b/static/svg/fedex.svg new file mode 100755 index 0000000..d01e439 --- /dev/null +++ b/static/svg/fedex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fedora.svg b/static/svg/fedora.svg new file mode 100755 index 0000000..c8d70bc --- /dev/null +++ b/static/svg/fedora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/female-solid.svg b/static/svg/female-solid.svg new file mode 100755 index 0000000..b6065a5 --- /dev/null +++ b/static/svg/female-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fighter-jet-solid.svg b/static/svg/fighter-jet-solid.svg new file mode 100755 index 0000000..3132234 --- /dev/null +++ b/static/svg/fighter-jet-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/figma.svg b/static/svg/figma.svg new file mode 100755 index 0000000..c8a1e5d --- /dev/null +++ b/static/svg/figma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-alt-solid.svg b/static/svg/file-alt-solid.svg new file mode 100755 index 0000000..5c6f680 --- /dev/null +++ b/static/svg/file-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-alt.svg b/static/svg/file-alt.svg new file mode 100755 index 0000000..5c6f680 --- /dev/null +++ b/static/svg/file-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-archive-solid.svg b/static/svg/file-archive-solid.svg new file mode 100755 index 0000000..9285dfe --- /dev/null +++ b/static/svg/file-archive-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-archive.svg b/static/svg/file-archive.svg new file mode 100755 index 0000000..9285dfe --- /dev/null +++ b/static/svg/file-archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-audio-solid.svg b/static/svg/file-audio-solid.svg new file mode 100755 index 0000000..62f0709 --- /dev/null +++ b/static/svg/file-audio-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-audio.svg b/static/svg/file-audio.svg new file mode 100755 index 0000000..62f0709 --- /dev/null +++ b/static/svg/file-audio.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-code-solid.svg b/static/svg/file-code-solid.svg new file mode 100755 index 0000000..ceef840 --- /dev/null +++ b/static/svg/file-code-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-code.svg b/static/svg/file-code.svg new file mode 100755 index 0000000..ceef840 --- /dev/null +++ b/static/svg/file-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-contract-solid.svg b/static/svg/file-contract-solid.svg new file mode 100755 index 0000000..faeabd9 --- /dev/null +++ b/static/svg/file-contract-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-csv-solid.svg b/static/svg/file-csv-solid.svg new file mode 100755 index 0000000..bede268 --- /dev/null +++ b/static/svg/file-csv-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-download-solid.svg b/static/svg/file-download-solid.svg new file mode 100755 index 0000000..1256744 --- /dev/null +++ b/static/svg/file-download-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-excel-solid.svg b/static/svg/file-excel-solid.svg new file mode 100755 index 0000000..41e44aa --- /dev/null +++ b/static/svg/file-excel-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-excel.svg b/static/svg/file-excel.svg new file mode 100755 index 0000000..41e44aa --- /dev/null +++ b/static/svg/file-excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-export-solid.svg b/static/svg/file-export-solid.svg new file mode 100755 index 0000000..df4cec0 --- /dev/null +++ b/static/svg/file-export-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-image-solid.svg b/static/svg/file-image-solid.svg new file mode 100755 index 0000000..9fed45b --- /dev/null +++ b/static/svg/file-image-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-image.svg b/static/svg/file-image.svg new file mode 100755 index 0000000..9fed45b --- /dev/null +++ b/static/svg/file-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-import-solid.svg b/static/svg/file-import-solid.svg new file mode 100755 index 0000000..665497a --- /dev/null +++ b/static/svg/file-import-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-invoice-dollar-solid.svg b/static/svg/file-invoice-dollar-solid.svg new file mode 100755 index 0000000..71c4adf --- /dev/null +++ b/static/svg/file-invoice-dollar-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-invoice-solid.svg b/static/svg/file-invoice-solid.svg new file mode 100755 index 0000000..2a15660 --- /dev/null +++ b/static/svg/file-invoice-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-medical-alt-solid.svg b/static/svg/file-medical-alt-solid.svg new file mode 100755 index 0000000..8a31ffe --- /dev/null +++ b/static/svg/file-medical-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-medical-solid.svg b/static/svg/file-medical-solid.svg new file mode 100755 index 0000000..e100941 --- /dev/null +++ b/static/svg/file-medical-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-pdf-solid.svg b/static/svg/file-pdf-solid.svg new file mode 100755 index 0000000..68d8230 --- /dev/null +++ b/static/svg/file-pdf-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-pdf.svg b/static/svg/file-pdf.svg new file mode 100755 index 0000000..68d8230 --- /dev/null +++ b/static/svg/file-pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-powerpoint-solid.svg b/static/svg/file-powerpoint-solid.svg new file mode 100755 index 0000000..c8fd482 --- /dev/null +++ b/static/svg/file-powerpoint-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-powerpoint.svg b/static/svg/file-powerpoint.svg new file mode 100755 index 0000000..c8fd482 --- /dev/null +++ b/static/svg/file-powerpoint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-prescription-solid.svg b/static/svg/file-prescription-solid.svg new file mode 100755 index 0000000..bfedb17 --- /dev/null +++ b/static/svg/file-prescription-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-signature-solid.svg b/static/svg/file-signature-solid.svg new file mode 100755 index 0000000..01cd6c7 --- /dev/null +++ b/static/svg/file-signature-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-solid.svg b/static/svg/file-solid.svg new file mode 100755 index 0000000..60dbb6a --- /dev/null +++ b/static/svg/file-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-upload-solid.svg b/static/svg/file-upload-solid.svg new file mode 100755 index 0000000..6e90abf --- /dev/null +++ b/static/svg/file-upload-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-video-solid.svg b/static/svg/file-video-solid.svg new file mode 100755 index 0000000..b36b1b4 --- /dev/null +++ b/static/svg/file-video-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-video.svg b/static/svg/file-video.svg new file mode 100755 index 0000000..b36b1b4 --- /dev/null +++ b/static/svg/file-video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-word-solid.svg b/static/svg/file-word-solid.svg new file mode 100755 index 0000000..f9f420f --- /dev/null +++ b/static/svg/file-word-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file-word.svg b/static/svg/file-word.svg new file mode 100755 index 0000000..f9f420f --- /dev/null +++ b/static/svg/file-word.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/file.svg b/static/svg/file.svg new file mode 100755 index 0000000..60dbb6a --- /dev/null +++ b/static/svg/file.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fill-drip-solid.svg b/static/svg/fill-drip-solid.svg new file mode 100755 index 0000000..a50fe33 --- /dev/null +++ b/static/svg/fill-drip-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fill-solid.svg b/static/svg/fill-solid.svg new file mode 100755 index 0000000..2b25f7a --- /dev/null +++ b/static/svg/fill-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/film-solid.svg b/static/svg/film-solid.svg new file mode 100755 index 0000000..55764fc --- /dev/null +++ b/static/svg/film-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/filter-solid.svg b/static/svg/filter-solid.svg new file mode 100755 index 0000000..058e406 --- /dev/null +++ b/static/svg/filter-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fingerprint-solid.svg b/static/svg/fingerprint-solid.svg new file mode 100755 index 0000000..2f086e8 --- /dev/null +++ b/static/svg/fingerprint-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fire-alt-solid.svg b/static/svg/fire-alt-solid.svg new file mode 100755 index 0000000..77e7dc4 --- /dev/null +++ b/static/svg/fire-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fire-extinguisher-solid.svg b/static/svg/fire-extinguisher-solid.svg new file mode 100755 index 0000000..02610a0 --- /dev/null +++ b/static/svg/fire-extinguisher-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fire-solid.svg b/static/svg/fire-solid.svg new file mode 100755 index 0000000..7460749 --- /dev/null +++ b/static/svg/fire-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/firefox.svg b/static/svg/firefox.svg new file mode 100755 index 0000000..b1fbfc9 --- /dev/null +++ b/static/svg/firefox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/first-aid-solid.svg b/static/svg/first-aid-solid.svg new file mode 100755 index 0000000..000a5df --- /dev/null +++ b/static/svg/first-aid-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/first-order-alt.svg b/static/svg/first-order-alt.svg new file mode 100755 index 0000000..6c1cc18 --- /dev/null +++ b/static/svg/first-order-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/first-order.svg b/static/svg/first-order.svg new file mode 100755 index 0000000..df2ccf3 --- /dev/null +++ b/static/svg/first-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/firstdraft.svg b/static/svg/firstdraft.svg new file mode 100755 index 0000000..9305441 --- /dev/null +++ b/static/svg/firstdraft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fish-solid.svg b/static/svg/fish-solid.svg new file mode 100755 index 0000000..48801b0 --- /dev/null +++ b/static/svg/fish-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fist-raised-solid.svg b/static/svg/fist-raised-solid.svg new file mode 100755 index 0000000..4d80973 --- /dev/null +++ b/static/svg/fist-raised-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/flag-checkered-solid.svg b/static/svg/flag-checkered-solid.svg new file mode 100755 index 0000000..d83710b --- /dev/null +++ b/static/svg/flag-checkered-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/flag-solid.svg b/static/svg/flag-solid.svg new file mode 100755 index 0000000..9300ef0 --- /dev/null +++ b/static/svg/flag-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/flag-usa-solid.svg b/static/svg/flag-usa-solid.svg new file mode 100755 index 0000000..92f5370 --- /dev/null +++ b/static/svg/flag-usa-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/flag.svg b/static/svg/flag.svg new file mode 100755 index 0000000..9300ef0 --- /dev/null +++ b/static/svg/flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/flask-solid.svg b/static/svg/flask-solid.svg new file mode 100755 index 0000000..627696b --- /dev/null +++ b/static/svg/flask-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/flickr.svg b/static/svg/flickr.svg new file mode 100755 index 0000000..b1f3da2 --- /dev/null +++ b/static/svg/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/flipboard.svg b/static/svg/flipboard.svg new file mode 100755 index 0000000..4d04b93 --- /dev/null +++ b/static/svg/flipboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/flushed-solid.svg b/static/svg/flushed-solid.svg new file mode 100755 index 0000000..6a3ddab --- /dev/null +++ b/static/svg/flushed-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/flushed.svg b/static/svg/flushed.svg new file mode 100755 index 0000000..6a3ddab --- /dev/null +++ b/static/svg/flushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fly.svg b/static/svg/fly.svg new file mode 100755 index 0000000..3848782 --- /dev/null +++ b/static/svg/fly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/folder-minus-solid.svg b/static/svg/folder-minus-solid.svg new file mode 100755 index 0000000..527cf63 --- /dev/null +++ b/static/svg/folder-minus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/folder-open-solid.svg b/static/svg/folder-open-solid.svg new file mode 100755 index 0000000..3ac102c --- /dev/null +++ b/static/svg/folder-open-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/folder-open.svg b/static/svg/folder-open.svg new file mode 100755 index 0000000..3ac102c --- /dev/null +++ b/static/svg/folder-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/folder-plus-solid.svg b/static/svg/folder-plus-solid.svg new file mode 100755 index 0000000..40dc8ba --- /dev/null +++ b/static/svg/folder-plus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/folder-solid.svg b/static/svg/folder-solid.svg new file mode 100755 index 0000000..72b7c63 --- /dev/null +++ b/static/svg/folder-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/folder.svg b/static/svg/folder.svg new file mode 100755 index 0000000..72b7c63 --- /dev/null +++ b/static/svg/folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/font-awesome-alt.svg b/static/svg/font-awesome-alt.svg new file mode 100755 index 0000000..5dc840e --- /dev/null +++ b/static/svg/font-awesome-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/font-awesome-flag.svg b/static/svg/font-awesome-flag.svg new file mode 100755 index 0000000..83b02f6 --- /dev/null +++ b/static/svg/font-awesome-flag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/font-awesome.svg b/static/svg/font-awesome.svg new file mode 100755 index 0000000..5dc840e --- /dev/null +++ b/static/svg/font-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/font-solid.svg b/static/svg/font-solid.svg new file mode 100755 index 0000000..38c6ab2 --- /dev/null +++ b/static/svg/font-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fonticons-fi.svg b/static/svg/fonticons-fi.svg new file mode 100755 index 0000000..fcb945a --- /dev/null +++ b/static/svg/fonticons-fi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fonticons.svg b/static/svg/fonticons.svg new file mode 100755 index 0000000..fcb945a --- /dev/null +++ b/static/svg/fonticons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/football-ball-solid.svg b/static/svg/football-ball-solid.svg new file mode 100755 index 0000000..84028c9 --- /dev/null +++ b/static/svg/football-ball-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fort-awesome-alt.svg b/static/svg/fort-awesome-alt.svg new file mode 100755 index 0000000..35cd83d --- /dev/null +++ b/static/svg/fort-awesome-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fort-awesome.svg b/static/svg/fort-awesome.svg new file mode 100755 index 0000000..485ed6c --- /dev/null +++ b/static/svg/fort-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/forumbee.svg b/static/svg/forumbee.svg new file mode 100755 index 0000000..594cb44 --- /dev/null +++ b/static/svg/forumbee.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/forward-solid.svg b/static/svg/forward-solid.svg new file mode 100755 index 0000000..33f8154 --- /dev/null +++ b/static/svg/forward-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/foursquare.svg b/static/svg/foursquare.svg new file mode 100755 index 0000000..69d63bc --- /dev/null +++ b/static/svg/foursquare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/free-code-camp.svg b/static/svg/free-code-camp.svg new file mode 100755 index 0000000..18a94dc --- /dev/null +++ b/static/svg/free-code-camp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/freebsd.svg b/static/svg/freebsd.svg new file mode 100755 index 0000000..2f9ed8f --- /dev/null +++ b/static/svg/freebsd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/frog-solid.svg b/static/svg/frog-solid.svg new file mode 100755 index 0000000..49c90d3 --- /dev/null +++ b/static/svg/frog-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/frown-open-solid.svg b/static/svg/frown-open-solid.svg new file mode 100755 index 0000000..b06dbae --- /dev/null +++ b/static/svg/frown-open-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/frown-open.svg b/static/svg/frown-open.svg new file mode 100755 index 0000000..b06dbae --- /dev/null +++ b/static/svg/frown-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/frown-solid.svg b/static/svg/frown-solid.svg new file mode 100755 index 0000000..471249d --- /dev/null +++ b/static/svg/frown-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/frown.svg b/static/svg/frown.svg new file mode 100755 index 0000000..471249d --- /dev/null +++ b/static/svg/frown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/fulcrum.svg b/static/svg/fulcrum.svg new file mode 100755 index 0000000..50055dc --- /dev/null +++ b/static/svg/fulcrum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/funnel-dollar-solid.svg b/static/svg/funnel-dollar-solid.svg new file mode 100755 index 0000000..4f3e909 --- /dev/null +++ b/static/svg/funnel-dollar-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/futbol-solid.svg b/static/svg/futbol-solid.svg new file mode 100755 index 0000000..9aabb8d --- /dev/null +++ b/static/svg/futbol-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/futbol.svg b/static/svg/futbol.svg new file mode 100755 index 0000000..9aabb8d --- /dev/null +++ b/static/svg/futbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/galactic-republic.svg b/static/svg/galactic-republic.svg new file mode 100755 index 0000000..0207734 --- /dev/null +++ b/static/svg/galactic-republic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/galactic-senate.svg b/static/svg/galactic-senate.svg new file mode 100755 index 0000000..66880e9 --- /dev/null +++ b/static/svg/galactic-senate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gamepad-solid.svg b/static/svg/gamepad-solid.svg new file mode 100755 index 0000000..276c526 --- /dev/null +++ b/static/svg/gamepad-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gas-pump-solid.svg b/static/svg/gas-pump-solid.svg new file mode 100755 index 0000000..2609639 --- /dev/null +++ b/static/svg/gas-pump-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gavel-solid.svg b/static/svg/gavel-solid.svg new file mode 100755 index 0000000..cd14d22 --- /dev/null +++ b/static/svg/gavel-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gem-solid.svg b/static/svg/gem-solid.svg new file mode 100755 index 0000000..f5d3629 --- /dev/null +++ b/static/svg/gem-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gem.svg b/static/svg/gem.svg new file mode 100755 index 0000000..f5d3629 --- /dev/null +++ b/static/svg/gem.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/genderless-solid.svg b/static/svg/genderless-solid.svg new file mode 100755 index 0000000..4b99d6f --- /dev/null +++ b/static/svg/genderless-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/get-pocket.svg b/static/svg/get-pocket.svg new file mode 100755 index 0000000..a0240a6 --- /dev/null +++ b/static/svg/get-pocket.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gg-circle.svg b/static/svg/gg-circle.svg new file mode 100755 index 0000000..df08def --- /dev/null +++ b/static/svg/gg-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gg.svg b/static/svg/gg.svg new file mode 100755 index 0000000..587a0d2 --- /dev/null +++ b/static/svg/gg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ghost-solid.svg b/static/svg/ghost-solid.svg new file mode 100755 index 0000000..279cf84 --- /dev/null +++ b/static/svg/ghost-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gift-solid.svg b/static/svg/gift-solid.svg new file mode 100755 index 0000000..18e5c1a --- /dev/null +++ b/static/svg/gift-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gifts-solid.svg b/static/svg/gifts-solid.svg new file mode 100755 index 0000000..c1ca908 --- /dev/null +++ b/static/svg/gifts-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/git-alt.svg b/static/svg/git-alt.svg new file mode 100755 index 0000000..eb383e9 --- /dev/null +++ b/static/svg/git-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/git-square.svg b/static/svg/git-square.svg new file mode 100755 index 0000000..d7f4ec7 --- /dev/null +++ b/static/svg/git-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/git.svg b/static/svg/git.svg new file mode 100755 index 0000000..eb383e9 --- /dev/null +++ b/static/svg/git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/github-alt.svg b/static/svg/github-alt.svg new file mode 100755 index 0000000..5914861 --- /dev/null +++ b/static/svg/github-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/github-square.svg b/static/svg/github-square.svg new file mode 100755 index 0000000..6afb12a --- /dev/null +++ b/static/svg/github-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/github.svg b/static/svg/github.svg new file mode 100755 index 0000000..2e2eb07 --- /dev/null +++ b/static/svg/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gitkraken.svg b/static/svg/gitkraken.svg new file mode 100755 index 0000000..7ae5f93 --- /dev/null +++ b/static/svg/gitkraken.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gitlab.svg b/static/svg/gitlab.svg new file mode 100755 index 0000000..083ce8a --- /dev/null +++ b/static/svg/gitlab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gitter.svg b/static/svg/gitter.svg new file mode 100755 index 0000000..4cc7381 --- /dev/null +++ b/static/svg/gitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/glass-cheers-solid.svg b/static/svg/glass-cheers-solid.svg new file mode 100755 index 0000000..55aeff6 --- /dev/null +++ b/static/svg/glass-cheers-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/glass-martini-alt-solid.svg b/static/svg/glass-martini-alt-solid.svg new file mode 100755 index 0000000..9e5d3fc --- /dev/null +++ b/static/svg/glass-martini-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/glass-martini-solid.svg b/static/svg/glass-martini-solid.svg new file mode 100755 index 0000000..62415e0 --- /dev/null +++ b/static/svg/glass-martini-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/glass-whiskey-solid.svg b/static/svg/glass-whiskey-solid.svg new file mode 100755 index 0000000..a125bef --- /dev/null +++ b/static/svg/glass-whiskey-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/glasses-solid.svg b/static/svg/glasses-solid.svg new file mode 100755 index 0000000..166b8f5 --- /dev/null +++ b/static/svg/glasses-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/glide-g.svg b/static/svg/glide-g.svg new file mode 100755 index 0000000..6c3d751 --- /dev/null +++ b/static/svg/glide-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/glide.svg b/static/svg/glide.svg new file mode 100755 index 0000000..586cf1d --- /dev/null +++ b/static/svg/glide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/globe-africa-solid.svg b/static/svg/globe-africa-solid.svg new file mode 100755 index 0000000..7e995b3 --- /dev/null +++ b/static/svg/globe-africa-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/globe-americas-solid.svg b/static/svg/globe-americas-solid.svg new file mode 100755 index 0000000..484d28d --- /dev/null +++ b/static/svg/globe-americas-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/globe-asia-solid.svg b/static/svg/globe-asia-solid.svg new file mode 100755 index 0000000..5308cb3 --- /dev/null +++ b/static/svg/globe-asia-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/globe-europe-solid.svg b/static/svg/globe-europe-solid.svg new file mode 100755 index 0000000..43ba8e5 --- /dev/null +++ b/static/svg/globe-europe-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/globe-solid.svg b/static/svg/globe-solid.svg new file mode 100755 index 0000000..89d4c44 --- /dev/null +++ b/static/svg/globe-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gofore.svg b/static/svg/gofore.svg new file mode 100755 index 0000000..a5a8903 --- /dev/null +++ b/static/svg/gofore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/golf-ball-solid.svg b/static/svg/golf-ball-solid.svg new file mode 100755 index 0000000..2c2f0c5 --- /dev/null +++ b/static/svg/golf-ball-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/goodreads-g.svg b/static/svg/goodreads-g.svg new file mode 100755 index 0000000..fe2d93c --- /dev/null +++ b/static/svg/goodreads-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/goodreads.svg b/static/svg/goodreads.svg new file mode 100755 index 0000000..0b8e866 --- /dev/null +++ b/static/svg/goodreads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/google-drive.svg b/static/svg/google-drive.svg new file mode 100755 index 0000000..cc22761 --- /dev/null +++ b/static/svg/google-drive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/google-play.svg b/static/svg/google-play.svg new file mode 100755 index 0000000..edec133 --- /dev/null +++ b/static/svg/google-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/google-plus-g.svg b/static/svg/google-plus-g.svg new file mode 100755 index 0000000..11e3c21 --- /dev/null +++ b/static/svg/google-plus-g.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/google-plus-square.svg b/static/svg/google-plus-square.svg new file mode 100755 index 0000000..62efaf4 --- /dev/null +++ b/static/svg/google-plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/google-plus.svg b/static/svg/google-plus.svg new file mode 100755 index 0000000..11e3c21 --- /dev/null +++ b/static/svg/google-plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/google-wallet.svg b/static/svg/google-wallet.svg new file mode 100755 index 0000000..ff9bcba --- /dev/null +++ b/static/svg/google-wallet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/google.svg b/static/svg/google.svg new file mode 100755 index 0000000..5cec768 --- /dev/null +++ b/static/svg/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gopuram-solid.svg b/static/svg/gopuram-solid.svg new file mode 100755 index 0000000..b69885a --- /dev/null +++ b/static/svg/gopuram-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/graduation-cap-solid.svg b/static/svg/graduation-cap-solid.svg new file mode 100755 index 0000000..76a961a --- /dev/null +++ b/static/svg/graduation-cap-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gratipay.svg b/static/svg/gratipay.svg new file mode 100755 index 0000000..06dfead --- /dev/null +++ b/static/svg/gratipay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grav.svg b/static/svg/grav.svg new file mode 100755 index 0000000..84b3640 --- /dev/null +++ b/static/svg/grav.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/greater-than-equal-solid.svg b/static/svg/greater-than-equal-solid.svg new file mode 100755 index 0000000..14c1a3f --- /dev/null +++ b/static/svg/greater-than-equal-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/greater-than-solid.svg b/static/svg/greater-than-solid.svg new file mode 100755 index 0000000..53b1024 --- /dev/null +++ b/static/svg/greater-than-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grimace-solid.svg b/static/svg/grimace-solid.svg new file mode 100755 index 0000000..8edf447 --- /dev/null +++ b/static/svg/grimace-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grimace.svg b/static/svg/grimace.svg new file mode 100755 index 0000000..8edf447 --- /dev/null +++ b/static/svg/grimace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-alt-solid.svg b/static/svg/grin-alt-solid.svg new file mode 100755 index 0000000..f4bb95c --- /dev/null +++ b/static/svg/grin-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-alt.svg b/static/svg/grin-alt.svg new file mode 100755 index 0000000..f4bb95c --- /dev/null +++ b/static/svg/grin-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-beam-solid.svg b/static/svg/grin-beam-solid.svg new file mode 100755 index 0000000..510a7c7 --- /dev/null +++ b/static/svg/grin-beam-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-beam-sweat-solid.svg b/static/svg/grin-beam-sweat-solid.svg new file mode 100755 index 0000000..faae2fe --- /dev/null +++ b/static/svg/grin-beam-sweat-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-beam-sweat.svg b/static/svg/grin-beam-sweat.svg new file mode 100755 index 0000000..faae2fe --- /dev/null +++ b/static/svg/grin-beam-sweat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-beam.svg b/static/svg/grin-beam.svg new file mode 100755 index 0000000..510a7c7 --- /dev/null +++ b/static/svg/grin-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-hearts-solid.svg b/static/svg/grin-hearts-solid.svg new file mode 100755 index 0000000..ce884cb --- /dev/null +++ b/static/svg/grin-hearts-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-hearts.svg b/static/svg/grin-hearts.svg new file mode 100755 index 0000000..ce884cb --- /dev/null +++ b/static/svg/grin-hearts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-solid.svg b/static/svg/grin-solid.svg new file mode 100755 index 0000000..be01c50 --- /dev/null +++ b/static/svg/grin-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-squint-solid.svg b/static/svg/grin-squint-solid.svg new file mode 100755 index 0000000..d92401b --- /dev/null +++ b/static/svg/grin-squint-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-squint-tears-solid.svg b/static/svg/grin-squint-tears-solid.svg new file mode 100755 index 0000000..4b3b51f --- /dev/null +++ b/static/svg/grin-squint-tears-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-squint-tears.svg b/static/svg/grin-squint-tears.svg new file mode 100755 index 0000000..4b3b51f --- /dev/null +++ b/static/svg/grin-squint-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-squint.svg b/static/svg/grin-squint.svg new file mode 100755 index 0000000..d92401b --- /dev/null +++ b/static/svg/grin-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-stars-solid.svg b/static/svg/grin-stars-solid.svg new file mode 100755 index 0000000..0cf20b9 --- /dev/null +++ b/static/svg/grin-stars-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-stars.svg b/static/svg/grin-stars.svg new file mode 100755 index 0000000..0cf20b9 --- /dev/null +++ b/static/svg/grin-stars.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-tears-solid.svg b/static/svg/grin-tears-solid.svg new file mode 100755 index 0000000..f137785 --- /dev/null +++ b/static/svg/grin-tears-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-tears.svg b/static/svg/grin-tears.svg new file mode 100755 index 0000000..f137785 --- /dev/null +++ b/static/svg/grin-tears.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-tongue-solid.svg b/static/svg/grin-tongue-solid.svg new file mode 100755 index 0000000..dbdc871 --- /dev/null +++ b/static/svg/grin-tongue-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-tongue-squint-solid.svg b/static/svg/grin-tongue-squint-solid.svg new file mode 100755 index 0000000..1acb825 --- /dev/null +++ b/static/svg/grin-tongue-squint-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-tongue-squint.svg b/static/svg/grin-tongue-squint.svg new file mode 100755 index 0000000..1acb825 --- /dev/null +++ b/static/svg/grin-tongue-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-tongue-wink-solid.svg b/static/svg/grin-tongue-wink-solid.svg new file mode 100755 index 0000000..a7e93eb --- /dev/null +++ b/static/svg/grin-tongue-wink-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-tongue-wink.svg b/static/svg/grin-tongue-wink.svg new file mode 100755 index 0000000..a7e93eb --- /dev/null +++ b/static/svg/grin-tongue-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-tongue.svg b/static/svg/grin-tongue.svg new file mode 100755 index 0000000..dbdc871 --- /dev/null +++ b/static/svg/grin-tongue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-wink-solid.svg b/static/svg/grin-wink-solid.svg new file mode 100755 index 0000000..4e35cbf --- /dev/null +++ b/static/svg/grin-wink-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin-wink.svg b/static/svg/grin-wink.svg new file mode 100755 index 0000000..4e35cbf --- /dev/null +++ b/static/svg/grin-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grin.svg b/static/svg/grin.svg new file mode 100755 index 0000000..be01c50 --- /dev/null +++ b/static/svg/grin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grip-horizontal-solid.svg b/static/svg/grip-horizontal-solid.svg new file mode 100755 index 0000000..a34926c --- /dev/null +++ b/static/svg/grip-horizontal-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grip-lines-solid.svg b/static/svg/grip-lines-solid.svg new file mode 100755 index 0000000..d358baf --- /dev/null +++ b/static/svg/grip-lines-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grip-lines-vertical-solid.svg b/static/svg/grip-lines-vertical-solid.svg new file mode 100755 index 0000000..6126b65 --- /dev/null +++ b/static/svg/grip-lines-vertical-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grip-vertical-solid.svg b/static/svg/grip-vertical-solid.svg new file mode 100755 index 0000000..2a9b273 --- /dev/null +++ b/static/svg/grip-vertical-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gripfire.svg b/static/svg/gripfire.svg new file mode 100755 index 0000000..99199e6 --- /dev/null +++ b/static/svg/gripfire.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/grunt.svg b/static/svg/grunt.svg new file mode 100755 index 0000000..51c73e3 --- /dev/null +++ b/static/svg/grunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/guitar-solid.svg b/static/svg/guitar-solid.svg new file mode 100755 index 0000000..ae0f80d --- /dev/null +++ b/static/svg/guitar-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/gulp.svg b/static/svg/gulp.svg new file mode 100755 index 0000000..c0c2b6c --- /dev/null +++ b/static/svg/gulp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/h-square-solid.svg b/static/svg/h-square-solid.svg new file mode 100755 index 0000000..4d5c78b --- /dev/null +++ b/static/svg/h-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hacker-news-square.svg b/static/svg/hacker-news-square.svg new file mode 100755 index 0000000..0355834 --- /dev/null +++ b/static/svg/hacker-news-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hacker-news.svg b/static/svg/hacker-news.svg new file mode 100755 index 0000000..78fba50 --- /dev/null +++ b/static/svg/hacker-news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hackerrank.svg b/static/svg/hackerrank.svg new file mode 100755 index 0000000..4fea86a --- /dev/null +++ b/static/svg/hackerrank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hamburger-solid.svg b/static/svg/hamburger-solid.svg new file mode 100755 index 0000000..2c9b58d --- /dev/null +++ b/static/svg/hamburger-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hammer-solid.svg b/static/svg/hammer-solid.svg new file mode 100755 index 0000000..9e7fb9c --- /dev/null +++ b/static/svg/hammer-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hamsa-solid.svg b/static/svg/hamsa-solid.svg new file mode 100755 index 0000000..9fdddab --- /dev/null +++ b/static/svg/hamsa-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-holding-heart-solid.svg b/static/svg/hand-holding-heart-solid.svg new file mode 100755 index 0000000..ec3ae7d --- /dev/null +++ b/static/svg/hand-holding-heart-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-holding-solid.svg b/static/svg/hand-holding-solid.svg new file mode 100755 index 0000000..38ea43f --- /dev/null +++ b/static/svg/hand-holding-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-holding-usd-solid.svg b/static/svg/hand-holding-usd-solid.svg new file mode 100755 index 0000000..4e14cbf --- /dev/null +++ b/static/svg/hand-holding-usd-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-lizard-solid.svg b/static/svg/hand-lizard-solid.svg new file mode 100755 index 0000000..333b5ae --- /dev/null +++ b/static/svg/hand-lizard-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-lizard.svg b/static/svg/hand-lizard.svg new file mode 100755 index 0000000..333b5ae --- /dev/null +++ b/static/svg/hand-lizard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-middle-finger-solid.svg b/static/svg/hand-middle-finger-solid.svg new file mode 100755 index 0000000..91f9a36 --- /dev/null +++ b/static/svg/hand-middle-finger-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-paper-solid.svg b/static/svg/hand-paper-solid.svg new file mode 100755 index 0000000..3c70b4e --- /dev/null +++ b/static/svg/hand-paper-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-paper.svg b/static/svg/hand-paper.svg new file mode 100755 index 0000000..3c70b4e --- /dev/null +++ b/static/svg/hand-paper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-peace-solid.svg b/static/svg/hand-peace-solid.svg new file mode 100755 index 0000000..3422ad2 --- /dev/null +++ b/static/svg/hand-peace-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-peace.svg b/static/svg/hand-peace.svg new file mode 100755 index 0000000..3422ad2 --- /dev/null +++ b/static/svg/hand-peace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-point-down-solid.svg b/static/svg/hand-point-down-solid.svg new file mode 100755 index 0000000..50dffab --- /dev/null +++ b/static/svg/hand-point-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-point-down.svg b/static/svg/hand-point-down.svg new file mode 100755 index 0000000..50dffab --- /dev/null +++ b/static/svg/hand-point-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-point-left-solid.svg b/static/svg/hand-point-left-solid.svg new file mode 100755 index 0000000..fedb9ef --- /dev/null +++ b/static/svg/hand-point-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-point-left.svg b/static/svg/hand-point-left.svg new file mode 100755 index 0000000..fedb9ef --- /dev/null +++ b/static/svg/hand-point-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-point-right-solid.svg b/static/svg/hand-point-right-solid.svg new file mode 100755 index 0000000..0187df4 --- /dev/null +++ b/static/svg/hand-point-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-point-right.svg b/static/svg/hand-point-right.svg new file mode 100755 index 0000000..0187df4 --- /dev/null +++ b/static/svg/hand-point-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-point-up-solid.svg b/static/svg/hand-point-up-solid.svg new file mode 100755 index 0000000..2bf0d04 --- /dev/null +++ b/static/svg/hand-point-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-point-up.svg b/static/svg/hand-point-up.svg new file mode 100755 index 0000000..2bf0d04 --- /dev/null +++ b/static/svg/hand-point-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-pointer-solid.svg b/static/svg/hand-pointer-solid.svg new file mode 100755 index 0000000..da51b7e --- /dev/null +++ b/static/svg/hand-pointer-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-pointer.svg b/static/svg/hand-pointer.svg new file mode 100755 index 0000000..da51b7e --- /dev/null +++ b/static/svg/hand-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-rock-solid.svg b/static/svg/hand-rock-solid.svg new file mode 100755 index 0000000..e64b6d8 --- /dev/null +++ b/static/svg/hand-rock-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-rock.svg b/static/svg/hand-rock.svg new file mode 100755 index 0000000..e64b6d8 --- /dev/null +++ b/static/svg/hand-rock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-scissors-solid.svg b/static/svg/hand-scissors-solid.svg new file mode 100755 index 0000000..ab933df --- /dev/null +++ b/static/svg/hand-scissors-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-scissors.svg b/static/svg/hand-scissors.svg new file mode 100755 index 0000000..ab933df --- /dev/null +++ b/static/svg/hand-scissors.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-spock-solid.svg b/static/svg/hand-spock-solid.svg new file mode 100755 index 0000000..60bceb1 --- /dev/null +++ b/static/svg/hand-spock-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hand-spock.svg b/static/svg/hand-spock.svg new file mode 100755 index 0000000..60bceb1 --- /dev/null +++ b/static/svg/hand-spock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hands-helping-solid.svg b/static/svg/hands-helping-solid.svg new file mode 100755 index 0000000..115d1a2 --- /dev/null +++ b/static/svg/hands-helping-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hands-solid.svg b/static/svg/hands-solid.svg new file mode 100755 index 0000000..aeec48b --- /dev/null +++ b/static/svg/hands-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/handshake-solid.svg b/static/svg/handshake-solid.svg new file mode 100755 index 0000000..26082e5 --- /dev/null +++ b/static/svg/handshake-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/handshake.svg b/static/svg/handshake.svg new file mode 100755 index 0000000..26082e5 --- /dev/null +++ b/static/svg/handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hanukiah-solid.svg b/static/svg/hanukiah-solid.svg new file mode 100755 index 0000000..8c72c39 --- /dev/null +++ b/static/svg/hanukiah-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hard-hat-solid.svg b/static/svg/hard-hat-solid.svg new file mode 100755 index 0000000..efd973a --- /dev/null +++ b/static/svg/hard-hat-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hashtag-solid.svg b/static/svg/hashtag-solid.svg new file mode 100755 index 0000000..2c77734 --- /dev/null +++ b/static/svg/hashtag-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hat-cowboy-side-solid.svg b/static/svg/hat-cowboy-side-solid.svg new file mode 100755 index 0000000..e9d2e4d --- /dev/null +++ b/static/svg/hat-cowboy-side-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hat-cowboy-solid.svg b/static/svg/hat-cowboy-solid.svg new file mode 100755 index 0000000..a0b4ccf --- /dev/null +++ b/static/svg/hat-cowboy-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hat-wizard-solid.svg b/static/svg/hat-wizard-solid.svg new file mode 100755 index 0000000..8851f8f --- /dev/null +++ b/static/svg/hat-wizard-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/haykal-solid.svg b/static/svg/haykal-solid.svg new file mode 100755 index 0000000..2d9059f --- /dev/null +++ b/static/svg/haykal-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hdd-solid.svg b/static/svg/hdd-solid.svg new file mode 100755 index 0000000..1b4f6e1 --- /dev/null +++ b/static/svg/hdd-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hdd.svg b/static/svg/hdd.svg new file mode 100755 index 0000000..1b4f6e1 --- /dev/null +++ b/static/svg/hdd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/heading-solid.svg b/static/svg/heading-solid.svg new file mode 100755 index 0000000..81a4b69 --- /dev/null +++ b/static/svg/heading-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/headphones-alt-solid.svg b/static/svg/headphones-alt-solid.svg new file mode 100755 index 0000000..cc9aa9f --- /dev/null +++ b/static/svg/headphones-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/headphones-solid.svg b/static/svg/headphones-solid.svg new file mode 100755 index 0000000..cc9aa9f --- /dev/null +++ b/static/svg/headphones-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/headset-solid.svg b/static/svg/headset-solid.svg new file mode 100755 index 0000000..e31b23c --- /dev/null +++ b/static/svg/headset-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/heart-broken-solid.svg b/static/svg/heart-broken-solid.svg new file mode 100755 index 0000000..3a942d6 --- /dev/null +++ b/static/svg/heart-broken-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/heart-solid.svg b/static/svg/heart-solid.svg new file mode 100755 index 0000000..ddd62cb --- /dev/null +++ b/static/svg/heart-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/heart.svg b/static/svg/heart.svg new file mode 100755 index 0000000..8a5654a --- /dev/null +++ b/static/svg/heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/heartbeat-solid.svg b/static/svg/heartbeat-solid.svg new file mode 100755 index 0000000..d75d3fd --- /dev/null +++ b/static/svg/heartbeat-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/helicopter-solid.svg b/static/svg/helicopter-solid.svg new file mode 100755 index 0000000..e243585 --- /dev/null +++ b/static/svg/helicopter-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/highlighter-solid.svg b/static/svg/highlighter-solid.svg new file mode 100755 index 0000000..07dbbfa --- /dev/null +++ b/static/svg/highlighter-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hiking-solid.svg b/static/svg/hiking-solid.svg new file mode 100755 index 0000000..5c4176c --- /dev/null +++ b/static/svg/hiking-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hippo-solid.svg b/static/svg/hippo-solid.svg new file mode 100755 index 0000000..2a966ca --- /dev/null +++ b/static/svg/hippo-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hips.svg b/static/svg/hips.svg new file mode 100755 index 0000000..0c71484 --- /dev/null +++ b/static/svg/hips.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hire-a-helper.svg b/static/svg/hire-a-helper.svg new file mode 100755 index 0000000..f434882 --- /dev/null +++ b/static/svg/hire-a-helper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/history-solid.svg b/static/svg/history-solid.svg new file mode 100755 index 0000000..af9a072 --- /dev/null +++ b/static/svg/history-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hockey-puck-solid.svg b/static/svg/hockey-puck-solid.svg new file mode 100755 index 0000000..8696300 --- /dev/null +++ b/static/svg/hockey-puck-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/holly-berry-solid.svg b/static/svg/holly-berry-solid.svg new file mode 100755 index 0000000..978e984 --- /dev/null +++ b/static/svg/holly-berry-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/home-solid.svg b/static/svg/home-solid.svg new file mode 100755 index 0000000..f335573 --- /dev/null +++ b/static/svg/home-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hooli.svg b/static/svg/hooli.svg new file mode 100755 index 0000000..7474a3b --- /dev/null +++ b/static/svg/hooli.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hornbill.svg b/static/svg/hornbill.svg new file mode 100755 index 0000000..f33515f --- /dev/null +++ b/static/svg/hornbill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/horse-head-solid.svg b/static/svg/horse-head-solid.svg new file mode 100755 index 0000000..b3ef6fa --- /dev/null +++ b/static/svg/horse-head-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/horse-solid.svg b/static/svg/horse-solid.svg new file mode 100755 index 0000000..773252e --- /dev/null +++ b/static/svg/horse-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hospital-alt-solid.svg b/static/svg/hospital-alt-solid.svg new file mode 100755 index 0000000..f6b02a4 --- /dev/null +++ b/static/svg/hospital-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hospital-solid.svg b/static/svg/hospital-solid.svg new file mode 100755 index 0000000..aed56e9 --- /dev/null +++ b/static/svg/hospital-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hospital-symbol-solid.svg b/static/svg/hospital-symbol-solid.svg new file mode 100755 index 0000000..4d5c78b --- /dev/null +++ b/static/svg/hospital-symbol-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hospital.svg b/static/svg/hospital.svg new file mode 100755 index 0000000..aed56e9 --- /dev/null +++ b/static/svg/hospital.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hot-tub-solid.svg b/static/svg/hot-tub-solid.svg new file mode 100755 index 0000000..0542bf0 --- /dev/null +++ b/static/svg/hot-tub-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hotdog-solid.svg b/static/svg/hotdog-solid.svg new file mode 100755 index 0000000..c11a490 --- /dev/null +++ b/static/svg/hotdog-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hotel-solid.svg b/static/svg/hotel-solid.svg new file mode 100755 index 0000000..c83412c --- /dev/null +++ b/static/svg/hotel-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hotjar.svg b/static/svg/hotjar.svg new file mode 100755 index 0000000..6e650c1 --- /dev/null +++ b/static/svg/hotjar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hourglass-end-solid.svg b/static/svg/hourglass-end-solid.svg new file mode 100755 index 0000000..061c9a1 --- /dev/null +++ b/static/svg/hourglass-end-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hourglass-half-solid.svg b/static/svg/hourglass-half-solid.svg new file mode 100755 index 0000000..2872f37 --- /dev/null +++ b/static/svg/hourglass-half-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hourglass-solid.svg b/static/svg/hourglass-solid.svg new file mode 100755 index 0000000..7926d2c --- /dev/null +++ b/static/svg/hourglass-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hourglass-start-solid.svg b/static/svg/hourglass-start-solid.svg new file mode 100755 index 0000000..c4d6580 --- /dev/null +++ b/static/svg/hourglass-start-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hourglass.svg b/static/svg/hourglass.svg new file mode 100755 index 0000000..7926d2c --- /dev/null +++ b/static/svg/hourglass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/house-damage-solid.svg b/static/svg/house-damage-solid.svg new file mode 100755 index 0000000..c02e4b5 --- /dev/null +++ b/static/svg/house-damage-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/houzz.svg b/static/svg/houzz.svg new file mode 100755 index 0000000..091dd46 --- /dev/null +++ b/static/svg/houzz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hryvnia-solid.svg b/static/svg/hryvnia-solid.svg new file mode 100755 index 0000000..69ae397 --- /dev/null +++ b/static/svg/hryvnia-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/html5.svg b/static/svg/html5.svg new file mode 100755 index 0000000..6d84358 --- /dev/null +++ b/static/svg/html5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/hubspot.svg b/static/svg/hubspot.svg new file mode 100755 index 0000000..9563a8e --- /dev/null +++ b/static/svg/hubspot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/i-cursor-solid.svg b/static/svg/i-cursor-solid.svg new file mode 100755 index 0000000..ad24121 --- /dev/null +++ b/static/svg/i-cursor-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ice-cream-solid.svg b/static/svg/ice-cream-solid.svg new file mode 100755 index 0000000..c5823bd --- /dev/null +++ b/static/svg/ice-cream-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/icicles-solid.svg b/static/svg/icicles-solid.svg new file mode 100755 index 0000000..191e2d6 --- /dev/null +++ b/static/svg/icicles-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/icons-solid.svg b/static/svg/icons-solid.svg new file mode 100755 index 0000000..4381c52 --- /dev/null +++ b/static/svg/icons-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/id-badge-solid.svg b/static/svg/id-badge-solid.svg new file mode 100755 index 0000000..9b88903 --- /dev/null +++ b/static/svg/id-badge-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/id-badge.svg b/static/svg/id-badge.svg new file mode 100755 index 0000000..9b88903 --- /dev/null +++ b/static/svg/id-badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/id-card-alt-solid.svg b/static/svg/id-card-alt-solid.svg new file mode 100755 index 0000000..00c3215 --- /dev/null +++ b/static/svg/id-card-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/id-card-solid.svg b/static/svg/id-card-solid.svg new file mode 100755 index 0000000..8c6e1ff --- /dev/null +++ b/static/svg/id-card-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/id-card.svg b/static/svg/id-card.svg new file mode 100755 index 0000000..8c6e1ff --- /dev/null +++ b/static/svg/id-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/igloo-solid.svg b/static/svg/igloo-solid.svg new file mode 100755 index 0000000..54ff882 --- /dev/null +++ b/static/svg/igloo-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/image-solid.svg b/static/svg/image-solid.svg new file mode 100755 index 0000000..06b90ac --- /dev/null +++ b/static/svg/image-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/image.svg b/static/svg/image.svg new file mode 100755 index 0000000..06b90ac --- /dev/null +++ b/static/svg/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/images-solid.svg b/static/svg/images-solid.svg new file mode 100755 index 0000000..326895c --- /dev/null +++ b/static/svg/images-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/images.svg b/static/svg/images.svg new file mode 100755 index 0000000..326895c --- /dev/null +++ b/static/svg/images.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/imdb.svg b/static/svg/imdb.svg new file mode 100755 index 0000000..27d9f77 --- /dev/null +++ b/static/svg/imdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/inbox-solid.svg b/static/svg/inbox-solid.svg new file mode 100755 index 0000000..960ed7b --- /dev/null +++ b/static/svg/inbox-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/indent-solid.svg b/static/svg/indent-solid.svg new file mode 100755 index 0000000..bccc4a5 --- /dev/null +++ b/static/svg/indent-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/industry-solid.svg b/static/svg/industry-solid.svg new file mode 100755 index 0000000..960b578 --- /dev/null +++ b/static/svg/industry-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/infinity-solid.svg b/static/svg/infinity-solid.svg new file mode 100755 index 0000000..2a00ac0 --- /dev/null +++ b/static/svg/infinity-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/info-circle-solid.svg b/static/svg/info-circle-solid.svg new file mode 100755 index 0000000..4077a0a --- /dev/null +++ b/static/svg/info-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/info-solid.svg b/static/svg/info-solid.svg new file mode 100755 index 0000000..0d3fc3d --- /dev/null +++ b/static/svg/info-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/instagram.svg b/static/svg/instagram.svg new file mode 100755 index 0000000..4c9589a --- /dev/null +++ b/static/svg/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/intercom.svg b/static/svg/intercom.svg new file mode 100755 index 0000000..c06fb6d --- /dev/null +++ b/static/svg/intercom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/internet-explorer.svg b/static/svg/internet-explorer.svg new file mode 100755 index 0000000..fb09fda --- /dev/null +++ b/static/svg/internet-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/invision.svg b/static/svg/invision.svg new file mode 100755 index 0000000..05020dc --- /dev/null +++ b/static/svg/invision.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ioxhost.svg b/static/svg/ioxhost.svg new file mode 100755 index 0000000..ebeee4c --- /dev/null +++ b/static/svg/ioxhost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/italic-solid.svg b/static/svg/italic-solid.svg new file mode 100755 index 0000000..02b80c7 --- /dev/null +++ b/static/svg/italic-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/itch-io.svg b/static/svg/itch-io.svg new file mode 100755 index 0000000..c8c1ce8 --- /dev/null +++ b/static/svg/itch-io.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/itunes-note.svg b/static/svg/itunes-note.svg new file mode 100755 index 0000000..38c908b --- /dev/null +++ b/static/svg/itunes-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/itunes.svg b/static/svg/itunes.svg new file mode 100755 index 0000000..584d01c --- /dev/null +++ b/static/svg/itunes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/java.svg b/static/svg/java.svg new file mode 100755 index 0000000..c809ad4 --- /dev/null +++ b/static/svg/java.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/jedi-order.svg b/static/svg/jedi-order.svg new file mode 100755 index 0000000..01bcdea --- /dev/null +++ b/static/svg/jedi-order.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/jedi-solid.svg b/static/svg/jedi-solid.svg new file mode 100755 index 0000000..9e706cc --- /dev/null +++ b/static/svg/jedi-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/jenkins.svg b/static/svg/jenkins.svg new file mode 100755 index 0000000..678cc93 --- /dev/null +++ b/static/svg/jenkins.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/jira.svg b/static/svg/jira.svg new file mode 100755 index 0000000..9816d2c --- /dev/null +++ b/static/svg/jira.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/joget.svg b/static/svg/joget.svg new file mode 100755 index 0000000..5185ff9 --- /dev/null +++ b/static/svg/joget.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/joint-solid.svg b/static/svg/joint-solid.svg new file mode 100755 index 0000000..c81f0e8 --- /dev/null +++ b/static/svg/joint-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/joomla.svg b/static/svg/joomla.svg new file mode 100755 index 0000000..2440d2c --- /dev/null +++ b/static/svg/joomla.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/journal-whills-solid.svg b/static/svg/journal-whills-solid.svg new file mode 100755 index 0000000..23bef66 --- /dev/null +++ b/static/svg/journal-whills-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/js-square.svg b/static/svg/js-square.svg new file mode 100755 index 0000000..af0ea5a --- /dev/null +++ b/static/svg/js-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/js.svg b/static/svg/js.svg new file mode 100755 index 0000000..80c5f4c --- /dev/null +++ b/static/svg/js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/jsfiddle.svg b/static/svg/jsfiddle.svg new file mode 100755 index 0000000..23075d5 --- /dev/null +++ b/static/svg/jsfiddle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kaaba-solid.svg b/static/svg/kaaba-solid.svg new file mode 100755 index 0000000..ca519b5 --- /dev/null +++ b/static/svg/kaaba-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kaggle.svg b/static/svg/kaggle.svg new file mode 100755 index 0000000..d04b3ef --- /dev/null +++ b/static/svg/kaggle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/key-solid.svg b/static/svg/key-solid.svg new file mode 100755 index 0000000..34ff02d --- /dev/null +++ b/static/svg/key-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/keybase.svg b/static/svg/keybase.svg new file mode 100755 index 0000000..065833d --- /dev/null +++ b/static/svg/keybase.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/keyboard-solid.svg b/static/svg/keyboard-solid.svg new file mode 100755 index 0000000..d1dd1d6 --- /dev/null +++ b/static/svg/keyboard-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/keyboard.svg b/static/svg/keyboard.svg new file mode 100755 index 0000000..d1dd1d6 --- /dev/null +++ b/static/svg/keyboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/keycdn.svg b/static/svg/keycdn.svg new file mode 100755 index 0000000..fd41a54 --- /dev/null +++ b/static/svg/keycdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/khanda-solid.svg b/static/svg/khanda-solid.svg new file mode 100755 index 0000000..ec45475 --- /dev/null +++ b/static/svg/khanda-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kickstarter-k.svg b/static/svg/kickstarter-k.svg new file mode 100755 index 0000000..b486bd8 --- /dev/null +++ b/static/svg/kickstarter-k.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kickstarter.svg b/static/svg/kickstarter.svg new file mode 100755 index 0000000..a2d1745 --- /dev/null +++ b/static/svg/kickstarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kiss-beam-solid.svg b/static/svg/kiss-beam-solid.svg new file mode 100755 index 0000000..6c49ced --- /dev/null +++ b/static/svg/kiss-beam-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kiss-beam.svg b/static/svg/kiss-beam.svg new file mode 100755 index 0000000..6c49ced --- /dev/null +++ b/static/svg/kiss-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kiss-solid.svg b/static/svg/kiss-solid.svg new file mode 100755 index 0000000..7ab7954 --- /dev/null +++ b/static/svg/kiss-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kiss-wink-heart-solid.svg b/static/svg/kiss-wink-heart-solid.svg new file mode 100755 index 0000000..b717a26 --- /dev/null +++ b/static/svg/kiss-wink-heart-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kiss-wink-heart.svg b/static/svg/kiss-wink-heart.svg new file mode 100755 index 0000000..b717a26 --- /dev/null +++ b/static/svg/kiss-wink-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kiss.svg b/static/svg/kiss.svg new file mode 100755 index 0000000..7ab7954 --- /dev/null +++ b/static/svg/kiss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/kiwi-bird-solid.svg b/static/svg/kiwi-bird-solid.svg new file mode 100755 index 0000000..d474731 --- /dev/null +++ b/static/svg/kiwi-bird-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/korvue.svg b/static/svg/korvue.svg new file mode 100755 index 0000000..64351e0 --- /dev/null +++ b/static/svg/korvue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/landmark-solid.svg b/static/svg/landmark-solid.svg new file mode 100755 index 0000000..4e78323 --- /dev/null +++ b/static/svg/landmark-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/language-solid.svg b/static/svg/language-solid.svg new file mode 100755 index 0000000..a0a5459 --- /dev/null +++ b/static/svg/language-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laptop-code-solid.svg b/static/svg/laptop-code-solid.svg new file mode 100755 index 0000000..dbf6ecf --- /dev/null +++ b/static/svg/laptop-code-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laptop-medical-solid.svg b/static/svg/laptop-medical-solid.svg new file mode 100755 index 0000000..054327e --- /dev/null +++ b/static/svg/laptop-medical-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laptop-solid.svg b/static/svg/laptop-solid.svg new file mode 100755 index 0000000..028b60f --- /dev/null +++ b/static/svg/laptop-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laravel.svg b/static/svg/laravel.svg new file mode 100755 index 0000000..4b5b17b --- /dev/null +++ b/static/svg/laravel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/lastfm-square.svg b/static/svg/lastfm-square.svg new file mode 100755 index 0000000..fd4b343 --- /dev/null +++ b/static/svg/lastfm-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/lastfm.svg b/static/svg/lastfm.svg new file mode 100755 index 0000000..56a3426 --- /dev/null +++ b/static/svg/lastfm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laugh-beam-solid.svg b/static/svg/laugh-beam-solid.svg new file mode 100755 index 0000000..510a7c7 --- /dev/null +++ b/static/svg/laugh-beam-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laugh-beam.svg b/static/svg/laugh-beam.svg new file mode 100755 index 0000000..510a7c7 --- /dev/null +++ b/static/svg/laugh-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laugh-solid.svg b/static/svg/laugh-solid.svg new file mode 100755 index 0000000..be01c50 --- /dev/null +++ b/static/svg/laugh-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laugh-squint-solid.svg b/static/svg/laugh-squint-solid.svg new file mode 100755 index 0000000..d92401b --- /dev/null +++ b/static/svg/laugh-squint-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laugh-squint.svg b/static/svg/laugh-squint.svg new file mode 100755 index 0000000..d92401b --- /dev/null +++ b/static/svg/laugh-squint.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laugh-wink-solid.svg b/static/svg/laugh-wink-solid.svg new file mode 100755 index 0000000..bd32ed5 --- /dev/null +++ b/static/svg/laugh-wink-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laugh-wink.svg b/static/svg/laugh-wink.svg new file mode 100755 index 0000000..bd32ed5 --- /dev/null +++ b/static/svg/laugh-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/laugh.svg b/static/svg/laugh.svg new file mode 100755 index 0000000..be01c50 --- /dev/null +++ b/static/svg/laugh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/layer-group-solid.svg b/static/svg/layer-group-solid.svg new file mode 100755 index 0000000..760a891 --- /dev/null +++ b/static/svg/layer-group-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/leaf-solid.svg b/static/svg/leaf-solid.svg new file mode 100755 index 0000000..e224213 --- /dev/null +++ b/static/svg/leaf-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/leanpub.svg b/static/svg/leanpub.svg new file mode 100755 index 0000000..3f6cefd --- /dev/null +++ b/static/svg/leanpub.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/lemon-solid.svg b/static/svg/lemon-solid.svg new file mode 100755 index 0000000..76fac7d --- /dev/null +++ b/static/svg/lemon-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/lemon.svg b/static/svg/lemon.svg new file mode 100755 index 0000000..76fac7d --- /dev/null +++ b/static/svg/lemon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/less-than-equal-solid.svg b/static/svg/less-than-equal-solid.svg new file mode 100755 index 0000000..0208383 --- /dev/null +++ b/static/svg/less-than-equal-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/less-than-solid.svg b/static/svg/less-than-solid.svg new file mode 100755 index 0000000..a683396 --- /dev/null +++ b/static/svg/less-than-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/less.svg b/static/svg/less.svg new file mode 100755 index 0000000..c03545a --- /dev/null +++ b/static/svg/less.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/level-down-alt-solid.svg b/static/svg/level-down-alt-solid.svg new file mode 100755 index 0000000..fa9d514 --- /dev/null +++ b/static/svg/level-down-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/level-up-alt-solid.svg b/static/svg/level-up-alt-solid.svg new file mode 100755 index 0000000..5f68371 --- /dev/null +++ b/static/svg/level-up-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/life-ring-solid.svg b/static/svg/life-ring-solid.svg new file mode 100755 index 0000000..e464b82 --- /dev/null +++ b/static/svg/life-ring-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/life-ring.svg b/static/svg/life-ring.svg new file mode 100755 index 0000000..e464b82 --- /dev/null +++ b/static/svg/life-ring.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/lightbulb-solid.svg b/static/svg/lightbulb-solid.svg new file mode 100755 index 0000000..046fb15 --- /dev/null +++ b/static/svg/lightbulb-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/lightbulb.svg b/static/svg/lightbulb.svg new file mode 100755 index 0000000..046fb15 --- /dev/null +++ b/static/svg/lightbulb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/line.svg b/static/svg/line.svg new file mode 100755 index 0000000..be3b69f --- /dev/null +++ b/static/svg/line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/link-solid.svg b/static/svg/link-solid.svg new file mode 100755 index 0000000..79006e6 --- /dev/null +++ b/static/svg/link-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/linkedin-in.svg b/static/svg/linkedin-in.svg new file mode 100755 index 0000000..aa1f95e --- /dev/null +++ b/static/svg/linkedin-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/linkedin.svg b/static/svg/linkedin.svg new file mode 100755 index 0000000..596f003 --- /dev/null +++ b/static/svg/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/linode.svg b/static/svg/linode.svg new file mode 100755 index 0000000..e26a724 --- /dev/null +++ b/static/svg/linode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/linux.svg b/static/svg/linux.svg new file mode 100755 index 0000000..28506de --- /dev/null +++ b/static/svg/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/lira-sign-solid.svg b/static/svg/lira-sign-solid.svg new file mode 100755 index 0000000..0418f12 --- /dev/null +++ b/static/svg/lira-sign-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/list-alt-solid.svg b/static/svg/list-alt-solid.svg new file mode 100755 index 0000000..2b5cfbe --- /dev/null +++ b/static/svg/list-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/list-alt.svg b/static/svg/list-alt.svg new file mode 100755 index 0000000..2b5cfbe --- /dev/null +++ b/static/svg/list-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/list-ol-solid.svg b/static/svg/list-ol-solid.svg new file mode 100755 index 0000000..ec322f1 --- /dev/null +++ b/static/svg/list-ol-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/list-solid.svg b/static/svg/list-solid.svg new file mode 100755 index 0000000..4cfe33a --- /dev/null +++ b/static/svg/list-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/list-ul-solid.svg b/static/svg/list-ul-solid.svg new file mode 100755 index 0000000..4cfe33a --- /dev/null +++ b/static/svg/list-ul-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/location-arrow-solid.svg b/static/svg/location-arrow-solid.svg new file mode 100755 index 0000000..a8b058b --- /dev/null +++ b/static/svg/location-arrow-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/lock-open-solid.svg b/static/svg/lock-open-solid.svg new file mode 100755 index 0000000..d2517a5 --- /dev/null +++ b/static/svg/lock-open-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/lock-solid.svg b/static/svg/lock-solid.svg new file mode 100755 index 0000000..1a80d98 --- /dev/null +++ b/static/svg/lock-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/long-arrow-alt-down-solid.svg b/static/svg/long-arrow-alt-down-solid.svg new file mode 100755 index 0000000..10b445c --- /dev/null +++ b/static/svg/long-arrow-alt-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/long-arrow-alt-left-solid.svg b/static/svg/long-arrow-alt-left-solid.svg new file mode 100755 index 0000000..4f0269b --- /dev/null +++ b/static/svg/long-arrow-alt-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/long-arrow-alt-right-solid.svg b/static/svg/long-arrow-alt-right-solid.svg new file mode 100755 index 0000000..4afe071 --- /dev/null +++ b/static/svg/long-arrow-alt-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/long-arrow-alt-up-solid.svg b/static/svg/long-arrow-alt-up-solid.svg new file mode 100755 index 0000000..7b6a1a8 --- /dev/null +++ b/static/svg/long-arrow-alt-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/low-vision-solid.svg b/static/svg/low-vision-solid.svg new file mode 100755 index 0000000..b6dab10 --- /dev/null +++ b/static/svg/low-vision-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/luggage-cart-solid.svg b/static/svg/luggage-cart-solid.svg new file mode 100755 index 0000000..8f879e3 --- /dev/null +++ b/static/svg/luggage-cart-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/lyft.svg b/static/svg/lyft.svg new file mode 100755 index 0000000..3aa28b4 --- /dev/null +++ b/static/svg/lyft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/magento.svg b/static/svg/magento.svg new file mode 100755 index 0000000..bda731b --- /dev/null +++ b/static/svg/magento.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/magic-solid.svg b/static/svg/magic-solid.svg new file mode 100755 index 0000000..3f936e4 --- /dev/null +++ b/static/svg/magic-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/magnet-solid.svg b/static/svg/magnet-solid.svg new file mode 100755 index 0000000..fe70573 --- /dev/null +++ b/static/svg/magnet-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mail-bulk-solid.svg b/static/svg/mail-bulk-solid.svg new file mode 100755 index 0000000..edab7bc --- /dev/null +++ b/static/svg/mail-bulk-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mailchimp.svg b/static/svg/mailchimp.svg new file mode 100755 index 0000000..3086962 --- /dev/null +++ b/static/svg/mailchimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/male-solid.svg b/static/svg/male-solid.svg new file mode 100755 index 0000000..de83329 --- /dev/null +++ b/static/svg/male-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mandalorian.svg b/static/svg/mandalorian.svg new file mode 100755 index 0000000..468391b --- /dev/null +++ b/static/svg/mandalorian.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/map-marked-alt-solid.svg b/static/svg/map-marked-alt-solid.svg new file mode 100755 index 0000000..9eb862f --- /dev/null +++ b/static/svg/map-marked-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/map-marked-solid.svg b/static/svg/map-marked-solid.svg new file mode 100755 index 0000000..b82f246 --- /dev/null +++ b/static/svg/map-marked-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/map-marker-alt-solid.svg b/static/svg/map-marker-alt-solid.svg new file mode 100755 index 0000000..49d1f83 --- /dev/null +++ b/static/svg/map-marker-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/map-marker-solid.svg b/static/svg/map-marker-solid.svg new file mode 100755 index 0000000..49d1f83 --- /dev/null +++ b/static/svg/map-marker-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/map-pin-solid.svg b/static/svg/map-pin-solid.svg new file mode 100755 index 0000000..1afbc7d --- /dev/null +++ b/static/svg/map-pin-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/map-signs-solid.svg b/static/svg/map-signs-solid.svg new file mode 100755 index 0000000..75753be --- /dev/null +++ b/static/svg/map-signs-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/map-solid.svg b/static/svg/map-solid.svg new file mode 100755 index 0000000..367b574 --- /dev/null +++ b/static/svg/map-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/map.svg b/static/svg/map.svg new file mode 100755 index 0000000..367b574 --- /dev/null +++ b/static/svg/map.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/markdown.svg b/static/svg/markdown.svg new file mode 100755 index 0000000..c866d37 --- /dev/null +++ b/static/svg/markdown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/marker-solid.svg b/static/svg/marker-solid.svg new file mode 100755 index 0000000..07dbbfa --- /dev/null +++ b/static/svg/marker-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mars-double-solid.svg b/static/svg/mars-double-solid.svg new file mode 100755 index 0000000..93368ea --- /dev/null +++ b/static/svg/mars-double-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mars-solid.svg b/static/svg/mars-solid.svg new file mode 100755 index 0000000..1ffb4c9 --- /dev/null +++ b/static/svg/mars-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mars-stroke-h-solid.svg b/static/svg/mars-stroke-h-solid.svg new file mode 100755 index 0000000..8257248 --- /dev/null +++ b/static/svg/mars-stroke-h-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mars-stroke-solid.svg b/static/svg/mars-stroke-solid.svg new file mode 100755 index 0000000..68fc786 --- /dev/null +++ b/static/svg/mars-stroke-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mars-stroke-v-solid.svg b/static/svg/mars-stroke-v-solid.svg new file mode 100755 index 0000000..cf71628 --- /dev/null +++ b/static/svg/mars-stroke-v-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mask-solid.svg b/static/svg/mask-solid.svg new file mode 100755 index 0000000..6b29aa9 --- /dev/null +++ b/static/svg/mask-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mastodon.svg b/static/svg/mastodon.svg new file mode 100755 index 0000000..3bde68c --- /dev/null +++ b/static/svg/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/maxcdn.svg b/static/svg/maxcdn.svg new file mode 100755 index 0000000..80ac7bd --- /dev/null +++ b/static/svg/maxcdn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mdb.svg b/static/svg/mdb.svg new file mode 100755 index 0000000..fe1a9f7 --- /dev/null +++ b/static/svg/mdb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/medal-solid.svg b/static/svg/medal-solid.svg new file mode 100755 index 0000000..4594064 --- /dev/null +++ b/static/svg/medal-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/medapps.svg b/static/svg/medapps.svg new file mode 100755 index 0000000..3a8423f --- /dev/null +++ b/static/svg/medapps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/medium-m.svg b/static/svg/medium-m.svg new file mode 100755 index 0000000..70e5287 --- /dev/null +++ b/static/svg/medium-m.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/medium.svg b/static/svg/medium.svg new file mode 100755 index 0000000..70e5287 --- /dev/null +++ b/static/svg/medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/medkit-solid.svg b/static/svg/medkit-solid.svg new file mode 100755 index 0000000..000a5df --- /dev/null +++ b/static/svg/medkit-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/medrt.svg b/static/svg/medrt.svg new file mode 100755 index 0000000..6ff0367 --- /dev/null +++ b/static/svg/medrt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/meetup.svg b/static/svg/meetup.svg new file mode 100755 index 0000000..5c0cc5b --- /dev/null +++ b/static/svg/meetup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/megaport.svg b/static/svg/megaport.svg new file mode 100755 index 0000000..021f94e --- /dev/null +++ b/static/svg/megaport.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/meh-blank-solid.svg b/static/svg/meh-blank-solid.svg new file mode 100755 index 0000000..fb7c241 --- /dev/null +++ b/static/svg/meh-blank-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/meh-blank.svg b/static/svg/meh-blank.svg new file mode 100755 index 0000000..fb7c241 --- /dev/null +++ b/static/svg/meh-blank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/meh-rolling-eyes-solid.svg b/static/svg/meh-rolling-eyes-solid.svg new file mode 100755 index 0000000..e5f11a3 --- /dev/null +++ b/static/svg/meh-rolling-eyes-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/meh-rolling-eyes.svg b/static/svg/meh-rolling-eyes.svg new file mode 100755 index 0000000..e5f11a3 --- /dev/null +++ b/static/svg/meh-rolling-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/meh-solid.svg b/static/svg/meh-solid.svg new file mode 100755 index 0000000..c6426ec --- /dev/null +++ b/static/svg/meh-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/meh.svg b/static/svg/meh.svg new file mode 100755 index 0000000..c6426ec --- /dev/null +++ b/static/svg/meh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/memory-solid.svg b/static/svg/memory-solid.svg new file mode 100755 index 0000000..ec30db8 --- /dev/null +++ b/static/svg/memory-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mendeley.svg b/static/svg/mendeley.svg new file mode 100755 index 0000000..00c3f2a --- /dev/null +++ b/static/svg/mendeley.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/menorah-solid.svg b/static/svg/menorah-solid.svg new file mode 100755 index 0000000..d3a8795 --- /dev/null +++ b/static/svg/menorah-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mercury-solid.svg b/static/svg/mercury-solid.svg new file mode 100755 index 0000000..9d43159 --- /dev/null +++ b/static/svg/mercury-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/meteor-solid.svg b/static/svg/meteor-solid.svg new file mode 100755 index 0000000..c377c2d --- /dev/null +++ b/static/svg/meteor-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/microchip-solid.svg b/static/svg/microchip-solid.svg new file mode 100755 index 0000000..118f281 --- /dev/null +++ b/static/svg/microchip-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/microphone-alt-slash-solid.svg b/static/svg/microphone-alt-slash-solid.svg new file mode 100755 index 0000000..984191d --- /dev/null +++ b/static/svg/microphone-alt-slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/microphone-alt-solid.svg b/static/svg/microphone-alt-solid.svg new file mode 100755 index 0000000..d6f732f --- /dev/null +++ b/static/svg/microphone-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/microphone-slash-solid.svg b/static/svg/microphone-slash-solid.svg new file mode 100755 index 0000000..d1eba00 --- /dev/null +++ b/static/svg/microphone-slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/microphone-solid.svg b/static/svg/microphone-solid.svg new file mode 100755 index 0000000..09742da --- /dev/null +++ b/static/svg/microphone-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/microscope-solid.svg b/static/svg/microscope-solid.svg new file mode 100755 index 0000000..347a649 --- /dev/null +++ b/static/svg/microscope-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/microsoft.svg b/static/svg/microsoft.svg new file mode 100755 index 0000000..7536631 --- /dev/null +++ b/static/svg/microsoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/minus-circle-solid.svg b/static/svg/minus-circle-solid.svg new file mode 100755 index 0000000..f97b88d --- /dev/null +++ b/static/svg/minus-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/minus-solid.svg b/static/svg/minus-solid.svg new file mode 100755 index 0000000..5f167dc --- /dev/null +++ b/static/svg/minus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/minus-square-solid.svg b/static/svg/minus-square-solid.svg new file mode 100755 index 0000000..5a3b0bc --- /dev/null +++ b/static/svg/minus-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/minus-square.svg b/static/svg/minus-square.svg new file mode 100755 index 0000000..5a3b0bc --- /dev/null +++ b/static/svg/minus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mitten-solid.svg b/static/svg/mitten-solid.svg new file mode 100755 index 0000000..192f84b --- /dev/null +++ b/static/svg/mitten-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mix.svg b/static/svg/mix.svg new file mode 100755 index 0000000..be24d1f --- /dev/null +++ b/static/svg/mix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mixcloud.svg b/static/svg/mixcloud.svg new file mode 100755 index 0000000..bfa9ae8 --- /dev/null +++ b/static/svg/mixcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mizuni.svg b/static/svg/mizuni.svg new file mode 100755 index 0000000..a1fa864 --- /dev/null +++ b/static/svg/mizuni.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mobile-alt-solid.svg b/static/svg/mobile-alt-solid.svg new file mode 100755 index 0000000..ebfb4e7 --- /dev/null +++ b/static/svg/mobile-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mobile-solid.svg b/static/svg/mobile-solid.svg new file mode 100755 index 0000000..ebfb4e7 --- /dev/null +++ b/static/svg/mobile-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/modx.svg b/static/svg/modx.svg new file mode 100755 index 0000000..ccefab7 --- /dev/null +++ b/static/svg/modx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/monero.svg b/static/svg/monero.svg new file mode 100755 index 0000000..7780d66 --- /dev/null +++ b/static/svg/monero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/money-bill-alt-solid.svg b/static/svg/money-bill-alt-solid.svg new file mode 100755 index 0000000..ed2cb1d --- /dev/null +++ b/static/svg/money-bill-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/money-bill-alt.svg b/static/svg/money-bill-alt.svg new file mode 100755 index 0000000..ed2cb1d --- /dev/null +++ b/static/svg/money-bill-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/money-bill-solid.svg b/static/svg/money-bill-solid.svg new file mode 100755 index 0000000..fd0b2b4 --- /dev/null +++ b/static/svg/money-bill-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/money-bill-wave-alt-solid.svg b/static/svg/money-bill-wave-alt-solid.svg new file mode 100755 index 0000000..fe65c8d --- /dev/null +++ b/static/svg/money-bill-wave-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/money-bill-wave-solid.svg b/static/svg/money-bill-wave-solid.svg new file mode 100755 index 0000000..a3183bc --- /dev/null +++ b/static/svg/money-bill-wave-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/money-check-alt-solid.svg b/static/svg/money-check-alt-solid.svg new file mode 100755 index 0000000..80f1e14 --- /dev/null +++ b/static/svg/money-check-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/money-check-solid.svg b/static/svg/money-check-solid.svg new file mode 100755 index 0000000..91c9f01 --- /dev/null +++ b/static/svg/money-check-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/monument-solid.svg b/static/svg/monument-solid.svg new file mode 100755 index 0000000..0fcea34 --- /dev/null +++ b/static/svg/monument-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/moon-solid.svg b/static/svg/moon-solid.svg new file mode 100755 index 0000000..ddf0d17 --- /dev/null +++ b/static/svg/moon-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/moon.svg b/static/svg/moon.svg new file mode 100755 index 0000000..ddf0d17 --- /dev/null +++ b/static/svg/moon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mortar-pestle-solid.svg b/static/svg/mortar-pestle-solid.svg new file mode 100755 index 0000000..81e44da --- /dev/null +++ b/static/svg/mortar-pestle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mosque-solid.svg b/static/svg/mosque-solid.svg new file mode 100755 index 0000000..a49c1fe --- /dev/null +++ b/static/svg/mosque-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/motorcycle-solid.svg b/static/svg/motorcycle-solid.svg new file mode 100755 index 0000000..ff0f85e --- /dev/null +++ b/static/svg/motorcycle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mountain-solid.svg b/static/svg/mountain-solid.svg new file mode 100755 index 0000000..ad952d9 --- /dev/null +++ b/static/svg/mountain-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mouse-pointer-solid.svg b/static/svg/mouse-pointer-solid.svg new file mode 100755 index 0000000..a9915d8 --- /dev/null +++ b/static/svg/mouse-pointer-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mouse-solid.svg b/static/svg/mouse-solid.svg new file mode 100755 index 0000000..a9ba798 --- /dev/null +++ b/static/svg/mouse-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/mug-hot-solid.svg b/static/svg/mug-hot-solid.svg new file mode 100755 index 0000000..15d9130 --- /dev/null +++ b/static/svg/mug-hot-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/music-solid.svg b/static/svg/music-solid.svg new file mode 100755 index 0000000..9c1e6ae --- /dev/null +++ b/static/svg/music-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/napster.svg b/static/svg/napster.svg new file mode 100755 index 0000000..73a891f --- /dev/null +++ b/static/svg/napster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/neos.svg b/static/svg/neos.svg new file mode 100755 index 0000000..c563826 --- /dev/null +++ b/static/svg/neos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/network-wired-solid.svg b/static/svg/network-wired-solid.svg new file mode 100755 index 0000000..aaea101 --- /dev/null +++ b/static/svg/network-wired-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/neuter-solid.svg b/static/svg/neuter-solid.svg new file mode 100755 index 0000000..4b99d6f --- /dev/null +++ b/static/svg/neuter-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/newspaper-solid.svg b/static/svg/newspaper-solid.svg new file mode 100755 index 0000000..56a2553 --- /dev/null +++ b/static/svg/newspaper-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/newspaper.svg b/static/svg/newspaper.svg new file mode 100755 index 0000000..56a2553 --- /dev/null +++ b/static/svg/newspaper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/nimblr.svg b/static/svg/nimblr.svg new file mode 100755 index 0000000..6b2c817 --- /dev/null +++ b/static/svg/nimblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/node-js.svg b/static/svg/node-js.svg new file mode 100755 index 0000000..3215293 --- /dev/null +++ b/static/svg/node-js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/node.svg b/static/svg/node.svg new file mode 100755 index 0000000..15fce3e --- /dev/null +++ b/static/svg/node.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/not-equal-solid.svg b/static/svg/not-equal-solid.svg new file mode 100755 index 0000000..ddacbd9 --- /dev/null +++ b/static/svg/not-equal-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/notes-medical-solid.svg b/static/svg/notes-medical-solid.svg new file mode 100755 index 0000000..ec97527 --- /dev/null +++ b/static/svg/notes-medical-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/npm.svg b/static/svg/npm.svg new file mode 100755 index 0000000..3444d5a --- /dev/null +++ b/static/svg/npm.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ns8.svg b/static/svg/ns8.svg new file mode 100755 index 0000000..8c606c0 --- /dev/null +++ b/static/svg/ns8.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/nutritionix.svg b/static/svg/nutritionix.svg new file mode 100755 index 0000000..5b75c2d --- /dev/null +++ b/static/svg/nutritionix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/object-group-solid.svg b/static/svg/object-group-solid.svg new file mode 100755 index 0000000..00c1892 --- /dev/null +++ b/static/svg/object-group-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/object-group.svg b/static/svg/object-group.svg new file mode 100755 index 0000000..00c1892 --- /dev/null +++ b/static/svg/object-group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/object-ungroup-solid.svg b/static/svg/object-ungroup-solid.svg new file mode 100755 index 0000000..c5f70e6 --- /dev/null +++ b/static/svg/object-ungroup-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/object-ungroup.svg b/static/svg/object-ungroup.svg new file mode 100755 index 0000000..c5f70e6 --- /dev/null +++ b/static/svg/object-ungroup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/odnoklassniki-square.svg b/static/svg/odnoklassniki-square.svg new file mode 100755 index 0000000..784be46 --- /dev/null +++ b/static/svg/odnoklassniki-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/odnoklassniki.svg b/static/svg/odnoklassniki.svg new file mode 100755 index 0000000..0b1bea3 --- /dev/null +++ b/static/svg/odnoklassniki.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/oil-can-solid.svg b/static/svg/oil-can-solid.svg new file mode 100755 index 0000000..409569f --- /dev/null +++ b/static/svg/oil-can-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/old-republic.svg b/static/svg/old-republic.svg new file mode 100755 index 0000000..d3bd090 --- /dev/null +++ b/static/svg/old-republic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/om-solid.svg b/static/svg/om-solid.svg new file mode 100755 index 0000000..03840e6 --- /dev/null +++ b/static/svg/om-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/opencart.svg b/static/svg/opencart.svg new file mode 100755 index 0000000..5f7a84b --- /dev/null +++ b/static/svg/opencart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/openid.svg b/static/svg/openid.svg new file mode 100755 index 0000000..5226556 --- /dev/null +++ b/static/svg/openid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/opera.svg b/static/svg/opera.svg new file mode 100755 index 0000000..0b37c0d --- /dev/null +++ b/static/svg/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/optin-monster.svg b/static/svg/optin-monster.svg new file mode 100755 index 0000000..9c7ae20 --- /dev/null +++ b/static/svg/optin-monster.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/orcid.svg b/static/svg/orcid.svg new file mode 100755 index 0000000..1fad19c --- /dev/null +++ b/static/svg/orcid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/osi.svg b/static/svg/osi.svg new file mode 100755 index 0000000..0c61167 --- /dev/null +++ b/static/svg/osi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/otter-solid.svg b/static/svg/otter-solid.svg new file mode 100755 index 0000000..02b6d75 --- /dev/null +++ b/static/svg/otter-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/outdent-solid.svg b/static/svg/outdent-solid.svg new file mode 100755 index 0000000..dc2bb36 --- /dev/null +++ b/static/svg/outdent-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/page4.svg b/static/svg/page4.svg new file mode 100755 index 0000000..b4b089c --- /dev/null +++ b/static/svg/page4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pagelines.svg b/static/svg/pagelines.svg new file mode 100755 index 0000000..3fa3185 --- /dev/null +++ b/static/svg/pagelines.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pager-solid.svg b/static/svg/pager-solid.svg new file mode 100755 index 0000000..74df2b2 --- /dev/null +++ b/static/svg/pager-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/paint-brush-solid.svg b/static/svg/paint-brush-solid.svg new file mode 100755 index 0000000..d64f682 --- /dev/null +++ b/static/svg/paint-brush-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/paint-roller-solid.svg b/static/svg/paint-roller-solid.svg new file mode 100755 index 0000000..4878a28 --- /dev/null +++ b/static/svg/paint-roller-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/palette-solid.svg b/static/svg/palette-solid.svg new file mode 100755 index 0000000..3fe5bf9 --- /dev/null +++ b/static/svg/palette-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/palfed.svg b/static/svg/palfed.svg new file mode 100755 index 0000000..1db5d72 --- /dev/null +++ b/static/svg/palfed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pallet-solid.svg b/static/svg/pallet-solid.svg new file mode 100755 index 0000000..36533d8 --- /dev/null +++ b/static/svg/pallet-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/paper-plane-solid.svg b/static/svg/paper-plane-solid.svg new file mode 100755 index 0000000..a8f9a4f --- /dev/null +++ b/static/svg/paper-plane-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/paper-plane.svg b/static/svg/paper-plane.svg new file mode 100755 index 0000000..a8f9a4f --- /dev/null +++ b/static/svg/paper-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/paperclip-solid.svg b/static/svg/paperclip-solid.svg new file mode 100755 index 0000000..362e07c --- /dev/null +++ b/static/svg/paperclip-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/parachute-box-solid.svg b/static/svg/parachute-box-solid.svg new file mode 100755 index 0000000..cb30471 --- /dev/null +++ b/static/svg/parachute-box-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/paragraph-solid.svg b/static/svg/paragraph-solid.svg new file mode 100755 index 0000000..c9769cf --- /dev/null +++ b/static/svg/paragraph-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/parking-solid.svg b/static/svg/parking-solid.svg new file mode 100755 index 0000000..8a3b46f --- /dev/null +++ b/static/svg/parking-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/passport-solid.svg b/static/svg/passport-solid.svg new file mode 100755 index 0000000..e736f8b --- /dev/null +++ b/static/svg/passport-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pastafarianism-solid.svg b/static/svg/pastafarianism-solid.svg new file mode 100755 index 0000000..99cead7 --- /dev/null +++ b/static/svg/pastafarianism-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/paste-solid.svg b/static/svg/paste-solid.svg new file mode 100755 index 0000000..7edc3ed --- /dev/null +++ b/static/svg/paste-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/patreon.svg b/static/svg/patreon.svg new file mode 100755 index 0000000..4256276 --- /dev/null +++ b/static/svg/patreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pause-circle-solid.svg b/static/svg/pause-circle-solid.svg new file mode 100755 index 0000000..9d62ef8 --- /dev/null +++ b/static/svg/pause-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pause-circle.svg b/static/svg/pause-circle.svg new file mode 100755 index 0000000..9d62ef8 --- /dev/null +++ b/static/svg/pause-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pause-solid.svg b/static/svg/pause-solid.svg new file mode 100755 index 0000000..f151ae6 --- /dev/null +++ b/static/svg/pause-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/paw-solid.svg b/static/svg/paw-solid.svg new file mode 100755 index 0000000..066bf36 --- /dev/null +++ b/static/svg/paw-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/paypal.svg b/static/svg/paypal.svg new file mode 100755 index 0000000..14fb9f9 --- /dev/null +++ b/static/svg/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/peace-solid.svg b/static/svg/peace-solid.svg new file mode 100755 index 0000000..6d9445e --- /dev/null +++ b/static/svg/peace-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pen-alt-solid.svg b/static/svg/pen-alt-solid.svg new file mode 100755 index 0000000..55ed966 --- /dev/null +++ b/static/svg/pen-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pen-fancy-solid.svg b/static/svg/pen-fancy-solid.svg new file mode 100755 index 0000000..5f3e631 --- /dev/null +++ b/static/svg/pen-fancy-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pen-nib-solid.svg b/static/svg/pen-nib-solid.svg new file mode 100755 index 0000000..3aa56a2 --- /dev/null +++ b/static/svg/pen-nib-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pen-solid.svg b/static/svg/pen-solid.svg new file mode 100755 index 0000000..83ea49b --- /dev/null +++ b/static/svg/pen-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pen-square-solid.svg b/static/svg/pen-square-solid.svg new file mode 100755 index 0000000..426b104 --- /dev/null +++ b/static/svg/pen-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pencil-alt-solid.svg b/static/svg/pencil-alt-solid.svg new file mode 100755 index 0000000..8286663 --- /dev/null +++ b/static/svg/pencil-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pencil-ruler-solid.svg b/static/svg/pencil-ruler-solid.svg new file mode 100755 index 0000000..97aa10b --- /dev/null +++ b/static/svg/pencil-ruler-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/penny-arcade.svg b/static/svg/penny-arcade.svg new file mode 100755 index 0000000..855c5b9 --- /dev/null +++ b/static/svg/penny-arcade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/people-carry-solid.svg b/static/svg/people-carry-solid.svg new file mode 100755 index 0000000..9aff7d2 --- /dev/null +++ b/static/svg/people-carry-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pepper-hot-solid.svg b/static/svg/pepper-hot-solid.svg new file mode 100755 index 0000000..88ed3f2 --- /dev/null +++ b/static/svg/pepper-hot-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/percent-solid.svg b/static/svg/percent-solid.svg new file mode 100755 index 0000000..0386950 --- /dev/null +++ b/static/svg/percent-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/percentage-solid.svg b/static/svg/percentage-solid.svg new file mode 100755 index 0000000..8cf817e --- /dev/null +++ b/static/svg/percentage-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/periscope.svg b/static/svg/periscope.svg new file mode 100755 index 0000000..09c0f78 --- /dev/null +++ b/static/svg/periscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/person-booth-solid.svg b/static/svg/person-booth-solid.svg new file mode 100755 index 0000000..371751f --- /dev/null +++ b/static/svg/person-booth-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/phabricator.svg b/static/svg/phabricator.svg new file mode 100755 index 0000000..cc3eea5 --- /dev/null +++ b/static/svg/phabricator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/phoenix-framework.svg b/static/svg/phoenix-framework.svg new file mode 100755 index 0000000..28a68cd --- /dev/null +++ b/static/svg/phoenix-framework.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/phoenix-squadron.svg b/static/svg/phoenix-squadron.svg new file mode 100755 index 0000000..ac4bd05 --- /dev/null +++ b/static/svg/phoenix-squadron.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/phone-alt-solid.svg b/static/svg/phone-alt-solid.svg new file mode 100755 index 0000000..552017a --- /dev/null +++ b/static/svg/phone-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/phone-slash-solid.svg b/static/svg/phone-slash-solid.svg new file mode 100755 index 0000000..6332731 --- /dev/null +++ b/static/svg/phone-slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/phone-solid.svg b/static/svg/phone-solid.svg new file mode 100755 index 0000000..3962e32 --- /dev/null +++ b/static/svg/phone-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/phone-square-alt-solid.svg b/static/svg/phone-square-alt-solid.svg new file mode 100755 index 0000000..03dae7b --- /dev/null +++ b/static/svg/phone-square-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/phone-square-solid.svg b/static/svg/phone-square-solid.svg new file mode 100755 index 0000000..0b96cf9 --- /dev/null +++ b/static/svg/phone-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/phone-volume-solid.svg b/static/svg/phone-volume-solid.svg new file mode 100755 index 0000000..6648dcf --- /dev/null +++ b/static/svg/phone-volume-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/photo-video-solid.svg b/static/svg/photo-video-solid.svg new file mode 100755 index 0000000..35f1567 --- /dev/null +++ b/static/svg/photo-video-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/php.svg b/static/svg/php.svg new file mode 100755 index 0000000..70553db --- /dev/null +++ b/static/svg/php.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pied-piper-alt.svg b/static/svg/pied-piper-alt.svg new file mode 100755 index 0000000..f5efba4 --- /dev/null +++ b/static/svg/pied-piper-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pied-piper-hat.svg b/static/svg/pied-piper-hat.svg new file mode 100755 index 0000000..743bac2 --- /dev/null +++ b/static/svg/pied-piper-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pied-piper-pp.svg b/static/svg/pied-piper-pp.svg new file mode 100755 index 0000000..aef6a52 --- /dev/null +++ b/static/svg/pied-piper-pp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pied-piper.svg b/static/svg/pied-piper.svg new file mode 100755 index 0000000..aef6a52 --- /dev/null +++ b/static/svg/pied-piper.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/piggy-bank-solid.svg b/static/svg/piggy-bank-solid.svg new file mode 100755 index 0000000..aac27fe --- /dev/null +++ b/static/svg/piggy-bank-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pills-solid.svg b/static/svg/pills-solid.svg new file mode 100755 index 0000000..887053e --- /dev/null +++ b/static/svg/pills-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pinterest-p.svg b/static/svg/pinterest-p.svg new file mode 100755 index 0000000..95645a3 --- /dev/null +++ b/static/svg/pinterest-p.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pinterest-square.svg b/static/svg/pinterest-square.svg new file mode 100755 index 0000000..18b4063 --- /dev/null +++ b/static/svg/pinterest-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pinterest.svg b/static/svg/pinterest.svg new file mode 100755 index 0000000..bcd1106 --- /dev/null +++ b/static/svg/pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pizza-slice-solid.svg b/static/svg/pizza-slice-solid.svg new file mode 100755 index 0000000..96f363f --- /dev/null +++ b/static/svg/pizza-slice-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/place-of-worship-solid.svg b/static/svg/place-of-worship-solid.svg new file mode 100755 index 0000000..007ee25 --- /dev/null +++ b/static/svg/place-of-worship-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/plane-arrival-solid.svg b/static/svg/plane-arrival-solid.svg new file mode 100755 index 0000000..4e89401 --- /dev/null +++ b/static/svg/plane-arrival-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/plane-departure-solid.svg b/static/svg/plane-departure-solid.svg new file mode 100755 index 0000000..0f17bd7 --- /dev/null +++ b/static/svg/plane-departure-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/plane-solid.svg b/static/svg/plane-solid.svg new file mode 100755 index 0000000..92873f8 --- /dev/null +++ b/static/svg/plane-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/play-circle-solid.svg b/static/svg/play-circle-solid.svg new file mode 100755 index 0000000..d0faa10 --- /dev/null +++ b/static/svg/play-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/play-circle.svg b/static/svg/play-circle.svg new file mode 100755 index 0000000..d0faa10 --- /dev/null +++ b/static/svg/play-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/play-solid.svg b/static/svg/play-solid.svg new file mode 100755 index 0000000..3c6c813 --- /dev/null +++ b/static/svg/play-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/playstation.svg b/static/svg/playstation.svg new file mode 100755 index 0000000..a32d4eb --- /dev/null +++ b/static/svg/playstation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/plug-solid.svg b/static/svg/plug-solid.svg new file mode 100755 index 0000000..dc4cd28 --- /dev/null +++ b/static/svg/plug-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/plus-circle-solid.svg b/static/svg/plus-circle-solid.svg new file mode 100755 index 0000000..c37f2c2 --- /dev/null +++ b/static/svg/plus-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/plus-solid.svg b/static/svg/plus-solid.svg new file mode 100755 index 0000000..84a8db7 --- /dev/null +++ b/static/svg/plus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/plus-square-solid.svg b/static/svg/plus-square-solid.svg new file mode 100755 index 0000000..a22b521 --- /dev/null +++ b/static/svg/plus-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/plus-square.svg b/static/svg/plus-square.svg new file mode 100755 index 0000000..a22b521 --- /dev/null +++ b/static/svg/plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/podcast-solid.svg b/static/svg/podcast-solid.svg new file mode 100755 index 0000000..bc1f3e2 --- /dev/null +++ b/static/svg/podcast-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/poll-h-solid.svg b/static/svg/poll-h-solid.svg new file mode 100755 index 0000000..e91ec6b --- /dev/null +++ b/static/svg/poll-h-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/poll-solid.svg b/static/svg/poll-solid.svg new file mode 100755 index 0000000..2445541 --- /dev/null +++ b/static/svg/poll-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/poo-solid.svg b/static/svg/poo-solid.svg new file mode 100755 index 0000000..8abf941 --- /dev/null +++ b/static/svg/poo-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/poo-storm-solid.svg b/static/svg/poo-storm-solid.svg new file mode 100755 index 0000000..1bc5311 --- /dev/null +++ b/static/svg/poo-storm-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/poop-solid.svg b/static/svg/poop-solid.svg new file mode 100755 index 0000000..37e907f --- /dev/null +++ b/static/svg/poop-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/portrait-solid.svg b/static/svg/portrait-solid.svg new file mode 100755 index 0000000..4e44881 --- /dev/null +++ b/static/svg/portrait-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pound-sign-solid.svg b/static/svg/pound-sign-solid.svg new file mode 100755 index 0000000..d205109 --- /dev/null +++ b/static/svg/pound-sign-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/power-off-solid.svg b/static/svg/power-off-solid.svg new file mode 100755 index 0000000..7f3e251 --- /dev/null +++ b/static/svg/power-off-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pray-solid.svg b/static/svg/pray-solid.svg new file mode 100755 index 0000000..ad6da2c --- /dev/null +++ b/static/svg/pray-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/praying-hands-solid.svg b/static/svg/praying-hands-solid.svg new file mode 100755 index 0000000..19432d1 --- /dev/null +++ b/static/svg/praying-hands-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/prescription-bottle-alt-solid.svg b/static/svg/prescription-bottle-alt-solid.svg new file mode 100755 index 0000000..123ac60 --- /dev/null +++ b/static/svg/prescription-bottle-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/prescription-bottle-solid.svg b/static/svg/prescription-bottle-solid.svg new file mode 100755 index 0000000..cc60b14 --- /dev/null +++ b/static/svg/prescription-bottle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/prescription-solid.svg b/static/svg/prescription-solid.svg new file mode 100755 index 0000000..4bc2159 --- /dev/null +++ b/static/svg/prescription-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/print-solid.svg b/static/svg/print-solid.svg new file mode 100755 index 0000000..08463f8 --- /dev/null +++ b/static/svg/print-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/procedures-solid.svg b/static/svg/procedures-solid.svg new file mode 100755 index 0000000..c69333e --- /dev/null +++ b/static/svg/procedures-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/product-hunt.svg b/static/svg/product-hunt.svg new file mode 100755 index 0000000..c13fecc --- /dev/null +++ b/static/svg/product-hunt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/project-diagram-solid.svg b/static/svg/project-diagram-solid.svg new file mode 100755 index 0000000..9751248 --- /dev/null +++ b/static/svg/project-diagram-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/pushed.svg b/static/svg/pushed.svg new file mode 100755 index 0000000..d4f2a24 --- /dev/null +++ b/static/svg/pushed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/puzzle-piece-solid.svg b/static/svg/puzzle-piece-solid.svg new file mode 100755 index 0000000..c33c488 --- /dev/null +++ b/static/svg/puzzle-piece-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/python.svg b/static/svg/python.svg new file mode 100755 index 0000000..edc7c6d --- /dev/null +++ b/static/svg/python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/qq.svg b/static/svg/qq.svg new file mode 100755 index 0000000..521fc00 --- /dev/null +++ b/static/svg/qq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/qrcode-solid.svg b/static/svg/qrcode-solid.svg new file mode 100755 index 0000000..c40bc3e --- /dev/null +++ b/static/svg/qrcode-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/question-circle-solid.svg b/static/svg/question-circle-solid.svg new file mode 100755 index 0000000..2003075 --- /dev/null +++ b/static/svg/question-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/question-circle.svg b/static/svg/question-circle.svg new file mode 100755 index 0000000..2003075 --- /dev/null +++ b/static/svg/question-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/question-solid.svg b/static/svg/question-solid.svg new file mode 100755 index 0000000..58576b3 --- /dev/null +++ b/static/svg/question-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/quidditch-solid.svg b/static/svg/quidditch-solid.svg new file mode 100755 index 0000000..7c5257c --- /dev/null +++ b/static/svg/quidditch-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/quinscape.svg b/static/svg/quinscape.svg new file mode 100755 index 0000000..38823b2 --- /dev/null +++ b/static/svg/quinscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/quora.svg b/static/svg/quora.svg new file mode 100755 index 0000000..e7eb8b0 --- /dev/null +++ b/static/svg/quora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/quote-left-solid.svg b/static/svg/quote-left-solid.svg new file mode 100755 index 0000000..cb4ee05 --- /dev/null +++ b/static/svg/quote-left-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/quote-right-solid.svg b/static/svg/quote-right-solid.svg new file mode 100755 index 0000000..17f10e4 --- /dev/null +++ b/static/svg/quote-right-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/quran-solid.svg b/static/svg/quran-solid.svg new file mode 100755 index 0000000..3ed860f --- /dev/null +++ b/static/svg/quran-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/r-project.svg b/static/svg/r-project.svg new file mode 100755 index 0000000..f0aa32e --- /dev/null +++ b/static/svg/r-project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/radiation-alt-solid.svg b/static/svg/radiation-alt-solid.svg new file mode 100755 index 0000000..7543335 --- /dev/null +++ b/static/svg/radiation-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/radiation-solid.svg b/static/svg/radiation-solid.svg new file mode 100755 index 0000000..b287d6a --- /dev/null +++ b/static/svg/radiation-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/rainbow-solid.svg b/static/svg/rainbow-solid.svg new file mode 100755 index 0000000..24269a6 --- /dev/null +++ b/static/svg/rainbow-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/random-solid.svg b/static/svg/random-solid.svg new file mode 100755 index 0000000..5384ce2 --- /dev/null +++ b/static/svg/random-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/raspberry-pi.svg b/static/svg/raspberry-pi.svg new file mode 100755 index 0000000..b5a5e40 --- /dev/null +++ b/static/svg/raspberry-pi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ravelry.svg b/static/svg/ravelry.svg new file mode 100755 index 0000000..d7976dc --- /dev/null +++ b/static/svg/ravelry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/react.svg b/static/svg/react.svg new file mode 100755 index 0000000..e228a6f --- /dev/null +++ b/static/svg/react.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/reacteurope.svg b/static/svg/reacteurope.svg new file mode 100755 index 0000000..d2662c2 --- /dev/null +++ b/static/svg/reacteurope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/readme.svg b/static/svg/readme.svg new file mode 100755 index 0000000..b4fdf89 --- /dev/null +++ b/static/svg/readme.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/rebel.svg b/static/svg/rebel.svg new file mode 100755 index 0000000..0b7d15f --- /dev/null +++ b/static/svg/rebel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/receipt-solid.svg b/static/svg/receipt-solid.svg new file mode 100755 index 0000000..2f6a28a --- /dev/null +++ b/static/svg/receipt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/record-vinyl-solid.svg b/static/svg/record-vinyl-solid.svg new file mode 100755 index 0000000..4e06fba --- /dev/null +++ b/static/svg/record-vinyl-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/recycle-solid.svg b/static/svg/recycle-solid.svg new file mode 100755 index 0000000..913674e --- /dev/null +++ b/static/svg/recycle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/red-river.svg b/static/svg/red-river.svg new file mode 100755 index 0000000..e9be04f --- /dev/null +++ b/static/svg/red-river.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/reddit-alien.svg b/static/svg/reddit-alien.svg new file mode 100755 index 0000000..eb1b864 --- /dev/null +++ b/static/svg/reddit-alien.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/reddit-square.svg b/static/svg/reddit-square.svg new file mode 100755 index 0000000..d78703a --- /dev/null +++ b/static/svg/reddit-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/reddit.svg b/static/svg/reddit.svg new file mode 100755 index 0000000..eb1b864 --- /dev/null +++ b/static/svg/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/redhat.svg b/static/svg/redhat.svg new file mode 100755 index 0000000..22f8f6e --- /dev/null +++ b/static/svg/redhat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/redo-alt-solid.svg b/static/svg/redo-alt-solid.svg new file mode 100755 index 0000000..09ff0c0 --- /dev/null +++ b/static/svg/redo-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/redo-solid.svg b/static/svg/redo-solid.svg new file mode 100755 index 0000000..1afb426 --- /dev/null +++ b/static/svg/redo-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/registered-solid.svg b/static/svg/registered-solid.svg new file mode 100755 index 0000000..82e930a --- /dev/null +++ b/static/svg/registered-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/registered.svg b/static/svg/registered.svg new file mode 100755 index 0000000..82e930a --- /dev/null +++ b/static/svg/registered.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/remove-format-solid.svg b/static/svg/remove-format-solid.svg new file mode 100755 index 0000000..52ea2a1 --- /dev/null +++ b/static/svg/remove-format-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/renren.svg b/static/svg/renren.svg new file mode 100755 index 0000000..3226d10 --- /dev/null +++ b/static/svg/renren.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/reply-all-solid.svg b/static/svg/reply-all-solid.svg new file mode 100755 index 0000000..ecb069d --- /dev/null +++ b/static/svg/reply-all-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/reply-solid.svg b/static/svg/reply-solid.svg new file mode 100755 index 0000000..964ffb5 --- /dev/null +++ b/static/svg/reply-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/replyd.svg b/static/svg/replyd.svg new file mode 100755 index 0000000..6283861 --- /dev/null +++ b/static/svg/replyd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/republican-solid.svg b/static/svg/republican-solid.svg new file mode 100755 index 0000000..f594977 --- /dev/null +++ b/static/svg/republican-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/researchgate.svg b/static/svg/researchgate.svg new file mode 100755 index 0000000..94f2b23 --- /dev/null +++ b/static/svg/researchgate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/resolving.svg b/static/svg/resolving.svg new file mode 100755 index 0000000..42e7af5 --- /dev/null +++ b/static/svg/resolving.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/restroom-solid.svg b/static/svg/restroom-solid.svg new file mode 100755 index 0000000..0fc0658 --- /dev/null +++ b/static/svg/restroom-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/retweet-solid.svg b/static/svg/retweet-solid.svg new file mode 100755 index 0000000..fd35fc9 --- /dev/null +++ b/static/svg/retweet-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/rev.svg b/static/svg/rev.svg new file mode 100755 index 0000000..52e15aa --- /dev/null +++ b/static/svg/rev.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ribbon-solid.svg b/static/svg/ribbon-solid.svg new file mode 100755 index 0000000..95b9f95 --- /dev/null +++ b/static/svg/ribbon-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ring-solid.svg b/static/svg/ring-solid.svg new file mode 100755 index 0000000..cb28c80 --- /dev/null +++ b/static/svg/ring-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/road-solid.svg b/static/svg/road-solid.svg new file mode 100755 index 0000000..bab3cd3 --- /dev/null +++ b/static/svg/road-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/robot-solid.svg b/static/svg/robot-solid.svg new file mode 100755 index 0000000..5bcb010 --- /dev/null +++ b/static/svg/robot-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/rocket-solid.svg b/static/svg/rocket-solid.svg new file mode 100755 index 0000000..bd5011f --- /dev/null +++ b/static/svg/rocket-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/rocketchat.svg b/static/svg/rocketchat.svg new file mode 100755 index 0000000..dfa9a3a --- /dev/null +++ b/static/svg/rocketchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/rockrms.svg b/static/svg/rockrms.svg new file mode 100755 index 0000000..b2b3d12 --- /dev/null +++ b/static/svg/rockrms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/route-solid.svg b/static/svg/route-solid.svg new file mode 100755 index 0000000..cdeffee --- /dev/null +++ b/static/svg/route-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/rss-solid.svg b/static/svg/rss-solid.svg new file mode 100755 index 0000000..ede6813 --- /dev/null +++ b/static/svg/rss-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/rss-square-solid.svg b/static/svg/rss-square-solid.svg new file mode 100755 index 0000000..cedc7cf --- /dev/null +++ b/static/svg/rss-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ruble-sign-solid.svg b/static/svg/ruble-sign-solid.svg new file mode 100755 index 0000000..61350d6 --- /dev/null +++ b/static/svg/ruble-sign-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ruler-combined-solid.svg b/static/svg/ruler-combined-solid.svg new file mode 100755 index 0000000..9b7312f --- /dev/null +++ b/static/svg/ruler-combined-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ruler-horizontal-solid.svg b/static/svg/ruler-horizontal-solid.svg new file mode 100755 index 0000000..41ba238 --- /dev/null +++ b/static/svg/ruler-horizontal-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ruler-solid.svg b/static/svg/ruler-solid.svg new file mode 100755 index 0000000..8d272ce --- /dev/null +++ b/static/svg/ruler-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ruler-vertical-solid.svg b/static/svg/ruler-vertical-solid.svg new file mode 100755 index 0000000..9275543 --- /dev/null +++ b/static/svg/ruler-vertical-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/running-solid.svg b/static/svg/running-solid.svg new file mode 100755 index 0000000..d0d1c6b --- /dev/null +++ b/static/svg/running-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/rupee-sign-solid.svg b/static/svg/rupee-sign-solid.svg new file mode 100755 index 0000000..2b617dc --- /dev/null +++ b/static/svg/rupee-sign-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sad-cry-solid.svg b/static/svg/sad-cry-solid.svg new file mode 100755 index 0000000..e168afb --- /dev/null +++ b/static/svg/sad-cry-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sad-cry.svg b/static/svg/sad-cry.svg new file mode 100755 index 0000000..e168afb --- /dev/null +++ b/static/svg/sad-cry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sad-tear-solid.svg b/static/svg/sad-tear-solid.svg new file mode 100755 index 0000000..322c347 --- /dev/null +++ b/static/svg/sad-tear-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sad-tear.svg b/static/svg/sad-tear.svg new file mode 100755 index 0000000..322c347 --- /dev/null +++ b/static/svg/sad-tear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/safari.svg b/static/svg/safari.svg new file mode 100755 index 0000000..858e24e --- /dev/null +++ b/static/svg/safari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/salesforce.svg b/static/svg/salesforce.svg new file mode 100755 index 0000000..80304fe --- /dev/null +++ b/static/svg/salesforce.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sass.svg b/static/svg/sass.svg new file mode 100755 index 0000000..50358e4 --- /dev/null +++ b/static/svg/sass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/satellite-dish-solid.svg b/static/svg/satellite-dish-solid.svg new file mode 100755 index 0000000..d8f30c7 --- /dev/null +++ b/static/svg/satellite-dish-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/satellite-solid.svg b/static/svg/satellite-solid.svg new file mode 100755 index 0000000..c104ab9 --- /dev/null +++ b/static/svg/satellite-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/save-solid.svg b/static/svg/save-solid.svg new file mode 100755 index 0000000..74e0ddf --- /dev/null +++ b/static/svg/save-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/save.svg b/static/svg/save.svg new file mode 100755 index 0000000..74e0ddf --- /dev/null +++ b/static/svg/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/schlix.svg b/static/svg/schlix.svg new file mode 100755 index 0000000..d721832 --- /dev/null +++ b/static/svg/schlix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/school-solid.svg b/static/svg/school-solid.svg new file mode 100755 index 0000000..b407d26 --- /dev/null +++ b/static/svg/school-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/screwdriver-solid.svg b/static/svg/screwdriver-solid.svg new file mode 100755 index 0000000..ce1a280 --- /dev/null +++ b/static/svg/screwdriver-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/scribd.svg b/static/svg/scribd.svg new file mode 100755 index 0000000..958e86e --- /dev/null +++ b/static/svg/scribd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/scroll-solid.svg b/static/svg/scroll-solid.svg new file mode 100755 index 0000000..252bbd9 --- /dev/null +++ b/static/svg/scroll-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sd-card-solid.svg b/static/svg/sd-card-solid.svg new file mode 100755 index 0000000..8b80137 --- /dev/null +++ b/static/svg/sd-card-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/search-dollar-solid.svg b/static/svg/search-dollar-solid.svg new file mode 100755 index 0000000..bb268a5 --- /dev/null +++ b/static/svg/search-dollar-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/search-location-solid.svg b/static/svg/search-location-solid.svg new file mode 100755 index 0000000..1ad180d --- /dev/null +++ b/static/svg/search-location-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/search-minus-solid.svg b/static/svg/search-minus-solid.svg new file mode 100755 index 0000000..2d1e15b --- /dev/null +++ b/static/svg/search-minus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/search-plus-solid.svg b/static/svg/search-plus-solid.svg new file mode 100755 index 0000000..90fd482 --- /dev/null +++ b/static/svg/search-plus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/search-solid.svg b/static/svg/search-solid.svg new file mode 100755 index 0000000..47ae557 --- /dev/null +++ b/static/svg/search-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/searchengin.svg b/static/svg/searchengin.svg new file mode 100755 index 0000000..f265914 --- /dev/null +++ b/static/svg/searchengin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/seedling-solid.svg b/static/svg/seedling-solid.svg new file mode 100755 index 0000000..fdebe42 --- /dev/null +++ b/static/svg/seedling-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sellcast.svg b/static/svg/sellcast.svg new file mode 100755 index 0000000..1971bfe --- /dev/null +++ b/static/svg/sellcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sellsy.svg b/static/svg/sellsy.svg new file mode 100755 index 0000000..3b0b71c --- /dev/null +++ b/static/svg/sellsy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/server-solid.svg b/static/svg/server-solid.svg new file mode 100755 index 0000000..83165f3 --- /dev/null +++ b/static/svg/server-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/servicestack.svg b/static/svg/servicestack.svg new file mode 100755 index 0000000..9975c9f --- /dev/null +++ b/static/svg/servicestack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shapes-solid.svg b/static/svg/shapes-solid.svg new file mode 100755 index 0000000..052cd5e --- /dev/null +++ b/static/svg/shapes-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/share-alt-solid.svg b/static/svg/share-alt-solid.svg new file mode 100755 index 0000000..7d0fe95 --- /dev/null +++ b/static/svg/share-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/share-alt-square-solid.svg b/static/svg/share-alt-square-solid.svg new file mode 100755 index 0000000..95ec11a --- /dev/null +++ b/static/svg/share-alt-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/share-solid.svg b/static/svg/share-solid.svg new file mode 100755 index 0000000..26b66c9 --- /dev/null +++ b/static/svg/share-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/share-square-solid.svg b/static/svg/share-square-solid.svg new file mode 100755 index 0000000..2f2f352 --- /dev/null +++ b/static/svg/share-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/share-square.svg b/static/svg/share-square.svg new file mode 100755 index 0000000..2f2f352 --- /dev/null +++ b/static/svg/share-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shekel-sign-solid.svg b/static/svg/shekel-sign-solid.svg new file mode 100755 index 0000000..15db28b --- /dev/null +++ b/static/svg/shekel-sign-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shield-alt-solid.svg b/static/svg/shield-alt-solid.svg new file mode 100755 index 0000000..4eb2a3e --- /dev/null +++ b/static/svg/shield-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ship-solid.svg b/static/svg/ship-solid.svg new file mode 100755 index 0000000..6088b5d --- /dev/null +++ b/static/svg/ship-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shipping-fast-solid.svg b/static/svg/shipping-fast-solid.svg new file mode 100755 index 0000000..23244ab --- /dev/null +++ b/static/svg/shipping-fast-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shirtsinbulk.svg b/static/svg/shirtsinbulk.svg new file mode 100755 index 0000000..8454d01 --- /dev/null +++ b/static/svg/shirtsinbulk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shoe-prints-solid.svg b/static/svg/shoe-prints-solid.svg new file mode 100755 index 0000000..7d79dab --- /dev/null +++ b/static/svg/shoe-prints-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shopping-bag-solid.svg b/static/svg/shopping-bag-solid.svg new file mode 100755 index 0000000..9262e37 --- /dev/null +++ b/static/svg/shopping-bag-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shopping-basket-solid.svg b/static/svg/shopping-basket-solid.svg new file mode 100755 index 0000000..b5af48a --- /dev/null +++ b/static/svg/shopping-basket-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shopping-cart-solid.svg b/static/svg/shopping-cart-solid.svg new file mode 100755 index 0000000..d0b9136 --- /dev/null +++ b/static/svg/shopping-cart-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shopware.svg b/static/svg/shopware.svg new file mode 100755 index 0000000..fd2168d --- /dev/null +++ b/static/svg/shopware.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shower-solid.svg b/static/svg/shower-solid.svg new file mode 100755 index 0000000..6e2700d --- /dev/null +++ b/static/svg/shower-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/shuttle-van-solid.svg b/static/svg/shuttle-van-solid.svg new file mode 100755 index 0000000..a7b24ed --- /dev/null +++ b/static/svg/shuttle-van-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sign-in-alt-solid.svg b/static/svg/sign-in-alt-solid.svg new file mode 100755 index 0000000..b3fa6af --- /dev/null +++ b/static/svg/sign-in-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sign-language-solid.svg b/static/svg/sign-language-solid.svg new file mode 100755 index 0000000..1eeee29 --- /dev/null +++ b/static/svg/sign-language-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sign-out-alt-solid.svg b/static/svg/sign-out-alt-solid.svg new file mode 100755 index 0000000..1b38f26 --- /dev/null +++ b/static/svg/sign-out-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sign-solid.svg b/static/svg/sign-solid.svg new file mode 100755 index 0000000..a470835 --- /dev/null +++ b/static/svg/sign-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/signal-solid.svg b/static/svg/signal-solid.svg new file mode 100755 index 0000000..3f03e49 --- /dev/null +++ b/static/svg/signal-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/signature-solid.svg b/static/svg/signature-solid.svg new file mode 100755 index 0000000..f78c6e7 --- /dev/null +++ b/static/svg/signature-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sim-card-solid.svg b/static/svg/sim-card-solid.svg new file mode 100755 index 0000000..76dc980 --- /dev/null +++ b/static/svg/sim-card-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/simplybuilt.svg b/static/svg/simplybuilt.svg new file mode 100755 index 0000000..f5d16f2 --- /dev/null +++ b/static/svg/simplybuilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sistrix.svg b/static/svg/sistrix.svg new file mode 100755 index 0000000..872956d --- /dev/null +++ b/static/svg/sistrix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sitemap-solid.svg b/static/svg/sitemap-solid.svg new file mode 100755 index 0000000..c8142af --- /dev/null +++ b/static/svg/sitemap-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sith.svg b/static/svg/sith.svg new file mode 100755 index 0000000..f045432 --- /dev/null +++ b/static/svg/sith.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/skating-solid.svg b/static/svg/skating-solid.svg new file mode 100755 index 0000000..c2a601b --- /dev/null +++ b/static/svg/skating-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sketch.svg b/static/svg/sketch.svg new file mode 100755 index 0000000..98d3e10 --- /dev/null +++ b/static/svg/sketch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/skiing-nordic-solid.svg b/static/svg/skiing-nordic-solid.svg new file mode 100755 index 0000000..91827c1 --- /dev/null +++ b/static/svg/skiing-nordic-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/skiing-solid.svg b/static/svg/skiing-solid.svg new file mode 100755 index 0000000..bea9d53 --- /dev/null +++ b/static/svg/skiing-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/skull-crossbones-solid.svg b/static/svg/skull-crossbones-solid.svg new file mode 100755 index 0000000..0ad61c1 --- /dev/null +++ b/static/svg/skull-crossbones-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/skull-solid.svg b/static/svg/skull-solid.svg new file mode 100755 index 0000000..4cbedd0 --- /dev/null +++ b/static/svg/skull-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/skyatlas.svg b/static/svg/skyatlas.svg new file mode 100755 index 0000000..3710ba2 --- /dev/null +++ b/static/svg/skyatlas.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/skype.svg b/static/svg/skype.svg new file mode 100755 index 0000000..317f0e6 --- /dev/null +++ b/static/svg/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/slack-hash.svg b/static/svg/slack-hash.svg new file mode 100755 index 0000000..7bc106a --- /dev/null +++ b/static/svg/slack-hash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/slack.svg b/static/svg/slack.svg new file mode 100755 index 0000000..7bc106a --- /dev/null +++ b/static/svg/slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/slash-solid.svg b/static/svg/slash-solid.svg new file mode 100755 index 0000000..77ad77b --- /dev/null +++ b/static/svg/slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sleigh-solid.svg b/static/svg/sleigh-solid.svg new file mode 100755 index 0000000..dc33a03 --- /dev/null +++ b/static/svg/sleigh-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sliders-h-solid.svg b/static/svg/sliders-h-solid.svg new file mode 100755 index 0000000..178447e --- /dev/null +++ b/static/svg/sliders-h-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/slideshare.svg b/static/svg/slideshare.svg new file mode 100755 index 0000000..3366260 --- /dev/null +++ b/static/svg/slideshare.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/smile-beam-solid.svg b/static/svg/smile-beam-solid.svg new file mode 100755 index 0000000..13afc39 --- /dev/null +++ b/static/svg/smile-beam-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/smile-beam.svg b/static/svg/smile-beam.svg new file mode 100755 index 0000000..13afc39 --- /dev/null +++ b/static/svg/smile-beam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/smile-solid.svg b/static/svg/smile-solid.svg new file mode 100755 index 0000000..0ff7ed2 --- /dev/null +++ b/static/svg/smile-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/smile-wink-solid.svg b/static/svg/smile-wink-solid.svg new file mode 100755 index 0000000..4e35cbf --- /dev/null +++ b/static/svg/smile-wink-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/smile-wink.svg b/static/svg/smile-wink.svg new file mode 100755 index 0000000..4e35cbf --- /dev/null +++ b/static/svg/smile-wink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/smile.svg b/static/svg/smile.svg new file mode 100755 index 0000000..0ff7ed2 --- /dev/null +++ b/static/svg/smile.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/smog-solid.svg b/static/svg/smog-solid.svg new file mode 100755 index 0000000..13e4710 --- /dev/null +++ b/static/svg/smog-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/smoking-ban-solid.svg b/static/svg/smoking-ban-solid.svg new file mode 100755 index 0000000..29227b2 --- /dev/null +++ b/static/svg/smoking-ban-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/smoking-solid.svg b/static/svg/smoking-solid.svg new file mode 100755 index 0000000..8b3ed20 --- /dev/null +++ b/static/svg/smoking-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sms-solid.svg b/static/svg/sms-solid.svg new file mode 100755 index 0000000..4a33283 --- /dev/null +++ b/static/svg/sms-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/snapchat-ghost.svg b/static/svg/snapchat-ghost.svg new file mode 100755 index 0000000..aa57d3e --- /dev/null +++ b/static/svg/snapchat-ghost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/snapchat-square.svg b/static/svg/snapchat-square.svg new file mode 100755 index 0000000..2668063 --- /dev/null +++ b/static/svg/snapchat-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/snapchat.svg b/static/svg/snapchat.svg new file mode 100755 index 0000000..aa57d3e --- /dev/null +++ b/static/svg/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/snowboarding-solid.svg b/static/svg/snowboarding-solid.svg new file mode 100755 index 0000000..085abd5 --- /dev/null +++ b/static/svg/snowboarding-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/snowflake-solid.svg b/static/svg/snowflake-solid.svg new file mode 100755 index 0000000..b569349 --- /dev/null +++ b/static/svg/snowflake-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/snowflake.svg b/static/svg/snowflake.svg new file mode 100755 index 0000000..b569349 --- /dev/null +++ b/static/svg/snowflake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/snowman-solid.svg b/static/svg/snowman-solid.svg new file mode 100755 index 0000000..8950088 --- /dev/null +++ b/static/svg/snowman-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/snowplow-solid.svg b/static/svg/snowplow-solid.svg new file mode 100755 index 0000000..38d85f0 --- /dev/null +++ b/static/svg/snowplow-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/socks-solid.svg b/static/svg/socks-solid.svg new file mode 100755 index 0000000..a2c61ee --- /dev/null +++ b/static/svg/socks-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/solar-panel-solid.svg b/static/svg/solar-panel-solid.svg new file mode 100755 index 0000000..309ae3b --- /dev/null +++ b/static/svg/solar-panel-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-alpha-down-alt-solid.svg b/static/svg/sort-alpha-down-alt-solid.svg new file mode 100755 index 0000000..44dd6eb --- /dev/null +++ b/static/svg/sort-alpha-down-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-alpha-down-solid.svg b/static/svg/sort-alpha-down-solid.svg new file mode 100755 index 0000000..513adb3 --- /dev/null +++ b/static/svg/sort-alpha-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-alpha-up-alt-solid.svg b/static/svg/sort-alpha-up-alt-solid.svg new file mode 100755 index 0000000..ef087ac --- /dev/null +++ b/static/svg/sort-alpha-up-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-alpha-up-solid.svg b/static/svg/sort-alpha-up-solid.svg new file mode 100755 index 0000000..366ac6b --- /dev/null +++ b/static/svg/sort-alpha-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-amount-down-alt-solid.svg b/static/svg/sort-amount-down-alt-solid.svg new file mode 100755 index 0000000..56ecf45 --- /dev/null +++ b/static/svg/sort-amount-down-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-amount-down-solid.svg b/static/svg/sort-amount-down-solid.svg new file mode 100755 index 0000000..a95464b --- /dev/null +++ b/static/svg/sort-amount-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-amount-up-alt-solid.svg b/static/svg/sort-amount-up-alt-solid.svg new file mode 100755 index 0000000..c1487a7 --- /dev/null +++ b/static/svg/sort-amount-up-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-amount-up-solid.svg b/static/svg/sort-amount-up-solid.svg new file mode 100755 index 0000000..2d59a9e --- /dev/null +++ b/static/svg/sort-amount-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-down-solid.svg b/static/svg/sort-down-solid.svg new file mode 100755 index 0000000..5b0db34 --- /dev/null +++ b/static/svg/sort-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-numeric-down-alt-solid.svg b/static/svg/sort-numeric-down-alt-solid.svg new file mode 100755 index 0000000..246750a --- /dev/null +++ b/static/svg/sort-numeric-down-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-numeric-down-solid.svg b/static/svg/sort-numeric-down-solid.svg new file mode 100755 index 0000000..d734093 --- /dev/null +++ b/static/svg/sort-numeric-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-numeric-up-alt-solid.svg b/static/svg/sort-numeric-up-alt-solid.svg new file mode 100755 index 0000000..d1a89c8 --- /dev/null +++ b/static/svg/sort-numeric-up-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-numeric-up-solid.svg b/static/svg/sort-numeric-up-solid.svg new file mode 100755 index 0000000..2477420 --- /dev/null +++ b/static/svg/sort-numeric-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-solid.svg b/static/svg/sort-solid.svg new file mode 100755 index 0000000..82eef83 --- /dev/null +++ b/static/svg/sort-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sort-up-solid.svg b/static/svg/sort-up-solid.svg new file mode 100755 index 0000000..9e096ba --- /dev/null +++ b/static/svg/sort-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/soundcloud.svg b/static/svg/soundcloud.svg new file mode 100755 index 0000000..dd1999e --- /dev/null +++ b/static/svg/soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sourcetree.svg b/static/svg/sourcetree.svg new file mode 100755 index 0000000..675fc96 --- /dev/null +++ b/static/svg/sourcetree.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/spa-solid.svg b/static/svg/spa-solid.svg new file mode 100755 index 0000000..f26942f --- /dev/null +++ b/static/svg/spa-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/space-shuttle-solid.svg b/static/svg/space-shuttle-solid.svg new file mode 100755 index 0000000..8c3df24 --- /dev/null +++ b/static/svg/space-shuttle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/speakap.svg b/static/svg/speakap.svg new file mode 100755 index 0000000..aade2c0 --- /dev/null +++ b/static/svg/speakap.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/speaker-deck.svg b/static/svg/speaker-deck.svg new file mode 100755 index 0000000..510d999 --- /dev/null +++ b/static/svg/speaker-deck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/spell-check-solid.svg b/static/svg/spell-check-solid.svg new file mode 100755 index 0000000..1cbbd5d --- /dev/null +++ b/static/svg/spell-check-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/spider-solid.svg b/static/svg/spider-solid.svg new file mode 100755 index 0000000..e06b859 --- /dev/null +++ b/static/svg/spider-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/spinner-solid.svg b/static/svg/spinner-solid.svg new file mode 100755 index 0000000..2de6acb --- /dev/null +++ b/static/svg/spinner-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/splotch-solid.svg b/static/svg/splotch-solid.svg new file mode 100755 index 0000000..b32352f --- /dev/null +++ b/static/svg/splotch-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/spotify.svg b/static/svg/spotify.svg new file mode 100755 index 0000000..e7b5aba --- /dev/null +++ b/static/svg/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/spray-can-solid.svg b/static/svg/spray-can-solid.svg new file mode 100755 index 0000000..4d050e9 --- /dev/null +++ b/static/svg/spray-can-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/square-full-solid.svg b/static/svg/square-full-solid.svg new file mode 100755 index 0000000..927f15b --- /dev/null +++ b/static/svg/square-full-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/square-root-alt-solid.svg b/static/svg/square-root-alt-solid.svg new file mode 100755 index 0000000..cb0262d --- /dev/null +++ b/static/svg/square-root-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/square-solid.svg b/static/svg/square-solid.svg new file mode 100755 index 0000000..927f15b --- /dev/null +++ b/static/svg/square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/square.svg b/static/svg/square.svg new file mode 100755 index 0000000..9f1bad8 --- /dev/null +++ b/static/svg/square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/squarespace.svg b/static/svg/squarespace.svg new file mode 100755 index 0000000..f3d1004 --- /dev/null +++ b/static/svg/squarespace.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stack-exchange.svg b/static/svg/stack-exchange.svg new file mode 100755 index 0000000..6d7ca7a --- /dev/null +++ b/static/svg/stack-exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stack-overflow.svg b/static/svg/stack-overflow.svg new file mode 100755 index 0000000..173fa66 --- /dev/null +++ b/static/svg/stack-overflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stackpath.svg b/static/svg/stackpath.svg new file mode 100755 index 0000000..e86f73f --- /dev/null +++ b/static/svg/stackpath.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stamp-solid.svg b/static/svg/stamp-solid.svg new file mode 100755 index 0000000..42e51a9 --- /dev/null +++ b/static/svg/stamp-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/star-and-crescent-solid.svg b/static/svg/star-and-crescent-solid.svg new file mode 100755 index 0000000..342900f --- /dev/null +++ b/static/svg/star-and-crescent-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/star-half-alt-solid.svg b/static/svg/star-half-alt-solid.svg new file mode 100755 index 0000000..3151fba --- /dev/null +++ b/static/svg/star-half-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/star-half-solid.svg b/static/svg/star-half-solid.svg new file mode 100755 index 0000000..3ae1c33 --- /dev/null +++ b/static/svg/star-half-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/star-half.svg b/static/svg/star-half.svg new file mode 100755 index 0000000..3ae1c33 --- /dev/null +++ b/static/svg/star-half.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/star-of-david-solid.svg b/static/svg/star-of-david-solid.svg new file mode 100755 index 0000000..5d30baf --- /dev/null +++ b/static/svg/star-of-david-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/star-of-life-solid.svg b/static/svg/star-of-life-solid.svg new file mode 100755 index 0000000..9b7d6fd --- /dev/null +++ b/static/svg/star-of-life-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/star-solid.svg b/static/svg/star-solid.svg new file mode 100755 index 0000000..eae25c6 --- /dev/null +++ b/static/svg/star-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/star.svg b/static/svg/star.svg new file mode 100755 index 0000000..55be877 --- /dev/null +++ b/static/svg/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/staylinked.svg b/static/svg/staylinked.svg new file mode 100755 index 0000000..ecea071 --- /dev/null +++ b/static/svg/staylinked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/steam-square.svg b/static/svg/steam-square.svg new file mode 100755 index 0000000..3ef61c6 --- /dev/null +++ b/static/svg/steam-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/steam-symbol.svg b/static/svg/steam-symbol.svg new file mode 100755 index 0000000..12c797b --- /dev/null +++ b/static/svg/steam-symbol.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/steam.svg b/static/svg/steam.svg new file mode 100755 index 0000000..7343c2d --- /dev/null +++ b/static/svg/steam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/step-backward-solid.svg b/static/svg/step-backward-solid.svg new file mode 100755 index 0000000..0a9f809 --- /dev/null +++ b/static/svg/step-backward-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/step-forward-solid.svg b/static/svg/step-forward-solid.svg new file mode 100755 index 0000000..ebc6dac --- /dev/null +++ b/static/svg/step-forward-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stethoscope-solid.svg b/static/svg/stethoscope-solid.svg new file mode 100755 index 0000000..3118429 --- /dev/null +++ b/static/svg/stethoscope-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sticker-mule.svg b/static/svg/sticker-mule.svg new file mode 100755 index 0000000..43fe287 --- /dev/null +++ b/static/svg/sticker-mule.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sticky-note-solid.svg b/static/svg/sticky-note-solid.svg new file mode 100755 index 0000000..9dc111f --- /dev/null +++ b/static/svg/sticky-note-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sticky-note.svg b/static/svg/sticky-note.svg new file mode 100755 index 0000000..9dc111f --- /dev/null +++ b/static/svg/sticky-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stop-circle-solid.svg b/static/svg/stop-circle-solid.svg new file mode 100755 index 0000000..073eb82 --- /dev/null +++ b/static/svg/stop-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stop-circle.svg b/static/svg/stop-circle.svg new file mode 100755 index 0000000..073eb82 --- /dev/null +++ b/static/svg/stop-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stop-solid.svg b/static/svg/stop-solid.svg new file mode 100755 index 0000000..9f1bad8 --- /dev/null +++ b/static/svg/stop-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stopwatch-solid.svg b/static/svg/stopwatch-solid.svg new file mode 100755 index 0000000..5c49984 --- /dev/null +++ b/static/svg/stopwatch-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/store-alt-solid.svg b/static/svg/store-alt-solid.svg new file mode 100755 index 0000000..347cf25 --- /dev/null +++ b/static/svg/store-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/store-solid.svg b/static/svg/store-solid.svg new file mode 100755 index 0000000..a0a6819 --- /dev/null +++ b/static/svg/store-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/strava.svg b/static/svg/strava.svg new file mode 100755 index 0000000..0879619 --- /dev/null +++ b/static/svg/strava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stream-solid.svg b/static/svg/stream-solid.svg new file mode 100755 index 0000000..9a3911e --- /dev/null +++ b/static/svg/stream-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/street-view-solid.svg b/static/svg/street-view-solid.svg new file mode 100755 index 0000000..bff1065 --- /dev/null +++ b/static/svg/street-view-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/strikethrough-solid.svg b/static/svg/strikethrough-solid.svg new file mode 100755 index 0000000..61d40cc --- /dev/null +++ b/static/svg/strikethrough-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stripe-s.svg b/static/svg/stripe-s.svg new file mode 100755 index 0000000..399f16e --- /dev/null +++ b/static/svg/stripe-s.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stripe.svg b/static/svg/stripe.svg new file mode 100755 index 0000000..69ad5a5 --- /dev/null +++ b/static/svg/stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stroopwafel-solid.svg b/static/svg/stroopwafel-solid.svg new file mode 100755 index 0000000..a0645ba --- /dev/null +++ b/static/svg/stroopwafel-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/studiovinari.svg b/static/svg/studiovinari.svg new file mode 100755 index 0000000..3741e6a --- /dev/null +++ b/static/svg/studiovinari.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stumbleupon-circle.svg b/static/svg/stumbleupon-circle.svg new file mode 100755 index 0000000..7ead6e0 --- /dev/null +++ b/static/svg/stumbleupon-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/stumbleupon.svg b/static/svg/stumbleupon.svg new file mode 100755 index 0000000..907acf3 --- /dev/null +++ b/static/svg/stumbleupon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/subscript-solid.svg b/static/svg/subscript-solid.svg new file mode 100755 index 0000000..cc70041 --- /dev/null +++ b/static/svg/subscript-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/subway-solid.svg b/static/svg/subway-solid.svg new file mode 100755 index 0000000..6ad8899 --- /dev/null +++ b/static/svg/subway-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/suitcase-rolling-solid.svg b/static/svg/suitcase-rolling-solid.svg new file mode 100755 index 0000000..c6551e2 --- /dev/null +++ b/static/svg/suitcase-rolling-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/suitcase-solid.svg b/static/svg/suitcase-solid.svg new file mode 100755 index 0000000..af9f3f4 --- /dev/null +++ b/static/svg/suitcase-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sun-solid.svg b/static/svg/sun-solid.svg new file mode 100755 index 0000000..3b784bd --- /dev/null +++ b/static/svg/sun-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sun.svg b/static/svg/sun.svg new file mode 100755 index 0000000..3b784bd --- /dev/null +++ b/static/svg/sun.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/superpowers.svg b/static/svg/superpowers.svg new file mode 100755 index 0000000..347f9a0 --- /dev/null +++ b/static/svg/superpowers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/superscript-solid.svg b/static/svg/superscript-solid.svg new file mode 100755 index 0000000..bfb512c --- /dev/null +++ b/static/svg/superscript-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/supple.svg b/static/svg/supple.svg new file mode 100755 index 0000000..78973ad --- /dev/null +++ b/static/svg/supple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/surprise-solid.svg b/static/svg/surprise-solid.svg new file mode 100755 index 0000000..b06dbae --- /dev/null +++ b/static/svg/surprise-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/surprise.svg b/static/svg/surprise.svg new file mode 100755 index 0000000..b06dbae --- /dev/null +++ b/static/svg/surprise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/suse.svg b/static/svg/suse.svg new file mode 100755 index 0000000..a0483cc --- /dev/null +++ b/static/svg/suse.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/swatchbook-solid.svg b/static/svg/swatchbook-solid.svg new file mode 100755 index 0000000..5837648 --- /dev/null +++ b/static/svg/swatchbook-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/swift.svg b/static/svg/swift.svg new file mode 100755 index 0000000..c8ad512 --- /dev/null +++ b/static/svg/swift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/swimmer-solid.svg b/static/svg/swimmer-solid.svg new file mode 100755 index 0000000..b624acc --- /dev/null +++ b/static/svg/swimmer-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/swimming-pool-solid.svg b/static/svg/swimming-pool-solid.svg new file mode 100755 index 0000000..cbd1fac --- /dev/null +++ b/static/svg/swimming-pool-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/symfony.svg b/static/svg/symfony.svg new file mode 100755 index 0000000..39fd0ef --- /dev/null +++ b/static/svg/symfony.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/synagogue-solid.svg b/static/svg/synagogue-solid.svg new file mode 100755 index 0000000..0c1f7b4 --- /dev/null +++ b/static/svg/synagogue-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sync-alt-solid.svg b/static/svg/sync-alt-solid.svg new file mode 100755 index 0000000..9cf6098 --- /dev/null +++ b/static/svg/sync-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/sync-solid.svg b/static/svg/sync-solid.svg new file mode 100755 index 0000000..9cf6098 --- /dev/null +++ b/static/svg/sync-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/syringe-solid.svg b/static/svg/syringe-solid.svg new file mode 100755 index 0000000..26e1cd5 --- /dev/null +++ b/static/svg/syringe-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/table-solid.svg b/static/svg/table-solid.svg new file mode 100755 index 0000000..51f2bec --- /dev/null +++ b/static/svg/table-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/table-tennis-solid.svg b/static/svg/table-tennis-solid.svg new file mode 100755 index 0000000..d28dc63 --- /dev/null +++ b/static/svg/table-tennis-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tablet-alt-solid.svg b/static/svg/tablet-alt-solid.svg new file mode 100755 index 0000000..a1075ab --- /dev/null +++ b/static/svg/tablet-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tablet-solid.svg b/static/svg/tablet-solid.svg new file mode 100755 index 0000000..a1075ab --- /dev/null +++ b/static/svg/tablet-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tablets-solid.svg b/static/svg/tablets-solid.svg new file mode 100755 index 0000000..9c5f9d0 --- /dev/null +++ b/static/svg/tablets-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tachometer-alt-solid.svg b/static/svg/tachometer-alt-solid.svg new file mode 100755 index 0000000..6880990 --- /dev/null +++ b/static/svg/tachometer-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tag-solid.svg b/static/svg/tag-solid.svg new file mode 100755 index 0000000..8f2c0d2 --- /dev/null +++ b/static/svg/tag-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tags-solid.svg b/static/svg/tags-solid.svg new file mode 100755 index 0000000..fa0dbcd --- /dev/null +++ b/static/svg/tags-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tape-solid.svg b/static/svg/tape-solid.svg new file mode 100755 index 0000000..3283a2b --- /dev/null +++ b/static/svg/tape-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tasks-solid.svg b/static/svg/tasks-solid.svg new file mode 100755 index 0000000..f74184c --- /dev/null +++ b/static/svg/tasks-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/taxi-solid.svg b/static/svg/taxi-solid.svg new file mode 100755 index 0000000..348bd43 --- /dev/null +++ b/static/svg/taxi-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/teamspeak.svg b/static/svg/teamspeak.svg new file mode 100755 index 0000000..7d40e44 --- /dev/null +++ b/static/svg/teamspeak.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/teeth-open-solid.svg b/static/svg/teeth-open-solid.svg new file mode 100755 index 0000000..7e38a56 --- /dev/null +++ b/static/svg/teeth-open-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/teeth-solid.svg b/static/svg/teeth-solid.svg new file mode 100755 index 0000000..6fdc6da --- /dev/null +++ b/static/svg/teeth-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/telegram-plane.svg b/static/svg/telegram-plane.svg new file mode 100755 index 0000000..ee9d532 --- /dev/null +++ b/static/svg/telegram-plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/telegram.svg b/static/svg/telegram.svg new file mode 100755 index 0000000..ee9d532 --- /dev/null +++ b/static/svg/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/temperature-high-solid.svg b/static/svg/temperature-high-solid.svg new file mode 100755 index 0000000..29795eb --- /dev/null +++ b/static/svg/temperature-high-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/temperature-low-solid.svg b/static/svg/temperature-low-solid.svg new file mode 100755 index 0000000..b9532b2 --- /dev/null +++ b/static/svg/temperature-low-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tencent-weibo.svg b/static/svg/tencent-weibo.svg new file mode 100755 index 0000000..39aa16c --- /dev/null +++ b/static/svg/tencent-weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tenge-solid.svg b/static/svg/tenge-solid.svg new file mode 100755 index 0000000..1e95a15 --- /dev/null +++ b/static/svg/tenge-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/terminal-solid.svg b/static/svg/terminal-solid.svg new file mode 100755 index 0000000..46e3bc1 --- /dev/null +++ b/static/svg/terminal-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/text-height-solid.svg b/static/svg/text-height-solid.svg new file mode 100755 index 0000000..61e23d1 --- /dev/null +++ b/static/svg/text-height-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/text-width-solid.svg b/static/svg/text-width-solid.svg new file mode 100755 index 0000000..23a9700 --- /dev/null +++ b/static/svg/text-width-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/th-large-solid.svg b/static/svg/th-large-solid.svg new file mode 100755 index 0000000..e7237ac --- /dev/null +++ b/static/svg/th-large-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/th-list-solid.svg b/static/svg/th-list-solid.svg new file mode 100755 index 0000000..11a775e --- /dev/null +++ b/static/svg/th-list-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/th-solid.svg b/static/svg/th-solid.svg new file mode 100755 index 0000000..24cfc64 --- /dev/null +++ b/static/svg/th-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/the-red-yeti.svg b/static/svg/the-red-yeti.svg new file mode 100755 index 0000000..12e5a3e --- /dev/null +++ b/static/svg/the-red-yeti.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/theater-masks-solid.svg b/static/svg/theater-masks-solid.svg new file mode 100755 index 0000000..5e18e57 --- /dev/null +++ b/static/svg/theater-masks-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/themeco.svg b/static/svg/themeco.svg new file mode 100755 index 0000000..824f399 --- /dev/null +++ b/static/svg/themeco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/themeisle.svg b/static/svg/themeisle.svg new file mode 100755 index 0000000..74dce5e --- /dev/null +++ b/static/svg/themeisle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thermometer-empty-solid.svg b/static/svg/thermometer-empty-solid.svg new file mode 100755 index 0000000..199de7b --- /dev/null +++ b/static/svg/thermometer-empty-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thermometer-full-solid.svg b/static/svg/thermometer-full-solid.svg new file mode 100755 index 0000000..d06b406 --- /dev/null +++ b/static/svg/thermometer-full-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thermometer-half-solid.svg b/static/svg/thermometer-half-solid.svg new file mode 100755 index 0000000..0fdd58a --- /dev/null +++ b/static/svg/thermometer-half-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thermometer-quarter-solid.svg b/static/svg/thermometer-quarter-solid.svg new file mode 100755 index 0000000..f95588e --- /dev/null +++ b/static/svg/thermometer-quarter-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thermometer-solid.svg b/static/svg/thermometer-solid.svg new file mode 100755 index 0000000..ef8cfe1 --- /dev/null +++ b/static/svg/thermometer-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thermometer-three-quarters-solid.svg b/static/svg/thermometer-three-quarters-solid.svg new file mode 100755 index 0000000..cdefa83 --- /dev/null +++ b/static/svg/thermometer-three-quarters-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/think-peaks.svg b/static/svg/think-peaks.svg new file mode 100755 index 0000000..601f3c1 --- /dev/null +++ b/static/svg/think-peaks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thumbs-down-solid.svg b/static/svg/thumbs-down-solid.svg new file mode 100755 index 0000000..0da1748 --- /dev/null +++ b/static/svg/thumbs-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thumbs-down.svg b/static/svg/thumbs-down.svg new file mode 100755 index 0000000..0da1748 --- /dev/null +++ b/static/svg/thumbs-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thumbs-up-solid.svg b/static/svg/thumbs-up-solid.svg new file mode 100755 index 0000000..39e629e --- /dev/null +++ b/static/svg/thumbs-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thumbs-up.svg b/static/svg/thumbs-up.svg new file mode 100755 index 0000000..39e629e --- /dev/null +++ b/static/svg/thumbs-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/thumbtack-solid.svg b/static/svg/thumbtack-solid.svg new file mode 100755 index 0000000..2a13a3c --- /dev/null +++ b/static/svg/thumbtack-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ticket-alt-solid.svg b/static/svg/ticket-alt-solid.svg new file mode 100755 index 0000000..945c5cd --- /dev/null +++ b/static/svg/ticket-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/times-circle-solid.svg b/static/svg/times-circle-solid.svg new file mode 100755 index 0000000..5ee3fc3 --- /dev/null +++ b/static/svg/times-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/times-circle.svg b/static/svg/times-circle.svg new file mode 100755 index 0000000..5ee3fc3 --- /dev/null +++ b/static/svg/times-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/times-solid.svg b/static/svg/times-solid.svg new file mode 100755 index 0000000..3605fbf --- /dev/null +++ b/static/svg/times-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tint-slash-solid.svg b/static/svg/tint-slash-solid.svg new file mode 100755 index 0000000..b5196dd --- /dev/null +++ b/static/svg/tint-slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tint-solid.svg b/static/svg/tint-solid.svg new file mode 100755 index 0000000..32cdd96 --- /dev/null +++ b/static/svg/tint-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tired-solid.svg b/static/svg/tired-solid.svg new file mode 100755 index 0000000..55da27a --- /dev/null +++ b/static/svg/tired-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tired.svg b/static/svg/tired.svg new file mode 100755 index 0000000..55da27a --- /dev/null +++ b/static/svg/tired.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/toggle-off-solid.svg b/static/svg/toggle-off-solid.svg new file mode 100755 index 0000000..64af2db --- /dev/null +++ b/static/svg/toggle-off-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/toggle-on-solid.svg b/static/svg/toggle-on-solid.svg new file mode 100755 index 0000000..dbcff4e --- /dev/null +++ b/static/svg/toggle-on-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/toilet-paper-solid.svg b/static/svg/toilet-paper-solid.svg new file mode 100755 index 0000000..fc3c571 --- /dev/null +++ b/static/svg/toilet-paper-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/toilet-solid.svg b/static/svg/toilet-solid.svg new file mode 100755 index 0000000..10a0fd9 --- /dev/null +++ b/static/svg/toilet-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/toolbox-solid.svg b/static/svg/toolbox-solid.svg new file mode 100755 index 0000000..dd86879 --- /dev/null +++ b/static/svg/toolbox-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tools-solid.svg b/static/svg/tools-solid.svg new file mode 100755 index 0000000..c73b1b8 --- /dev/null +++ b/static/svg/tools-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tooth-solid.svg b/static/svg/tooth-solid.svg new file mode 100755 index 0000000..e764c97 --- /dev/null +++ b/static/svg/tooth-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/torah-solid.svg b/static/svg/torah-solid.svg new file mode 100755 index 0000000..8eea09f --- /dev/null +++ b/static/svg/torah-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/torii-gate-solid.svg b/static/svg/torii-gate-solid.svg new file mode 100755 index 0000000..b589d9e --- /dev/null +++ b/static/svg/torii-gate-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tractor-solid.svg b/static/svg/tractor-solid.svg new file mode 100755 index 0000000..cc8078d --- /dev/null +++ b/static/svg/tractor-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/trade-federation.svg b/static/svg/trade-federation.svg new file mode 100755 index 0000000..bb64206 --- /dev/null +++ b/static/svg/trade-federation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/trademark-solid.svg b/static/svg/trademark-solid.svg new file mode 100755 index 0000000..d0d79b7 --- /dev/null +++ b/static/svg/trademark-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/traffic-light-solid.svg b/static/svg/traffic-light-solid.svg new file mode 100755 index 0000000..576369e --- /dev/null +++ b/static/svg/traffic-light-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/train-solid.svg b/static/svg/train-solid.svg new file mode 100755 index 0000000..852bf00 --- /dev/null +++ b/static/svg/train-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tram-solid.svg b/static/svg/tram-solid.svg new file mode 100755 index 0000000..79aa01d --- /dev/null +++ b/static/svg/tram-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/transgender-alt-solid.svg b/static/svg/transgender-alt-solid.svg new file mode 100755 index 0000000..5e4310c --- /dev/null +++ b/static/svg/transgender-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/transgender-solid.svg b/static/svg/transgender-solid.svg new file mode 100755 index 0000000..8472da4 --- /dev/null +++ b/static/svg/transgender-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/trash-alt-solid.svg b/static/svg/trash-alt-solid.svg new file mode 100755 index 0000000..8bd63bb --- /dev/null +++ b/static/svg/trash-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/trash-alt.svg b/static/svg/trash-alt.svg new file mode 100755 index 0000000..8bd63bb --- /dev/null +++ b/static/svg/trash-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/trash-restore-alt-solid.svg b/static/svg/trash-restore-alt-solid.svg new file mode 100755 index 0000000..8a6d9c7 --- /dev/null +++ b/static/svg/trash-restore-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/trash-restore-solid.svg b/static/svg/trash-restore-solid.svg new file mode 100755 index 0000000..c4eb50d --- /dev/null +++ b/static/svg/trash-restore-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/trash-solid.svg b/static/svg/trash-solid.svg new file mode 100755 index 0000000..75f1eae --- /dev/null +++ b/static/svg/trash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tree-solid.svg b/static/svg/tree-solid.svg new file mode 100755 index 0000000..881725b --- /dev/null +++ b/static/svg/tree-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/trello.svg b/static/svg/trello.svg new file mode 100755 index 0000000..9b525c0 --- /dev/null +++ b/static/svg/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tripadvisor.svg b/static/svg/tripadvisor.svg new file mode 100755 index 0000000..dff8401 --- /dev/null +++ b/static/svg/tripadvisor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/trophy-solid.svg b/static/svg/trophy-solid.svg new file mode 100755 index 0000000..4f15c84 --- /dev/null +++ b/static/svg/trophy-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/truck-loading-solid.svg b/static/svg/truck-loading-solid.svg new file mode 100755 index 0000000..8b67a92 --- /dev/null +++ b/static/svg/truck-loading-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/truck-monster-solid.svg b/static/svg/truck-monster-solid.svg new file mode 100755 index 0000000..1b16bcb --- /dev/null +++ b/static/svg/truck-monster-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/truck-moving-solid.svg b/static/svg/truck-moving-solid.svg new file mode 100755 index 0000000..293b2ed --- /dev/null +++ b/static/svg/truck-moving-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/truck-pickup-solid.svg b/static/svg/truck-pickup-solid.svg new file mode 100755 index 0000000..b19ca67 --- /dev/null +++ b/static/svg/truck-pickup-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/truck-solid.svg b/static/svg/truck-solid.svg new file mode 100755 index 0000000..293b2ed --- /dev/null +++ b/static/svg/truck-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tshirt-solid.svg b/static/svg/tshirt-solid.svg new file mode 100755 index 0000000..d770819 --- /dev/null +++ b/static/svg/tshirt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tty-solid.svg b/static/svg/tty-solid.svg new file mode 100755 index 0000000..7de981d --- /dev/null +++ b/static/svg/tty-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tumblr-square.svg b/static/svg/tumblr-square.svg new file mode 100755 index 0000000..ce18de0 --- /dev/null +++ b/static/svg/tumblr-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tumblr.svg b/static/svg/tumblr.svg new file mode 100755 index 0000000..41b0244 --- /dev/null +++ b/static/svg/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/tv-solid.svg b/static/svg/tv-solid.svg new file mode 100755 index 0000000..3a29476 --- /dev/null +++ b/static/svg/tv-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/twitch.svg b/static/svg/twitch.svg new file mode 100755 index 0000000..adfcea3 --- /dev/null +++ b/static/svg/twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/twitter-square.svg b/static/svg/twitter-square.svg new file mode 100755 index 0000000..d1c7a06 --- /dev/null +++ b/static/svg/twitter-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/twitter.svg b/static/svg/twitter.svg new file mode 100755 index 0000000..b368e73 --- /dev/null +++ b/static/svg/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/typo3.svg b/static/svg/typo3.svg new file mode 100755 index 0000000..74b54a8 --- /dev/null +++ b/static/svg/typo3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/uber.svg b/static/svg/uber.svg new file mode 100755 index 0000000..e605578 --- /dev/null +++ b/static/svg/uber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ubuntu.svg b/static/svg/ubuntu.svg new file mode 100755 index 0000000..6b8af73 --- /dev/null +++ b/static/svg/ubuntu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/uikit.svg b/static/svg/uikit.svg new file mode 100755 index 0000000..4825268 --- /dev/null +++ b/static/svg/uikit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/umbraco.svg b/static/svg/umbraco.svg new file mode 100755 index 0000000..d2148fa --- /dev/null +++ b/static/svg/umbraco.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/umbrella-beach-solid.svg b/static/svg/umbrella-beach-solid.svg new file mode 100755 index 0000000..31d1771 --- /dev/null +++ b/static/svg/umbrella-beach-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/umbrella-solid.svg b/static/svg/umbrella-solid.svg new file mode 100755 index 0000000..3b55ffc --- /dev/null +++ b/static/svg/umbrella-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/underline-solid.svg b/static/svg/underline-solid.svg new file mode 100755 index 0000000..6f3cc98 --- /dev/null +++ b/static/svg/underline-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/undo-alt-solid.svg b/static/svg/undo-alt-solid.svg new file mode 100755 index 0000000..ff20c89 --- /dev/null +++ b/static/svg/undo-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/undo-solid.svg b/static/svg/undo-solid.svg new file mode 100755 index 0000000..f49d590 --- /dev/null +++ b/static/svg/undo-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/uniregistry.svg b/static/svg/uniregistry.svg new file mode 100755 index 0000000..5f71302 --- /dev/null +++ b/static/svg/uniregistry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/universal-access-solid.svg b/static/svg/universal-access-solid.svg new file mode 100755 index 0000000..8ee1d0b --- /dev/null +++ b/static/svg/universal-access-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/university-solid.svg b/static/svg/university-solid.svg new file mode 100755 index 0000000..b0e01bd --- /dev/null +++ b/static/svg/university-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/unlink-solid.svg b/static/svg/unlink-solid.svg new file mode 100755 index 0000000..f267dbb --- /dev/null +++ b/static/svg/unlink-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/unlock-alt-solid.svg b/static/svg/unlock-alt-solid.svg new file mode 100755 index 0000000..469e510 --- /dev/null +++ b/static/svg/unlock-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/unlock-solid.svg b/static/svg/unlock-solid.svg new file mode 100755 index 0000000..d2517a5 --- /dev/null +++ b/static/svg/unlock-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/untappd.svg b/static/svg/untappd.svg new file mode 100755 index 0000000..00851b5 --- /dev/null +++ b/static/svg/untappd.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/upload-solid.svg b/static/svg/upload-solid.svg new file mode 100755 index 0000000..1fab921 --- /dev/null +++ b/static/svg/upload-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ups.svg b/static/svg/ups.svg new file mode 100755 index 0000000..5afec32 --- /dev/null +++ b/static/svg/ups.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/usb.svg b/static/svg/usb.svg new file mode 100755 index 0000000..1b4bfcd --- /dev/null +++ b/static/svg/usb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-alt-slash-solid.svg b/static/svg/user-alt-slash-solid.svg new file mode 100755 index 0000000..9e980f6 --- /dev/null +++ b/static/svg/user-alt-slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-alt-solid.svg b/static/svg/user-alt-solid.svg new file mode 100755 index 0000000..28399d0 --- /dev/null +++ b/static/svg/user-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-astronaut-solid.svg b/static/svg/user-astronaut-solid.svg new file mode 100755 index 0000000..87c9619 --- /dev/null +++ b/static/svg/user-astronaut-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-check-solid.svg b/static/svg/user-check-solid.svg new file mode 100755 index 0000000..d681565 --- /dev/null +++ b/static/svg/user-check-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-circle-solid.svg b/static/svg/user-circle-solid.svg new file mode 100755 index 0000000..83ec938 --- /dev/null +++ b/static/svg/user-circle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-circle.svg b/static/svg/user-circle.svg new file mode 100755 index 0000000..83ec938 --- /dev/null +++ b/static/svg/user-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-clock-solid.svg b/static/svg/user-clock-solid.svg new file mode 100755 index 0000000..723d923 --- /dev/null +++ b/static/svg/user-clock-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-cog-solid.svg b/static/svg/user-cog-solid.svg new file mode 100755 index 0000000..7ec523f --- /dev/null +++ b/static/svg/user-cog-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-edit-solid.svg b/static/svg/user-edit-solid.svg new file mode 100755 index 0000000..c17271f --- /dev/null +++ b/static/svg/user-edit-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-friends-solid.svg b/static/svg/user-friends-solid.svg new file mode 100755 index 0000000..c880686 --- /dev/null +++ b/static/svg/user-friends-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-graduate-solid.svg b/static/svg/user-graduate-solid.svg new file mode 100755 index 0000000..3aa683f --- /dev/null +++ b/static/svg/user-graduate-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-injured-solid.svg b/static/svg/user-injured-solid.svg new file mode 100755 index 0000000..ae190d2 --- /dev/null +++ b/static/svg/user-injured-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-lock-solid.svg b/static/svg/user-lock-solid.svg new file mode 100755 index 0000000..6fb7a93 --- /dev/null +++ b/static/svg/user-lock-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-md-solid.svg b/static/svg/user-md-solid.svg new file mode 100755 index 0000000..83285f0 --- /dev/null +++ b/static/svg/user-md-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-minus-solid.svg b/static/svg/user-minus-solid.svg new file mode 100755 index 0000000..0fae8cf --- /dev/null +++ b/static/svg/user-minus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-ninja-solid.svg b/static/svg/user-ninja-solid.svg new file mode 100755 index 0000000..10f784e --- /dev/null +++ b/static/svg/user-ninja-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-nurse-solid.svg b/static/svg/user-nurse-solid.svg new file mode 100755 index 0000000..2b1aef9 --- /dev/null +++ b/static/svg/user-nurse-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-plus-solid.svg b/static/svg/user-plus-solid.svg new file mode 100755 index 0000000..840278b --- /dev/null +++ b/static/svg/user-plus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-secret-solid.svg b/static/svg/user-secret-solid.svg new file mode 100755 index 0000000..1342e5e --- /dev/null +++ b/static/svg/user-secret-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-shield-solid.svg b/static/svg/user-shield-solid.svg new file mode 100755 index 0000000..28f7ab6 --- /dev/null +++ b/static/svg/user-shield-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-slash-solid.svg b/static/svg/user-slash-solid.svg new file mode 100755 index 0000000..f5caac9 --- /dev/null +++ b/static/svg/user-slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-solid.svg b/static/svg/user-solid.svg new file mode 100755 index 0000000..3fba0aa --- /dev/null +++ b/static/svg/user-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-tag-solid.svg b/static/svg/user-tag-solid.svg new file mode 100755 index 0000000..79a014b --- /dev/null +++ b/static/svg/user-tag-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-tie-solid.svg b/static/svg/user-tie-solid.svg new file mode 100755 index 0000000..66d5b5a --- /dev/null +++ b/static/svg/user-tie-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user-times-solid.svg b/static/svg/user-times-solid.svg new file mode 100755 index 0000000..b9a7773 --- /dev/null +++ b/static/svg/user-times-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/user.svg b/static/svg/user.svg new file mode 100755 index 0000000..3fba0aa --- /dev/null +++ b/static/svg/user.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/users-cog-solid.svg b/static/svg/users-cog-solid.svg new file mode 100755 index 0000000..4d592dc --- /dev/null +++ b/static/svg/users-cog-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/users-solid.svg b/static/svg/users-solid.svg new file mode 100755 index 0000000..d190dbf --- /dev/null +++ b/static/svg/users-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/usps.svg b/static/svg/usps.svg new file mode 100755 index 0000000..9aa21d9 --- /dev/null +++ b/static/svg/usps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/ussunnah.svg b/static/svg/ussunnah.svg new file mode 100755 index 0000000..02791a6 --- /dev/null +++ b/static/svg/ussunnah.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/utensil-spoon-solid.svg b/static/svg/utensil-spoon-solid.svg new file mode 100755 index 0000000..0d02396 --- /dev/null +++ b/static/svg/utensil-spoon-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/utensils-solid.svg b/static/svg/utensils-solid.svg new file mode 100755 index 0000000..9b719ce --- /dev/null +++ b/static/svg/utensils-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vaadin.svg b/static/svg/vaadin.svg new file mode 100755 index 0000000..9efd240 --- /dev/null +++ b/static/svg/vaadin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vector-square-solid.svg b/static/svg/vector-square-solid.svg new file mode 100755 index 0000000..9dfbec9 --- /dev/null +++ b/static/svg/vector-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/venus-double-solid.svg b/static/svg/venus-double-solid.svg new file mode 100755 index 0000000..da35acd --- /dev/null +++ b/static/svg/venus-double-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/venus-mars-solid.svg b/static/svg/venus-mars-solid.svg new file mode 100755 index 0000000..befd0ee --- /dev/null +++ b/static/svg/venus-mars-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/venus-solid.svg b/static/svg/venus-solid.svg new file mode 100755 index 0000000..e623c62 --- /dev/null +++ b/static/svg/venus-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/viacoin.svg b/static/svg/viacoin.svg new file mode 100755 index 0000000..625ef5b --- /dev/null +++ b/static/svg/viacoin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/viadeo-square.svg b/static/svg/viadeo-square.svg new file mode 100755 index 0000000..753bd89 --- /dev/null +++ b/static/svg/viadeo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/viadeo.svg b/static/svg/viadeo.svg new file mode 100755 index 0000000..50d010e --- /dev/null +++ b/static/svg/viadeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vial-solid.svg b/static/svg/vial-solid.svg new file mode 100755 index 0000000..183c249 --- /dev/null +++ b/static/svg/vial-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vials-solid.svg b/static/svg/vials-solid.svg new file mode 100755 index 0000000..4ae630f --- /dev/null +++ b/static/svg/vials-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/viber.svg b/static/svg/viber.svg new file mode 100755 index 0000000..c20ebf5 --- /dev/null +++ b/static/svg/viber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/video-slash-solid.svg b/static/svg/video-slash-solid.svg new file mode 100755 index 0000000..6c9b90f --- /dev/null +++ b/static/svg/video-slash-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/video-solid.svg b/static/svg/video-solid.svg new file mode 100755 index 0000000..19c0242 --- /dev/null +++ b/static/svg/video-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vihara-solid.svg b/static/svg/vihara-solid.svg new file mode 100755 index 0000000..2268f8a --- /dev/null +++ b/static/svg/vihara-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vimeo-square.svg b/static/svg/vimeo-square.svg new file mode 100755 index 0000000..30b7bf4 --- /dev/null +++ b/static/svg/vimeo-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vimeo-v.svg b/static/svg/vimeo-v.svg new file mode 100755 index 0000000..7b58d18 --- /dev/null +++ b/static/svg/vimeo-v.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vimeo.svg b/static/svg/vimeo.svg new file mode 100755 index 0000000..7b58d18 --- /dev/null +++ b/static/svg/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vine.svg b/static/svg/vine.svg new file mode 100755 index 0000000..1174924 --- /dev/null +++ b/static/svg/vine.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vk.svg b/static/svg/vk.svg new file mode 100755 index 0000000..5fd4483 --- /dev/null +++ b/static/svg/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vnv.svg b/static/svg/vnv.svg new file mode 100755 index 0000000..e449977 --- /dev/null +++ b/static/svg/vnv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/voicemail-solid.svg b/static/svg/voicemail-solid.svg new file mode 100755 index 0000000..a641235 --- /dev/null +++ b/static/svg/voicemail-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/volleyball-ball-solid.svg b/static/svg/volleyball-ball-solid.svg new file mode 100755 index 0000000..ae63a59 --- /dev/null +++ b/static/svg/volleyball-ball-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/volume-down-solid.svg b/static/svg/volume-down-solid.svg new file mode 100755 index 0000000..92b3d5f --- /dev/null +++ b/static/svg/volume-down-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/volume-mute-solid.svg b/static/svg/volume-mute-solid.svg new file mode 100755 index 0000000..220ac94 --- /dev/null +++ b/static/svg/volume-mute-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/volume-off-solid.svg b/static/svg/volume-off-solid.svg new file mode 100755 index 0000000..220ac94 --- /dev/null +++ b/static/svg/volume-off-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/volume-up-solid.svg b/static/svg/volume-up-solid.svg new file mode 100755 index 0000000..296f443 --- /dev/null +++ b/static/svg/volume-up-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vote-yea-solid.svg b/static/svg/vote-yea-solid.svg new file mode 100755 index 0000000..3bf6d71 --- /dev/null +++ b/static/svg/vote-yea-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vr-cardboard-solid.svg b/static/svg/vr-cardboard-solid.svg new file mode 100755 index 0000000..033a43a --- /dev/null +++ b/static/svg/vr-cardboard-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/vuejs.svg b/static/svg/vuejs.svg new file mode 100755 index 0000000..afe6243 --- /dev/null +++ b/static/svg/vuejs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/walking-solid.svg b/static/svg/walking-solid.svg new file mode 100755 index 0000000..c2574e0 --- /dev/null +++ b/static/svg/walking-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wallet-solid.svg b/static/svg/wallet-solid.svg new file mode 100755 index 0000000..404c3df --- /dev/null +++ b/static/svg/wallet-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/warehouse-solid.svg b/static/svg/warehouse-solid.svg new file mode 100755 index 0000000..e6ace69 --- /dev/null +++ b/static/svg/warehouse-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/water-solid.svg b/static/svg/water-solid.svg new file mode 100755 index 0000000..9eaaaa6 --- /dev/null +++ b/static/svg/water-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wave-square-solid.svg b/static/svg/wave-square-solid.svg new file mode 100755 index 0000000..a3218a3 --- /dev/null +++ b/static/svg/wave-square-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/waze.svg b/static/svg/waze.svg new file mode 100755 index 0000000..224f183 --- /dev/null +++ b/static/svg/waze.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/weebly.svg b/static/svg/weebly.svg new file mode 100755 index 0000000..6b24395 --- /dev/null +++ b/static/svg/weebly.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/weibo.svg b/static/svg/weibo.svg new file mode 100755 index 0000000..54becbc --- /dev/null +++ b/static/svg/weibo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/weight-hanging-solid.svg b/static/svg/weight-hanging-solid.svg new file mode 100755 index 0000000..98dd9cd --- /dev/null +++ b/static/svg/weight-hanging-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/weight-solid.svg b/static/svg/weight-solid.svg new file mode 100755 index 0000000..f13c5c2 --- /dev/null +++ b/static/svg/weight-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/weixin.svg b/static/svg/weixin.svg new file mode 100755 index 0000000..1fd4582 --- /dev/null +++ b/static/svg/weixin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/whatsapp-square.svg b/static/svg/whatsapp-square.svg new file mode 100755 index 0000000..c4c398a --- /dev/null +++ b/static/svg/whatsapp-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/whatsapp.svg b/static/svg/whatsapp.svg new file mode 100755 index 0000000..499cfba --- /dev/null +++ b/static/svg/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wheelchair-solid.svg b/static/svg/wheelchair-solid.svg new file mode 100755 index 0000000..45359fc --- /dev/null +++ b/static/svg/wheelchair-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/whmcs.svg b/static/svg/whmcs.svg new file mode 100755 index 0000000..e0c5e77 --- /dev/null +++ b/static/svg/whmcs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wifi-solid.svg b/static/svg/wifi-solid.svg new file mode 100755 index 0000000..f0bf74c --- /dev/null +++ b/static/svg/wifi-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wikipedia-w.svg b/static/svg/wikipedia-w.svg new file mode 100755 index 0000000..751ca63 --- /dev/null +++ b/static/svg/wikipedia-w.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wind-solid.svg b/static/svg/wind-solid.svg new file mode 100755 index 0000000..6825874 --- /dev/null +++ b/static/svg/wind-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/window-close-solid.svg b/static/svg/window-close-solid.svg new file mode 100755 index 0000000..576586c --- /dev/null +++ b/static/svg/window-close-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/window-close.svg b/static/svg/window-close.svg new file mode 100755 index 0000000..576586c --- /dev/null +++ b/static/svg/window-close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/window-maximize-solid.svg b/static/svg/window-maximize-solid.svg new file mode 100755 index 0000000..8ff0ee8 --- /dev/null +++ b/static/svg/window-maximize-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/window-maximize.svg b/static/svg/window-maximize.svg new file mode 100755 index 0000000..8ff0ee8 --- /dev/null +++ b/static/svg/window-maximize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/window-minimize-solid.svg b/static/svg/window-minimize-solid.svg new file mode 100755 index 0000000..c71ca88 --- /dev/null +++ b/static/svg/window-minimize-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/window-minimize.svg b/static/svg/window-minimize.svg new file mode 100755 index 0000000..c71ca88 --- /dev/null +++ b/static/svg/window-minimize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/window-restore-solid.svg b/static/svg/window-restore-solid.svg new file mode 100755 index 0000000..bcea8f4 --- /dev/null +++ b/static/svg/window-restore-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/window-restore.svg b/static/svg/window-restore.svg new file mode 100755 index 0000000..bcea8f4 --- /dev/null +++ b/static/svg/window-restore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/windows.svg b/static/svg/windows.svg new file mode 100755 index 0000000..c26a23c --- /dev/null +++ b/static/svg/windows.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wine-bottle-solid.svg b/static/svg/wine-bottle-solid.svg new file mode 100755 index 0000000..916d81b --- /dev/null +++ b/static/svg/wine-bottle-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wine-glass-alt-solid.svg b/static/svg/wine-glass-alt-solid.svg new file mode 100755 index 0000000..d686f39 --- /dev/null +++ b/static/svg/wine-glass-alt-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wine-glass-solid.svg b/static/svg/wine-glass-solid.svg new file mode 100755 index 0000000..a60e791 --- /dev/null +++ b/static/svg/wine-glass-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wix.svg b/static/svg/wix.svg new file mode 100755 index 0000000..02688d5 --- /dev/null +++ b/static/svg/wix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wizards-of-the-coast.svg b/static/svg/wizards-of-the-coast.svg new file mode 100755 index 0000000..319e22d --- /dev/null +++ b/static/svg/wizards-of-the-coast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wolf-pack-battalion.svg b/static/svg/wolf-pack-battalion.svg new file mode 100755 index 0000000..1bfe768 --- /dev/null +++ b/static/svg/wolf-pack-battalion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/won-sign-solid.svg b/static/svg/won-sign-solid.svg new file mode 100755 index 0000000..4751990 --- /dev/null +++ b/static/svg/won-sign-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wordpress-simple.svg b/static/svg/wordpress-simple.svg new file mode 100755 index 0000000..8a00a2c --- /dev/null +++ b/static/svg/wordpress-simple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wordpress.svg b/static/svg/wordpress.svg new file mode 100755 index 0000000..286aad8 --- /dev/null +++ b/static/svg/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wpbeginner.svg b/static/svg/wpbeginner.svg new file mode 100755 index 0000000..f94353c --- /dev/null +++ b/static/svg/wpbeginner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wpexplorer.svg b/static/svg/wpexplorer.svg new file mode 100755 index 0000000..d6a3e36 --- /dev/null +++ b/static/svg/wpexplorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wpforms.svg b/static/svg/wpforms.svg new file mode 100755 index 0000000..a0c480d --- /dev/null +++ b/static/svg/wpforms.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wpressr.svg b/static/svg/wpressr.svg new file mode 100755 index 0000000..cd16550 --- /dev/null +++ b/static/svg/wpressr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/wrench-solid.svg b/static/svg/wrench-solid.svg new file mode 100755 index 0000000..90fbe7b --- /dev/null +++ b/static/svg/wrench-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/x-ray-solid.svg b/static/svg/x-ray-solid.svg new file mode 100755 index 0000000..c729036 --- /dev/null +++ b/static/svg/x-ray-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/xbox.svg b/static/svg/xbox.svg new file mode 100755 index 0000000..e030166 --- /dev/null +++ b/static/svg/xbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/xing-square.svg b/static/svg/xing-square.svg new file mode 100755 index 0000000..c3d2447 --- /dev/null +++ b/static/svg/xing-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/xing.svg b/static/svg/xing.svg new file mode 100755 index 0000000..e8b35f2 --- /dev/null +++ b/static/svg/xing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/y-combinator.svg b/static/svg/y-combinator.svg new file mode 100755 index 0000000..78fba50 --- /dev/null +++ b/static/svg/y-combinator.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/yahoo.svg b/static/svg/yahoo.svg new file mode 100755 index 0000000..e24e453 --- /dev/null +++ b/static/svg/yahoo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/yammer.svg b/static/svg/yammer.svg new file mode 100755 index 0000000..4611b06 --- /dev/null +++ b/static/svg/yammer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/yandex-international.svg b/static/svg/yandex-international.svg new file mode 100755 index 0000000..059f76a --- /dev/null +++ b/static/svg/yandex-international.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/yandex.svg b/static/svg/yandex.svg new file mode 100755 index 0000000..7479e10 --- /dev/null +++ b/static/svg/yandex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/yarn.svg b/static/svg/yarn.svg new file mode 100755 index 0000000..e5fa4c1 --- /dev/null +++ b/static/svg/yarn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/yelp.svg b/static/svg/yelp.svg new file mode 100755 index 0000000..27f5c23 --- /dev/null +++ b/static/svg/yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/yen-sign-solid.svg b/static/svg/yen-sign-solid.svg new file mode 100755 index 0000000..168dfc8 --- /dev/null +++ b/static/svg/yen-sign-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/yin-yang-solid.svg b/static/svg/yin-yang-solid.svg new file mode 100755 index 0000000..55d1fcd --- /dev/null +++ b/static/svg/yin-yang-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/yoast.svg b/static/svg/yoast.svg new file mode 100755 index 0000000..fcf47b6 --- /dev/null +++ b/static/svg/yoast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/youtube-square.svg b/static/svg/youtube-square.svg new file mode 100755 index 0000000..2d17852 --- /dev/null +++ b/static/svg/youtube-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/youtube.svg b/static/svg/youtube.svg new file mode 100755 index 0000000..1766c67 --- /dev/null +++ b/static/svg/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/zhihu.svg b/static/svg/zhihu.svg new file mode 100755 index 0000000..7577b92 --- /dev/null +++ b/static/svg/zhihu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 61e9974..91ff3b7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,2 +1,105 @@ -

Welcome

-

This page is under construction!

\ No newline at end of file + + + + + getDiscography + + + + + + + + + + + + + +
+
+ Loading... +
+
+ +
+
+
+
+
+
+
+ + + +
+

Enter an Artist

+
+ + +
+
+ +
+
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + \ No newline at end of file diff --git a/templates/download.html b/templates/download.html new file mode 100644 index 0000000..7097f26 --- /dev/null +++ b/templates/download.html @@ -0,0 +1 @@ +

{{ artist }}

diff --git a/utils/__pycache__/__init__.cpython-37.pyc b/utils/__pycache__/__init__.cpython-37.pyc index 8a6ae23..7b66ef6 100644 Binary files a/utils/__pycache__/__init__.cpython-37.pyc and b/utils/__pycache__/__init__.cpython-37.pyc differ diff --git a/utils/__pycache__/browser.cpython-37.pyc b/utils/__pycache__/browser.cpython-37.pyc index 38a33a0..d05fade 100644 Binary files a/utils/__pycache__/browser.cpython-37.pyc and b/utils/__pycache__/browser.cpython-37.pyc differ diff --git a/utils/__pycache__/processor.cpython-37.pyc b/utils/__pycache__/processor.cpython-37.pyc new file mode 100644 index 0000000..87c46af Binary files /dev/null and b/utils/__pycache__/processor.cpython-37.pyc differ diff --git a/utils/__pycache__/yt_dlp_logger.cpython-37.pyc b/utils/__pycache__/yt_dlp_logger.cpython-37.pyc new file mode 100644 index 0000000..93ce415 Binary files /dev/null and b/utils/__pycache__/yt_dlp_logger.cpython-37.pyc differ diff --git a/utils/processor.py b/utils/processor.py index 5769d2a..1569886 100644 --- a/utils/processor.py +++ b/utils/processor.py @@ -1,3 +1,5 @@ +import os + import bs4 from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC @@ -12,6 +14,7 @@ import yt_dlp def download_file(url, output): filename = wget.download(url, out=output) + os.rename(filename, output + '/album.jpg') return filename @@ -109,7 +112,6 @@ def process_download(artist): # Download album print(item) - ydl_opts = { 'logger': MyLogger(), 'progress_hooks': [my_hook], @@ -123,8 +125,11 @@ def process_download(artist): } with yt_dlp.YoutubeDL(ydl_opts) as ydl: - error_code = ydl.download('https://youtube.com' + item.get('link')) + try: + error_code = ydl.download('https://youtube.com' + item.get('link')) + except Exception as e: + print('!!!!!!!!!') + print(e) - return res_value + return processed_albums_data_list -#