1 metric tonne of stuff

This commit is contained in:
Amolith 2019-04-05 13:38:27 -04:00
parent 58ad24ffa2
commit f79da4b3d6
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
28 changed files with 303 additions and 103 deletions

View File

@ -1,5 +1,6 @@
<link rel="stylesheet" href="{{ "/assets/vendor/normalize-css/normalize.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/assets/vendor/normalize-css/normalize.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/assets/vendor/font-awesome/css/fork-awesome.min.css" | prepend: site.baseurl }}">
{% if site.styles contains site.highlightstyle %}<link rel="stylesheet" href="{{ site.baseurl }}/assets/vendor/highlight/styles/{{ site.highlightstyle }}.css">{% else %} {% if site.styles contains site.highlightstyle %}<link rel="stylesheet" href="{{ site.baseurl }}/assets/vendor/highlight/styles/{{ site.highlightstyle }}.css">{% else %}
<link rel="stylesheet" href="{{ site.baseurl }}/assets/vendor/highlight/styles/solarized_dark.css">{% endif %} <link rel="stylesheet" href="{{ site.baseurl }}/assets/vendor/highlight/styles/solarized_dark.css">{% endif %}
<link rel="stylesheet" href="{{ "/assets/vendor/font-awesome/css/fork-awesome.min.css" | prepend: site.baseurl }}"> <link rel="stylesheet" href="{{ "/assets/vendor/font-awesome/css/fork-awesome.min.css" | prepend: site.baseurl }}">

View File

@ -93,6 +93,7 @@ a {
.content a::before { .content a::before {
content: "\f0c1 "; content: "\f0c1 ";
font-size: 15px; font-size: 15px;
font-family: "ForkAwesome";
} }
p { p {
font-size: 20px; font-size: 20px;
@ -419,6 +420,7 @@ strong {
font-family: 'Inconsolata'; font-family: 'Inconsolata';
color: $cloudy; color: $cloudy;
margin-top: 80px; margin-top: 80px;
word-wrap: anywhere;
} }
.explore__divider { .explore__divider {
@ -483,6 +485,11 @@ strong {
#disqus_thread { #disqus_thread {
margin-top: 100px; margin-top: 100px;
} }
@media (max-width: 1920px) {
.wrapper {
max-width: 50%
}
}
@media (max-width: 1000px) { @media (max-width: 1000px) {
.contact-card { .contact-card {
width: 28%; width: 28%;

Binary file not shown.

View File

@ -1,6 +1,6 @@
/*! /*!
Fork Awesome 1.1.5 Fork Awesome 1.1.7
License - http://forkawesome.github.io/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome
@ -14,8 +14,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
* -------------------------- */ * -------------------------- */
@font-face { @font-face {
font-family: 'ForkAwesome'; font-family: 'ForkAwesome';
src: url('../fonts/forkawesome-webfont.eot?v=1.1.5'); src: url('../fonts/forkawesome-webfont.eot?v=1.1.7');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.5') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.5') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.5') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.5') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.5#forkawesomeregular') format('svg'); src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.7') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.7') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.7') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.7') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -2519,6 +2519,39 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-gitea:before { .fa-gitea:before {
content: "\f31f"; content: "\f31f";
} }
.fa-file-epub:before {
content: "\f321";
}
.fa-python:before {
content: "\f322";
}
.fa-archlinux:before {
content: "\f323";
}
.fa-pleroma:before {
content: "\f324";
}
.fa-unsplash:before {
content: "\f325";
}
.fa-hackster:before {
content: "\f326";
}
.fa-spell-check:before {
content: "\f327";
}
.fa-moon:before {
content: "\f328";
}
.fa-sun:before {
content: "\f329";
}
.fa-f-droid:before {
content: "\f32a";
}
.fa-biometric:before {
content: "\f32b";
}
.sr-only { .sr-only {
position: absolute; position: absolute;
width: 1px; width: 1px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*! /*!
Fork Awesome 1.1.5 Fork Awesome 1.1.7
License - http://forkawesome.github.io/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -1,6 +1,6 @@
/*! /*!
Fork Awesome 1.1.5 Fork Awesome 1.1.7
License - http://forkawesome.github.io/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -1,11 +1,11 @@
<?xml version="1.0" standalone="no"?> <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!-- <!--
2018-10-15: Created with FontForge (http://fontforge.org) 2019-2-18: Created with FontForge (http://fontforge.org)
--> -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata> <metadata>
Created by FontForge 20180321 at Mon Oct 15 10:55:59 2018 Created by FontForge 20180321 at Mon Feb 18 18:29:30 2019
By Julien Deswaef By Julien Deswaef
The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io
</metadata> </metadata>
@ -19,10 +19,10 @@ The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/
panose-1="2 0 5 3 0 0 0 0 0 0" panose-1="2 0 5 3 0 0 0 0 0 0"
ascent="1536" ascent="1536"
descent="-256" descent="-256"
bbox="-0.653061 -264 2304.01 1536.25" bbox="-0.653061 -264 2304.01 1538"
underline-thickness="89.6" underline-thickness="89.6"
underline-position="-179.2" underline-position="-179.2"
unicode-range="U+0020-F31F" unicode-range="U+0020-F32B"
/> />
<missing-glyph /> <missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200" <glyph glyph-name="space" unicode=" " horiz-adv-x="200"
@ -50,9 +50,9 @@ d="M256 224v-192c0 -17 -15 -32 -32 -32h-192c-17 0 -32 15 -32 32v192c0 17 15 32 3
c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h192c17 0 32 -15 32 -32zM1792 224v-192c0 -17 -15 -32 -32 -32h-1344c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1344c17 0 32 -15 32 -32zM256 1376v-192c0 -17 -15 -32 -32 -32h-192c-17 0 -32 15 -32 32v192 c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h192c17 0 32 -15 32 -32zM1792 224v-192c0 -17 -15 -32 -32 -32h-1344c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1344c17 0 32 -15 32 -32zM256 1376v-192c0 -17 -15 -32 -32 -32h-192c-17 0 -32 15 -32 32v192
c0 17 15 32 32 32h192c17 0 32 -15 32 -32zM1792 608v-192c0 -17 -15 -32 -32 -32h-1344c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1344c17 0 32 -15 32 -32zM1792 992v-192c0 -17 -15 -32 -32 -32h-1344c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1344 c0 17 15 32 32 32h192c17 0 32 -15 32 -32zM1792 608v-192c0 -17 -15 -32 -32 -32h-1344c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1344c17 0 32 -15 32 -32zM1792 992v-192c0 -17 -15 -32 -32 -32h-1344c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1344
c17 0 32 -15 32 -32zM1792 1376v-192c0 -17 -15 -32 -32 -32h-1344c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1344c17 0 32 -15 32 -32z" /> c17 0 32 -15 32 -32zM1792 1376v-192c0 -17 -15 -32 -32 -32h-1344c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1344c17 0 32 -15 32 -32z" />
<glyph glyph-name="foursquare" unicode="&#xf180;" horiz-adv-x="1192" <glyph glyph-name="archlinux" unicode="&#xf323;" horiz-adv-x="1794"
d="M956 1102l37 194c7 32 -17 57 -44 57h-712c-32 0 -54 -29 -54 -54v-1101c0 -3 3 -4 6 -1c262 315 291 352 291 352c30 35 42 41 86 41h239c33 0 52 28 55 44s31 162 37 191s-21 59 -48 59h-294c-39 0 -67 28 -67 67v42c0 39 28 66 67 66h346c24 0 51 22 55 43zM1183 1324 d="M897 1538c164 -386 203 -504 682 -1397c-61 36 -138 70 -247 98c158 -81 236 -156 310 -214c47 -87 97 -179 152 -281c-281 162 -499 263 -702 303c7 31 11 64 12 98c5 182 -83 337 -195 347s-207 -131 -212 -313v-9c0 -43 4 -84 13 -122c-205 -39 -426 -140 -710 -304
c-37 -180 -148 -749 -158 -790c-12 -47 -30 -129 -144 -129h-271c-11 0 -12 1 -22 -10c0 0 -7 -8 -426 -494c-33 -38 -87 -31 -107 -23s-55 32 -55 98v1410c0 58 36 150 158 150h888c130 0 165 -74 137 -212zM1183 1324l-158 -790c10 41 121 610 158 790z" /> c362 650 540 989 654 1226c60 -50 139 -99 256 -147c-109 76 -175 143 -230 201c89 190 137 318 217 514z" />
<glyph glyph-name="th" unicode="&#xf00a;" horiz-adv-x="1792" <glyph glyph-name="th" unicode="&#xf00a;" horiz-adv-x="1792"
d="M512 288v-192c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v192c0 53 43 96 96 96h320c53 0 96 -43 96 -96zM512 800v-192c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v192c0 53 43 96 96 96h320c53 0 96 -43 96 -96zM1152 288v-192c0 -53 -43 -96 -96 -96h-320 d="M512 288v-192c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v192c0 53 43 96 96 96h320c53 0 96 -43 96 -96zM512 800v-192c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v192c0 53 43 96 96 96h320c53 0 96 -43 96 -96zM1152 288v-192c0 -53 -43 -96 -96 -96h-320
c-53 0 -96 43 -96 96v192c0 53 43 96 96 96h320c53 0 96 -43 96 -96zM512 1312v-192c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v192c0 53 43 96 96 96h320c53 0 96 -43 96 -96zM1152 800v-192c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v192c0 53 43 96 96 96 c-53 0 -96 43 -96 96v192c0 53 43 96 96 96h320c53 0 96 -43 96 -96zM512 1312v-192c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v192c0 53 43 96 96 96h320c53 0 96 -43 96 -96zM1152 800v-192c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v192c0 53 43 96 96 96
@ -143,6 +143,8 @@ d="M768 96v1088c-300 0 -544 -244 -544 -544s244 -544 544 -544zM1536 640c0 -424 -3
<glyph glyph-name="subway" unicode="&#xf239;" <glyph glyph-name="subway" unicode="&#xf239;"
d="M1088 1536c247 0 448 -143 448 -320v-896c0 -173 -191 -313 -431 -319l213 -202c21 -20 7 -55 -22 -55h-1056c-29 0 -43 35 -22 55l213 202c-240 6 -431 146 -431 319v896c0 177 201 320 448 320h640zM288 224c88 0 160 72 160 160s-72 160 -160 160s-160 -72 -160 -160 d="M1088 1536c247 0 448 -143 448 -320v-896c0 -173 -191 -313 -431 -319l213 -202c21 -20 7 -55 -22 -55h-1056c-29 0 -43 35 -22 55l213 202c-240 6 -431 146 -431 319v896c0 177 201 320 448 320h640zM288 224c88 0 160 72 160 160s-72 160 -160 160s-160 -72 -160 -160
s72 -160 160 -160zM704 768v512h-544v-512h544zM1248 224c88 0 160 72 160 160s-72 160 -160 160s-160 -72 -160 -160s72 -160 160 -160zM1408 768v512h-576v-512h576z" /> s72 -160 160 -160zM704 768v512h-544v-512h544zM1248 224c88 0 160 72 160 160s-72 160 -160 160s-160 -72 -160 -160s72 -160 160 -160zM1408 768v512h-576v-512h576z" />
<glyph glyph-name="unslpash" unicode="&#xf325;"
d="M1052 728h484v-856h-1536v856h484v-428h568v428zM484 1408h568v-428h-568v428z" />
<glyph glyph-name="chevron-down" unicode="&#xf078;" horiz-adv-x="1612" <glyph glyph-name="chevron-down" unicode="&#xf078;" horiz-adv-x="1612"
d="M1593 728l-742 -741c-25 -25 -65 -25 -90 0l-742 741c-25 25 -25 66 0 91l166 165c25 25 65 25 90 0l531 -531l531 531c25 25 65 25 90 0l166 -165c25 -25 25 -66 0 -91z" /> d="M1593 728l-742 -741c-25 -25 -65 -25 -90 0l-742 741c-25 25 -25 66 0 91l166 165c25 25 65 25 90 0l531 -531l531 531c25 25 65 25 90 0l166 -165c25 -25 25 -66 0 -91z" />
<glyph glyph-name="location-arrow" unicode="&#xf124;" horiz-adv-x="1408" <glyph glyph-name="location-arrow" unicode="&#xf124;" horiz-adv-x="1408"
@ -211,6 +213,9 @@ c0 -9 -1 -18 -2 -27c-116 0 -233 20 -349 20c-14 0 -34 -6 -48 -8c-63 -11 -125 -14
d="M1536 640c0 -424 -344 -768 -768 -768c-76 0 -148 11 -218 32c29 46 62 105 78 164c0 0 9 34 54 211c26 -51 104 -96 187 -96c247 0 415 225 415 527c0 227 -193 440 -487 440c-364 0 -548 -262 -548 -480c0 -132 50 -250 157 -294c17 -7 33 0 38 20c4 13 12 47 16 61 d="M1536 640c0 -424 -344 -768 -768 -768c-76 0 -148 11 -218 32c29 46 62 105 78 164c0 0 9 34 54 211c26 -51 104 -96 187 -96c247 0 415 225 415 527c0 227 -193 440 -487 440c-364 0 -548 -262 -548 -480c0 -132 50 -250 157 -294c17 -7 33 0 38 20c4 13 12 47 16 61
c5 20 3 26 -11 43c-31 37 -51 84 -51 151c0 194 145 368 378 368c206 0 320 -126 320 -295c0 -221 -98 -408 -244 -408c-80 0 -140 66 -121 148c23 97 68 202 68 272c0 63 -34 116 -104 116c-82 0 -148 -85 -148 -199c0 0 0 -73 25 -122c-84 -356 -99 -418 -99 -418 c5 20 3 26 -11 43c-31 37 -51 84 -51 151c0 194 145 368 378 368c206 0 320 -126 320 -295c0 -221 -98 -408 -244 -408c-80 0 -140 66 -121 148c23 97 68 202 68 272c0 63 -34 116 -104 116c-82 0 -148 -85 -148 -199c0 0 0 -73 25 -122c-84 -356 -99 -418 -99 -418
c-14 -58 -15 -123 -13 -177c-271 119 -460 389 -460 704c0 424 344 768 768 768s768 -344 768 -768z" /> c-14 -58 -15 -123 -13 -177c-271 119 -460 389 -460 704c0 424 344 768 768 768s768 -344 768 -768z" />
<glyph glyph-name="sun" unicode="&#xf329;" horiz-adv-x="1707"
d="M1706 363c-3 -10 -11 -17 -20 -20l-292 -96v-306c0 -10 -5 -20 -13 -26c-9 -6 -19 -8 -29 -4l-292 94l-180 -248c-6 -8 -16 -13 -26 -13s-20 5 -26 13l-180 248l-292 -94c-10 -4 -20 -2 -29 4c-8 6 -13 16 -13 26v306l-292 96c-9 3 -17 10 -20 20s-2 21 4 29l180 248
l-180 248c-6 9 -7 19 -4 29s11 17 20 20l292 96v306c0 10 5 20 13 26c9 6 19 8 29 4l292 -94l180 248c12 16 40 16 52 0l180 -248l292 94c10 4 20 2 29 -4c8 -6 13 -16 13 -26v-306l292 -96c9 -3 17 -10 20 -20s2 -20 -4 -29l-180 -248l180 -248c6 -8 7 -19 4 -29z" />
<glyph glyph-name="cart-plus" unicode="&#xf217;" horiz-adv-x="1664" <glyph glyph-name="cart-plus" unicode="&#xf217;" horiz-adv-x="1664"
d="M1216 832c0 35 -29 64 -64 64h-128v128c0 35 -29 64 -64 64s-64 -29 -64 -64v-128h-128c-35 0 -64 -29 -64 -64s29 -64 64 -64h128v-128c0 -35 29 -64 64 -64s64 29 64 64v128h128c35 0 64 29 64 64zM640 0c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128 d="M1216 832c0 35 -29 64 -64 64h-128v128c0 35 -29 64 -64 64s-64 -29 -64 -64v-128h-128c-35 0 -64 -29 -64 -64s29 -64 64 -64h128v-128c0 -35 29 -64 64 -64s64 29 64 64v128h128c35 0 64 29 64 64zM640 0c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128
s128 -57 128 -128zM1536 0c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128s128 -57 128 -128zM1664 1088v-512c0 -32 -24 -60 -57 -64l-1044 -122c4 -22 13 -47 13 -70s-14 -44 -24 -64h920c35 0 64 -29 64 -64s-29 -64 -64 -64h-1024c-35 0 -64 29 -64 64 s128 -57 128 -128zM1536 0c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128s128 -57 128 -128zM1664 1088v-512c0 -32 -24 -60 -57 -64l-1044 -122c4 -22 13 -47 13 -70s-14 -44 -24 -64h920c35 0 64 -29 64 -64s-29 -64 -64 -64h-1024c-35 0 -64 29 -64 64
@ -303,10 +308,8 @@ c-6 -25 -8 -66 -27 -84c-13 -12 -34 -14 -51 -14c-47 0 -94 11 -141 11c-14 0 -35 -1
c11 -40 64 -210 64 -234zM776 760c-17 0 -33 7 -45 19c-25 25 -26 66 0 91c24 24 37 56 37 90s-13 66 -37 91c-26 25 -25 65 0 90s65 25 90 0c48 -48 75 -113 75 -181s-27 -133 -75 -181c-13 -12 -29 -19 -45 -19zM957 579c-17 0 -33 6 -45 19c-25 25 -25 65 0 90 c11 -40 64 -210 64 -234zM776 760c-17 0 -33 7 -45 19c-25 25 -26 66 0 91c24 24 37 56 37 90s-13 66 -37 91c-26 25 -25 65 0 90s65 25 90 0c48 -48 75 -113 75 -181s-27 -133 -75 -181c-13 -12 -29 -19 -45 -19zM957 579c-17 0 -33 6 -45 19c-25 25 -25 65 0 90
c72 73 112 169 112 272s-40 199 -112 272c-25 25 -25 65 0 90s65 25 90 0c97 -97 150 -225 150 -362s-53 -265 -150 -362c-12 -13 -29 -19 -45 -19zM1138 398c-17 0 -33 6 -45 19c-25 25 -25 65 0 90c120 121 187 282 187 453s-67 332 -187 453c-25 25 -25 65 0 90 c72 73 112 169 112 272s-40 199 -112 272c-25 25 -25 65 0 90s65 25 90 0c97 -97 150 -225 150 -362s-53 -265 -150 -362c-12 -13 -29 -19 -45 -19zM1138 398c-17 0 -33 6 -45 19c-25 25 -25 65 0 90c120 121 187 282 187 453s-67 332 -187 453c-25 25 -25 65 0 90
s65 25 90 0c145 -145 225 -338 225 -543s-80 -398 -225 -543c-12 -13 -29 -19 -45 -19z" /> s65 25 90 0c145 -145 225 -338 225 -543s-80 -398 -225 -543c-12 -13 -29 -19 -45 -19z" />
<glyph glyph-name="code-fork" unicode="&#xf126;" horiz-adv-x="1024" <glyph glyph-name="biometric" unicode="&#xf32b;" horiz-adv-x="2304"
d="M288 64c0 53 -43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96s96 43 96 96zM288 1216c0 53 -43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96s96 43 96 96zM928 1088c0 53 -43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96s96 43 96 96zM1024 1088c0 -71 -39 -133 -96 -166 d="M1419 640c0 -147 -120 -267 -267 -267s-267 120 -267 267s120 267 267 267s267 -120 267 -267zM0 1222h2304v-521h-769c-29 185 -190 327 -383 327s-354 -142 -383 -327h-769v521zM0 579h769c29 -185 190 -327 383 -327s354 142 383 327h769v-521h-2304v521z" />
c-3 -361 -259 -441 -429 -495c-159 -50 -211 -74 -211 -171v-26c57 -33 96 -95 96 -166c0 -106 -86 -192 -192 -192s-192 86 -192 192c0 71 39 133 96 166v820c-57 33 -96 95 -96 166c0 106 86 192 192 192s192 -86 192 -192c0 -71 -39 -133 -96 -166v-497
c51 25 105 42 154 57c186 59 292 103 294 312c-57 33 -96 95 -96 166c0 106 86 192 192 192s192 -86 192 -192z" />
<glyph glyph-name="tasks" unicode="&#xf0ae;" horiz-adv-x="1792" <glyph glyph-name="tasks" unicode="&#xf0ae;" horiz-adv-x="1792"
d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256c0 -35 -29 -64 -64 -64h-1664c-35 0 -64 29 -64 64v256c0 35 29 64 64 64h1664c35 0 64 -29 64 -64zM1792 832v-256c0 -35 -29 -64 -64 -64h-1664 d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256c0 -35 -29 -64 -64 -64h-1664c-35 0 -64 29 -64 64v256c0 35 29 64 64 64h1664c35 0 64 -29 64 -64zM1792 832v-256c0 -35 -29 -64 -64 -64h-1664
c-35 0 -64 29 -64 64v256c0 35 29 64 64 64h1664c35 0 64 -29 64 -64zM1792 1344v-256c0 -35 -29 -64 -64 -64h-1664c-35 0 -64 29 -64 64v256c0 35 29 64 64 64h1664c35 0 64 -29 64 -64z" /> c-35 0 -64 29 -64 64v256c0 35 29 64 64 64h1664c35 0 64 -29 64 -64zM1792 1344v-256c0 -35 -29 -64 -64 -64h-1664c-35 0 -64 29 -64 64v256c0 35 29 64 64 64h1664c35 0 64 -29 64 -64z" />
@ -388,9 +391,9 @@ c92 -39 167 -87 235 -152z" />
d="M148 1404h1236c82 0 149 -66 149 -148v-1236c0 -82 -67 -148 -149 -148h-1236c-82 0 -148 66 -148 148v1236c0 82 66 148 148 148zM736 1150v0l-161 -25l-133 -553c-8 -33 -12 -64 -12 -93s6 -54 18 -76s32 -40 60 -53s68 -19 117 -19l31 128c-18 1 -32 4 -42 9 d="M148 1404h1236c82 0 149 -66 149 -148v-1236c0 -82 -67 -148 -149 -148h-1236c-82 0 -148 66 -148 148v1236c0 82 66 148 148 148zM736 1150v0l-161 -25l-133 -553c-8 -33 -12 -64 -12 -93s6 -54 18 -76s32 -40 60 -53s68 -19 117 -19l31 128c-18 1 -32 4 -42 9
s-18 12 -22 20s-5 17 -5 27s1 23 4 35zM985 902v0c-42 0 -80 -3 -116 -10s-67 -14 -95 -22l-174 -722h155l47 189c24 -4 47 -6 71 -6c49 0 94 8 135 25s76 41 106 72s52 67 69 109s25 88 25 139c0 31 -4 61 -13 88s-22 51 -40 72c-18 20 -41 36 -69 48s-62 18 -101 18z s-18 12 -22 20s-5 17 -5 27s1 23 4 35zM985 902v0c-42 0 -80 -3 -116 -10s-67 -14 -95 -22l-174 -722h155l47 189c24 -4 47 -6 71 -6c49 0 94 8 135 25s76 41 106 72s52 67 69 109s25 88 25 139c0 31 -4 61 -13 88s-22 51 -40 72c-18 20 -41 36 -69 48s-62 18 -101 18z
M965 772v0c33 0 56 -11 69 -32s20 -46 20 -76c0 -31 -4 -59 -13 -84s-21 -47 -37 -65s-34 -32 -56 -42s-47 -15 -74 -15c-17 0 -32 1 -44 4l73 303c19 4 40 7 62 7z" /> M965 772v0c33 0 56 -11 69 -32s20 -46 20 -76c0 -31 -4 -59 -13 -84s-21 -47 -37 -65s-34 -32 -56 -42s-47 -15 -74 -15c-17 0 -32 1 -44 4l73 303c19 4 40 7 62 7z" />
<glyph glyph-name="camera" unicode="&#xf030;" horiz-adv-x="1920" <glyph glyph-name="foursquare" unicode="&#xf180;" horiz-adv-x="1192"
d="M960 864c159 0 288 -129 288 -288s-129 -288 -288 -288s-288 129 -288 288s129 288 288 288zM1664 1280c141 0 256 -115 256 -256v-896c0 -141 -115 -256 -256 -256h-1408c-141 0 -256 115 -256 256v896c0 141 115 256 256 256h224l51 136c25 66 103 120 173 120h512 d="M956 1102l37 194c7 32 -17 57 -44 57h-712c-32 0 -54 -29 -54 -54v-1101c0 -3 3 -4 6 -1c262 315 291 352 291 352c30 35 42 41 86 41h239c33 0 52 28 55 44s31 162 37 191s-21 59 -48 59h-294c-39 0 -67 28 -67 67v42c0 39 28 66 67 66h346c24 0 51 22 55 43zM1183 1324
c70 0 148 -54 173 -120l51 -136h224zM960 128c247 0 448 201 448 448s-201 448 -448 448s-448 -201 -448 -448s201 -448 448 -448z" /> c-37 -180 -148 -749 -158 -790c-12 -47 -30 -129 -144 -129h-271c-11 0 -12 1 -22 -10c0 0 -7 -8 -426 -494c-33 -38 -87 -31 -107 -23s-55 32 -55 98v1410c0 58 36 150 158 150h888c130 0 165 -74 137 -212zM1183 1324l-158 -790c10 41 121 610 158 790z" />
<glyph glyph-name="music" unicode="&#xf001;" <glyph glyph-name="music" unicode="&#xf001;"
d="M1536 1312v-1120c0 -141 -211 -192 -320 -192s-320 51 -320 192s211 192 320 192c66 0 132 -12 192 -39v537l-768 -237v-709c0 -141 -211 -192 -320 -192s-320 51 -320 192s211 192 320 192c66 0 132 -12 192 -39v967c0 42 28 79 68 92l832 256c9 3 18 4 28 4 d="M1536 1312v-1120c0 -141 -211 -192 -320 -192s-320 51 -320 192s211 192 320 192c66 0 132 -12 192 -39v537l-768 -237v-709c0 -141 -211 -192 -320 -192s-320 51 -320 192s211 192 320 192c66 0 132 -12 192 -39v967c0 42 28 79 68 92l832 256c9 3 18 4 28 4
c53 0 96 -43 96 -96z" /> c53 0 96 -43 96 -96z" />
@ -574,6 +577,10 @@ v128h-128v-128h128zM1536 384h-128v-128h128v128zM384 384h896v128h128v640h-128v128
<glyph glyph-name="briefcase" unicode="&#xf0b1;" horiz-adv-x="1792" <glyph glyph-name="briefcase" unicode="&#xf0b1;" horiz-adv-x="1792"
d="M640 1280h512v128h-512v-128zM1792 640v-480c0 -88 -72 -160 -160 -160h-1472c-88 0 -160 72 -160 160v480h672v-160c0 -35 29 -64 64 -64h320c35 0 64 29 64 64v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384c0 88 72 160 160 160h352v160 d="M640 1280h512v128h-512v-128zM1792 640v-480c0 -88 -72 -160 -160 -160h-1472c-88 0 -160 72 -160 160v480h672v-160c0 -35 29 -64 64 -64h320c35 0 64 29 64 64v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384c0 88 72 160 160 160h352v160
c0 53 43 96 96 96h576c53 0 96 -43 96 -96v-160h352c88 0 160 -72 160 -160z" /> c0 53 43 96 96 96h576c53 0 96 -43 96 -96v-160h352c88 0 160 -72 160 -160z" />
<glyph glyph-name="weixin" unicode="&#xf1d7;" horiz-adv-x="2048"
d="M580 1075c0 55 -36 91 -91 91c-54 0 -109 -36 -109 -91c0 -54 55 -90 109 -90c55 0 91 36 91 90zM1323 568c0 36 -36 72 -91 72c-36 0 -72 -36 -72 -72c0 -37 36 -73 72 -73c55 0 91 36 91 73zM1087 1075c0 55 -36 91 -90 91c-55 0 -109 -36 -109 -91
c0 -54 54 -90 109 -90c54 0 90 36 90 90zM1722 568c0 36 -37 72 -91 72c-36 0 -72 -36 -72 -72c0 -37 36 -73 72 -73c54 0 91 36 91 73zM1456 965c-23 3 -46 4 -70 4c-344 0 -616 -257 -616 -573c0 -53 8 -104 23 -152c-23 -2 -45 -3 -68 -3c-91 0 -163 18 -254 36
l-253 -127l72 218c-181 127 -290 291 -290 490c0 345 326 616 725 616c356 0 669 -217 731 -509zM2048 404c0 -163 -108 -308 -254 -417l55 -181l-199 109c-73 -18 -146 -37 -218 -37c-345 0 -616 236 -616 526s271 526 616 526c326 0 616 -236 616 -526z" />
<glyph glyph-name="stop" unicode="&#xf04d;" <glyph glyph-name="stop" unicode="&#xf04d;"
d="M1536 1344v-1408c0 -35 -29 -64 -64 -64h-1408c-35 0 -64 29 -64 64v1408c0 35 29 64 64 64h1408c35 0 64 -29 64 -64z" /> d="M1536 1344v-1408c0 -35 -29 -64 -64 -64h-1408c-35 0 -64 29 -64 64v1408c0 35 29 64 64 64h1408c35 0 64 -29 64 -64z" />
<glyph glyph-name="clone" unicode="&#xf24d;" horiz-adv-x="1792" <glyph glyph-name="clone" unicode="&#xf24d;" horiz-adv-x="1792"
@ -716,6 +723,12 @@ c-70 193 -106 325 -128 542h-11zM1118 893c-34 0 -66 -19 -82 -51l-172 -353c-22 -45
s-1 -57 -17 -95c-12 -29 -29 -65 -51 -111c4 -5 9 -13 11 -19c2 -5 4 -13 4 -19c0 -22 -17 -46 -38 -54c-5 -2 -14 -4 -20 -4c-22 0 -46 17 -54 38c-2 5 -3 14 -3 20c0 22 17 46 38 54c5 2 14 3 19 3h2c22 46 41 82 52 109c15 36 18 55 15 66s-13 20 -39 35 s-1 -57 -17 -95c-12 -29 -29 -65 -51 -111c4 -5 9 -13 11 -19c2 -5 4 -13 4 -19c0 -22 -17 -46 -38 -54c-5 -2 -14 -4 -20 -4c-22 0 -46 17 -54 38c-2 5 -3 14 -3 20c0 22 17 46 38 54c5 2 14 3 19 3h2c22 46 41 82 52 109c15 36 18 55 15 66s-13 20 -39 35
c-18 10 -41 22 -71 36c-4 -4 -13 -9 -19 -11c-5 -2 -14 -3 -19 -3h-6l-77 -158c5 -5 12 -14 14 -21c2 -5 3 -13 3 -19c0 -22 -17 -46 -38 -54c-5 -2 -13 -4 -19 -4c-22 0 -46 17 -54 38c-2 5 -3 14 -3 20c0 22 16 46 37 54c5 2 15 3 20 3l79 162c-3 4 -8 11 -10 16 c-18 10 -41 22 -71 36c-4 -4 -13 -9 -19 -11c-5 -2 -14 -3 -19 -3h-6l-77 -158c5 -5 12 -14 14 -21c2 -5 3 -13 3 -19c0 -22 -17 -46 -38 -54c-5 -2 -13 -4 -19 -4c-22 0 -46 17 -54 38c-2 5 -3 14 -3 20c0 22 16 46 37 54c5 2 15 3 20 3l79 162c-3 4 -8 11 -10 16
s-3 14 -3 20c0 22 17 46 38 54c5 2 14 3 19 3h1l46 94l-64 31c-13 6 -26 9 -39 9z" /> s-3 14 -3 20c0 22 17 46 38 54c5 2 14 3 19 3h1l46 94l-64 31c-13 6 -26 9 -39 9z" />
<glyph glyph-name="f-droid" unicode="&#xf32a;" horiz-adv-x="1676"
d="M47 1526v0c12 0 29 -8 36 -18l127 -164c10 3 27 6 37 6v0h1182v0c10 0 27 -3 37 -6l127 164c7 9 22 17 34 18h2h3c24 -1 44 -22 44 -46c0 -9 -4 -22 -10 -29l-133 -172c4 -11 7 -29 7 -40v0v-258c0 -61 -50 -111 -111 -111h-1182c-61 0 -111 50 -111 111v258v0
c0 11 3 29 7 40l-133 172c-6 7 -10 20 -10 29c0 26 20 46 46 46h1zM482 1212v0c-69 0 -125 -56 -125 -125v0c0 -69 56 -125 125 -125v0c69 0 125 56 125 125v0c0 69 -56 125 -125 125v0zM1203 1212c-69 0 -125 -56 -125 -125v0c0 -69 56 -125 125 -125s125 56 125 125v0
c0 69 -56 125 -125 125zM247 833h1182c61 0 111 -50 111 -111v-739c0 -61 -50 -111 -111 -111h-1182c-61 0 -111 50 -111 111v739c0 61 50 111 111 111zM838 740v0c-214 0 -388 -174 -388 -388s174 -388 388 -388s388 174 388 388s-174 388 -388 388zM838 670v0
c176 0 318 -142 318 -318s-142 -317 -318 -317s-318 141 -318 317s142 318 318 318zM838 583v0c-106 0 -197 -72 -223 -171h119c20 36 59 61 104 61c67 0 120 -54 120 -121s-53 -120 -120 -120c-48 0 -89 28 -108 69h-117c24 -102 116 -180 225 -180c127 0 231 104 231 231
s-104 231 -231 231z" />
<glyph glyph-name="shopping-basket" unicode="&#xf291;" horiz-adv-x="2048" <glyph glyph-name="shopping-basket" unicode="&#xf291;" horiz-adv-x="2048"
d="M1920 768c71 0 128 -57 128 -128s-57 -128 -128 -128h-15l-115 -662c-11 -61 -64 -106 -126 -106h-1280c-62 0 -115 45 -126 106l-115 662h-15c-71 0 -128 57 -128 128s57 128 128 128h1792zM485 -32c35 3 62 34 59 69l-32 416c-3 35 -34 62 -69 59s-62 -34 -59 -69 d="M1920 768c71 0 128 -57 128 -128s-57 -128 -128 -128h-15l-115 -662c-11 -61 -64 -106 -126 -106h-1280c-62 0 -115 45 -126 106l-115 662h-15c-71 0 -128 57 -128 128s57 128 128 128h1792zM485 -32c35 3 62 34 59 69l-32 416c-3 35 -34 62 -69 59s-62 -34 -59 -69
l32 -416c3 -33 31 -59 64 -59h5zM896 32v416c0 35 -29 64 -64 64s-64 -29 -64 -64v-416c0 -35 29 -64 64 -64s64 29 64 64zM1280 32v416c0 35 -29 64 -64 64s-64 -29 -64 -64v-416c0 -35 29 -64 64 -64s64 29 64 64zM1632 27l32 416c3 35 -24 66 -59 69s-66 -24 -69 -59 l32 -416c3 -33 31 -59 64 -59h5zM896 32v416c0 35 -29 64 -64 64s-64 -29 -64 -64v-416c0 -35 29 -64 64 -64s64 29 64 64zM1280 32v416c0 35 -29 64 -64 64s-64 -29 -64 -64v-416c0 -35 29 -64 64 -64s64 29 64 64zM1632 27l32 416c3 35 -24 66 -59 69s-66 -24 -69 -59
@ -748,10 +761,10 @@ h-1920v128c0 35 31 64 69 64h1782z" />
<glyph glyph-name="times-circle-o" unicode="&#xf05c;" <glyph glyph-name="times-circle-o" unicode="&#xf05c;"
d="M1097 457l-146 -146c-13 -13 -33 -13 -46 0l-137 137l-137 -137c-13 -13 -33 -13 -46 0l-146 146c-13 13 -13 33 0 46l137 137l-137 137c-13 13 -13 33 0 46l146 146c13 13 33 13 46 0l137 -137l137 137c13 13 33 13 46 0l146 -146c13 -13 13 -33 0 -46l-137 -137 d="M1097 457l-146 -146c-13 -13 -33 -13 -46 0l-137 137l-137 -137c-13 -13 -33 -13 -46 0l-146 146c-13 13 -13 33 0 46l137 137l-137 137c-13 13 -13 33 0 46l146 146c13 13 33 13 46 0l137 -137l137 137c13 13 33 13 46 0l146 -146c13 -13 13 -33 0 -46l-137 -137
l137 -137c13 -13 13 -33 0 -46zM1312 640c0 300 -244 544 -544 544s-544 -244 -544 -544s244 -544 544 -544s544 244 544 544zM1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" /> l137 -137c13 -13 13 -33 0 -46zM1312 640c0 300 -244 544 -544 544s-544 -244 -544 -544s244 -544 544 -544s544 244 544 544zM1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" />
<glyph glyph-name="weixin" unicode="&#xf1d7;" horiz-adv-x="2048" <glyph glyph-name="python" unicode="&#xf322;"
d="M580 1075c0 55 -36 91 -91 91c-54 0 -109 -36 -109 -91c0 -54 55 -90 109 -90c55 0 91 36 91 90zM1323 568c0 36 -36 72 -91 72c-36 0 -72 -36 -72 -72c0 -37 36 -73 72 -73c55 0 91 36 91 73zM1087 1075c0 55 -36 91 -90 91c-55 0 -109 -36 -109 -91 d="M759 1416v0c63 0 129 -4 193 -15c101 -17 185 -92 185 -192v-353c0 -103 -82 -188 -185 -188h-370c-126 0 -232 -108 -232 -230v-170h-127c-108 0 -171 78 -197 188c-36 147 -34 236 0 377c29 123 124 188 232 188h509v47h-370v141c0 107 28 164 185 192
c0 -54 54 -90 109 -90c54 0 90 36 90 90zM1722 568c0 36 -37 72 -91 72c-36 0 -72 -36 -72 -72c0 -37 36 -73 72 -73c54 0 91 36 91 73zM1456 965c-23 3 -46 4 -70 4c-344 0 -616 -257 -616 -573c0 -53 8 -104 23 -152c-23 -2 -45 -3 -68 -3c-91 0 -163 18 -254 36 c53 9 114 15 177 15zM558 1303c-38 0 -69 -32 -69 -71s31 -70 69 -70s70 31 70 70s-32 71 -70 71zM1183 1021h139c108 0 159 -81 186 -188c37 -149 39 -261 0 -377c-37 -113 -78 -188 -186 -188h-555v-47h370v-141c0 -107 -92 -161 -185 -188c-140 -41 -253 -34 -370 0
l-253 -127l72 218c-181 127 -290 291 -290 490c0 345 326 616 725 616c356 0 669 -217 731 -509zM2048 404c0 -163 -108 -308 -254 -417l55 -181l-199 109c-73 -18 -146 -37 -218 -37c-345 0 -616 236 -616 526s271 526 616 526c326 0 616 -236 616 -526z" /> c-98 29 -185 88 -185 188v353c0 102 84 188 185 188h370c123 0 231 107 231 235v165zM975 127v0c-38 0 -69 -31 -69 -70s31 -71 69 -71s70 32 70 71s-32 70 -70 70zM1389 366c0 -17 -70 -30 -156 -30s-156 13 -156 30s70 30 156 30s156 -13 156 -30z" />
<glyph glyph-name="internet-explorer" unicode="&#xf26b;" horiz-adv-x="1792" <glyph glyph-name="internet-explorer" unicode="&#xf26b;" horiz-adv-x="1792"
d="M1792 599c0 -35 -2 -70 -7 -104h-1151c0 -199 175 -343 367 -343c130 0 255 64 322 177h423c-114 -321 -419 -536 -759 -536c-123 0 -246 29 -356 83c-112 -57 -269 -116 -394 -116c-168 0 -237 103 -237 263c0 93 20 186 45 275c16 58 80 176 109 229 d="M1792 599c0 -35 -2 -70 -7 -104h-1151c0 -199 175 -343 367 -343c130 0 255 64 322 177h423c-114 -321 -419 -536 -759 -536c-123 0 -246 29 -356 83c-112 -57 -269 -116 -394 -116c-168 0 -237 103 -237 263c0 93 20 186 45 275c16 58 80 176 109 229
c123 223 285 437 475 606c-153 -66 -319 -232 -427 -354c84 366 410 625 785 625c15 0 30 0 45 -1c124 57 297 117 433 117c162 0 301 -62 301 -245c0 -96 -37 -200 -75 -286c66 -119 101 -254 101 -390zM1722 1239c0 112 -80 181 -190 181c-84 0 -179 -34 -254 -70 c123 223 285 437 475 606c-153 -66 -319 -232 -427 -354c84 366 410 625 785 625c15 0 30 0 45 -1c124 57 297 117 433 117c162 0 301 -62 301 -245c0 -96 -37 -200 -75 -286c66 -119 101 -254 101 -390zM1722 1239c0 112 -80 181 -190 181c-84 0 -179 -34 -254 -70
@ -1179,6 +1192,13 @@ c0 -88 -72 -160 -160 -160h-1216c-88 0 -160 72 -160 160v1216c0 88 72 160 160 160h
d="M1280 388c0 14 -8 24 -22 27c-91 19 -160 83 -198 167c-4 8 -7 16 -7 25c0 45 124 36 124 100c0 27 -33 44 -57 44c-22 0 -40 -16 -63 -16c-4 0 -8 1 -12 2c3 38 5 77 5 115c0 34 -2 82 -17 114c-48 104 -140 165 -255 165c-125 0 -220 -47 -275 -165 d="M1280 388c0 14 -8 24 -22 27c-91 19 -160 83 -198 167c-4 8 -7 16 -7 25c0 45 124 36 124 100c0 27 -33 44 -57 44c-22 0 -40 -16 -63 -16c-4 0 -8 1 -12 2c3 38 5 77 5 115c0 34 -2 82 -17 114c-48 104 -140 165 -255 165c-125 0 -220 -47 -275 -165
c-15 -32 -18 -80 -18 -115c0 -38 3 -76 6 -114c-5 -1 -10 -2 -15 -2c-22 0 -41 16 -62 16c-25 0 -55 -17 -55 -45c0 -62 124 -54 124 -99c0 -9 -3 -17 -7 -25c-39 -84 -106 -147 -198 -167c-14 -3 -22 -13 -22 -27c0 -47 106 -64 138 -69c9 -24 5 -66 40 -66 c-15 -32 -18 -80 -18 -115c0 -38 3 -76 6 -114c-5 -1 -10 -2 -15 -2c-22 0 -41 16 -62 16c-25 0 -55 -17 -55 -45c0 -62 124 -54 124 -99c0 -9 -3 -17 -7 -25c-39 -84 -106 -147 -198 -167c-14 -3 -22 -13 -22 -27c0 -47 106 -64 138 -69c9 -24 5 -66 40 -66
c26 0 51 10 77 10c106 0 134 -95 256 -95c127 0 151 95 258 95c26 0 52 -9 78 -9c34 0 31 42 39 65c32 5 138 22 138 69zM1536 1120v-960c0 -159 -129 -288 -288 -288h-960c-159 0 -288 129 -288 288v960c0 159 129 288 288 288h960c159 0 288 -129 288 -288z" /> c26 0 51 10 77 10c106 0 134 -95 256 -95c127 0 151 95 258 95c26 0 52 -9 78 -9c34 0 31 42 39 65c32 5 138 22 138 69zM1536 1120v-960c0 -159 -129 -288 -288 -288h-960c-159 0 -288 129 -288 288v960c0 159 129 288 288 288h960c159 0 288 -129 288 -288z" />
<glyph glyph-name="spell-check" unicode="&#xf327;" horiz-adv-x="2049"
d="M2049 700c0 -25 -10 -50 -28 -68l-724 -724l-136 -136c-18 -18 -43 -28 -68 -28s-50 10 -68 28l-136 136l-362 362c-18 18 -28 43 -28 68s10 50 28 68l136 136c18 18 43 28 68 28s50 -10 68 -28l294 -295l656 657c18 18 43 28 68 28s50 -10 68 -28l136 -136
c18 -18 28 -43 28 -68zM0 880v73h48l158 454h111l158 -454h49v-73h-199v73h52l-32 98h-167l-32 -98h52v-73h-198zM200 1127h122l-49 149c-2 8 -5 16 -6 23c-1 8 -3 15 -3 18l-1 5h-2c-1 -13 -5 -29 -10 -46zM569 880v73h63v381h-63v73h242c40 0 72 -5 95 -14
c24 -9 44 -25 58 -47c15 -21 22 -46 22 -75c0 -25 -6 -47 -17 -67s-28 -35 -48 -46v-1c28 -8 50 -24 64 -47s22 -49 22 -78c0 -35 -10 -65 -30 -91s-45 -43 -75 -52c-21 -6 -47 -9 -79 -9h-254zM730 1192h92c20 0 37 6 48 18c11 13 17 30 17 51c0 29 -10 49 -30 60
c-11 5 -27 8 -46 8h-81v-137zM730 958h98c15 0 27 2 37 6c13 5 25 15 32 28c7 14 11 29 11 46c0 23 -7 41 -21 55c-13 14 -32 22 -56 22h-101v-157zM1131 950c-52 53 -78 118 -78 196s26 142 78 193s116 77 193 77c18 0 39 -2 60 -5c22 -3 44 -9 67 -16s41 -18 56 -33
s23 -32 23 -51v-72h-88v41c0 12 -7 23 -20 31s-29 14 -45 17s-32 5 -48 5c-51 0 -94 -17 -127 -51c-33 -33 -49 -77 -49 -132c0 -59 17 -106 51 -142s78 -54 130 -54c14 0 29 2 45 4s31 8 46 16s23 19 23 32v41h89v-72c0 -18 -7 -35 -22 -49c-14 -14 -33 -26 -56 -33
c-22 -7 -45 -13 -67 -16c-22 -4 -44 -6 -64 -6c-79 0 -145 27 -197 79v0z" />
<glyph glyph-name="building-o" unicode="&#xf0f7;" horiz-adv-x="1408" <glyph glyph-name="building-o" unicode="&#xf0f7;" horiz-adv-x="1408"
d="M384 224v-64c0 -17 -15 -32 -32 -32h-64c-17 0 -32 15 -32 32v64c0 17 15 32 32 32h64c17 0 32 -15 32 -32zM384 480v-64c0 -17 -15 -32 -32 -32h-64c-17 0 -32 15 -32 32v64c0 17 15 32 32 32h64c17 0 32 -15 32 -32zM640 480v-64c0 -17 -15 -32 -32 -32h-64 d="M384 224v-64c0 -17 -15 -32 -32 -32h-64c-17 0 -32 15 -32 32v64c0 17 15 32 32 32h64c17 0 32 -15 32 -32zM384 480v-64c0 -17 -15 -32 -32 -32h-64c-17 0 -32 15 -32 32v64c0 17 15 32 32 32h64c17 0 32 -15 32 -32zM640 480v-64c0 -17 -15 -32 -32 -32h-64
c-17 0 -32 15 -32 32v64c0 17 15 32 32 32h64c17 0 32 -15 32 -32zM384 736v-64c0 -17 -15 -32 -32 -32h-64c-17 0 -32 15 -32 32v64c0 17 15 32 32 32h64c17 0 32 -15 32 -32zM1152 224v-64c0 -17 -15 -32 -32 -32h-64c-17 0 -32 15 -32 32v64c0 17 15 32 32 32h64 c-17 0 -32 15 -32 32v64c0 17 15 32 32 32h64c17 0 32 -15 32 -32zM384 736v-64c0 -17 -15 -32 -32 -32h-64c-17 0 -32 15 -32 32v64c0 17 15 32 32 32h64c17 0 32 -15 32 -32zM1152 224v-64c0 -17 -15 -32 -32 -32h-64c-17 0 -32 15 -32 32v64c0 17 15 32 32 32h64
@ -1347,6 +1367,8 @@ h-628l-376 -12v102l127 25c89 17 116 43 117 116c6 242 8 643 8 643s3 402 -8 645c-3
<glyph glyph-name="copyright" unicode="&#xf1f9;" <glyph glyph-name="copyright" unicode="&#xf1f9;"
d="M1150 462v-109c0 -141 -225 -193 -366 -193c-274 0 -480 209 -480 485c0 271 204 475 475 475c99 0 358 -35 358 -194v-109c0 -9 -7 -16 -16 -16h-118c-9 0 -16 7 -16 16v70c0 63 -121 92 -203 92c-187 0 -317 -135 -317 -329c0 -201 136 -348 325 -348 d="M1150 462v-109c0 -141 -225 -193 -366 -193c-274 0 -480 209 -480 485c0 271 204 475 475 475c99 0 358 -35 358 -194v-109c0 -9 -7 -16 -16 -16h-118c-9 0 -16 7 -16 16v70c0 63 -121 92 -203 92c-187 0 -317 -135 -317 -329c0 -201 136 -348 325 -348
c72 0 208 27 208 90v70c0 9 7 16 15 16h119c8 0 16 -7 16 -16zM768 1280c-353 0 -640 -287 -640 -640s287 -640 640 -640s640 287 640 640s-287 640 -640 640zM1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" /> c72 0 208 27 208 90v70c0 9 7 16 15 16h119c8 0 16 -7 16 -16zM768 1280c-353 0 -640 -287 -640 -640s287 -640 640 -640s640 287 640 640s-287 640 -640 640zM1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" />
<glyph glyph-name="pleroma" unicode="&#xf324;" horiz-adv-x="961"
d="M120 1408h262v-1536h-382v1416c0 66 54 120 120 120zM575 1408h386v-648c0 -66 -53 -120 -119 -120v0h-267v768zM575 254h386v-262c0 -66 -53 -120 -119 -120v0h-267v382z" />
<glyph glyph-name="terminal" unicode="&#xf120;" horiz-adv-x="1651" <glyph glyph-name="terminal" unicode="&#xf120;" horiz-adv-x="1651"
d="M572 553l-466 -466c-13 -13 -33 -13 -46 0l-50 50c-13 13 -13 33 0 46l393 393l-393 393c-13 13 -13 33 0 46l50 50c13 13 33 13 46 0l466 -466c13 -13 13 -33 0 -46zM1651 96v-64c0 -18 -14 -32 -32 -32h-960c-18 0 -32 14 -32 32v64c0 18 14 32 32 32h960 d="M572 553l-466 -466c-13 -13 -33 -13 -46 0l-50 50c-13 13 -13 33 0 46l393 393l-393 393c-13 13 -13 33 0 46l50 50c13 13 33 13 46 0l466 -466c13 -13 13 -33 0 -46zM1651 96v-64c0 -18 -14 -32 -32 -32h-960c-18 0 -32 14 -32 32v64c0 18 14 32 32 32h960
c18 0 32 -14 32 -32z" /> c18 0 32 -14 32 -32z" />
@ -1668,9 +1690,12 @@ c-18 0 -32 -14 -32 -32v-192c0 -18 14 -32 32 -32h320c18 0 32 14 32 32zM512 928v19
c0 -18 14 -32 32 -32h320c18 0 32 14 32 32zM1536 160v192c0 18 -14 32 -32 32h-320c-18 0 -32 -14 -32 -32v-192c0 -18 14 -32 32 -32h320c18 0 32 14 32 32zM1024 928v192c0 18 -14 32 -32 32h-320c-18 0 -32 -14 -32 -32v-192c0 -18 14 -32 32 -32h320c18 0 32 14 32 32z c0 -18 14 -32 32 -32h320c18 0 32 14 32 32zM1536 160v192c0 18 -14 32 -32 32h-320c-18 0 -32 -14 -32 -32v-192c0 -18 14 -32 32 -32h320c18 0 32 14 32 32zM1024 928v192c0 18 -14 32 -32 32h-320c-18 0 -32 -14 -32 -32v-192c0 -18 14 -32 32 -32h320c18 0 32 14 32 32z
M1536 544v192c0 18 -14 32 -32 32h-320c-18 0 -32 -14 -32 -32v-192c0 -18 14 -32 32 -32h320c18 0 32 14 32 32zM1536 928v192c0 18 -14 32 -32 32h-320c-18 0 -32 -14 -32 -32v-192c0 -18 14 -32 32 -32h320c18 0 32 14 32 32zM1664 1248v-1088c0 -88 -72 -160 -160 -160 M1536 544v192c0 18 -14 32 -32 32h-320c-18 0 -32 -14 -32 -32v-192c0 -18 14 -32 32 -32h320c18 0 32 14 32 32zM1536 928v192c0 18 -14 32 -32 32h-320c-18 0 -32 -14 -32 -32v-192c0 -18 14 -32 32 -32h320c18 0 32 14 32 32zM1664 1248v-1088c0 -88 -72 -160 -160 -160
h-1344c-88 0 -160 72 -160 160v1088c0 88 72 160 160 160h1344c88 0 160 -72 160 -160z" /> h-1344c-88 0 -160 72 -160 160v1088c0 88 72 160 160 160h1344c88 0 160 -72 160 -160z" />
<glyph glyph-name="caret-square-o-left" unicode="&#xf191;" <glyph glyph-name="handshake-o" unicode="&#xf2b5;" horiz-adv-x="2304"
d="M1024 960v-640c0 -35 -29 -64 -64 -64c-13 0 -26 4 -37 12l-448 320c-17 12 -27 31 -27 52c0 20 10 40 27 52l448 320c11 8 24 12 37 12c35 0 64 -29 64 -64zM1280 160v960c0 17 -15 32 -32 32h-960c-17 0 -32 -15 -32 -32v-960c0 -17 15 -32 32 -32h960 d="M192 384c84 0 84 128 0 128s-84 -128 0 -128zM1665 442c-79 103 -156 208 -246 302l-125 -140c-110 -125 -307 -122 -414 6c-76 92 -76 224 2 315l177 206c-62 32 -137 21 -204 21c-59 0 -116 -24 -158 -66l-158 -158h-155v-544c44 0 84 6 119 -28l297 -292
c17 0 32 15 32 32zM1536 1120v-960c0 -159 -129 -288 -288 -288h-960c-159 0 -288 129 -288 288v960c0 159 129 288 288 288h960c159 0 288 -129 288 -288z" /> c61 -59 140 -111 227 -111c45 0 93 15 125 47c75 -26 162 16 185 93c48 -4 92 11 127 44c23 21 53 63 50 96c9 -9 31 -10 43 -10c119 0 181 125 108 219zM1824 384h96v512h-93l-157 180c-42 48 -105 76 -169 76h-167c-56 0 -110 -25 -146 -67l-209 -243
c-37 -44 -37 -106 -1 -150c57 -68 162 -69 221 -3l193 218c46 51 130 3 109 -62c38 -44 79 -87 116 -131c50 -62 98 -127 147 -190c31 -40 54 -88 60 -140zM2112 384c84 0 84 128 0 128s-84 -128 0 -128zM2304 960v-640c0 -35 -29 -64 -64 -64h-434
c-36 -87 -115 -145 -207 -158c-43 -63 -109 -111 -183 -127c-55 -70 -144 -112 -233 -106c-165 -93 -351 -12 -474 109l-287 282h-358c-35 0 -64 29 -64 64v672c0 35 29 64 64 64h421c116 116 196 224 370 224h117c65 0 128 -20 181 -56c53 36 116 56 181 56h167
c190 0 269 -124 384 -256h355c35 0 64 -29 64 -64z" />
<glyph glyph-name="spinner" unicode="&#xf110;" horiz-adv-x="1664" <glyph glyph-name="spinner" unicode="&#xf110;" horiz-adv-x="1664"
d="M462 142c0 -70 -57 -128 -128 -128c-70 0 -128 58 -128 128c0 71 58 128 128 128c71 0 128 -57 128 -128zM960 -64c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128s128 -57 128 -128zM256 640c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128 d="M462 142c0 -70 -57 -128 -128 -128c-70 0 -128 58 -128 128c0 71 58 128 128 128c71 0 128 -57 128 -128zM960 -64c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128s128 -57 128 -128zM256 640c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128
s128 -57 128 -128zM1458 142c0 -70 -58 -128 -128 -128c-71 0 -128 58 -128 128c0 71 57 128 128 128c70 0 128 -57 128 -128zM494 1138c0 -88 -72 -160 -160 -160s-160 72 -160 160s72 160 160 160s160 -72 160 -160zM1664 640c0 -71 -57 -128 -128 -128s-128 57 -128 128 s128 -57 128 -128zM1458 142c0 -70 -58 -128 -128 -128c-71 0 -128 58 -128 128c0 71 57 128 128 128c70 0 128 -57 128 -128zM494 1138c0 -88 -72 -160 -160 -160s-160 72 -160 160s72 160 160 160s160 -72 160 -160zM1664 640c0 -71 -57 -128 -128 -128s-128 57 -128 128
@ -1783,6 +1808,10 @@ c-2 30 3 80 3 80zM2001 584c0 436 -352 790 -784 790c-200 0 -382 -76 -521 -201c-21
c6 -42 9 -99 -39 -121c-146 -68 -307 -111 -467 -134c-104 -15 -162 -19 -317 -16c148 -344 518 -438 518 -438c116 -19 204 -4 263 15c256 130 433 398 433 707zM2075 621c-7 -68 -18 -147 -40 -212c-90 -267 -215 -441 -500 -600c-26 -18 -54 -35 -82 -44 c6 -42 9 -99 -39 -121c-146 -68 -307 -111 -467 -134c-104 -15 -162 -19 -317 -16c148 -344 518 -438 518 -438c116 -19 204 -4 263 15c256 130 433 398 433 707zM2075 621c-7 -68 -18 -147 -40 -212c-90 -267 -215 -441 -500 -600c-26 -18 -54 -35 -82 -44
c-51 -18 -106 -22 -163 -16c-24 -2 -48 -3 -73 -3c-381 0 -703 260 -800 615c-3 0 -6 1 -9 1c-23 -180 110 -423 110 -423s8 -12 54 -82c-255 135 -262 533 -262 533c-61 23 -273 95 -310 154c0 0 166 -91 309 -109c-1 1 2 32 2 32c9 122 51 217 94 290 c-51 -18 -106 -22 -163 -16c-24 -2 -48 -3 -73 -3c-381 0 -703 260 -800 615c-3 0 -6 1 -9 1c-23 -180 110 -423 110 -423s8 -12 54 -82c-255 135 -262 533 -262 533c-61 23 -273 95 -310 154c0 0 166 -91 309 -109c-1 1 2 32 2 32c9 122 51 217 94 290
c28 137 90 261 176 365c15 62 39 136 81 214c18 34 35 56 81 77c304 142 604 178 912 18c295 -154 455 -476 420 -810z" /> c28 137 90 261 176 365c15 62 39 136 81 214c18 34 35 56 81 77c304 142 604 178 912 18c295 -154 455 -476 420 -810z" />
<glyph glyph-name="code-fork" unicode="&#xf126;" horiz-adv-x="1024"
d="M288 64c0 53 -43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96s96 43 96 96zM288 1216c0 53 -43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96s96 43 96 96zM928 1088c0 53 -43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96s96 43 96 96zM1024 1088c0 -71 -39 -133 -96 -166
c-3 -361 -259 -441 -429 -495c-159 -50 -211 -74 -211 -171v-26c57 -33 96 -95 96 -166c0 -106 -86 -192 -192 -192s-192 86 -192 192c0 71 39 133 96 166v820c-57 33 -96 95 -96 166c0 106 86 192 192 192s192 -86 192 -192c0 -71 -39 -133 -96 -166v-497
c51 25 105 42 154 57c186 59 292 103 294 312c-57 33 -96 95 -96 166c0 106 86 192 192 192s192 -86 192 -192z" />
<glyph glyph-name="hand-o-right" unicode="&#xf0a4;" horiz-adv-x="1792" <glyph glyph-name="hand-o-right" unicode="&#xf0a4;" horiz-adv-x="1792"
d="M256 192c0 35 -29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64s64 29 64 64zM1664 768c0 68 -61 128 -128 128h-576c0 63 96 128 96 256c0 96 -75 128 -160 128c-28 0 -79 -116 -90 -139c-12 -22 -24 -44 -37 -65c-33 -53 -71 -99 -112 -145c-64 -73 -135 -163 -241 -163 d="M256 192c0 35 -29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64s64 29 64 64zM1664 768c0 68 -61 128 -128 128h-576c0 63 96 128 96 256c0 96 -75 128 -160 128c-28 0 -79 -116 -90 -139c-12 -22 -24 -44 -37 -65c-33 -53 -71 -99 -112 -145c-64 -73 -135 -163 -241 -163
h-32v-640h32c175 0 346 -128 540 -128c112 0 189 47 189 167c0 19 -2 38 -5 56c42 23 65 80 65 126c0 24 -6 48 -18 69c34 32 53 72 53 119c0 32 -14 79 -35 103h331c69 0 128 59 128 128zM1792 769c0 -140 -116 -257 -256 -257h-169c-3 -42 -16 -82 -37 -119 h-32v-640h32c175 0 346 -128 540 -128c112 0 189 47 189 167c0 19 -2 38 -5 56c42 23 65 80 65 126c0 24 -6 48 -18 69c34 32 53 72 53 119c0 32 -14 79 -35 103h331c69 0 128 59 128 128zM1792 769c0 -140 -116 -257 -256 -257h-169c-3 -42 -16 -82 -37 -119
@ -2082,6 +2111,11 @@ d="M994 344c0 -66 -7 -132 -17 -197c-15 -104 -30 -211 -55 -313c-18 -73 -86 -90 -1
c3 21 6 43 10 66c2 16 4 32 6 47c1 6 4 10 9 12c208 106 352 322 352 571c0 365 -306 659 -675 639c-338 -18 -607 -306 -605 -644c2 -249 147 -464 356 -568c5 -2 8 -7 9 -12c2 -14 4 -29 6 -45c4 -24 7 -46 11 -68c2 -12 -11 -22 -22 -17c-297 116 -504 412 -487 753 c3 21 6 43 10 66c2 16 4 32 6 47c1 6 4 10 9 12c208 106 352 322 352 571c0 365 -306 659 -675 639c-338 -18 -607 -306 -605 -644c2 -249 147 -464 356 -568c5 -2 8 -7 9 -12c2 -14 4 -29 6 -45c4 -24 7 -46 11 -68c2 -12 -11 -22 -22 -17c-297 116 -504 412 -487 753
c19 387 331 704 718 728c446 28 817 -326 817 -766zM994 800c0 -124 -100 -224 -224 -224s-224 100 -224 224s100 224 224 224s224 -100 224 -224zM1282 768c0 -165 -79 -313 -200 -406c-10 -8 -24 -1 -26 12c-3 28 -11 61 -29 92c-4 6 -3 14 3 20c76 70 124 170 124 282 c19 387 331 704 718 728c446 28 817 -326 817 -766zM994 800c0 -124 -100 -224 -224 -224s-224 100 -224 224s100 224 224 224s224 -100 224 -224zM1282 768c0 -165 -79 -313 -200 -406c-10 -8 -24 -1 -26 12c-3 28 -11 61 -29 92c-4 6 -3 14 3 20c76 70 124 170 124 282
c0 226 -197 407 -428 382c-177 -20 -321 -166 -338 -344c-13 -126 37 -242 122 -320c6 -6 7 -14 3 -20c-18 -31 -26 -64 -29 -93c-2 -12 -16 -19 -26 -11c-124 96 -203 247 -200 417c6 266 222 488 487 500c294 14 537 -220 537 -511z" /> c0 226 -197 407 -428 382c-177 -20 -321 -166 -338 -344c-13 -126 37 -242 122 -320c6 -6 7 -14 3 -20c-18 -31 -26 -64 -29 -93c-2 -12 -16 -19 -26 -11c-124 96 -203 247 -200 417c6 266 222 488 487 500c294 14 537 -220 537 -511z" />
<glyph glyph-name="hackster" unicode="&#xf326;"
d="M768 -128c-424 0 -768 344 -768 768s344 768 768 768s768 -344 768 -768s-344 -768 -768 -768zM517 887c-10 -3 -17 -13 -17 -23s8 -18 18 -18h113c17 0 31 14 31 31v9c0 3 0 5 -1 8c-4 16 -22 26 -38 22zM661 739v59v5c-2 9 -12 13 -21 11l-325 -88c-5 -1 -9 -7 -9 -12
s4 -9 9 -9h151c17 0 31 -14 31 -31v-86c0 -9 8 -17 17 -17h324c17 0 31 -13 31 -30v-59v-5c2 -9 12 -13 21 -11l325 88c5 1 9 7 9 12s-4 9 -9 9h-152c-17 0 -30 14 -30 31v85c0 9 -8 17 -17 17h-324c-17 0 -31 14 -31 31v0zM891 989c-13 -4 -23 -16 -23 -30v-176
c0 -17 14 -31 31 -31h101c17 0 30 14 30 31v203v0c0 2 0 6 -1 8c-4 16 -21 26 -37 22zM1013 386c10 3 17 13 17 23s-8 19 -18 19h-113c-17 0 -31 -14 -31 -31v-9c0 -3 0 -5 1 -8c4 -16 22 -26 38 -22zM639 285c13 4 23 16 23 30v176c0 17 -14 30 -31 30h-101
c-17 0 -30 -13 -30 -30v-204c0 -3 0 -5 1 -8c4 -16 21 -25 37 -21z" />
<glyph glyph-name="plus-square" unicode="&#xf0fe;" <glyph glyph-name="plus-square" unicode="&#xf0fe;"
d="M1280 576v128c0 35 -29 64 -64 64h-320v320c0 35 -29 64 -64 64h-128c-35 0 -64 -29 -64 -64v-320h-320c-35 0 -64 -29 -64 -64v-128c0 -35 29 -64 64 -64h320v-320c0 -35 29 -64 64 -64h128c35 0 64 29 64 64v320h320c35 0 64 29 64 64zM1536 1120v-960 d="M1280 576v128c0 35 -29 64 -64 64h-320v320c0 35 -29 64 -64 64h-128c-35 0 -64 -29 -64 -64v-320h-320c-35 0 -64 -29 -64 -64v-128c0 -35 29 -64 64 -64h320v-320c0 -35 29 -64 64 -64h128c35 0 64 29 64 64v320h320c35 0 64 29 64 64zM1536 1120v-960
c0 -159 -129 -288 -288 -288h-960c-159 0 -288 129 -288 288v960c0 159 129 288 288 288h960c159 0 288 -129 288 -288z" /> c0 -159 -129 -288 -288 -288h-960c-159 0 -288 129 -288 288v960c0 159 129 288 288 288h960c159 0 288 -129 288 -288z" />
@ -2208,6 +2242,9 @@ d="M152 1274v0h10c90 -2 180 -36 272 -79c4 -2 11 -5 15 -7c7 -3 13 -7 20 -10c116 -
c2 3 5 5 7 8s5 6 7 9c70 83 157 151 278 208c101 48 200 86 296 86h9c45 -1 84 -15 110 -44c80 -92 -8 -177 -39 -293c-41 -155 6 -321 -118 -429c-43 -37 -93 -47 -143 -52c65 -77 103 -183 82 -292c-4 -21 -10 -42 -18 -61c-6 -17 -13 -32 -22 -47l-9 -15 c2 3 5 5 7 8s5 6 7 9c70 83 157 151 278 208c101 48 200 86 296 86h9c45 -1 84 -15 110 -44c80 -92 -8 -177 -39 -293c-41 -155 6 -321 -118 -429c-43 -37 -93 -47 -143 -52c65 -77 103 -183 82 -292c-4 -21 -10 -42 -18 -61c-6 -17 -13 -32 -22 -47l-9 -15
c-2 -2 -3 -5 -5 -7c-63 -94 -168 -154 -281 -161c-6 0 -11 -1 -17 -1h-9c-15 0 -39 3 -53 5c-19 3 -49 12 -67 19c-3 1 -7 2 -9 3c-69 29 -124 80 -159 143c-2 3 -4 5 -5 8c-2 3 -5 3 -7 0c-1 -3 -3 -5 -5 -8s-2 -5 -4 -8c-48 -81 -131 -140 -231 -157c-12 -2 -23 -3 -35 -4 c-2 -2 -3 -5 -5 -7c-63 -94 -168 -154 -281 -161c-6 0 -11 -1 -17 -1h-9c-15 0 -39 3 -53 5c-19 3 -49 12 -67 19c-3 1 -7 2 -9 3c-69 29 -124 80 -159 143c-2 3 -4 5 -5 8c-2 3 -5 3 -7 0c-1 -3 -3 -5 -5 -8s-2 -5 -4 -8c-48 -81 -131 -140 -231 -157c-12 -2 -23 -3 -35 -4
c-6 0 -12 -1 -18 -1c-169 -3 -327 118 -361 292c-21 109 18 215 83 292c-50 5 -101 15 -144 52c-124 108 -78 274 -119 429c-31 116 -118 201 -38 293c26 29 65 43 110 44h9z" /> c-6 0 -12 -1 -18 -1c-169 -3 -327 118 -361 292c-21 109 18 215 83 292c-50 5 -101 15 -144 52c-124 108 -78 274 -119 429c-31 116 -118 201 -38 293c26 29 65 43 110 44h9z" />
<glyph glyph-name="file-epub" unicode="&#xf321;"
d="M723 132l458 458l70 -71c24 -24 24 -64 0 -88l-483 -483c-24 -24 -65 -24 -89 0l-483 483c-24 24 -24 64 0 88l483 484c24 24 65 24 89 0l298 -299l-343 -343l-114 114l229 229l-115 114l-343 -343zM1468 1156c37 -37 68 -111 68 -164v-1152c0 -53 -43 -96 -96 -96h-1344
c-53 0 -96 43 -96 96v1600c0 53 43 96 96 96h896c53 0 127 -31 164 -68zM1024 1400v-376h376c-6 17 -15 34 -22 41l-313 313c-7 7 -24 16 -41 22zM1408 -128v1024h-416c-53 0 -96 43 -96 96v416h-768v-1536h1280z" />
<glyph glyph-name="chevron-circle-left" unicode="&#xf137;" <glyph glyph-name="chevron-circle-left" unicode="&#xf137;"
d="M909 141l102 102c25 25 25 65 0 90l-307 307l307 307c25 25 25 65 0 90l-102 102c-25 25 -65 25 -90 0l-454 -454c-25 -25 -25 -65 0 -90l454 -454c25 -25 65 -25 90 0zM1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" /> d="M909 141l102 102c25 25 25 65 0 90l-307 307l307 307c25 25 25 65 0 90l-102 102c-25 25 -65 25 -90 0l-454 -454c-25 -25 -25 -65 0 -90l454 -454c25 -25 65 -25 90 0zM1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" />
<glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792" <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792"
@ -2302,17 +2339,16 @@ c-9 0 -18 -3 -24 -8c-7 -4 -10 -11 -10 -18l17 -621c0 -14 15 -25 34 -25h185c18 0 3
d="M1408 768c0 -283 -315 -512 -704 -512c-61 0 -120 6 -176 16c-83 -59 -177 -102 -278 -128c-27 -7 -56 -12 -86 -16h-3c-15 0 -29 12 -32 29c-4 19 9 31 20 44c39 44 83 83 117 166c-162 94 -266 239 -266 401c0 283 315 512 704 512s704 -229 704 -512zM1792 512 d="M1408 768c0 -283 -315 -512 -704 -512c-61 0 -120 6 -176 16c-83 -59 -177 -102 -278 -128c-27 -7 -56 -12 -86 -16h-3c-15 0 -29 12 -32 29c-4 19 9 31 20 44c39 44 83 83 117 166c-162 94 -266 239 -266 401c0 283 315 512 704 512s704 -229 704 -512zM1792 512
c0 -163 -104 -307 -266 -401c34 -83 78 -122 117 -166c11 -13 24 -25 20 -44c-4 -18 -19 -31 -35 -29c-30 4 -59 9 -86 16c-101 26 -195 69 -278 128c-56 -10 -115 -16 -176 -16c-181 0 -347 50 -472 132c29 -2 59 -4 88 -4c215 0 418 62 573 174c167 122 259 287 259 466 c0 -163 -104 -307 -266 -401c34 -83 78 -122 117 -166c11 -13 24 -25 20 -44c-4 -18 -19 -31 -35 -29c-30 4 -59 9 -86 16c-101 26 -195 69 -278 128c-56 -10 -115 -16 -176 -16c-181 0 -347 50 -472 132c29 -2 59 -4 88 -4c215 0 418 62 573 174c167 122 259 287 259 466
c0 52 -8 103 -23 152c169 -93 279 -241 279 -408z" /> c0 52 -8 103 -23 152c169 -93 279 -241 279 -408z" />
<glyph glyph-name="moon" unicode="&#xf328;" horiz-adv-x="1471"
d="M1465 318c-125 -271 -399 -446 -697 -446c-423 0 -768 345 -768 768c0 415 325 752 739 767c28 1 51 -15 61 -39c11 -25 4 -54 -15 -72c-114 -104 -177 -246 -177 -400c0 -300 244 -544 544 -544c79 0 155 17 228 51c25 11 53 6 72 -13s24 -48 13 -72z" />
<glyph glyph-name="facebook-official" unicode="&#xf230;" <glyph glyph-name="facebook-official" unicode="&#xf230;"
d="M1451 1408c47 0 85 -38 85 -85v-1366c0 -47 -38 -85 -85 -85h-391v595h199l30 232h-229v148c0 67 18 112 115 112l122 1v207c-21 3 -94 9 -178 9c-177 0 -299 -108 -299 -306v-171h-200v-232h200v-595h-735c-47 0 -85 38 -85 85v1366c0 47 38 85 85 85h1366z" /> d="M1451 1408c47 0 85 -38 85 -85v-1366c0 -47 -38 -85 -85 -85h-391v595h199l30 232h-229v148c0 67 18 112 115 112l122 1v207c-21 3 -94 9 -178 9c-177 0 -299 -108 -299 -306v-171h-200v-232h200v-595h-735c-47 0 -85 38 -85 85v1366c0 47 38 85 85 85h1366z" />
<glyph glyph-name="clock-o" unicode="&#xf017;" <glyph glyph-name="clock-o" unicode="&#xf017;"
d="M896 992v-448c0 -18 -14 -32 -32 -32h-320c-18 0 -32 14 -32 32v64c0 18 14 32 32 32h224v352c0 18 14 32 32 32h64c18 0 32 -14 32 -32zM1312 640c0 300 -244 544 -544 544s-544 -244 -544 -544s244 -544 544 -544s544 244 544 544zM1536 640 d="M896 992v-448c0 -18 -14 -32 -32 -32h-320c-18 0 -32 14 -32 32v64c0 18 14 32 32 32h224v352c0 18 14 32 32 32h64c18 0 32 -14 32 -32zM1312 640c0 300 -244 544 -544 544s-544 -244 -544 -544s244 -544 544 -544s544 244 544 544zM1536 640
c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" /> c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" />
<glyph glyph-name="handshake-o" unicode="&#xf2b5;" horiz-adv-x="2304" <glyph glyph-name="caret-square-o-left" unicode="&#xf191;"
d="M192 384c84 0 84 128 0 128s-84 -128 0 -128zM1665 442c-79 103 -156 208 -246 302l-125 -140c-110 -125 -307 -122 -414 6c-76 92 -76 224 2 315l177 206c-62 32 -137 21 -204 21c-59 0 -116 -24 -158 -66l-158 -158h-155v-544c44 0 84 6 119 -28l297 -292 d="M1024 960v-640c0 -35 -29 -64 -64 -64c-13 0 -26 4 -37 12l-448 320c-17 12 -27 31 -27 52c0 20 10 40 27 52l448 320c11 8 24 12 37 12c35 0 64 -29 64 -64zM1280 160v960c0 17 -15 32 -32 32h-960c-17 0 -32 -15 -32 -32v-960c0 -17 15 -32 32 -32h960
c61 -59 140 -111 227 -111c45 0 93 15 125 47c75 -26 162 16 185 93c48 -4 92 11 127 44c23 21 53 63 50 96c9 -9 31 -10 43 -10c119 0 181 125 108 219zM1824 384h96v512h-93l-157 180c-42 48 -105 76 -169 76h-167c-56 0 -110 -25 -146 -67l-209 -243 c17 0 32 15 32 32zM1536 1120v-960c0 -159 -129 -288 -288 -288h-960c-159 0 -288 129 -288 288v960c0 159 129 288 288 288h960c159 0 288 -129 288 -288z" />
c-37 -44 -37 -106 -1 -150c57 -68 162 -69 221 -3l193 218c46 51 130 3 109 -62c38 -44 79 -87 116 -131c50 -62 98 -127 147 -190c31 -40 54 -88 60 -140zM2112 384c84 0 84 128 0 128s-84 -128 0 -128zM2304 960v-640c0 -35 -29 -64 -64 -64h-434
c-36 -87 -115 -145 -207 -158c-43 -63 -109 -111 -183 -127c-55 -70 -144 -112 -233 -106c-165 -93 -351 -12 -474 109l-287 282h-358c-35 0 -64 29 -64 64v672c0 35 29 64 64 64h421c116 116 196 224 370 224h117c65 0 128 -20 181 -56c53 36 116 56 181 56h167
c190 0 269 -124 384 -256h355c35 0 64 -29 64 -64z" />
<glyph glyph-name="hand-scissors-o" unicode="&#xf257;" horiz-adv-x="1792" <glyph glyph-name="hand-scissors-o" unicode="&#xf257;" horiz-adv-x="1792"
d="M1073 -128h-177c-104 0 -183 45 -226 141c-15 32 -23 67 -23 102v5c-82 40 -135 124 -135 216c0 11 0 38 5 48h-261c-141 0 -256 115 -256 256s115 256 256 256h113l-44 17c-99 37 -165 133 -165 239c0 141 115 256 256 256c31 0 62 -6 91 -17l628 -239h401 d="M1073 -128h-177c-104 0 -183 45 -226 141c-15 32 -23 67 -23 102v5c-82 40 -135 124 -135 216c0 11 0 38 5 48h-261c-141 0 -256 115 -256 256s115 256 256 256h113l-44 17c-99 37 -165 133 -165 239c0 141 115 256 256 256c31 0 62 -6 91 -17l628 -239h401
c141 0 256 -115 256 -256v-668c0 -118 -80 -220 -194 -248l-339 -85c-60 -15 -123 -23 -186 -23zM1024 583l-155 -71l-163 -74c-40 -18 -66 -58 -66 -102c0 -62 50 -112 112 -112c16 0 32 3 46 10l338 154c-65 14 -112 73 -112 140v55zM1344 272c0 62 -50 112 -112 112 c141 0 256 -115 256 -256v-668c0 -118 -80 -220 -194 -248l-339 -85c-60 -15 -123 -23 -186 -23zM1024 583l-155 -71l-163 -74c-40 -18 -66 -58 -66 -102c0 -62 50 -112 112 -112c16 0 32 3 46 10l338 154c-65 14 -112 73 -112 140v55zM1344 272c0 62 -50 112 -112 112
@ -2507,6 +2543,9 @@ c13 -20 20 -44 20 -69s-7 -49 -20 -69c-119 -187 -293 -342 -497 -429c15 -27 110 -1
c-22 -5 -50 -3 -72 -3c-11 0 -56 -2 -60 7l-456 841c-29 -21 -56 -44 -82 -68c22 -39 404 -742 404 -748c0 -8 -5 -10 -11 -10c-17 0 -150 41 -155 50l-106 197l-224 413c-28 -34 -54 -69 -78 -106c13 -19 30 -39 41 -59c14 -26 176 -321 176 -327c0 -5 -5 -10 -10 -10z c-22 -5 -50 -3 -72 -3c-11 0 -56 -2 -60 7l-456 841c-29 -21 -56 -44 -82 -68c22 -39 404 -742 404 -748c0 -8 -5 -10 -11 -10c-17 0 -150 41 -155 50l-106 197l-224 413c-28 -34 -54 -69 -78 -106c13 -19 30 -39 41 -59c14 -26 176 -321 176 -327c0 -5 -5 -10 -10 -10z
M1165 282l49 -91c187 76 341 216 450 385c-111 171 -269 313 -459 389c89 -85 139 -202 139 -325c0 -141 -66 -274 -179 -358zM848 896c0 -26 22 -48 48 -48c55 0 108 -22 147 -61s61 -92 61 -147c0 -26 22 -48 48 -48s48 22 48 48c0 168 -136 304 -304 304 M1165 282l49 -91c187 76 341 216 450 385c-111 171 -269 313 -459 389c89 -85 139 -202 139 -325c0 -141 -66 -274 -179 -358zM848 896c0 -26 22 -48 48 -48c55 0 108 -22 147 -61s61 -92 61 -147c0 -26 22 -48 48 -48s48 22 48 48c0 168 -136 304 -304 304
c-26 0 -48 -22 -48 -48zM1214 961l-9 4l7 -7z" /> c-26 0 -48 -22 -48 -48zM1214 961l-9 4l7 -7z" />
<glyph glyph-name="camera" unicode="&#xf030;" horiz-adv-x="1920"
d="M960 864c159 0 288 -129 288 -288s-129 -288 -288 -288s-288 129 -288 288s129 288 288 288zM1664 1280c141 0 256 -115 256 -256v-896c0 -141 -115 -256 -256 -256h-1408c-141 0 -256 115 -256 256v896c0 141 115 256 256 256h224l51 136c25 66 103 120 173 120h512
c70 0 148 -54 173 -120l51 -136h224zM960 128c247 0 448 201 448 448s-201 448 -448 448s-448 -201 -448 -448s201 -448 448 -448z" />
<glyph glyph-name="wordpress" unicode="&#xf19a;" horiz-adv-x="1792" <glyph glyph-name="wordpress" unicode="&#xf19a;" horiz-adv-x="1792"
d="M127 640c0 111 24 217 67 313l367 -1005c-257 125 -434 388 -434 692zM1415 679c0 -66 -27 -142 -59 -249l-76 -256l-278 826s46 3 88 8c41 5 36 66 -5 63c-125 -9 -205 -10 -205 -10s-75 1 -202 10c-42 3 -47 -60 -5 -63c39 -4 80 -8 80 -8l120 -328l-168 -504l-280 832 d="M127 640c0 111 24 217 67 313l367 -1005c-257 125 -434 388 -434 692zM1415 679c0 -66 -27 -142 -59 -249l-76 -256l-278 826s46 3 88 8c41 5 36 66 -5 63c-125 -9 -205 -10 -205 -10s-75 1 -202 10c-42 3 -47 -60 -5 -63c39 -4 80 -8 80 -8l120 -328l-168 -504l-280 832
s46 3 88 8c41 5 36 66 -5 63c-124 -9 -205 -10 -205 -10c-14 0 -31 1 -49 1c137 209 373 347 642 347c200 0 382 -77 519 -202h-10c-75 0 -129 -65 -129 -136c0 -63 37 -116 76 -180c30 -51 63 -117 63 -212zM909 573l237 -647c1 -4 3 -8 5 -11c-80 -28 -165 -44 -255 -44 s46 3 88 8c41 5 36 66 -5 63c-124 -9 -205 -10 -205 -10c-14 0 -31 1 -49 1c137 209 373 347 642 347c200 0 382 -77 519 -202h-10c-75 0 -129 -65 -129 -136c0 -63 37 -116 76 -180c30 -51 63 -117 63 -212zM909 573l237 -647c1 -4 3 -8 5 -11c-80 -28 -165 -44 -255 -44

Before

Width:  |  Height:  |  Size: 463 KiB

After

Width:  |  Height:  |  Size: 470 KiB

View File

@ -2,16 +2,16 @@
// -------------------------- // --------------------------
.@{fa-css-prefix}-spin { .@{fa-css-prefix}-spin {
-webkit-animation: fa-spin 2s infinite linear; -webkit-animation: ~'@{fa-css-prefix}-spin' 2s infinite linear;
animation: fa-spin 2s infinite linear; animation: ~'@{fa-css-prefix}-spin' 2s infinite linear;
} }
.@{fa-css-prefix}-pulse { .@{fa-css-prefix}-pulse {
-webkit-animation: fa-spin 1s infinite steps(8); -webkit-animation: ~'@{fa-css-prefix}-spin' 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); animation: ~'@{fa-css-prefix}-spin' 1s infinite steps(8);
} }
@-webkit-keyframes fa-spin { @-webkit-keyframes ~'@{fa-css-prefix}-spin' {
0% { 0% {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);
transform: rotate(0deg); transform: rotate(0deg);
@ -22,7 +22,7 @@
} }
} }
@keyframes fa-spin { @keyframes ~'@{fa-css-prefix}-spin' {
0% { 0% {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);
transform: rotate(0deg); transform: rotate(0deg);

View File

@ -1,18 +0,0 @@
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import "variables.less";
@import "mixins.less";
@import "path.less";
@import "core.less";
@import "larger.less";
@import "fixed-width.less";
@import "list.less";
@import "bordered-pulled.less";
@import "animated.less";
@import "rotated-flipped.less";
@import "stacked.less";
@import "icons.less";
@import "screen-reader.less";

View File

@ -1,6 +1,6 @@
/*! /*!
Fork Awesome 1.1.5 Fork Awesome 1.1.7
License - http://forkawesome.github.io/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -866,3 +866,14 @@
.@{fa-css-prefix}-digitalocean:before { content: @fa-var-digitalocean; } .@{fa-css-prefix}-digitalocean:before { content: @fa-var-digitalocean; }
.@{fa-css-prefix}-att:before { content: @fa-var-att; } .@{fa-css-prefix}-att:before { content: @fa-var-att; }
.@{fa-css-prefix}-gitea:before { content: @fa-var-gitea; } .@{fa-css-prefix}-gitea:before { content: @fa-var-gitea; }
.@{fa-css-prefix}-file-epub:before { content: @fa-var-file-epub; }
.@{fa-css-prefix}-python:before { content: @fa-var-python; }
.@{fa-css-prefix}-archlinux:before { content: @fa-var-archlinux; }
.@{fa-css-prefix}-pleroma:before { content: @fa-var-pleroma; }
.@{fa-css-prefix}-unsplash:before { content: @fa-var-unsplash; }
.@{fa-css-prefix}-hackster:before { content: @fa-var-hackster; }
.@{fa-css-prefix}-spell-check:before { content: @fa-var-spell-check; }
.@{fa-css-prefix}-moon:before { content: @fa-var-moon; }
.@{fa-css-prefix}-sun:before { content: @fa-var-sun; }
.@{fa-css-prefix}-f-droid:before { content: @fa-var-f-droid; }
.@{fa-css-prefix}-biometric:before { content: @fa-var-biometric; }

View File

@ -1,6 +1,6 @@
/*! /*!
Fork Awesome 1.1.5 Fork Awesome 1.1.7
License - http://forkawesome.github.io/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -6,7 +6,7 @@
@fa-line-height-base: 1; @fa-line-height-base: 1;
@fa-css-prefix: fa; @fa-css-prefix: fa;
@fa-font-family: ForkAwesome; @fa-font-family: ForkAwesome;
@fa-version: "1.1.5"; @fa-version: "1.1.7";
@fa-border-color: #eee; @fa-border-color: #eee;
@fa-inverse: #fff; @fa-inverse: #fff;
@fa-li-width: (30em / 14); @fa-li-width: (30em / 14);
@ -40,6 +40,7 @@
@fa-var-apple: "\f179"; @fa-var-apple: "\f179";
@fa-var-archive: "\f187"; @fa-var-archive: "\f187";
@fa-var-archive-org: "\f2fc"; @fa-var-archive-org: "\f2fc";
@fa-var-archlinux: "\f323";
@fa-var-area-chart: "\f1fe"; @fa-var-area-chart: "\f1fe";
@fa-var-arrow-circle-down: "\f0ab"; @fa-var-arrow-circle-down: "\f0ab";
@fa-var-arrow-circle-left: "\f0a8"; @fa-var-arrow-circle-left: "\f0a8";
@ -97,6 +98,7 @@
@fa-var-bell-slash-o: "\f1f7"; @fa-var-bell-slash-o: "\f1f7";
@fa-var-bicycle: "\f206"; @fa-var-bicycle: "\f206";
@fa-var-binoculars: "\f1e5"; @fa-var-binoculars: "\f1e5";
@fa-var-biometric: "\f32b";
@fa-var-birthday-cake: "\f1fd"; @fa-var-birthday-cake: "\f1fd";
@fa-var-bitbucket: "\f171"; @fa-var-bitbucket: "\f171";
@fa-var-bitbucket-square: "\f172"; @fa-var-bitbucket-square: "\f172";
@ -272,6 +274,7 @@
@fa-var-eye: "\f06e"; @fa-var-eye: "\f06e";
@fa-var-eye-slash: "\f070"; @fa-var-eye-slash: "\f070";
@fa-var-eyedropper: "\f1fb"; @fa-var-eyedropper: "\f1fb";
@fa-var-f-droid: "\f32a";
@fa-var-fa: "\f2b4"; @fa-var-fa: "\f2b4";
@fa-var-facebook: "\f09a"; @fa-var-facebook: "\f09a";
@fa-var-facebook-f: "\f09a"; @fa-var-facebook-f: "\f09a";
@ -289,6 +292,7 @@
@fa-var-file-archive-o: "\f1c6"; @fa-var-file-archive-o: "\f1c6";
@fa-var-file-audio-o: "\f1c7"; @fa-var-file-audio-o: "\f1c7";
@fa-var-file-code-o: "\f1c9"; @fa-var-file-code-o: "\f1c9";
@fa-var-file-epub: "\f321";
@fa-var-file-excel-o: "\f1c3"; @fa-var-file-excel-o: "\f1c3";
@fa-var-file-image-o: "\f1c5"; @fa-var-file-image-o: "\f1c5";
@fa-var-file-movie-o: "\f1c8"; @fa-var-file-movie-o: "\f1c8";
@ -378,6 +382,7 @@
@fa-var-h-square: "\f0fd"; @fa-var-h-square: "\f0fd";
@fa-var-hackaday: "\f30a"; @fa-var-hackaday: "\f30a";
@fa-var-hacker-news: "\f1d4"; @fa-var-hacker-news: "\f1d4";
@fa-var-hackster: "\f326";
@fa-var-hand-grab-o: "\f255"; @fa-var-hand-grab-o: "\f255";
@fa-var-hand-lizard-o: "\f258"; @fa-var-hand-lizard-o: "\f258";
@fa-var-hand-o-down: "\f0a7"; @fa-var-hand-o-down: "\f0a7";
@ -522,6 +527,7 @@
@fa-var-mobile-phone: "\f10b"; @fa-var-mobile-phone: "\f10b";
@fa-var-modx: "\f285"; @fa-var-modx: "\f285";
@fa-var-money: "\f0d6"; @fa-var-money: "\f0d6";
@fa-var-moon: "\f328";
@fa-var-moon-o: "\f186"; @fa-var-moon-o: "\f186";
@fa-var-mortar-board: "\f19d"; @fa-var-mortar-board: "\f19d";
@fa-var-motorcycle: "\f21c"; @fa-var-motorcycle: "\f21c";
@ -575,6 +581,7 @@
@fa-var-play: "\f04b"; @fa-var-play: "\f04b";
@fa-var-play-circle: "\f144"; @fa-var-play-circle: "\f144";
@fa-var-play-circle-o: "\f01d"; @fa-var-play-circle-o: "\f01d";
@fa-var-pleroma: "\f324";
@fa-var-plug: "\f1e6"; @fa-var-plug: "\f1e6";
@fa-var-plus: "\f067"; @fa-var-plus: "\f067";
@fa-var-plus-circle: "\f055"; @fa-var-plus-circle: "\f055";
@ -586,6 +593,7 @@
@fa-var-print: "\f02f"; @fa-var-print: "\f02f";
@fa-var-product-hunt: "\f288"; @fa-var-product-hunt: "\f288";
@fa-var-puzzle-piece: "\f12e"; @fa-var-puzzle-piece: "\f12e";
@fa-var-python: "\f322";
@fa-var-qq: "\f1d6"; @fa-var-qq: "\f1d6";
@fa-var-qrcode: "\f029"; @fa-var-qrcode: "\f029";
@fa-var-question: "\f128"; @fa-var-question: "\f128";
@ -693,6 +701,7 @@
@fa-var-sort-up: "\f0de"; @fa-var-sort-up: "\f0de";
@fa-var-soundcloud: "\f1be"; @fa-var-soundcloud: "\f1be";
@fa-var-space-shuttle: "\f197"; @fa-var-space-shuttle: "\f197";
@fa-var-spell-check: "\f327";
@fa-var-spinner: "\f110"; @fa-var-spinner: "\f110";
@fa-var-spoon: "\f1b1"; @fa-var-spoon: "\f1b1";
@fa-var-spotify: "\f1bc"; @fa-var-spotify: "\f1bc";
@ -724,6 +733,7 @@
@fa-var-subscript: "\f12c"; @fa-var-subscript: "\f12c";
@fa-var-subway: "\f239"; @fa-var-subway: "\f239";
@fa-var-suitcase: "\f0f2"; @fa-var-suitcase: "\f0f2";
@fa-var-sun: "\f329";
@fa-var-sun-o: "\f185"; @fa-var-sun-o: "\f185";
@fa-var-superpowers: "\f2dd"; @fa-var-superpowers: "\f2dd";
@fa-var-superscript: "\f12b"; @fa-var-superscript: "\f12b";
@ -806,6 +816,7 @@
@fa-var-unlock: "\f09c"; @fa-var-unlock: "\f09c";
@fa-var-unlock-alt: "\f13e"; @fa-var-unlock-alt: "\f13e";
@fa-var-unsorted: "\f0dc"; @fa-var-unsorted: "\f0dc";
@fa-var-unsplash: "\f325";
@fa-var-upload: "\f093"; @fa-var-upload: "\f093";
@fa-var-usb: "\f287"; @fa-var-usb: "\f287";
@fa-var-usd: "\f155"; @fa-var-usd: "\f155";

View File

@ -2,16 +2,16 @@
// -------------------------- // --------------------------
.#{$fa-css-prefix}-spin { .#{$fa-css-prefix}-spin {
-webkit-animation: fa-spin 2s infinite linear; -webkit-animation: #{$fa-css-prefix}-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; animation: #{$fa-css-prefix}-spin 2s infinite linear;
} }
.#{$fa-css-prefix}-pulse { .#{$fa-css-prefix}-pulse {
-webkit-animation: fa-spin 1s infinite steps(8); -webkit-animation: #{$fa-css-prefix}-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); animation: #{$fa-css-prefix}-spin 1s infinite steps(8);
} }
@-webkit-keyframes fa-spin { @-webkit-keyframes #{$fa-css-prefix}-spin {
0% { 0% {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);
transform: rotate(0deg); transform: rotate(0deg);
@ -22,7 +22,7 @@
} }
} }
@keyframes fa-spin { @keyframes #{$fa-css-prefix}-spin {
0% { 0% {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);
transform: rotate(0deg); transform: rotate(0deg);

View File

@ -0,0 +1,11 @@
// Functions
// --------------------------
// Helper function which adds quotes to preserve unicode values in CSS output.
//
// See: https://github.com/sass/sass/issues/1395
// See: https://stackoverflow.com/questions/30421570/sass-unicode-escape-is-not-preserved-in-css-file
@function fa-content($fa-var) {
@return unquote("\"#{$fa-var}\"");
}

View File

@ -35,6 +35,7 @@
.#{$fa-css-prefix}-play-circle-o:before { content: $fa-var-play-circle-o; } .#{$fa-css-prefix}-play-circle-o:before { content: $fa-var-play-circle-o; }
.#{$fa-css-prefix}-rotate-right:before, .#{$fa-css-prefix}-rotate-right:before,
.#{$fa-css-prefix}-repeat:before { content: $fa-var-repeat; } .#{$fa-css-prefix}-repeat:before { content: $fa-var-repeat; }
.#{$fa-css-prefix}-sync:before,
.#{$fa-css-prefix}-refresh:before { content: $fa-var-refresh; } .#{$fa-css-prefix}-refresh:before { content: $fa-var-refresh; }
.#{$fa-css-prefix}-list-alt:before { content: $fa-var-list-alt; } .#{$fa-css-prefix}-list-alt:before { content: $fa-var-list-alt; }
.#{$fa-css-prefix}-lock:before { content: $fa-var-lock; } .#{$fa-css-prefix}-lock:before { content: $fa-var-lock; }
@ -64,6 +65,7 @@
.#{$fa-css-prefix}-dedent:before, .#{$fa-css-prefix}-dedent:before,
.#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; } .#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; }
.#{$fa-css-prefix}-indent:before { content: $fa-var-indent; } .#{$fa-css-prefix}-indent:before { content: $fa-var-indent; }
.#{$fa-css-prefix}-video:before,
.#{$fa-css-prefix}-video-camera:before { content: $fa-var-video-camera; } .#{$fa-css-prefix}-video-camera:before { content: $fa-var-video-camera; }
.#{$fa-css-prefix}-photo:before, .#{$fa-css-prefix}-photo:before,
.#{$fa-css-prefix}-image:before, .#{$fa-css-prefix}-image:before,
@ -167,7 +169,7 @@
.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; } .#{$fa-css-prefix}-rss:before { content: $fa-var-rss; }
.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; } .#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; }
.#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; } .#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; }
.#{$fa-css-prefix}-bell:before { content: $fa-var-bell; } .#{$fa-css-prefix}-bell-o:before { content: $fa-var-bell-o; }
.#{$fa-css-prefix}-certificate:before { content: $fa-var-certificate; } .#{$fa-css-prefix}-certificate:before { content: $fa-var-certificate; }
.#{$fa-css-prefix}-hand-o-right:before { content: $fa-var-hand-o-right; } .#{$fa-css-prefix}-hand-o-right:before { content: $fa-var-hand-o-right; }
.#{$fa-css-prefix}-hand-o-left:before { content: $fa-var-hand-o-left; } .#{$fa-css-prefix}-hand-o-left:before { content: $fa-var-hand-o-left; }
@ -213,6 +215,7 @@
.#{$fa-css-prefix}-pinterest:before { content: $fa-var-pinterest; } .#{$fa-css-prefix}-pinterest:before { content: $fa-var-pinterest; }
.#{$fa-css-prefix}-pinterest-square:before { content: $fa-var-pinterest-square; } .#{$fa-css-prefix}-pinterest-square:before { content: $fa-var-pinterest-square; }
.#{$fa-css-prefix}-google-plus-square:before { content: $fa-var-google-plus-square; } .#{$fa-css-prefix}-google-plus-square:before { content: $fa-var-google-plus-square; }
.#{$fa-css-prefix}-google-plus-g:before,
.#{$fa-css-prefix}-google-plus:before { content: $fa-var-google-plus; } .#{$fa-css-prefix}-google-plus:before { content: $fa-var-google-plus; }
.#{$fa-css-prefix}-money:before { content: $fa-var-money; } .#{$fa-css-prefix}-money:before { content: $fa-var-money; }
.#{$fa-css-prefix}-caret-down:before { content: $fa-var-caret-down; } .#{$fa-css-prefix}-caret-down:before { content: $fa-var-caret-down; }
@ -249,8 +252,9 @@
.#{$fa-css-prefix}-user-md:before { content: $fa-var-user-md; } .#{$fa-css-prefix}-user-md:before { content: $fa-var-user-md; }
.#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; } .#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; }
.#{$fa-css-prefix}-suitcase:before { content: $fa-var-suitcase; } .#{$fa-css-prefix}-suitcase:before { content: $fa-var-suitcase; }
.#{$fa-css-prefix}-bell-o:before { content: $fa-var-bell-o; } .#{$fa-css-prefix}-bell:before { content: $fa-var-bell; }
.#{$fa-css-prefix}-coffee:before { content: $fa-var-coffee; } .#{$fa-css-prefix}-coffee:before { content: $fa-var-coffee; }
.#{$fa-css-prefix}-utensils:before,
.#{$fa-css-prefix}-cutlery:before { content: $fa-var-cutlery; } .#{$fa-css-prefix}-cutlery:before { content: $fa-var-cutlery; }
.#{$fa-css-prefix}-file-text-o:before { content: $fa-var-file-text-o; } .#{$fa-css-prefix}-file-text-o:before { content: $fa-var-file-text-o; }
.#{$fa-css-prefix}-building-o:before { content: $fa-var-building-o; } .#{$fa-css-prefix}-building-o:before { content: $fa-var-building-o; }
@ -348,6 +352,7 @@
.#{$fa-css-prefix}-caret-square-o-right:before { content: $fa-var-caret-square-o-right; } .#{$fa-css-prefix}-caret-square-o-right:before { content: $fa-var-caret-square-o-right; }
.#{$fa-css-prefix}-euro:before, .#{$fa-css-prefix}-euro:before,
.#{$fa-css-prefix}-eur:before { content: $fa-var-eur; } .#{$fa-css-prefix}-eur:before { content: $fa-var-eur; }
.#{$fa-css-prefix}-pound:before,
.#{$fa-css-prefix}-gbp:before { content: $fa-var-gbp; } .#{$fa-css-prefix}-gbp:before { content: $fa-var-gbp; }
.#{$fa-css-prefix}-dollar:before, .#{$fa-css-prefix}-dollar:before,
.#{$fa-css-prefix}-usd:before { content: $fa-var-usd; } .#{$fa-css-prefix}-usd:before { content: $fa-var-usd; }
@ -366,11 +371,17 @@
.#{$fa-css-prefix}-btc:before { content: $fa-var-btc; } .#{$fa-css-prefix}-btc:before { content: $fa-var-btc; }
.#{$fa-css-prefix}-file:before { content: $fa-var-file; } .#{$fa-css-prefix}-file:before { content: $fa-var-file; }
.#{$fa-css-prefix}-file-text:before { content: $fa-var-file-text; } .#{$fa-css-prefix}-file-text:before { content: $fa-var-file-text; }
.#{$fa-css-prefix}-sort-alpha-down:before,
.#{$fa-css-prefix}-sort-alpha-asc:before { content: $fa-var-sort-alpha-asc; } .#{$fa-css-prefix}-sort-alpha-asc:before { content: $fa-var-sort-alpha-asc; }
.#{$fa-css-prefix}-sort-alpha-up:before,
.#{$fa-css-prefix}-sort-alpha-desc:before { content: $fa-var-sort-alpha-desc; } .#{$fa-css-prefix}-sort-alpha-desc:before { content: $fa-var-sort-alpha-desc; }
.#{$fa-css-prefix}-sort-amount-down:before,
.#{$fa-css-prefix}-sort-amount-asc:before { content: $fa-var-sort-amount-asc; } .#{$fa-css-prefix}-sort-amount-asc:before { content: $fa-var-sort-amount-asc; }
.#{$fa-css-prefix}-sort-amount-up:before,
.#{$fa-css-prefix}-sort-amount-desc:before { content: $fa-var-sort-amount-desc; } .#{$fa-css-prefix}-sort-amount-desc:before { content: $fa-var-sort-amount-desc; }
.#{$fa-css-prefix}-sort-numeric-down:before,
.#{$fa-css-prefix}-sort-numeric-asc:before { content: $fa-var-sort-numeric-asc; } .#{$fa-css-prefix}-sort-numeric-asc:before { content: $fa-var-sort-numeric-asc; }
.#{$fa-css-prefix}-sort-numeric-up:before,
.#{$fa-css-prefix}-sort-numeric-desc:before { content: $fa-var-sort-numeric-desc; } .#{$fa-css-prefix}-sort-numeric-desc:before { content: $fa-var-sort-numeric-desc; }
.#{$fa-css-prefix}-thumbs-up:before { content: $fa-var-thumbs-up; } .#{$fa-css-prefix}-thumbs-up:before { content: $fa-var-thumbs-up; }
.#{$fa-css-prefix}-thumbs-down:before { content: $fa-var-thumbs-down; } .#{$fa-css-prefix}-thumbs-down:before { content: $fa-var-thumbs-down; }
@ -448,6 +459,7 @@
.#{$fa-css-prefix}-building:before { content: $fa-var-building; } .#{$fa-css-prefix}-building:before { content: $fa-var-building; }
.#{$fa-css-prefix}-child:before { content: $fa-var-child; } .#{$fa-css-prefix}-child:before { content: $fa-var-child; }
.#{$fa-css-prefix}-paw:before { content: $fa-var-paw; } .#{$fa-css-prefix}-paw:before { content: $fa-var-paw; }
.#{$fa-css-prefix}-utensil-spoon:before,
.#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; } .#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; }
.#{$fa-css-prefix}-cube:before { content: $fa-var-cube; } .#{$fa-css-prefix}-cube:before { content: $fa-var-cube; }
.#{$fa-css-prefix}-cubes:before { content: $fa-var-cubes; } .#{$fa-css-prefix}-cubes:before { content: $fa-var-cubes; }
@ -508,6 +520,7 @@
.#{$fa-css-prefix}-paper-plane-o:before { content: $fa-var-paper-plane-o; } .#{$fa-css-prefix}-paper-plane-o:before { content: $fa-var-paper-plane-o; }
.#{$fa-css-prefix}-history:before { content: $fa-var-history; } .#{$fa-css-prefix}-history:before { content: $fa-var-history; }
.#{$fa-css-prefix}-circle-thin:before { content: $fa-var-circle-thin; } .#{$fa-css-prefix}-circle-thin:before { content: $fa-var-circle-thin; }
.#{$fa-css-prefix}-heading:before,
.#{$fa-css-prefix}-header:before { content: $fa-var-header; } .#{$fa-css-prefix}-header:before { content: $fa-var-header; }
.#{$fa-css-prefix}-paragraph:before { content: $fa-var-paragraph; } .#{$fa-css-prefix}-paragraph:before { content: $fa-var-paragraph; }
.#{$fa-css-prefix}-sliders:before { content: $fa-var-sliders; } .#{$fa-css-prefix}-sliders:before { content: $fa-var-sliders; }
@ -552,6 +565,7 @@
.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; } .#{$fa-css-prefix}-bus:before { content: $fa-var-bus; }
.#{$fa-css-prefix}-ioxhost:before { content: $fa-var-ioxhost; } .#{$fa-css-prefix}-ioxhost:before { content: $fa-var-ioxhost; }
.#{$fa-css-prefix}-angellist:before { content: $fa-var-angellist; } .#{$fa-css-prefix}-angellist:before { content: $fa-var-angellist; }
.#{$fa-css-prefix}-closed-captioning:before,
.#{$fa-css-prefix}-cc:before { content: $fa-var-cc; } .#{$fa-css-prefix}-cc:before { content: $fa-var-cc; }
.#{$fa-css-prefix}-shekel:before, .#{$fa-css-prefix}-shekel:before,
.#{$fa-css-prefix}-sheqel:before, .#{$fa-css-prefix}-sheqel:before,
@ -568,6 +582,7 @@
.#{$fa-css-prefix}-skyatlas:before { content: $fa-var-skyatlas; } .#{$fa-css-prefix}-skyatlas:before { content: $fa-var-skyatlas; }
.#{$fa-css-prefix}-cart-plus:before { content: $fa-var-cart-plus; } .#{$fa-css-prefix}-cart-plus:before { content: $fa-var-cart-plus; }
.#{$fa-css-prefix}-cart-arrow-down:before { content: $fa-var-cart-arrow-down; } .#{$fa-css-prefix}-cart-arrow-down:before { content: $fa-var-cart-arrow-down; }
.#{$fa-css-prefix}-gem:before,
.#{$fa-css-prefix}-diamond:before { content: $fa-var-diamond; } .#{$fa-css-prefix}-diamond:before { content: $fa-var-diamond; }
.#{$fa-css-prefix}-ship:before { content: $fa-var-ship; } .#{$fa-css-prefix}-ship:before { content: $fa-var-ship; }
.#{$fa-css-prefix}-user-secret:before { content: $fa-var-user-secret; } .#{$fa-css-prefix}-user-secret:before { content: $fa-var-user-secret; }
@ -676,6 +691,7 @@
.#{$fa-css-prefix}-commenting:before { content: $fa-var-commenting; } .#{$fa-css-prefix}-commenting:before { content: $fa-var-commenting; }
.#{$fa-css-prefix}-commenting-o:before { content: $fa-var-commenting-o; } .#{$fa-css-prefix}-commenting-o:before { content: $fa-var-commenting-o; }
.#{$fa-css-prefix}-houzz:before { content: $fa-var-houzz; } .#{$fa-css-prefix}-houzz:before { content: $fa-var-houzz; }
.#{$fa-css-prefix}-vimeo-v:before,
.#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; } .#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; }
.#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; } .#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; }
.#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; } .#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; }
@ -708,6 +724,7 @@
.#{$fa-css-prefix}-question-circle-o:before { content: $fa-var-question-circle-o; } .#{$fa-css-prefix}-question-circle-o:before { content: $fa-var-question-circle-o; }
.#{$fa-css-prefix}-blind:before { content: $fa-var-blind; } .#{$fa-css-prefix}-blind:before { content: $fa-var-blind; }
.#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; } .#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; }
.#{$fa-css-prefix}-phone-volume:before,
.#{$fa-css-prefix}-volume-control-phone:before { content: $fa-var-volume-control-phone; } .#{$fa-css-prefix}-volume-control-phone:before { content: $fa-var-volume-control-phone; }
.#{$fa-css-prefix}-braille:before { content: $fa-var-braille; } .#{$fa-css-prefix}-braille:before { content: $fa-var-braille; }
.#{$fa-css-prefix}-assistive-listening-systems:before { content: $fa-var-assistive-listening-systems; } .#{$fa-css-prefix}-assistive-listening-systems:before { content: $fa-var-assistive-listening-systems; }
@ -830,3 +847,33 @@
.#{$fa-css-prefix}-hackaday:before { content: $fa-var-hackaday; } .#{$fa-css-prefix}-hackaday:before { content: $fa-var-hackaday; }
.#{$fa-css-prefix}-laravel:before { content: $fa-var-laravel; } .#{$fa-css-prefix}-laravel:before { content: $fa-var-laravel; }
.#{$fa-css-prefix}-signalapp:before { content: $fa-var-signalapp; } .#{$fa-css-prefix}-signalapp:before { content: $fa-var-signalapp; }
.#{$fa-css-prefix}-gnupg:before { content: $fa-var-gnupg; }
.#{$fa-css-prefix}-php:before { content: $fa-var-php; }
.#{$fa-css-prefix}-ffmpeg:before { content: $fa-var-ffmpeg; }
.#{$fa-css-prefix}-joplin:before { content: $fa-var-joplin; }
.#{$fa-css-prefix}-syncthing:before { content: $fa-var-syncthing; }
.#{$fa-css-prefix}-inkscape:before { content: $fa-var-inkscape; }
.#{$fa-css-prefix}-matrix-org:before { content: $fa-var-matrix-org; }
.#{$fa-css-prefix}-pixelfed:before { content: $fa-var-pixelfed; }
.#{$fa-css-prefix}-bootstrap:before { content: $fa-var-bootstrap; }
.#{$fa-css-prefix}-dev-to:before { content: $fa-var-dev-to; }
.#{$fa-css-prefix}-hashnode:before { content: $fa-var-hashnode; }
.#{$fa-css-prefix}-jirafeau:before { content: $fa-var-jirafeau; }
.#{$fa-css-prefix}-emby:before { content: $fa-var-emby; }
.#{$fa-css-prefix}-wikidata:before { content: $fa-var-wikidata; }
.#{$fa-css-prefix}-gimp:before { content: $fa-var-gimp; }
.#{$fa-css-prefix}-c:before { content: $fa-var-c; }
.#{$fa-css-prefix}-digitalocean:before { content: $fa-var-digitalocean; }
.#{$fa-css-prefix}-att:before { content: $fa-var-att; }
.#{$fa-css-prefix}-gitea:before { content: $fa-var-gitea; }
.#{$fa-css-prefix}-file-epub:before { content: $fa-var-file-epub; }
.#{$fa-css-prefix}-python:before { content: $fa-var-python; }
.#{$fa-css-prefix}-archlinux:before { content: $fa-var-archlinux; }
.#{$fa-css-prefix}-pleroma:before { content: $fa-var-pleroma; }
.#{$fa-css-prefix}-unsplash:before { content: $fa-var-unsplash; }
.#{$fa-css-prefix}-hackster:before { content: $fa-var-hackster; }
.#{$fa-css-prefix}-spell-check:before { content: $fa-var-spell-check; }
.#{$fa-css-prefix}-moon:before { content: $fa-var-moon; }
.#{$fa-css-prefix}-sun:before { content: $fa-var-sun; }
.#{$fa-css-prefix}-f-droid:before { content: $fa-var-f-droid; }
.#{$fa-css-prefix}-biometric:before { content: $fa-var-biometric; }

View File

@ -6,7 +6,7 @@ $fa-font-size-base: 14px !default;
$fa-line-height-base: 1 !default; $fa-line-height-base: 1 !default;
$fa-css-prefix: "fa" !default; $fa-css-prefix: "fa" !default;
$fa-font-family: "ForkAwesome" !default; $fa-font-family: "ForkAwesome" !default;
$fa-version: "1.0.11" !default; $fa-version: "1.1.7" !default;
$fa-border-color: #eee !default; $fa-border-color: #eee !default;
$fa-inverse: #fff !default; $fa-inverse: #fff !default;
$fa-li-width: (30em / 14) !default; $fa-li-width: (30em / 14) !default;
@ -40,6 +40,7 @@ $fa-var-angle-up: "\f106";
$fa-var-apple: "\f179"; $fa-var-apple: "\f179";
$fa-var-archive: "\f187"; $fa-var-archive: "\f187";
$fa-var-archive-org: "\f2fc"; $fa-var-archive-org: "\f2fc";
$fa-var-archlinux: "\f323";
$fa-var-area-chart: "\f1fe"; $fa-var-area-chart: "\f1fe";
$fa-var-arrow-circle-down: "\f0ab"; $fa-var-arrow-circle-down: "\f0ab";
$fa-var-arrow-circle-left: "\f0a8"; $fa-var-arrow-circle-left: "\f0a8";
@ -62,6 +63,7 @@ $fa-var-asl-interpreting: "\f2a3";
$fa-var-assistive-listening-systems: "\f2a2"; $fa-var-assistive-listening-systems: "\f2a2";
$fa-var-asterisk: "\f069"; $fa-var-asterisk: "\f069";
$fa-var-at: "\f1fa"; $fa-var-at: "\f1fa";
$fa-var-att: "\f31e";
$fa-var-audio-description: "\f29e"; $fa-var-audio-description: "\f29e";
$fa-var-automobile: "\f1b9"; $fa-var-automobile: "\f1b9";
$fa-var-backward: "\f04a"; $fa-var-backward: "\f04a";
@ -90,12 +92,13 @@ $fa-var-bed: "\f236";
$fa-var-beer: "\f0fc"; $fa-var-beer: "\f0fc";
$fa-var-behance: "\f1b4"; $fa-var-behance: "\f1b4";
$fa-var-behance-square: "\f1b5"; $fa-var-behance-square: "\f1b5";
$fa-var-bell: "\f0f3"; $fa-var-bell: "\f0a2";
$fa-var-bell-o: "\f0a2"; $fa-var-bell-o: "\f0f3";
$fa-var-bell-slash: "\f1f6"; $fa-var-bell-slash: "\f1f6";
$fa-var-bell-slash-o: "\f1f7"; $fa-var-bell-slash-o: "\f1f7";
$fa-var-bicycle: "\f206"; $fa-var-bicycle: "\f206";
$fa-var-binoculars: "\f1e5"; $fa-var-binoculars: "\f1e5";
$fa-var-biometric: "\f32b";
$fa-var-birthday-cake: "\f1fd"; $fa-var-birthday-cake: "\f1fd";
$fa-var-bitbucket: "\f171"; $fa-var-bitbucket: "\f171";
$fa-var-bitbucket-square: "\f172"; $fa-var-bitbucket-square: "\f172";
@ -110,6 +113,7 @@ $fa-var-bomb: "\f1e2";
$fa-var-book: "\f02d"; $fa-var-book: "\f02d";
$fa-var-bookmark: "\f02e"; $fa-var-bookmark: "\f02e";
$fa-var-bookmark-o: "\f097"; $fa-var-bookmark-o: "\f097";
$fa-var-bootstrap: "\f315";
$fa-var-braille: "\f2a1"; $fa-var-braille: "\f2a1";
$fa-var-briefcase: "\f0b1"; $fa-var-briefcase: "\f0b1";
$fa-var-btc: "\f15a"; $fa-var-btc: "\f15a";
@ -120,6 +124,7 @@ $fa-var-bullhorn: "\f0a1";
$fa-var-bullseye: "\f140"; $fa-var-bullseye: "\f140";
$fa-var-bus: "\f207"; $fa-var-bus: "\f207";
$fa-var-buysellads: "\f20d"; $fa-var-buysellads: "\f20d";
$fa-var-c: "\f31c";
$fa-var-cab: "\f1ba"; $fa-var-cab: "\f1ba";
$fa-var-calculator: "\f1ec"; $fa-var-calculator: "\f1ec";
$fa-var-calendar: "\f073"; $fa-var-calendar: "\f073";
@ -176,6 +181,7 @@ $fa-var-clipboard: "\f0ea";
$fa-var-clock-o: "\f017"; $fa-var-clock-o: "\f017";
$fa-var-clone: "\f24d"; $fa-var-clone: "\f24d";
$fa-var-close: "\f00d"; $fa-var-close: "\f00d";
$fa-var-closed-captioning: "\f20a";
$fa-var-cloud: "\f0c2"; $fa-var-cloud: "\f0c2";
$fa-var-cloud-download: "\f0ed"; $fa-var-cloud-download: "\f0ed";
$fa-var-cloud-upload: "\f0ee"; $fa-var-cloud-upload: "\f0ee";
@ -221,10 +227,12 @@ $fa-var-debian: "\f2ff";
$fa-var-dedent: "\f03b"; $fa-var-dedent: "\f03b";
$fa-var-delicious: "\f1a5"; $fa-var-delicious: "\f1a5";
$fa-var-desktop: "\f108"; $fa-var-desktop: "\f108";
$fa-var-dev-to: "\f316";
$fa-var-deviantart: "\f1bd"; $fa-var-deviantart: "\f1bd";
$fa-var-diamond: "\f219"; $fa-var-diamond: "\f219";
$fa-var-diaspora: "\f2e5"; $fa-var-diaspora: "\f2e5";
$fa-var-digg: "\f1a6"; $fa-var-digg: "\f1a6";
$fa-var-digitalocean: "\f31d";
$fa-var-discord: "\f2ee"; $fa-var-discord: "\f2ee";
$fa-var-discord-alt: "\f2ef"; $fa-var-discord-alt: "\f2ef";
$fa-var-dogmazic: "\f303"; $fa-var-dogmazic: "\f303";
@ -242,6 +250,7 @@ $fa-var-eercast: "\f2da";
$fa-var-eject: "\f052"; $fa-var-eject: "\f052";
$fa-var-ellipsis-h: "\f141"; $fa-var-ellipsis-h: "\f141";
$fa-var-ellipsis-v: "\f142"; $fa-var-ellipsis-v: "\f142";
$fa-var-emby: "\f319";
$fa-var-empire: "\f1d1"; $fa-var-empire: "\f1d1";
$fa-var-envelope: "\f0e0"; $fa-var-envelope: "\f0e0";
$fa-var-envelope-o: "\f003"; $fa-var-envelope-o: "\f003";
@ -265,6 +274,7 @@ $fa-var-external-link-square: "\f14c";
$fa-var-eye: "\f06e"; $fa-var-eye: "\f06e";
$fa-var-eye-slash: "\f070"; $fa-var-eye-slash: "\f070";
$fa-var-eyedropper: "\f1fb"; $fa-var-eyedropper: "\f1fb";
$fa-var-f-droid: "\f32a";
$fa-var-fa: "\f2b4"; $fa-var-fa: "\f2b4";
$fa-var-facebook: "\f09a"; $fa-var-facebook: "\f09a";
$fa-var-facebook-f: "\f09a"; $fa-var-facebook-f: "\f09a";
@ -276,11 +286,13 @@ $fa-var-fast-forward: "\f050";
$fa-var-fax: "\f1ac"; $fa-var-fax: "\f1ac";
$fa-var-feed: "\f09e"; $fa-var-feed: "\f09e";
$fa-var-female: "\f182"; $fa-var-female: "\f182";
$fa-var-ffmpeg: "\f30f";
$fa-var-fighter-jet: "\f0fb"; $fa-var-fighter-jet: "\f0fb";
$fa-var-file: "\f15b"; $fa-var-file: "\f15b";
$fa-var-file-archive-o: "\f1c6"; $fa-var-file-archive-o: "\f1c6";
$fa-var-file-audio-o: "\f1c7"; $fa-var-file-audio-o: "\f1c7";
$fa-var-file-code-o: "\f1c9"; $fa-var-file-code-o: "\f1c9";
$fa-var-file-epub: "\f321";
$fa-var-file-excel-o: "\f1c3"; $fa-var-file-excel-o: "\f1c3";
$fa-var-file-image-o: "\f1c5"; $fa-var-file-image-o: "\f1c5";
$fa-var-file-movie-o: "\f1c8"; $fa-var-file-movie-o: "\f1c8";
@ -333,13 +345,16 @@ $fa-var-gbp: "\f154";
$fa-var-ge: "\f1d1"; $fa-var-ge: "\f1d1";
$fa-var-gear: "\f013"; $fa-var-gear: "\f013";
$fa-var-gears: "\f085"; $fa-var-gears: "\f085";
$fa-var-gem: "\f219";
$fa-var-genderless: "\f22d"; $fa-var-genderless: "\f22d";
$fa-var-get-pocket: "\f265"; $fa-var-get-pocket: "\f265";
$fa-var-gg: "\f260"; $fa-var-gg: "\f260";
$fa-var-gg-circle: "\f261"; $fa-var-gg-circle: "\f261";
$fa-var-gift: "\f06b"; $fa-var-gift: "\f06b";
$fa-var-gimp: "\f31b";
$fa-var-git: "\f1d3"; $fa-var-git: "\f1d3";
$fa-var-git-square: "\f1d2"; $fa-var-git-square: "\f1d2";
$fa-var-gitea: "\f31f";
$fa-var-github: "\f09b"; $fa-var-github: "\f09b";
$fa-var-github-alt: "\f113"; $fa-var-github-alt: "\f113";
$fa-var-github-square: "\f092"; $fa-var-github-square: "\f092";
@ -352,9 +367,11 @@ $fa-var-globe: "\f0ac";
$fa-var-globe-e: "\f304"; $fa-var-globe-e: "\f304";
$fa-var-globe-w: "\f305"; $fa-var-globe-w: "\f305";
$fa-var-gnu-social: "\f2e7"; $fa-var-gnu-social: "\f2e7";
$fa-var-gnupg: "\f30d";
$fa-var-google: "\f1a0"; $fa-var-google: "\f1a0";
$fa-var-google-plus: "\f0d5"; $fa-var-google-plus: "\f0d5";
$fa-var-google-plus-circle: "\f2b3"; $fa-var-google-plus-circle: "\f2b3";
$fa-var-google-plus-g: "\f0d5";
$fa-var-google-plus-official: "\f2b3"; $fa-var-google-plus-official: "\f2b3";
$fa-var-google-plus-square: "\f0d4"; $fa-var-google-plus-square: "\f0d4";
$fa-var-google-wallet: "\f1ee"; $fa-var-google-wallet: "\f1ee";
@ -365,6 +382,7 @@ $fa-var-group: "\f0c0";
$fa-var-h-square: "\f0fd"; $fa-var-h-square: "\f0fd";
$fa-var-hackaday: "\f30a"; $fa-var-hackaday: "\f30a";
$fa-var-hacker-news: "\f1d4"; $fa-var-hacker-news: "\f1d4";
$fa-var-hackster: "\f326";
$fa-var-hand-grab-o: "\f255"; $fa-var-hand-grab-o: "\f255";
$fa-var-hand-lizard-o: "\f258"; $fa-var-hand-lizard-o: "\f258";
$fa-var-hand-o-down: "\f0a7"; $fa-var-hand-o-down: "\f0a7";
@ -380,9 +398,11 @@ $fa-var-hand-spock-o: "\f259";
$fa-var-hand-stop-o: "\f256"; $fa-var-hand-stop-o: "\f256";
$fa-var-handshake-o: "\f2b5"; $fa-var-handshake-o: "\f2b5";
$fa-var-hard-of-hearing: "\f2a4"; $fa-var-hard-of-hearing: "\f2a4";
$fa-var-hashnode: "\f317";
$fa-var-hashtag: "\f292"; $fa-var-hashtag: "\f292";
$fa-var-hdd-o: "\f0a0"; $fa-var-hdd-o: "\f0a0";
$fa-var-header: "\f1dc"; $fa-var-header: "\f1dc";
$fa-var-heading: "\f1dc";
$fa-var-headphones: "\f025"; $fa-var-headphones: "\f025";
$fa-var-heart: "\f004"; $fa-var-heart: "\f004";
$fa-var-heart-o: "\f08a"; $fa-var-heart-o: "\f08a";
@ -414,6 +434,7 @@ $fa-var-indent: "\f03c";
$fa-var-industry: "\f275"; $fa-var-industry: "\f275";
$fa-var-info: "\f129"; $fa-var-info: "\f129";
$fa-var-info-circle: "\f05a"; $fa-var-info-circle: "\f05a";
$fa-var-inkscape: "\f312";
$fa-var-inr: "\f156"; $fa-var-inr: "\f156";
$fa-var-instagram: "\f16d"; $fa-var-instagram: "\f16d";
$fa-var-institution: "\f19c"; $fa-var-institution: "\f19c";
@ -421,7 +442,9 @@ $fa-var-internet-explorer: "\f26b";
$fa-var-intersex: "\f224"; $fa-var-intersex: "\f224";
$fa-var-ioxhost: "\f208"; $fa-var-ioxhost: "\f208";
$fa-var-italic: "\f033"; $fa-var-italic: "\f033";
$fa-var-jirafeau: "\f318";
$fa-var-joomla: "\f1aa"; $fa-var-joomla: "\f1aa";
$fa-var-joplin: "\f310";
$fa-var-jpy: "\f157"; $fa-var-jpy: "\f157";
$fa-var-jsfiddle: "\f1cc"; $fa-var-jsfiddle: "\f1cc";
$fa-var-key: "\f084"; $fa-var-key: "\f084";
@ -483,6 +506,7 @@ $fa-var-mars-stroke-v: "\f22a";
$fa-var-mastodon: "\f2e1"; $fa-var-mastodon: "\f2e1";
$fa-var-mastodon-alt: "\f2e2"; $fa-var-mastodon-alt: "\f2e2";
$fa-var-mastodon-square: "\f300"; $fa-var-mastodon-square: "\f300";
$fa-var-matrix-org: "\f313";
$fa-var-maxcdn: "\f136"; $fa-var-maxcdn: "\f136";
$fa-var-meanpath: "\f20c"; $fa-var-meanpath: "\f20c";
$fa-var-medium: "\f23a"; $fa-var-medium: "\f23a";
@ -503,6 +527,7 @@ $fa-var-mobile: "\f10b";
$fa-var-mobile-phone: "\f10b"; $fa-var-mobile-phone: "\f10b";
$fa-var-modx: "\f285"; $fa-var-modx: "\f285";
$fa-var-money: "\f0d6"; $fa-var-money: "\f0d6";
$fa-var-moon: "\f328";
$fa-var-moon-o: "\f186"; $fa-var-moon-o: "\f186";
$fa-var-mortar-board: "\f19d"; $fa-var-mortar-board: "\f19d";
$fa-var-motorcycle: "\f21c"; $fa-var-motorcycle: "\f21c";
@ -543,26 +568,32 @@ $fa-var-pencil-square-o: "\f044";
$fa-var-percent: "\f295"; $fa-var-percent: "\f295";
$fa-var-phone: "\f095"; $fa-var-phone: "\f095";
$fa-var-phone-square: "\f098"; $fa-var-phone-square: "\f098";
$fa-var-phone-volume: "\f2a0";
$fa-var-photo: "\f03e"; $fa-var-photo: "\f03e";
$fa-var-php: "\f30e";
$fa-var-picture-o: "\f03e"; $fa-var-picture-o: "\f03e";
$fa-var-pie-chart: "\f200"; $fa-var-pie-chart: "\f200";
$fa-var-pinterest: "\f0d2"; $fa-var-pinterest: "\f0d2";
$fa-var-pinterest-p: "\f231"; $fa-var-pinterest-p: "\f231";
$fa-var-pinterest-square: "\f0d3"; $fa-var-pinterest-square: "\f0d3";
$fa-var-pixelfed: "\f314";
$fa-var-plane: "\f072"; $fa-var-plane: "\f072";
$fa-var-play: "\f04b"; $fa-var-play: "\f04b";
$fa-var-play-circle: "\f144"; $fa-var-play-circle: "\f144";
$fa-var-play-circle-o: "\f01d"; $fa-var-play-circle-o: "\f01d";
$fa-var-pleroma: "\f324";
$fa-var-plug: "\f1e6"; $fa-var-plug: "\f1e6";
$fa-var-plus: "\f067"; $fa-var-plus: "\f067";
$fa-var-plus-circle: "\f055"; $fa-var-plus-circle: "\f055";
$fa-var-plus-square: "\f0fe"; $fa-var-plus-square: "\f0fe";
$fa-var-plus-square-o: "\f196"; $fa-var-plus-square-o: "\f196";
$fa-var-podcast: "\f2ce"; $fa-var-podcast: "\f2ce";
$fa-var-pound: "\f154";
$fa-var-power-off: "\f011"; $fa-var-power-off: "\f011";
$fa-var-print: "\f02f"; $fa-var-print: "\f02f";
$fa-var-product-hunt: "\f288"; $fa-var-product-hunt: "\f288";
$fa-var-puzzle-piece: "\f12e"; $fa-var-puzzle-piece: "\f12e";
$fa-var-python: "\f322";
$fa-var-qq: "\f1d6"; $fa-var-qq: "\f1d6";
$fa-var-qrcode: "\f029"; $fa-var-qrcode: "\f029";
$fa-var-question: "\f128"; $fa-var-question: "\f128";
@ -654,16 +685,23 @@ $fa-var-social-home: "\f2ec";
$fa-var-sort: "\f0dc"; $fa-var-sort: "\f0dc";
$fa-var-sort-alpha-asc: "\f15d"; $fa-var-sort-alpha-asc: "\f15d";
$fa-var-sort-alpha-desc: "\f15e"; $fa-var-sort-alpha-desc: "\f15e";
$fa-var-sort-alpha-down: "\f15d";
$fa-var-sort-alpha-up: "\f15e";
$fa-var-sort-amount-asc: "\f160"; $fa-var-sort-amount-asc: "\f160";
$fa-var-sort-amount-desc: "\f161"; $fa-var-sort-amount-desc: "\f161";
$fa-var-sort-amount-down: "\f160";
$fa-var-sort-amount-up: "\f161";
$fa-var-sort-asc: "\f0de"; $fa-var-sort-asc: "\f0de";
$fa-var-sort-desc: "\f0dd"; $fa-var-sort-desc: "\f0dd";
$fa-var-sort-down: "\f0dd"; $fa-var-sort-down: "\f0dd";
$fa-var-sort-numeric-asc: "\f162"; $fa-var-sort-numeric-asc: "\f162";
$fa-var-sort-numeric-desc: "\f163"; $fa-var-sort-numeric-desc: "\f163";
$fa-var-sort-numeric-down: "\f162";
$fa-var-sort-numeric-up: "\f163";
$fa-var-sort-up: "\f0de"; $fa-var-sort-up: "\f0de";
$fa-var-soundcloud: "\f1be"; $fa-var-soundcloud: "\f1be";
$fa-var-space-shuttle: "\f197"; $fa-var-space-shuttle: "\f197";
$fa-var-spell-check: "\f327";
$fa-var-spinner: "\f110"; $fa-var-spinner: "\f110";
$fa-var-spoon: "\f1b1"; $fa-var-spoon: "\f1b1";
$fa-var-spotify: "\f1bc"; $fa-var-spotify: "\f1bc";
@ -695,10 +733,13 @@ $fa-var-stumbleupon-circle: "\f1a3";
$fa-var-subscript: "\f12c"; $fa-var-subscript: "\f12c";
$fa-var-subway: "\f239"; $fa-var-subway: "\f239";
$fa-var-suitcase: "\f0f2"; $fa-var-suitcase: "\f0f2";
$fa-var-sun: "\f329";
$fa-var-sun-o: "\f185"; $fa-var-sun-o: "\f185";
$fa-var-superpowers: "\f2dd"; $fa-var-superpowers: "\f2dd";
$fa-var-superscript: "\f12b"; $fa-var-superscript: "\f12b";
$fa-var-support: "\f1cd"; $fa-var-support: "\f1cd";
$fa-var-sync: "\f021";
$fa-var-syncthing: "\f311";
$fa-var-table: "\f0ce"; $fa-var-table: "\f0ce";
$fa-var-tablet: "\f10a"; $fa-var-tablet: "\f10a";
$fa-var-tachometer: "\f0e4"; $fa-var-tachometer: "\f0e4";
@ -775,6 +816,7 @@ $fa-var-unlink: "\f127";
$fa-var-unlock: "\f09c"; $fa-var-unlock: "\f09c";
$fa-var-unlock-alt: "\f13e"; $fa-var-unlock-alt: "\f13e";
$fa-var-unsorted: "\f0dc"; $fa-var-unsorted: "\f0dc";
$fa-var-unsplash: "\f325";
$fa-var-upload: "\f093"; $fa-var-upload: "\f093";
$fa-var-usb: "\f287"; $fa-var-usb: "\f287";
$fa-var-usd: "\f155"; $fa-var-usd: "\f155";
@ -787,6 +829,8 @@ $fa-var-user-plus: "\f234";
$fa-var-user-secret: "\f21b"; $fa-var-user-secret: "\f21b";
$fa-var-user-times: "\f235"; $fa-var-user-times: "\f235";
$fa-var-users: "\f0c0"; $fa-var-users: "\f0c0";
$fa-var-utensil-spoon: "\f1b1";
$fa-var-utensils: "\f0f5";
$fa-var-vcard: "\f2bb"; $fa-var-vcard: "\f2bb";
$fa-var-vcard-o: "\f2bc"; $fa-var-vcard-o: "\f2bc";
$fa-var-venus: "\f221"; $fa-var-venus: "\f221";
@ -795,9 +839,11 @@ $fa-var-venus-mars: "\f228";
$fa-var-viacoin: "\f237"; $fa-var-viacoin: "\f237";
$fa-var-viadeo: "\f2a9"; $fa-var-viadeo: "\f2a9";
$fa-var-viadeo-square: "\f2aa"; $fa-var-viadeo-square: "\f2aa";
$fa-var-video: "\f03d";
$fa-var-video-camera: "\f03d"; $fa-var-video-camera: "\f03d";
$fa-var-vimeo: "\f27d"; $fa-var-vimeo: "\f27d";
$fa-var-vimeo-square: "\f194"; $fa-var-vimeo-square: "\f194";
$fa-var-vimeo-v: "\f27d";
$fa-var-vine: "\f1ca"; $fa-var-vine: "\f1ca";
$fa-var-vk: "\f189"; $fa-var-vk: "\f189";
$fa-var-volume-control-phone: "\f2a0"; $fa-var-volume-control-phone: "\f2a0";
@ -812,6 +858,7 @@ $fa-var-whatsapp: "\f232";
$fa-var-wheelchair: "\f193"; $fa-var-wheelchair: "\f193";
$fa-var-wheelchair-alt: "\f29b"; $fa-var-wheelchair-alt: "\f29b";
$fa-var-wifi: "\f1eb"; $fa-var-wifi: "\f1eb";
$fa-var-wikidata: "\f31a";
$fa-var-wikipedia-w: "\f266"; $fa-var-wikipedia-w: "\f266";
$fa-var-window-close: "\f2d3"; $fa-var-window-close: "\f2d3";
$fa-var-window-close-o: "\f2d4"; $fa-var-window-close-o: "\f2d4";

View File

@ -1,6 +1,6 @@
/*! /*!
Fork Awesome 1.1.5 Fork Awesome 1.1.7
License - http://forkawesome.github.io/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome
@ -14,6 +14,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
@import "variables"; @import "variables";
@import "mixins"; @import "mixins";
@import "functions";
@import "path"; @import "path";
@import "core"; @import "core";
@import "larger"; @import "larger";

View File

@ -9,7 +9,7 @@
html { html {
font-family: sans-serif; /* 1 */ font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: auto; /* 2 */
} }
/** /**

View File

@ -12,9 +12,9 @@ These are some of my more public accounts; feel free to contact me at any of the
<div class="flex-wrapper"> <div class="flex-wrapper">
<div class="flex-cards"> <div class="flex-cards">
<div class="contact-card"> <div class="contact-card">
<a title="Mattermost" ref="me" href="http://nixnet.xyz/mattermost/" target="_blank"> <a title="Email" href="mailto:{{ site.author.email }}" target="_blank">
<h1><i class="fa fa-tachometer"></i></h1> <h1><i class="fa fa-envelope"></i></h1>
<p>Mattermost</p> <p>Email</p>
</a> </a>
</div> </div>
<div class="contact-card"> <div class="contact-card">
@ -30,9 +30,9 @@ These are some of my more public accounts; feel free to contact me at any of the
</a> </a>
</div> </div>
<div class="contact-card"> <div class="contact-card">
<a title="Email" href="mailto:{{ site.author.email }}" target="_blank"> <a title="Keybase" ref="me" href="http://keybase.io/amolith" target="_blank">
<h1><i class="fa fa-envelope"></i></h1> <h1><i class="fa fa-keybase"></i></h1>
<p>Email</p> <p>Keybase</p>
</a> </a>
</div> </div>
</div> </div>
@ -42,7 +42,7 @@ These are some of my more public accounts; feel free to contact me at any of the
<hr/> <hr/>
<div class="content"> <div class="content">
<p class="center"> <p class="center">
I also have <a href="https://briarproject.org/" target="_blank">Briar</a> and <a href="https://signal.org/" target="_blank">Signal</a> if we meet IRL, <a href="https://keybase.io/amolith" target="_blank">Keybase</a>, and I'm on <a href="https://wire.com/en/" target="_blank">Wire</a> as <code>@amolith</code>. I can be found on my Jabber/XMPP server at <code>amolith@nixnet.xyz</code>. I also have <a href="https://briarproject.org/" target="_blank">Briar</a> or <a href="https://signal.org/" target="_blank">Signal</a> if we meet IRL and I'm on <a href="https://wire.com/en/" target="_blank">Wire</a> as <code>@amolith</code>. I can also be found on my Jabber/XMPP server at <code>amolith@nixnet.xyz</code>.
</p> </p>
<p class="center"> <p class="center">
Despite the many ways to contact me, email is and always will be my most preferrered method (as well as the most reliable). Despite the many ways to contact me, email is and always will be my most preferrered method (as well as the most reliable).

View File

@ -7,10 +7,18 @@ cover: /cover.png
sitemap: sitemap:
priority: 0.9 priority: 0.9
--- ---
<center><p>I host a variety of services that are available for anyone to use free of charge. Below is a list with descriptions of each.</p></center> <center>
<br/> <p>
<center><h1><a href="https://status.nixnet.xyz" target="_blank"><u>Status</u></a> / <a href="https://netdata.nixnet.xyz" target="_blank"><u>Stats</u></a></h1></center> <a href="https://masto.nixnet.xyz/@amolith/101862413197207232">masto.nixnet.xyz/@amolith/101862413197207232</a>
<center><h1><a href="https://git.nixnet.xyz/NixNet/" target="_blank"><u>Technical information</u></a></h1></center> <br />
<br />
I host a variety of services that are available for anyone to use free of charge. Below is a list with descriptions of each.
<br />
<br />
<a href="https://status.nixnet.xyz" target="_blank"><button class="donate"><i class="fa fa-bolt"></i> Status</button></a>
<a href="https://git.nixnet.xyz/NixNet" target="_blank"><button class="donate"><i class="fa fa-cogs"></i> Technical Info</button></a>
</p>
</center>
<!-- <!--
<br/> <br/>
<center> <center>
@ -33,15 +41,15 @@ priority: 0.9
<p>College is expensive in the US. Very expensive. The one I plan to go to will be ~$28,000 per year. They gave me enough financial aid and institutional scholarships to bring the cost down to $8,000/yr. My father has said he would help and bring it down further to ~$5,500/yr. Even with third-party scholarships, this is going to leave me thousands of dollars in debt.</p> <p>College is expensive in the US. Very expensive. The one I plan to go to will be ~$28,000 per year. They gave me enough financial aid and institutional scholarships to bring the cost down to $8,000/yr. My father has said he would help and bring it down further to ~$5,500/yr. Even with third-party scholarships, this is going to leave me thousands of dollars in debt.</p>
<p>If you can do anything to help monetarily, I would be forever grateful. I pay for the servers running this site and everything on it partially from donations and the rest out-of-pocket. If you even know of any scholarships I may be eligible for, a <a href="/contact/">message</a> and link would be greatly appreciated.</p> <p>If you can do anything to help monetarily, I would be forever grateful. I pay for the servers running this site and everything on it partially from donations and the rest out-of-pocket. If you even know of any scholarships I may be eligible for, a <a href="/contact/">message</a> and link would be greatly appreciated.</p>
</div> </div>
<p> <p>
<center> <center>
<a href="https://liberapay.com/Amolith/donate" target="_blank"><button class="donate"><i class="fa fa-liberapay"></i> Liberapay</button></a> <a href="https://liberapay.com/Amolith/donate" target="_blank"><button class="donate"><i class="fa fa-liberapay"></i> Liberapay</button></a>
<!--<a href="https://ko-fi.com/Amolith" target="_blank"><button class="donate"><i class="fa fa-coffee"></i> Ko-fi</button></a>--> <!--<a href="https://ko-fi.com/Amolith" target="_blank"><button class="donate"><i class="fa fa-coffee"></i> Ko-fi</button></a>-->
<a href="https://flattr.com/@Amolith" target="_blank"><button class="donate"><i class="fa fa-refresh"></i> Flattr</button></a> <a href="https://flattr.com/@Amolith" target="_blank"><button class="donate"><i class="fa fa-refresh"></i> Flattr</button></a>
<a href="https://tippeee.com/amolith" target="_blank"><button class="donate"><i class="fa fa-tipeee"></i> tipeee</button></a> <a href="https://tipeee.com/amolith" target="_blank"><button class="donate"><i class="fa fa-tipeee"></i> tipeee</button></a>
</center> </center>
</p> </p>
<div class="content"> <div class="content">
<center> <center>
<p>Thank you,<br /> <p>Thank you,<br />
Amolith</p> Amolith</p>

View File

@ -6,7 +6,9 @@ cover: /assets/pages/xmpp.png
permalink: /jabber-xmpp/ permalink: /jabber-xmpp/
--- ---
# Registration - clearnet # Registration - clearnet
Client registration is open so all you have to do to start using Jabber/XMPP on NixNet is open your favourite client, enter `nixnet.xyz` as the host, come up with a username, generate a strong password, and enjoy! Client registration is open so all you have to do to start using Jabber/XMPP on NixNet is open your favourite client, enter `nixnet.xyz` as the host, come up with a username, generate a strong password, and enjoy!
You can also navigate to [nixnet.xyz:5443/register/](https://nixnet.xyz:5443/register/) to register using the web UI as well as change your password and unregister your account. I'll eventually serve it to a subdomain (maybe jabber.nixnet.xyz) but I don't have time to set that up at the moment.
# Registration - Tor # Registration - Tor
If you want to use my XMPP server over Tor, make sure you first start/enable the Tor service: If you want to use my XMPP server over Tor, make sure you first start/enable the Tor service: