Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile6
-rw-r--r--Gemfile.lock90
-rw-r--r--README.md10
-rw-r--r--_config.yml6
-rw-r--r--css/fork-awesome.css36
-rw-r--r--css/fork-awesome.min.css2
-rw-r--r--css/fork-awesome.min.css.map2
-rw-r--r--fonts/forkawesome-webfont.eotbin178738 -> 182026 bytes
-rw-r--r--fonts/forkawesome-webfont.svg188
-rw-r--r--fonts/forkawesome-webfont.ttfbin178548 -> 181836 bytes
-rw-r--r--fonts/forkawesome-webfont.woffbin105180 -> 110088 bytes
-rw-r--r--fonts/forkawesome-webfont.woff2bin85620 -> 87648 bytes
-rw-r--r--less/icons.less12
-rw-r--r--less/variables.less12
-rw-r--r--package.json2
-rw-r--r--scss/_icons.scss9
-rw-r--r--scss/_variables.scss9
-rw-r--r--scss/font-awesome.scss18
-rw-r--r--src/doc/Makefile1
-rw-r--r--src/doc/README.md-nobuild5
-rw-r--r--src/doc/_includes/icons/accessibility.html2
-rw-r--r--src/doc/_includes/icons/brand.html2
-rw-r--r--src/doc/_includes/icons/chart.html2
-rw-r--r--src/doc/_includes/icons/currency.html2
-rw-r--r--src/doc/_includes/icons/directional.html2
-rw-r--r--src/doc/_includes/icons/file-type.html2
-rw-r--r--src/doc/_includes/icons/form-control.html2
-rw-r--r--src/doc/_includes/icons/gender.html2
-rw-r--r--src/doc/_includes/icons/hand.html2
-rw-r--r--src/doc/_includes/icons/medical.html2
-rw-r--r--src/doc/_includes/icons/new.html9
-rw-r--r--src/doc/_includes/icons/payment.html2
-rw-r--r--src/doc/_includes/icons/spinner.html2
-rw-r--r--src/doc/_includes/icons/text-editor.html2
-rw-r--r--src/doc/_includes/icons/transportation.html2
-rw-r--r--src/doc/_includes/icons/video-player.html2
-rw-r--r--src/doc/_includes/icons/web-application.html2
-rw-r--r--src/doc/_plugins/icon_page_generator.rb4
-rw-r--r--src/doc/_plugins/site.rb2
-rw-r--r--src/doc/assets/fork-awesome/scss/fork-awesome.scss.txt (renamed from src/doc/assets/fork-awesome/scss/fork-awesome.scss)0
-rw-r--r--src/icons/.fontcustom-manifest.json6
-rw-r--r--src/icons/Makefile2
-rw-r--r--src/icons/icons.yml16
-rw-r--r--src/icons/svg/activitypub.svg2
-rw-r--r--src/icons/svg/archive-org.svg2
-rw-r--r--src/icons/svg/artstation.svg2
-rw-r--r--src/icons/svg/barcode.svg2
-rw-r--r--src/icons/svg/debian.svg2
-rw-r--r--src/icons/svg/diaspora.svg2
-rw-r--r--src/icons/svg/dogmazic.svg2
-rw-r--r--src/icons/svg/ethereum.svg2
-rw-r--r--src/icons/svg/facebook-messenger.svg2
-rw-r--r--src/icons/svg/fork-awesome.svg2
-rw-r--r--src/icons/svg/freedombox.svg2
-rw-r--r--src/icons/svg/friendica.svg2
-rw-r--r--src/icons/svg/gnu-social.svg2
-rw-r--r--src/icons/svg/gnupg.svg2
-rw-r--r--src/icons/svg/hackaday.svg2
-rw-r--r--src/icons/svg/hubzilla.svg2
-rw-r--r--src/icons/svg/key-modern.svg2
-rw-r--r--src/icons/svg/keybase.svg14
-rw-r--r--src/icons/svg/laravel.svg57
-rw-r--r--src/icons/svg/liberapay-square.svg2
-rw-r--r--src/icons/svg/liberapay.svg2
-rw-r--r--src/icons/svg/mastodon-alt.svg2
-rw-r--r--src/icons/svg/mastodon-square.svg2
-rw-r--r--src/icons/svg/mastodon.svg2
-rw-r--r--src/icons/svg/nextcloud-square.svg2
-rw-r--r--src/icons/svg/nextcloud.svg4
-rw-r--r--src/icons/svg/nodejs.svg2
-rw-r--r--src/icons/svg/qrcode.svg2
-rw-r--r--src/icons/svg/react.svg4
-rw-r--r--src/icons/svg/scuttlebutt.svg2
-rw-r--r--src/icons/svg/shaarli-o.svg4
-rw-r--r--src/icons/svg/shaarli.svg4
-rw-r--r--src/icons/svg/signalapp.svg9
-rw-r--r--src/icons/svg/social-home.svg2
-rw-r--r--src/icons/svg/tipeee.svg2
-rw-r--r--src/icons/svg/xmpp.svg2
-rw-r--r--src/icons/svg/zotero.svg2
-rw-r--r--src/icons/svgo_config.json3
81 files changed, 345 insertions, 293 deletions
diff --git a/Gemfile b/Gemfile
index 0fbd50d2a..c27ca736f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,8 +1,8 @@
source 'https://rubygems.org'
-gem 'jekyll', '~> 1.0'
+gem 'jekyll', '~> 3.7'
gem 'safe_yaml', '~> 1.0.4'
-gem 'sass', '~> 3.0'
-gem 'libv8', '~> 3.16.14.0'
+gem 'sass', '~> 3.5'
+gem 'libv8', '~> 3.16.14.19'
gem 'therubyracer'
gem 'fontcustom'
diff --git a/Gemfile.lock b/Gemfile.lock
index 222172099..28ee25853 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,53 +1,60 @@
GEM
remote: https://rubygems.org/
specs:
- blankslate (2.1.2.4)
- classifier (1.3.4)
- fast-stemmer (>= 1.0.0)
- colorator (0.1)
- commander (4.1.6)
- highline (~> 1.6.11)
- fast-stemmer (1.0.2)
- ffi (1.9.18)
+ addressable (2.5.2)
+ public_suffix (>= 2.0.2, < 4.0)
+ colorator (1.1.0)
+ concurrent-ruby (1.0.5)
+ em-websocket (0.5.1)
+ eventmachine (>= 0.12.9)
+ http_parser.rb (~> 0.6.0)
+ eventmachine (1.2.5)
+ ffi (1.9.23)
fontcustom (2.0.0)
json (~> 1.4)
listen (>= 1.0, < 4.0)
thor (~> 0.14)
- highline (1.6.21)
- jekyll (1.5.1)
- classifier (~> 1.3)
- colorator (~> 0.1)
- commander (~> 4.1.3)
- liquid (~> 2.5.5)
- listen (~> 1.3)
- maruku (= 0.7.0)
- pygments.rb (~> 0.5.0)
- redcarpet (~> 2.3.0)
+ forwardable-extended (2.6.0)
+ http_parser.rb (0.6.0)
+ i18n (0.9.5)
+ concurrent-ruby (~> 1.0)
+ jekyll (3.7.3)
+ addressable (~> 2.4)
+ colorator (~> 1.0)
+ em-websocket (~> 0.5)
+ i18n (~> 0.7)
+ jekyll-sass-converter (~> 1.0)
+ jekyll-watch (~> 2.0)
+ kramdown (~> 1.14)
+ liquid (~> 4.0)
+ mercenary (~> 0.3.3)
+ pathutil (~> 0.9)
+ rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
- toml (~> 0.1.0)
- json (1.8.3)
+ jekyll-sass-converter (1.5.2)
+ sass (~> 3.4)
+ jekyll-watch (2.0.0)
+ listen (~> 3.0)
+ json (1.8.6)
+ kramdown (1.16.2)
libv8 (3.16.14.19)
- liquid (2.5.5)
- listen (1.3.1)
- rb-fsevent (>= 0.9.3)
- rb-inotify (>= 0.9)
- rb-kqueue (>= 0.2)
- maruku (0.7.0)
- parslet (1.5.0)
- blankslate (~> 2.0)
- posix-spawn (0.3.13)
- pygments.rb (0.5.4)
- posix-spawn (~> 0.3.6)
- yajl-ruby (~> 1.1.0)
- rb-fsevent (0.10.2)
+ liquid (4.0.0)
+ listen (3.1.5)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ ruby_dep (~> 1.2)
+ mercenary (0.3.6)
+ pathutil (0.16.1)
+ forwardable-extended (~> 2.6)
+ public_suffix (3.0.2)
+ rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
- rb-kqueue (0.2.5)
- ffi (>= 0.5.0)
- redcarpet (2.3.0)
ref (2.0.0)
+ rouge (3.1.1)
+ ruby_dep (1.5.0)
safe_yaml (1.0.4)
- sass (3.5.5)
+ sass (3.5.6)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -56,19 +63,16 @@ GEM
libv8 (~> 3.16.14.15)
ref
thor (0.20.0)
- toml (0.1.2)
- parslet (~> 1.5.0)
- yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
fontcustom
- jekyll (~> 1.0)
- libv8 (~> 3.16.14.0)
+ jekyll (~> 3.7)
+ libv8 (~> 3.16.14.19)
safe_yaml (~> 1.0.4)
- sass (~> 3.0)
+ sass (~> 3.5)
therubyracer
BUNDLED WITH
diff --git a/README.md b/README.md
index 5b58cbe77..1ff087745 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# Fork Awesome
### A fork of the iconic font and CSS toolkit
+[![All Contributors](https://img.shields.io/badge/all_contributors-98-orange.svg?style=flat-square)](CONTRIBUTORS.md)
+[![JSDeliver](https://data.jsdelivr.com/v1/package/npm/fork-awesome/badge)](https://www.jsdelivr.com/package/npm/fork-awesome)
[![CDNJS](https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square)](https://cdnjs.com/libraries/fork-awesome)
-[![CDN](https://data.jsdelivr.com/v1/package/npm/fork-awesome/badge)](https://www.jsdelivr.com/package/npm/fork-awesome)
-[![All Contributors](https://img.shields.io/badge/all_contributors-97-orange.svg?style=flat-square)](CONTRIBUTORS.md)
-Fork Awesome is a full suite of 705 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
+Fork Awesome is a full suite of 717 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
Following concerns regarding [the development of Font Awesome](https://github.com/FortAwesome/Font-Awesome/issues/12199#issuecomment-362919956), the PR Freeze since Oct 2016 and the direction [Fort Awesome](https://fortawesome.com/) is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this incredible tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.
@@ -59,7 +59,7 @@ Or add
to the `dependencies` in your `component.json`.
-## Building on Fork Awesome
+## Building Fork Awesome
**Before you can build the project**, you must first have the following installed:
@@ -84,7 +84,7 @@ Build the web documentation:
$ npm run build
-Or serve it on a local server (http://localhost:7998):
+Or serve it on a local server on http://localhost:7998:
$ npm run dev
diff --git a/_config.yml b/_config.yml
index b7423f812..7200d5025 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,17 +1,15 @@
safe: false
port: 7998
-baseurl: / # Where GitHub serves the project up from
url: http://localhost:7998
source: src/doc/
destination: _site
-plugins: src/doc/_plugins
-pygments: true
+highlighter: rouge
permalink: pretty
# ensures SCSS files are compiled
-include: [_*.scss]
+# include: [_*.scss]
# used in building icon pages
icon_meta: src/icons/icons.yml
diff --git a/css/fork-awesome.css b/css/fork-awesome.css
index 6481cb379..436929b5d 100644
--- a/css/fork-awesome.css
+++ b/css/fork-awesome.css
@@ -683,6 +683,12 @@
.fa-globe:before {
content: "\f0ac";
}
+.fa-globe-e:before {
+ content: "\f304";
+}
+.fa-globe-w:before {
+ content: "\f305";
+}
.fa-wrench:before {
content: "\f0ad";
}
@@ -2410,6 +2416,36 @@
.fa-dogmazic:before {
content: "\f303";
}
+.fa-zotero:before {
+ content: "\f309";
+}
+.fa-nodejs:before {
+ content: "\f308";
+}
+.fa-nextcloud:before {
+ content: "\f306";
+}
+.fa-nextcloud-square:before {
+ content: "\f307";
+}
+.fa-hackaday:before {
+ content: "\f30a";
+}
+.fa-laravel:before {
+ content: "\f30b";
+}
+.fa-signalapp:before {
+ content: "\f30c";
+}
+.fa-gnupg:before {
+ content: "\f30d";
+}
+.fa-php:before {
+ content: "\f30e";
+}
+.fa-ffmpeg:before {
+ content: "\f30f";
+}
.sr-only {
position: absolute;
width: 1px;
diff --git a/css/fork-awesome.min.css b/css/fork-awesome.min.css
index 863bc7fc5..e51af41dc 100644
--- a/css/fork-awesome.min.css
+++ b/css/fork-awesome.min.css
@@ -1,4 +1,4 @@
/*!
* Fork Awesome 1.0.11, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
- */@font-face{font-family:ForkAwesome;src:url(../fonts/forkawesome-webfont.eot?v=1.0.11);src:url(../fonts/forkawesome-webfont.eot?#iefix&v=1.0.11) format('embedded-opentype'),url(../fonts/forkawesome-webfont.woff2?v=1.0.11) format('woff2'),url(../fonts/forkawesome-webfont.woff?v=1.0.11) format('woff'),url(../fonts/forkawesome-webfont.ttf?v=1.0.11) format('truetype'),url(../fonts/forkawesome-webfont.svg?v=1.0.11#forkawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 ForkAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-community:before,.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-medium-square:before{content:"\f2f8"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.fa-mastodon:before{content:"\f2e1"}.fa-mastodon-alt:before{content:"\f2e2"}.fa-fork-awesome:before,.fa-fork-circle:before{content:"\f2e3"}.fa-peertube:before{content:"\f2e4"}.fa-diaspora:before{content:"\f2e5"}.fa-friendica:before{content:"\f2e6"}.fa-gnu-social:before{content:"\f2e7"}.fa-liberapay-square:before{content:"\f2e8"}.fa-liberapay:before{content:"\f2e9"}.fa-scuttlebutt:before,.fa-ssb:before{content:"\f2ea"}.fa-hubzilla:before{content:"\f2eb"}.fa-social-home:before{content:"\f2ec"}.fa-artstation:before{content:"\f2ed"}.fa-discord:before{content:"\f2ee"}.fa-discord-alt:before{content:"\f2ef"}.fa-patreon:before{content:"\f2f0"}.fa-snowdrift:before{content:"\f2f1"}.fa-activitypub:before{content:"\f2f2"}.fa-ethereum:before{content:"\f2f3"}.fa-keybase:before{content:"\f2f4"}.fa-shaarli:before{content:"\f2f5"}.fa-shaarli-o:before{content:"\f2f6"}.fa-cut-key:before,.fa-key-modern:before{content:"\f2f7"}.fa-xmpp:before{content:"\f2f9"}.fa-archive-org:before{content:"\f2fc"}.fa-freedombox:before{content:"\f2fd"}.fa-facebook-messenger:before{content:"\f2fe"}.fa-debian:before{content:"\f2ff"}.fa-mastodon-square:before{content:"\f300"}.fa-tipeee:before{content:"\f301"}.fa-react:before{content:"\f302"}.fa-dogmazic:before{content:"\f303"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*# sourceMappingURL=fork-awesome.min.css.map */ \ No newline at end of file
+ */@font-face{font-family:ForkAwesome;src:url(../fonts/forkawesome-webfont.eot?v=1.0.11);src:url(../fonts/forkawesome-webfont.eot?#iefix&v=1.0.11) format('embedded-opentype'),url(../fonts/forkawesome-webfont.woff2?v=1.0.11) format('woff2'),url(../fonts/forkawesome-webfont.woff?v=1.0.11) format('woff'),url(../fonts/forkawesome-webfont.ttf?v=1.0.11) format('truetype'),url(../fonts/forkawesome-webfont.svg?v=1.0.11#forkawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 ForkAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-globe-e:before{content:"\f304"}.fa-globe-w:before{content:"\f305"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-community:before,.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-medium-square:before{content:"\f2f8"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.fa-mastodon:before{content:"\f2e1"}.fa-mastodon-alt:before{content:"\f2e2"}.fa-fork-awesome:before,.fa-fork-circle:before{content:"\f2e3"}.fa-peertube:before{content:"\f2e4"}.fa-diaspora:before{content:"\f2e5"}.fa-friendica:before{content:"\f2e6"}.fa-gnu-social:before{content:"\f2e7"}.fa-liberapay-square:before{content:"\f2e8"}.fa-liberapay:before{content:"\f2e9"}.fa-scuttlebutt:before,.fa-ssb:before{content:"\f2ea"}.fa-hubzilla:before{content:"\f2eb"}.fa-social-home:before{content:"\f2ec"}.fa-artstation:before{content:"\f2ed"}.fa-discord:before{content:"\f2ee"}.fa-discord-alt:before{content:"\f2ef"}.fa-patreon:before{content:"\f2f0"}.fa-snowdrift:before{content:"\f2f1"}.fa-activitypub:before{content:"\f2f2"}.fa-ethereum:before{content:"\f2f3"}.fa-keybase:before{content:"\f2f4"}.fa-shaarli:before{content:"\f2f5"}.fa-shaarli-o:before{content:"\f2f6"}.fa-cut-key:before,.fa-key-modern:before{content:"\f2f7"}.fa-xmpp:before{content:"\f2f9"}.fa-archive-org:before{content:"\f2fc"}.fa-freedombox:before{content:"\f2fd"}.fa-facebook-messenger:before{content:"\f2fe"}.fa-debian:before{content:"\f2ff"}.fa-mastodon-square:before{content:"\f300"}.fa-tipeee:before{content:"\f301"}.fa-react:before{content:"\f302"}.fa-dogmazic:before{content:"\f303"}.fa-zotero:before{content:"\f309"}.fa-nodejs:before{content:"\f308"}.fa-nextcloud:before{content:"\f306"}.fa-nextcloud-square:before{content:"\f307"}.fa-hackaday:before{content:"\f30a"}.fa-laravel:before{content:"\f30b"}.fa-signalapp:before{content:"\f30c"}.fa-gnupg:before{content:"\f30d"}.fa-php:before{content:"\f30e"}.fa-ffmpeg:before{content:"\f30f"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*# sourceMappingURL=fork-awesome.min.css.map */ \ No newline at end of file
diff --git a/css/fork-awesome.min.css.map b/css/fork-awesome.min.css.map
index 7e152724d..01e3f96f0 100644
--- a/css/fork-awesome.min.css.map
+++ b/css/fork-awesome.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["fork-awesome.css"],"names":[],"mappings":"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"} \ No newline at end of file
+{"version":3,"sources":["fork-awesome.css"],"names":[],"mappings":"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"} \ No newline at end of file
diff --git a/fonts/forkawesome-webfont.eot b/fonts/forkawesome-webfont.eot
index a39c931e2..e6c3543b5 100644
--- a/fonts/forkawesome-webfont.eot
+++ b/fonts/forkawesome-webfont.eot
Binary files differ
diff --git a/fonts/forkawesome-webfont.svg b/fonts/forkawesome-webfont.svg
index 639f3f2d4..8fa4db2b1 100644
--- a/fonts/forkawesome-webfont.svg
+++ b/fonts/forkawesome-webfont.svg
@@ -1,12 +1,12 @@
<?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" >
<!--
-2018-4-11: Created with FontForge (http://fontforge.org)
+2018-5-2: 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">
<metadata>
-Created by FontForge 20170731 at Wed Apr 11 10:33:02 2018
- By Micah Ilbery,,,
+Created by FontForge 20180321 at Wed May 2 21:40:38 2018
+ 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
</metadata>
<defs>
@@ -22,7 +22,7 @@ The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/
bbox="-0.653061 -264 2304.01 1536.25"
underline-thickness="89.6"
underline-position="-179.2"
- unicode-range="U+0020-F305"
+ unicode-range="U+0020-F30F"
/>
<missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
@@ -384,10 +384,10 @@ c-69 0 -132 -28 -178 -80c-40 -45 -64 -105 -64 -160v-413c72 -44 155 -67 242 -67c1
c-25 6 -52 21 -52 43v680c0 18 14 38 38 38h877c30 0 30 -42 30 -55c0 -14 0 -55 -30 -55h-811v-483h1c56 59 153 121 210 145c71 30 151 46 231 46c79 0 156 -15 228 -46c70 -30 133 -72 187 -126s96 -116 126 -186c30 -73 46 -149 46 -229zM1355 1128
c19 -17 6 -35 -13 -57c-12 -12 -25 -26 -39 -26c-6 0 -11 2 -16 7c-72 62 -137 104 -207 133c-87 38 -180 56 -276 56c-85 0 -178 -17 -262 -49c-26 -10 -40 24 -45 37c-6 16 -9 29 -8 38c2 10 7 17 16 20c82 36 194 57 299 57c109 0 216 -22 316 -64
c92 -39 167 -87 235 -152z" />
- <glyph glyph-name="liberapay-square" unicode="&#xf2e8;"
-d="M148 1404h1240c82 0 148 -66 148 -148v-1240c0 -82 -66 -148 -148 -148h-1240c-82 0 -148 66 -148 148v1240c0 82 66 148 148 148zM738 1149v0l-162 -25l-133 -555c-8 -33 -12 -63 -12 -92s6 -55 18 -77s32 -40 60 -53s68 -19 117 -19l31 128c-18 1 -32 5 -42 10
-s-17 11 -21 19s-6 18 -6 28s2 21 5 34zM987 900v1c-42 0 -80 -3 -116 -10s-68 -15 -96 -23l-173 -723h154l47 189c24 -4 48 -6 72 -6c49 0 94 9 135 26s76 40 106 71s53 67 70 109s25 89 25 140c0 31 -4 61 -13 88c-9 28 -22 51 -40 72s-42 37 -70 49s-62 17 -101 17z
-M968 770v0c33 0 56 -10 69 -31s19 -47 19 -77c0 -31 -4 -59 -13 -84s-20 -47 -36 -65s-35 -33 -57 -43s-47 -15 -74 -15c-17 0 -32 1 -44 4l73 305c20 4 41 6 63 6z" />
+ <glyph glyph-name="liberapay-square" unicode="&#xf2e8;" horiz-adv-x="1533"
+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
+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"
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" />
@@ -670,6 +670,10 @@ d="M2301 500c32 -281 -197 -517 -476 -499c-214 14 -392 185 -414 399c-16 152 44 28
c-77 69 -178 110 -304 110h-64c-35 0 -64 29 -64 64s29 64 64 64h128c224 0 338 -92 384 -128h627l-85 128h-222c-39 0 -70 35 -63 75c5 31 35 53 66 53h253c21 0 41 -11 53 -28l70 -105l114 114c12 12 29 19 46 19h101c35 0 64 -29 64 -64v-128c0 -35 -29 -64 -64 -64h-179
l115 -172c81 39 175 55 275 36c191 -35 340 -195 362 -388zM448 128c155 0 284 110 314 256h-314c-22 0 -43 12 -55 31c-11 19 -12 43 -1 63l147 277c-29 8 -59 13 -91 13c-176 0 -320 -144 -320 -320s144 -320 320 -320zM1856 128c176 0 320 144 320 320s-144 320 -320 320
c-43 0 -83 -9 -121 -24l174 -260c20 -30 12 -70 -17 -89c-11 -8 -24 -11 -36 -11c-21 0 -41 10 -53 29l-174 260c-57 -58 -93 -137 -93 -225c0 -176 144 -320 320 -320z" />
+ <glyph glyph-name="nextcloud-square" unicode="&#xf307;"
+d="M257 1408h1022c142 0 257 -115 257 -257v-1022c0 -142 -115 -257 -257 -257h-1022c-142 0 -257 115 -257 257v1022c0 142 115 257 257 257zM772 969v0c-145 0 -268 -98 -307 -230c-34 69 -105 118 -187 118c-114 0 -208 -94 -208 -208s94 -207 208 -207
+c82 0 153 48 187 117c39 -132 162 -230 307 -230s267 98 306 230c34 -69 105 -117 187 -117c114 0 208 93 208 207s-94 208 -208 208c-82 0 -153 -49 -187 -118c-39 132 -161 230 -306 230zM772 846v0c106 0 196 -88 196 -197s-87 -196 -196 -196s-197 87 -197 196
+s88 197 197 197zM278 733c47 0 84 -37 84 -84s-37 -84 -84 -84s-84 37 -84 84s37 84 84 84zM1265 733c47 0 84 -37 84 -84s-37 -84 -84 -84s-84 37 -84 84s37 84 84 84z" />
<glyph glyph-name="ticket" unicode="&#xf145;" horiz-adv-x="1685"
d="M970 1084l316 -316l-572 -572l-316 316zM760 105l618 618c25 25 25 65 0 90l-362 362c-24 24 -66 24 -90 0l-618 -618c-25 -25 -25 -65 0 -90l362 -362c12 -12 27 -18 44 -18s34 6 46 18zM1648 742l-906 -908c-50 -49 -133 -49 -182 0l-126 126c75 75 75 197 0 272
s-197 75 -272 0l-124 126c-50 49 -50 131 0 181l906 906c49 50 132 50 182 0l124 -125c-75 -75 -75 -197 0 -272s197 -75 272 0l126 -125c49 -50 49 -132 0 -181z" />
@@ -722,6 +726,9 @@ l-24 -112c-3 -15 -16 -26 -31 -26h-387c64 -156 208 -254 378 -254c87 0 158 24 159
<glyph glyph-name="coffee" unicode="&#xf0f4;" horiz-adv-x="1856"
d="M1664 896c0 106 -86 192 -192 192h-64v-384h64c106 0 192 86 192 192zM0 128h1792c0 -141 -115 -256 -256 -256h-1280c-141 0 -256 115 -256 256zM1856 896c0 -212 -172 -384 -384 -384h-64v-32c0 -123 -101 -224 -224 -224h-704c-123 0 -224 101 -224 224v736
c0 35 29 64 64 64h1152c212 0 384 -172 384 -384z" />
+ <glyph glyph-name="university" unicode="&#xf19c;" horiz-adv-x="1920"
+d="M960 1536l960 -384v-128h-128c0 -35 -31 -64 -69 -64h-1526c-38 0 -69 29 -69 64h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59c38 0 69 -29 69 -64v-64h-1664v64c0 35 31 64 69 64h59v768zM1851 -64c38 0 69 -29 69 -64v-128
+h-1920v128c0 35 31 64 69 64h1782z" />
<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
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" />
@@ -918,6 +925,11 @@ c1 9 5 18 12 24c5 4 12 7 20 7c5 0 11 -2 15 -5c9 -5 15 -15 16 -26zM2304 423c0 -15
<glyph glyph-name="microphone" unicode="&#xf130;" horiz-adv-x="1152"
d="M1152 832v-128c0 -296 -224 -540 -512 -572v-132h256c35 0 64 -29 64 -64s-29 -64 -64 -64h-640c-35 0 -64 29 -64 64s29 64 64 64h256v132c-288 32 -512 276 -512 572v128c0 35 29 64 64 64s64 -29 64 -64v-128c0 -247 201 -448 448 -448s448 201 448 448v128
c0 35 29 64 64 64s64 -29 64 -64zM896 1216v-512c0 -176 -144 -320 -320 -320s-320 144 -320 320v512c0 176 144 320 320 320s320 -144 320 -320z" />
+ <glyph glyph-name="laravel" unicode="&#xf30b;" horiz-adv-x="1870"
+d="M1863 682v0c13 -14 10 -25 -13 -31c-20 -6 -203 -54 -255 -68c76 -101 219 -294 231 -312c17 -25 2 -32 -23 -42s-571 -207 -608 -218c-48 -14 -69 -21 -100 22c-23 33 -149 259 -211 371c-117 -30 -330 -86 -392 -101c-60 -14 -86 22 -96 44s-365 786 -387 839
+c-23 53 2 62 24 64s335 28 376 30s44 -8 62 -34l450 -753l566 136c-31 44 -173 246 -187 265c-15 22 0 32 25 36s242 41 261 44s33 9 63 -27s201 -251 214 -265zM834 472c7 1 10 5 3 18s-422 729 -422 729c-4 7 -3 9 -13 9s-305 -27 -310 -27s-5 -8 0 -18s380 -783 382 -789
+s2 -8 19 -4s334 81 341 82zM1728 304c-5 8 -178 244 -187 258s-13 10 -27 6l-552 -143s169 -293 182 -312s21 -17 31 -13s531 179 547 185s11 11 6 19zM1763 696c13 3 22 7 16 14s-149 189 -159 203s-18 12 -27 10c-8 -2 -196 -36 -208 -38s-8 -8 -3 -15l166 -227
+s202 50 215 53z" />
<glyph glyph-name="indent" unicode="&#xf03c;" horiz-adv-x="1792"
d="M352 704c0 -8 -3 -17 -9 -23l-288 -288c-6 -6 -15 -9 -23 -9c-17 0 -32 15 -32 32v576c0 17 15 32 32 32c8 0 17 -3 23 -9l288 -288c6 -6 9 -15 9 -23zM1792 224v-192c0 -17 -15 -32 -32 -32h-1728c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1728c17 0 32 -15 32 -32z
M1792 608v-192c0 -17 -15 -32 -32 -32h-1088c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1088c17 0 32 -15 32 -32zM1792 992v-192c0 -17 -15 -32 -32 -32h-1088c-17 0 -32 15 -32 32v192c0 17 15 32 32 32h1088c17 0 32 -15 32 -32zM1792 1376v-192c0 -17 -15 -32 -32 -32
@@ -963,10 +975,10 @@ d="M1188 214c0 -25 -10 -50 -28 -68l-136 -136c-18 -18 -43 -28 -68 -28s-50 10 -68
c18 18 43 28 68 28s50 -10 68 -28l294 -294l294 294c18 18 43 28 68 28s50 -10 68 -28l136 -136c18 -18 28 -43 28 -68s-10 -50 -28 -68l-294 -294l294 -294c18 -18 28 -43 28 -68z" />
<glyph glyph-name="buysellads" unicode="&#xf20d;"
d="M915 450h-294l147 551zM1001 128h311l-324 1024h-440l-324 -1024h311l383 314zM1536 1120v-960c0 -158 -130 -288 -288 -288h-960c-158 0 -288 130 -288 288v960c0 158 130 288 288 288h960c158 0 288 -130 288 -288z" />
- <glyph glyph-name="diaspora" unicode="&#xf2e5;" horiz-adv-x="1584"
-d="M1007 -19c-42 59 -112 155 -154 214c-41 57 -74 103 -76 103s-67 -87 -153 -206c-82 -113 -150 -205 -151 -205c-2 0 -297 207 -298 209c0 1 66 100 148 218s149 217 149 219c0 4 -27 13 -235 82c-129 43 -235 79 -237 80s10 41 52 174c30 96 56 175 57 176
-s113 -35 249 -80s249 -81 250 -81s3 1 4 4s1 119 2 258s2 254 3 255c1 2 40 3 180 3c98 0 180 -1 181 -2c2 -1 4 -77 9 -249c7 -282 8 -286 12 -286c2 0 109 37 239 81s237 79 238 78c3 -3 109 -350 108 -351s-109 -38 -241 -83c-182 -62 -240 -82 -240 -85
-c0 -2 62 -95 141 -211c78 -114 141 -209 141 -210c-1 -2 -293 -218 -295 -218c-1 0 -39 51 -83 113z" />
+ <glyph glyph-name="diaspora" unicode="&#xf2e5;" horiz-adv-x="1581"
+d="M1005 -16c-42 59 -111 155 -153 214c-41 57 -75 102 -77 102s-66 -87 -152 -205c-82 -113 -150 -205 -151 -205c-2 0 -296 207 -297 209c0 1 65 99 147 217s149 217 149 219c0 4 -27 14 -234 83c-129 43 -235 78 -237 79s10 41 52 174c30 95 56 174 57 175
+s112 -35 248 -80s249 -81 250 -81s2 2 3 5s2 118 3 257s2 254 3 255c1 2 40 2 180 2c98 0 179 0 180 -1c2 -1 4 -78 8 -249c7 -281 9 -285 13 -285c2 0 109 36 239 80s236 79 237 78c3 -3 109 -350 108 -351s-109 -37 -241 -82c-181 -61 -240 -82 -240 -85
+c0 -2 62 -95 141 -211c78 -114 141 -208 141 -209c-1 -2 -293 -217 -295 -217c-1 0 -38 50 -82 112z" />
<glyph glyph-name="fonticons" unicode="&#xf280;"
d="M0 1408h1536v-1536h-1536v1536zM908 1088l-12 -33l75 -83l-31 -114l25 -25l107 57l107 -57l25 25l-31 114l75 83l-12 33h-95l-53 96h-32l-53 -96h-95zM641 925c41 0 57 -15 56 -79l174 21c0 153 -105 181 -222 181c-174 0 -265 -70 -265 -240v-72h-96v-128h76
c10 0 20 0 20 -8v-382c0 -19 -5 -25 -23 -27l-73 -7v-88h448v86l-149 14c-18 2 -11 5 -11 25v387h191l38 128h-231c-10 0 2 7 2 15v80c0 60 2 94 65 94zM1248 96v86l-54 9c-19 3 -10 5 -10 25v520h-275l-23 -101l83 -22c13 -4 23 -13 23 -27v-370c0 -19 -8 -23 -26 -25
@@ -1086,10 +1098,8 @@ c249 -248 396 -577 414 -927z" />
<glyph glyph-name="television" unicode="&#xf26c;" horiz-adv-x="1920"
d="M1792 288v960c0 17 -15 32 -32 32h-1600c-17 0 -32 -15 -32 -32v-960c0 -17 15 -32 32 -32h1600c17 0 32 15 32 32zM1920 1248v-960c0 -88 -72 -160 -160 -160h-736v-128h352c18 0 32 -14 32 -32v-64c0 -18 -14 -32 -32 -32h-832c-18 0 -32 14 -32 32v64
c0 18 14 32 32 32h352v128h-736c-88 0 -160 72 -160 160v960c0 88 72 160 160 160h1600c88 0 160 -72 160 -160z" />
- <glyph glyph-name="slack" unicode="&#xf198;"
-d="M837 508l-205 69l66 197l205 -68zM979 1344c528 -158 651 -387 493 -915s-387 -651 -915 -493s-651 387 -493 915s387 651 915 493zM1256 671v0c13 41 -9 87 -51 101l-99 34l34 103c13 42 -8 88 -50 101c-47 13 -88 -14 -101 -51l-34 -103l-206 69l35 103
-c13 42 -9 88 -51 101c-47 13 -87 -13 -100 -50l-35 -104c-100 33 -111 39 -126 37c-32 -1 -63 -22 -74 -54c-13 -42 8 -88 50 -101l100 -33l-66 -198c-100 33 -112 39 -127 37c-32 -1 -63 -23 -74 -55c-13 -42 9 -87 51 -100l99 -34l-34 -103c-13 -42 8 -88 50 -101
-s88 9 101 51l34 103l206 -69l-35 -103c-13 -42 9 -88 51 -101s87 8 100 50l35 104l99 -34c42 -13 88 9 101 51s-8 88 -50 101l-100 33l66 198l100 -34c42 -13 88 9 101 51z" />
+ <glyph glyph-name="ffmpeg" unicode="&#xf30f;"
+d="M1158 323v179l-530 -527l-628 53l1010 1100l-167 -10l-730 -810v688l69 83l-169 -10v185l591 50l-325 -379v-161l483 553l774 66l-1134 -1194l149 -8l824 849v-806l-92 -87l234 -14v-223l-731 62z" />
<glyph glyph-name="folder-o" unicode="&#xf114;" horiz-adv-x="1664"
d="M1536 224v704c0 53 -43 96 -96 96h-704c-53 0 -96 43 -96 96v64c0 53 -43 96 -96 96h-320c-53 0 -96 -43 -96 -96v-960c0 -53 43 -96 96 -96h1216c53 0 96 43 96 96zM1664 928v-704c0 -123 -101 -224 -224 -224h-1216c-123 0 -224 101 -224 224v960
c0 123 101 224 224 224h320c123 0 224 -101 224 -224v-32h672c123 0 224 -101 224 -224z" />
@@ -1111,6 +1121,11 @@ d="M1764 1525c21 -15 31 -39 27 -64l-256 -1536c-3 -19 -15 -35 -32 -45c-9 -5 -20 -
c21 13 48 12 68 -2zM1422 26l221 1323l-1434 -827l336 -137l863 639l-478 -797z" />
<glyph glyph-name="circle-o-notch" unicode="&#xf1ce;" horiz-adv-x="1728"
d="M1728 640c0 -477 -387 -864 -864 -864s-864 387 -864 864c0 434 320 793 736 855v-228c-292 -59 -512 -318 -512 -627c0 -353 287 -640 640 -640s640 287 640 640c0 309 -220 568 -512 627v228c416 -62 736 -421 736 -855z" />
+ <glyph glyph-name="gnupg" unicode="&#xf30d;" horiz-adv-x="1156"
+d="M0 667h81v244c0 274 223 497 497 497s497 -223 497 -497v-242c-1 -1 -3 -1 -4 -2v0l-1 -1v0v0v0h-1v-1v0v0v0h-1v0v0v-1v0h-1v0v0v0l-1 -1v0v0h-1v0l-1 -1v0v0v0v0l-1 -1v0v0v0h-1v0v0v0l-1 -1v0v0v0v0v0h-1v0v-1v0v0v0v0h-1v0v0v0l-2 -1v0v0l-1 -1v0h-1v0v-1v0v0v0h-1v0
+v0v0v0h-1v-1h-1l-1 -1h-1v-1l-2 -1h-1l-1 -1v0l-3 -1l-1 -1l-1 -1h-1l-1 -1l-1 -1h-1l-4 -2v0l-1 -1h-1v-1h-2l-3 -2l-1 -1c-1 -1 -3 -1 -4 -2h-1v0l-2 -2h-1h-1l-1 -1v0l-2 -1v0l-2 -1h-1l-1 -1c-1 -1 -3 -1 -4 -2l-1 -1c-2 -1 -3 -1 -5 -2v0l-4 -2l-2 -1
+c-2 -1 -3 -2 -5 -3v0c-99 -47 -257 -97 -557 -119c-215 -15 -346 -110 -431 -224v390v0zM310 667h536v244c0 148 -120 268 -268 268s-268 -120 -268 -268v-244zM1004 628c-1 -1 -4 -1 -5 -2zM803 1288c-64 38 -138 60 -218 60c-218 0 -398 -164 -422 -376
+c64 200 251 345 472 345c59 0 116 -10 168 -29v0zM1156 573v-701h-989c109 61 190 54 325 50c183 -6 385 71 485 173s-9 24 -122 -5s-330 -31 -476 7c459 -6 637 142 739 275s-44 24 -138 -22s-258 -79 -439 -55c273 1 482 137 615 278v0z" />
<glyph glyph-name="medkit" unicode="&#xf0fa;" horiz-adv-x="1792"
d="M1280 416v192c0 18 -14 32 -32 32h-224v224c0 18 -14 32 -32 32h-192c-18 0 -32 -14 -32 -32v-224h-224c-18 0 -32 -14 -32 -32v-192c0 -18 14 -32 32 -32h224v-224c0 -18 14 -32 32 -32h192c18 0 32 14 32 32v224h224c18 0 32 14 32 32zM640 1152h512v128h-512v-128z
M256 1152v-1280h-32c-123 0 -224 101 -224 224v832c0 123 101 224 224 224h32zM1440 1152v-1280h-1088v1280h160v160c0 53 43 96 96 96h576c53 0 96 -43 96 -96v-160h160zM1792 928v-832c0 -123 -101 -224 -224 -224h-32v1280h32c123 0 224 -101 224 -224z" />
@@ -1281,10 +1296,10 @@ c-29 -56 -54 -114 -78 -171c-111 -258 -241 -526 -566 -526h-224c-18 0 -32 14 -32 3
d="M512 1344c0 35 -29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64s64 29 64 64zM1408 1376v-320c0 -10 -4 -19 -12 -25c-6 -5 -13 -7 -20 -7c-2 0 -4 0 -7 1l-448 96c-14 3 -25 16 -25 31h-256v-102c146 -30 256 -159 256 -314v-800c0 -35 -29 -64 -64 -64h-512
c-35 0 -64 29 -64 64v800c0 143 94 265 224 305v111h-32c-212 0 -326 -219 -327 -221c-11 -22 -34 -35 -57 -35c-10 0 -20 2 -29 7c-31 16 -44 54 -28 86c5 10 105 204 306 269c-15 25 -25 54 -25 86c0 88 72 160 160 160s160 -72 160 -160c0 -23 -5 -44 -14 -64h302
c0 15 11 28 25 31l448 96c3 1 5 1 7 1c7 0 14 -2 20 -7c8 -6 12 -15 12 -25z" />
- <glyph glyph-name="gnu-social" unicode="&#xf2e7;" horiz-adv-x="1517"
-d="M219 1404v0h1079c121 0 219 -98 219 -219v-874c0 -121 -98 -219 -219 -219h-118c-80 -350 -647 -352 -647 -352s335 104 336 352h-650c-121 0 -219 98 -219 219v874c0 121 98 219 219 219zM533 1229c-35 -5 -114 -90 -114 -151c0 -49 -3 -128 70 -168
-c-69 -67 -82 -162 -81 -247c2 -154 67 -383 358 -398s353 214 353 361h-306l50 -135l89 5s17 -106 -174 -99c-122 5 -201 67 -201 249s22 211 194 218s204 -139 204 -139l141 -2s-11 107 -93 188c73 40 73 118 70 167c-2 47 -103 169 -126 148s39 -41 34 -143
-c-2 -45 11 -79 -75 -79c-57 0 -33 51 -105 51c-43 0 -59 -28 -65 -50c-6 22 -22 50 -65 50c-72 0 -48 -51 -105 -51c-86 0 -73 34 -75 79c-5 102 57 122 34 143c-1 1 -4 3 -6 3h-6z" />
+ <glyph glyph-name="gnu-social" unicode="&#xf2e7;" horiz-adv-x="1513"
+d="M218 1404v0h1077c121 0 218 -97 218 -218v-873c0 -121 -97 -218 -218 -218h-118c-80 -349 -645 -351 -645 -351s334 104 335 351h-649c-121 0 -218 97 -218 218v873c0 121 97 218 218 218zM532 1229c-35 -5 -114 -89 -114 -150c0 -49 -3 -127 70 -167
+c-69 -67 -82 -163 -81 -247c2 -154 67 -382 357 -397s352 214 352 360h-305l50 -134l89 5s17 -107 -174 -100c-122 5 -200 68 -200 249s22 211 193 218s203 -139 203 -139l142 -3s-11 107 -93 188c73 40 72 118 69 167c-2 47 -102 169 -125 148s39 -41 34 -143
+c-2 -45 11 -79 -75 -79c-57 0 -33 51 -105 51c-43 0 -59 -28 -65 -50c-6 22 -21 50 -64 50c-72 0 -49 -51 -106 -51c-86 0 -72 34 -74 79c-5 102 56 122 33 143c-1 1 -3 2 -5 2h-6z" />
<glyph glyph-name="pencil-square" unicode="&#xf14b;"
d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818c8 -7 6 -21 -3 -30l-291 -291c-9 -9 -23 -11 -30 -3c-8 7 -6 21 3 30l291 291c9 9 23 11 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92c37 37 37 99 0 136l-152 152c-37 37 -99 37 -136 0
l-92 -92zM1536 1120v-960c0 -159 -129 -288 -288 -288h-960c-159 0 -288 129 -288 288v960c0 159 129 288 288 288h960c159 0 288 -129 288 -288z" />
@@ -1334,6 +1349,8 @@ s896 -401 896 -896z" />
d="M1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" />
<glyph glyph-name="columns" unicode="&#xf0db;" horiz-adv-x="1664"
d="M160 0h608v1152h-640v-1120c0 -17 15 -32 32 -32zM1536 32v1120h-640v-1152h608c17 0 32 15 32 32zM1664 1248v-1216c0 -88 -72 -160 -160 -160h-1344c-88 0 -160 72 -160 160v1216c0 88 72 160 160 160h1344c88 0 160 -72 160 -160z" />
+ <glyph glyph-name="zotero" unicode="&#xf309;" horiz-adv-x="1330"
+d="M662 -127l-662 310v924l662 301l668 -301v-924zM314 152h723v221l-63 78h-275l338 379v218l-63 78h-601l-59 -82v-214h377l-352 -379l-25 -97v-202z" />
<glyph glyph-name="sign-out" unicode="&#xf08b;" horiz-adv-x="1568"
d="M640 96c0 -28 13 -96 -32 -96h-320c-159 0 -288 129 -288 288v704c0 159 129 288 288 288h320c17 0 32 -15 32 -32c0 -28 13 -96 -32 -96h-320c-88 0 -160 -72 -160 -160v-704c0 -88 72 -160 160 -160h288c25 0 64 5 64 -32zM1568 640c0 -17 -7 -33 -19 -45l-544 -544
c-12 -12 -28 -19 -45 -19c-35 0 -64 29 -64 64v288h-448c-35 0 -64 29 -64 64v384c0 35 29 64 64 64h448v288c0 35 29 64 64 64c17 0 33 -7 45 -19l544 -544c12 -12 19 -28 19 -45z" />
@@ -1368,6 +1385,10 @@ c0 -17 -15 -32 -32 -32h-1216c-18 0 -32 15 -32 32v192c0 17 14 32 32 32h1216c17 0
<glyph glyph-name="stumbleupon-circle" unicode="&#xf1a3;"
d="M866 697l90 27v62c0 106 -90 191 -196 191s-196 -84 -196 -190v-283c0 -26 -21 -47 -47 -47s-46 21 -46 47v120h-151v-122c0 -109 88 -196 197 -196c107 0 196 86 196 193v280c0 26 21 47 47 47c25 0 46 -21 46 -47v-54zM1199 502v122h-150v-126c0 -26 -21 -47 -47 -47
c-25 0 -46 21 -46 47v123l-90 -26l-60 28v-123c0 -107 89 -194 197 -194s196 87 196 196zM1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" />
+ <glyph glyph-name="slack" unicode="&#xf198;"
+d="M837 508l-205 69l66 197l205 -68zM979 1344c528 -158 651 -387 493 -915s-387 -651 -915 -493s-651 387 -493 915s387 651 915 493zM1256 671v0c13 41 -9 87 -51 101l-99 34l34 103c13 42 -8 88 -50 101c-47 13 -88 -14 -101 -51l-34 -103l-206 69l35 103
+c13 42 -9 88 -51 101c-47 13 -87 -13 -100 -50l-35 -104c-100 33 -111 39 -126 37c-32 -1 -63 -22 -74 -54c-13 -42 8 -88 50 -101l100 -33l-66 -198c-100 33 -112 39 -127 37c-32 -1 -63 -23 -74 -55c-13 -42 9 -87 51 -100l99 -34l-34 -103c-13 -42 8 -88 50 -101
+s88 9 101 51l34 103l206 -69l-35 -103c-13 -42 9 -88 51 -101s87 8 100 50l35 104l99 -34c42 -13 88 9 101 51s-8 88 -50 101l-100 33l66 198l100 -34c42 -13 88 9 101 51z" />
<glyph glyph-name="qq" unicode="&#xf1d6;" horiz-adv-x="1756"
d="M252 730c-7 17 -8 34 -8 52c0 28 18 73 35 94c-1 26 10 79 30 96c0 185 143 418 310 498c103 49 211 66 324 66c88 0 184 -21 266 -55c235 -99 288 -283 338 -518l1 -5c29 -44 55 -96 55 -150c0 -27 -18 -54 -18 -78c0 -2 6 -10 7 -12c86 -127 164 -265 164 -423
c0 -35 -19 -157 -75 -157c-39 0 -82 95 -96 121c-1 1 -2 1 -3 1l-5 -4c-32 -83 -67 -161 -132 -223c57 -55 149 -50 166 -145c-5 -11 -3 -23 -11 -34c-57 -86 -210 -97 -302 -97c-122 0 -221 32 -336 66c-24 7 -60 3 -86 6c-61 -67 -210 -85 -296 -85c-76 0 -370 5 -370 135
@@ -1706,6 +1727,10 @@ c9 0 19 -5 25 -12c6 -8 8 -18 6 -28l-78 -312h254l81 328c4 14 17 24 32 24h224c9 0
d="M1468 1156c37 -37 68 -111 68 -164v-1152c0 -53 -43 -96 -96 -96h-1344c-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 96v416
h-768v-1536h1280zM384 736c0 18 14 32 32 32h704c18 0 32 -14 32 -32v-64c0 -18 -14 -32 -32 -32h-704c-18 0 -32 14 -32 32v64zM1120 512c18 0 32 -14 32 -32v-64c0 -18 -14 -32 -32 -32h-704c-18 0 -32 14 -32 32v64c0 18 14 32 32 32h704zM1120 256c18 0 32 -14 32 -32
v-64c0 -18 -14 -32 -32 -32h-704c-18 0 -32 14 -32 32v64c0 18 14 32 32 32h704z" />
+ <glyph glyph-name="nextcloud" unicode="&#xf306;" horiz-adv-x="1792"
+d="M896 1049c225 0 409 -184 409 -409s-184 -409 -409 -409s-409 184 -409 409s184 409 409 409zM896 891c-139 0 -251 -112 -251 -251s112 -251 251 -251s251 112 251 251s-112 251 -251 251zM265 905c146 0 265 -119 265 -265s-119 -265 -265 -265s-265 119 -265 265
+s119 265 265 265zM265 748c-60 0 -107 -48 -107 -108s47 -108 107 -108s108 48 108 108s-48 108 -108 108zM1527 905c146 0 265 -119 265 -265s-119 -265 -265 -265s-265 119 -265 265s119 265 265 265zM1527 748c-60 0 -108 -48 -108 -108s48 -108 108 -108s107 48 107 108
+s-47 108 -107 108z" />
<glyph glyph-name="hand-o-left" unicode="&#xf0a5;" horiz-adv-x="1792"
d="M1376 128h32v640h-32c-106 0 -177 90 -241 163c-41 46 -79 92 -112 145c-14 22 -26 45 -38 68s-62 136 -89 136c-85 0 -160 -32 -160 -128c0 -128 96 -193 96 -256h-576c-67 0 -128 -60 -128 -128c0 -69 59 -128 128 -128h331c-21 -24 -35 -71 -35 -103
c0 -47 19 -87 53 -119c-12 -21 -18 -45 -18 -69c0 -46 23 -103 65 -126c-3 -18 -4 -37 -4 -56c0 -118 73 -167 184 -167c199 0 369 128 544 128zM1664 192c0 35 -29 64 -64 64s-64 -29 -64 -64s29 -64 64 -64s64 29 64 64zM1792 768v-640c0 -71 -57 -128 -128 -128h-288
@@ -1742,10 +1767,15 @@ s128 -57 128 -128zM1408 640c0 353 -287 640 -640 640s-640 -287 -640 -640s287 -640
<glyph glyph-name="file-image-o" unicode="&#xf1c5;"
d="M1468 1156c37 -37 68 -111 68 -164v-1152c0 -53 -43 -96 -96 -96h-1344c-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 96v416
h-768v-1536h1280zM1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512c-106 0 -192 86 -192 192s86 192 192 192s192 -86 192 -192s-86 -192 -192 -192z" />
- <glyph glyph-name="liberapay" unicode="&#xf2e9;" horiz-adv-x="1193"
-d="M469 1404v0l-222 -921c-4 -19 -6 -36 -7 -52s3 -31 9 -43s17 -22 32 -29s37 -13 65 -15l-48 -196c-76 0 -135 9 -178 29s-74 47 -93 81s-28 74 -27 118s6 91 18 141l203 849zM851 1023v0c60 0 111 -9 154 -27s79 -43 107 -74s48 -68 61 -110s20 -87 20 -135v0
-c0 -78 -12 -150 -38 -214s-61 -120 -106 -167s-100 -83 -163 -109s-132 -39 -207 -39c-36 0 -73 3 -109 9l-72 -289h-237l266 1106c43 13 91 24 146 34s114 15 178 15zM821 824v0c-34 0 -66 -4 -96 -10l-112 -465c18 -4 40 -6 67 -6c42 0 80 8 114 23s63 37 87 65
-s43 60 56 99s20 82 20 129c0 46 -11 85 -31 117s-55 48 -105 48z" />
+ <glyph glyph-name="liberapay" unicode="&#xf2e9;" horiz-adv-x="1191"
+d="M468 1404v0l-222 -918c-4 -19 -6 -37 -7 -53s3 -30 9 -42s18 -23 33 -30s36 -12 64 -14l-48 -196c-75 0 -134 9 -177 29s-74 47 -93 81s-28 73 -27 117s6 91 18 141l203 847zM849 1025v0c60 0 111 -9 154 -27s78 -44 106 -75s49 -68 62 -110s20 -86 20 -134h-1
+c0 -78 -12 -149 -38 -213s-61 -120 -106 -167s-99 -83 -162 -109s-133 -39 -207 -39c-36 0 -72 3 -108 9l-72 -288h-236l265 1103c42 13 91 24 146 34s113 16 177 16zM819 825v0c-34 0 -66 -3 -96 -9l-111 -464c18 -4 40 -7 67 -7c41 0 79 8 113 23s63 37 87 65
+s43 61 56 100s20 81 20 128c0 46 -11 84 -31 116s-55 48 -105 48z" />
+ <glyph glyph-name="nodejs" unicode="&#xf308;"
+d="M768 -225c-24 0 -46 6 -67 17l-211 126c-32 17 -17 24 -7 27c43 14 51 18 96 43c5 3 11 1 16 -2l162 -97c6 -3 14 -3 19 0l634 367c6 3 10 10 10 18v733c0 8 -4 14 -10 17l-634 366c-6 3 -14 3 -19 0l-635 -366c-6 -3 -9 -11 -9 -17v-733c0 -6 3 -15 9 -18l174 -100
+c94 -48 152 8 152 64v723c0 10 8 19 19 19h82c10 0 19 -8 19 -19v-723c0 -126 -69 -199 -188 -199c-37 0 -65 0 -146 40l-167 95c-41 24 -67 68 -67 116v733c0 48 26 92 67 116l634 368c40 22 94 22 134 0l634 -368c41 -24 67 -68 67 -116v-733c0 -48 -26 -92 -67 -116
+l-634 -367c-21 -10 -45 -14 -67 -14zM964 279c-278 0 -336 127 -336 235c0 10 8 19 19 19h83c10 0 17 -6 17 -16c13 -84 49 -125 218 -125c134 0 191 29 191 101c0 41 -16 72 -224 93c-173 17 -282 56 -282 194c0 129 109 205 290 205c204 0 303 -70 316 -223
+c0 -5 -2 -9 -5 -14c-3 -3 -7 -7 -12 -7h-83c-8 0 -16 7 -18 15c-19 87 -68 116 -198 116c-146 0 -164 -51 -164 -89c0 -46 21 -61 218 -86c196 -25 288 -62 288 -199c-2 -140 -116 -219 -318 -219z" />
<glyph glyph-name="calculator" unicode="&#xf1ec;" horiz-adv-x="1664"
d="M384 0c0 71 -57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128s128 57 128 128zM768 0c0 71 -57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128s128 57 128 128zM384 384c0 71 -57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128s128 57 128 128zM1152 0
c0 71 -57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128s128 57 128 128zM768 384c0 71 -57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128s128 57 128 128zM384 768c0 71 -57 128 -128 128s-128 -57 -128 -128s57 -128 128 -128s128 57 128 128zM1152 384
@@ -1848,10 +1878,10 @@ d="M493 1053c22 0 39 18 39 39s-17 39 -39 39c-21 0 -38 -18 -38 -39s17 -39 38 -39z
c0 56 46 102 103 102zM1163 850v-666c0 -61 -49 -110 -109 -110h-75v-227c0 -57 -46 -103 -103 -103s-103 46 -103 103v227h-138v-227c0 -57 -46 -103 -103 -103c-56 0 -102 46 -102 103l-1 227h-74c-61 0 -110 49 -110 110v666h918zM931 1255c140 -72 235 -210 235 -369
h-925c0 159 95 297 236 369l-71 131c-4 7 -2 16 5 20c7 3 16 1 20 -6l72 -132c61 27 129 42 201 42s140 -15 201 -42l72 132c4 7 13 9 20 6c7 -4 9 -13 5 -20zM1408 767v-430c0 -57 -46 -103 -103 -103c-56 0 -102 46 -102 103v430c0 57 46 102 102 102
c57 0 103 -45 103 -102z" />
- <glyph glyph-name="hubzilla" unicode="&#xf2eb;" horiz-adv-x="1590"
-d="M1352 1362c86 -43 166 -124 208 -213c16 -40 34 -79 30 -171c-3 -83 -9 -115 -35 -170c-68 -146 -203 -244 -357 -254l-83 -5l-29 -116c-24 -96 -27 -128 -27 -128c28 -29 92 -48 118 -116c36 -70 31 -169 -15 -226c-75 -93 -187 -121 -286 -69c-90 47 -137 163 -109 265
-c7 26 0 34 -108 105l-117 77l-43 -35c-203 -163 -500 -18 -499 243c0 168 133 299 305 298c86 0 138 -19 202 -77l47 -43l105 53l105 52l-11 37c-16 55 -12 177 7 239c21 74 87 166 150 212c128 94 303 111 442 42v0zM581 411l234 -161s71 60 167 68l60 255
-s-185 60 -237 190l-217 -103s51 -128 -7 -249v0z" />
+ <glyph glyph-name="hubzilla" unicode="&#xf2eb;" horiz-adv-x="1587"
+d="M1349 1363c86 -43 165 -125 207 -213c16 -40 34 -78 30 -170c-3 -83 -8 -115 -34 -170c-68 -146 -203 -243 -356 -253l-83 -6l-29 -115c-24 -96 -27 -129 -27 -129c28 -29 91 -47 117 -115c36 -69 32 -168 -14 -225c-75 -93 -187 -121 -286 -70c-90 47 -136 164 -108 266
+c7 26 -2 34 -109 104l-116 77l-43 -35c-203 -162 -499 -19 -498 242c0 168 133 299 304 298c86 0 138 -20 202 -78l47 -42l104 53l105 51l-11 37c-16 55 -12 176 7 238c21 74 87 166 150 212c128 94 302 111 441 43v0zM580 413l233 -160s71 60 167 68l60 254
+s-185 59 -237 189l-217 -102s52 -128 -6 -248v-1z" />
<glyph glyph-name="stack-exchange" unicode="&#xf18d;" horiz-adv-x="1238"
d="M1238 283v-66c0 -113 -88 -204 -196 -204h-57l-260 -269v269h-529c-108 0 -196 91 -196 204v66h1238zM1238 609v-255h-1238v255h1238zM1238 937v-255h-1238v255h1238zM1238 1077v-67h-1238v67c0 112 88 203 196 203h846c108 0 196 -91 196 -203z" />
<glyph glyph-name="twitch" unicode="&#xf1e8;" horiz-adv-x="1592"
@@ -1861,14 +1891,14 @@ d="M576 640c0 -17 -7 -33 -19 -45l-448 -448c-12 -12 -28 -19 -45 -19c-35 0 -64 29
<glyph glyph-name="tree" unicode="&#xf1bb;" horiz-adv-x="1472"
d="M1472 64c0 -35 -29 -64 -64 -64h-462c3 -64 11 -131 11 -196c0 -33 -27 -60 -61 -60h-320c-34 0 -61 27 -61 60c0 65 8 132 11 196h-462c-35 0 -64 29 -64 64c0 17 7 33 19 45l402 403h-229c-35 0 -64 29 -64 64c0 17 7 33 19 45l402 403h-197c-35 0 -64 29 -64 64
c0 17 7 33 19 45l384 384c12 12 28 19 45 19s33 -7 45 -19l384 -384c12 -12 19 -28 19 -45c0 -35 -29 -64 -64 -64h-197l402 -403c12 -12 19 -28 19 -45c0 -35 -29 -64 -64 -64h-229l402 -403c12 -12 19 -28 19 -45z" />
- <glyph glyph-name="friendica" unicode="&#xf2e6;" horiz-adv-x="1524"
-d="M0 1128c0 152 122 276 274 276h975c152 0 275 -124 275 -276v-984c0 -152 -123 -276 -275 -276h-975c-152 0 -274 124 -274 276v984zM1249 1343h-243v-369h-488v-311l486 3l2 -368h-488v-369h731c118 0 214 95 214 215v984c0 120 -96 215 -214 215z" />
+ <glyph glyph-name="friendica" unicode="&#xf2e6;" horiz-adv-x="1520"
+d="M0 1128c0 152 123 276 274 276h973c151 0 273 -124 273 -276v-980c0 -152 -122 -276 -273 -276h-973c-151 0 -274 124 -274 276v980zM1247 1343h-244v-368h-486v-310l485 3l1 -367h-486v-368h730c118 0 212 95 212 215v980c0 120 -94 215 -212 215z" />
<glyph glyph-name="gratipay" unicode="&#xf184;"
d="M773 234l350 473c27 37 59 156 -43 223c-86 56 -168 13 -211 -37c-16 -18 -44 -40 -96 -40s-79 22 -95 40c-43 50 -125 93 -212 37c-101 -67 -69 -186 -42 -223zM1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768s344 768 768 768s768 -344 768 -768z" />
<glyph glyph-name="map-marker" unicode="&#xf041;" horiz-adv-x="1024"
d="M768 896c0 141 -115 256 -256 256s-256 -115 -256 -256s115 -256 256 -256s256 115 256 256zM1024 896c0 -61 -7 -124 -33 -179l-364 -774c-21 -44 -67 -71 -115 -71s-94 27 -114 71l-365 774c-26 55 -33 118 -33 179c0 283 229 512 512 512s512 -229 512 -512z" />
<glyph glyph-name="globe-e" unicode="&#xf304;"
-d="M768 1404c204 0 399 -81 543 -225s225 -339 225 -543s-81 -399 -225 -543s-339 -225 -543 -225s-399 81 -543 225s-225 339 -225 543s81 399 225 543s339 225 543 225zM863 1165h-7c-78 -1 -136 -19 -204 -29s-157 -10 -205 -29s-58 -39 -87 -58s-72 -30 -87 -58
+d="M768 1404c204 0 399 -81 543 -225s225 -339 225 -543s-81 -399 -225 -543s-339 -225 -543 -225s-399 81 -543 225s-225 339 -225 543s81 399 225 543s339 225 543 225zM863 1165h-1h-6c-78 -1 -136 -19 -204 -29s-157 -10 -205 -29s-58 -39 -87 -58s-72 -30 -87 -58
s0 -58 0 -87s-28 -73 0 -88s58 39 87 58s68 70 88 59s6 -8 0 -29s-54 -44 -56 -87s110 -78 73 -135c-37 -56 -202 50 -250 18s-19 -58 -29 -87s-40 -57 -29 -88s55 -37 87 -58s87 -59 88 -62s21 -106 29 -145c6 -34 3 -78 4 -120c44 -36 123 -82 176 -102
c21 41 37 107 53 139c24 48 77 133 87 174s0 39 0 58s8 32 0 58s-40 58 -59 87s-37 69 -58 88s-49 19 -58 29s-4 9 -4 14s-5 8 5 15s36 9 58 0s39 -39 58 -58s27 -55 58 -58s58 39 87 58c29 20 74 35 107 -22c8 -16 43 -35 68 -35s22 42 30 58s24 37 48 41s28 -14 44 -30
s30 -69 53 -69s22 43 30 59c15 34 6 65 57 116c19 19 50 29 57 57s-21 62 -29 86s-28 63 -28 88c0 21 27 25 63 44c-24 30 -67 73 -97 97c-22 1 -41 2 -55 4c-69 8 -176 29 -253 29zM1251 411c-32 1 -70 -43 -105 -60c-39 -19 -100 -32 -116 -59s0 -39 0 -58s-14 -44 0 -58
@@ -1888,6 +1918,10 @@ c14 0 27 -9 31 -23zM736 1504v-224h-352v224c0 18 14 32 32 32h288c18 0 32 -14 32 -
d="M1024 288v-416h-928c-53 0 -96 43 -96 96v1344c0 53 43 96 96 96h1344c53 0 96 -43 96 -96v-928h-416c-53 0 -96 -43 -96 -96zM1152 256h381c-9 -48 -35 -102 -65 -132l-184 -184c-30 -30 -84 -56 -132 -65v381z" />
<glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="1280"
d="M1280 137c0 -146 -96 -265 -213 -265h-854c-117 0 -213 119 -213 265c0 263 65 567 327 567c81 -79 191 -128 313 -128s232 49 313 128c262 0 327 -304 327 -567zM1024 1024c0 -212 -172 -384 -384 -384s-384 172 -384 384s172 384 384 384s384 -172 384 -384z" />
+ <glyph glyph-name="php" unicode="&#xf30e;"
+d="M768 1044c424 0 768 -181 768 -404s-344 -404 -768 -404s-768 181 -768 404s344 404 768 404zM701 934l-87 -418h83l50 239h67c21 0 35 -4 41 -12s8 -23 4 -42l-39 -185h85l40 194c8 44 3 73 -18 89c-20 16 -50 23 -91 24h-75l23 111h-83zM320 823v0l-87 -418h84l23 111
+h72c25 0 49 3 72 8s44 19 64 39c16 16 30 33 39 53c10 20 16 40 19 61c7 45 -1 80 -22 106s-56 40 -103 40h-161zM1035 823l-87 -418h84l23 111h73c25 0 48 3 71 8s44 19 64 39c16 16 30 33 39 53c10 20 16 40 19 61c7 45 0 80 -21 106s-57 40 -104 40h-161zM416 757v0
+c32 0 59 -3 80 -9c22 -6 29 -30 22 -71c-9 -49 -26 -77 -52 -85s-57 -11 -96 -11h-9c-2 0 -5 1 -7 1l36 174h12c4 0 9 1 14 1zM1131 757v0c32 0 59 -3 80 -9c22 -6 29 -30 22 -71c-9 -49 -26 -77 -52 -85s-57 -11 -96 -11h-9c-2 0 -5 1 -7 1l36 174h12c4 0 9 1 14 1z" />
<glyph glyph-name="ioxhost" unicode="&#xf208;" horiz-adv-x="2048"
d="M1463 704c0 -47 -38 -86 -86 -86h-702c-48 0 -86 39 -86 86s38 86 86 86h702c48 0 86 -39 86 -86zM1677 704c0 59 -8 115 -23 170h-982c-48 0 -86 38 -86 85c0 48 38 86 86 86h908c-115 187 -321 311 -555 311c-360 0 -653 -292 -653 -652c0 -59 8 -115 23 -170h982
c48 0 86 -38 86 -85c0 -48 -38 -86 -86 -86h-908c115 -187 321 -311 556 -311c359 0 652 292 652 652zM2048 959c0 -47 -38 -85 -86 -85h-131c11 -55 17 -112 17 -170c0 -454 -369 -824 -823 -824c-333 0 -620 198 -750 483h-189c-48 0 -86 38 -86 86c0 47 38 85 86 85h132
@@ -2042,32 +2076,32 @@ d="M459 -256c-103 0 -192 70 -217 170l-101 401c-8 35 -13 72 -13 108c0 23 0 45 -5
c123 -14 212 -118 212 -241c0 -19 -3 -39 -7 -59l-123 -512c80 60 138 118 243 118c139 0 255 -113 255 -253c0 -84 -41 -162 -107 -212l-507 -380c-44 -33 -98 -51 -153 -51h-694zM1104 1408c-51 0 -96 -36 -108 -86l-164 -682h-127l-145 602c-12 50 -57 86 -108 86
c-64 0 -112 -51 -112 -113c0 -10 1 -19 3 -28l132 -547h-26l-99 408c-12 49 -57 88 -109 88c-62 0 -113 -50 -113 -112c0 -9 1 -18 3 -26l116 -478c14 -58 4 -116 19 -174l100 -401c11 -43 49 -73 93 -73h694c27 0 54 9 76 26l507 379c34 26 56 67 56 110
c0 70 -58 125 -127 125c-28 0 -55 -9 -77 -26l-307 -230v227c0 8 129 538 139 581c2 9 4 19 4 29c0 62 -47 115 -111 115c-52 0 -97 -36 -109 -86l-116 -482h-26l150 624c2 9 3 19 3 28c0 63 -46 116 -111 116z" />
- <glyph glyph-name="scuttlebutt" unicode="&#xf2ea;" horiz-adv-x="1713"
-d="M762 -130c-31 4 -114 29 -131 39c-5 3 -13 9 -17 15l-8 10l-7 -4c-14 -9 -14 -9 -151 60c-70 36 -134 68 -141 71c-21 10 -30 25 -45 74c-5 17 -6 19 -12 21c-18 7 -84 50 -121 78c-27 21 -67 60 -71 70c-10 26 -31 91 -37 112c-18 60 -21 89 -21 179c0 60 0 68 4 76
-c5 11 24 29 46 43c29 19 129 68 193 96l8 4l-5 9c-3 5 -15 23 -28 41l-24 33l-10 1c-21 1 -29 3 -49 16s-21 12 -39 40c-57 87 -91 164 -95 206c-4 46 23 130 52 161c9 9 17 15 28 21c16 8 17 9 40 9c19 0 26 -2 36 -6c27 -11 44 -29 49 -50c2 -11 2 -17 -1 -43
-c-9 -69 -2 -127 20 -163c4 -6 16 -19 28 -29c19 -17 38 -37 38 -43c0 -7 4 -1 11 15c9 23 70 138 78 148l6 8l-2 26c-8 86 -9 112 -1 138c5 18 17 33 32 39c26 12 96 17 121 9c15 -5 28 -14 35 -26c5 -7 6 -12 7 -27l1 -19l53 8c71 11 95 17 116 25c26 10 38 13 57 13
-c29 0 44 -6 104 -37c137 -72 176 -97 219 -139c24 -23 29 -32 50 -74c17 -34 19 -37 38 -57l20 -21l23 6c28 8 37 8 49 2c10 -5 22 -21 22 -29c0 -2 4 -9 9 -16c7 -10 24 -35 39 -59l12 4c13 5 27 6 38 1c4 -2 17 -10 28 -19c11 -8 20 -15 21 -15s13 -8 26 -16
-c13 -9 27 -17 32 -18s13 -5 19 -8c13 -8 27 -11 64 -14c15 -1 32 -3 36 -4c18 -5 46 -31 55 -51c8 -18 5 -44 -9 -66c-4 -6 -18 -20 -30 -32s-23 -24 -24 -27s0 -24 3 -47c8 -67 4 -101 -13 -127c-8 -12 -28 -26 -58 -40c-13 -6 -25 -14 -28 -16s-8 -13 -12 -25
-c-9 -26 -17 -45 -26 -55c-8 -10 -10 -16 -13 -56c-4 -54 -10 -71 -37 -99c-20 -21 -37 -30 -70 -40c-11 -3 -49 -16 -85 -28s-66 -22 -68 -22s-6 -5 -9 -11c-14 -25 -34 -48 -64 -75c-48 -43 -115 -84 -162 -98c-9 -3 -17 -7 -25 -14c-43 -38 -87 -56 -154 -62
-c-28 -2 -42 -3 -63 0zM821 -70c13 1 32 4 42 6c18 4 50 17 50 20c0 1 -10 7 -21 13s-38 21 -57 35c-70 48 -117 95 -124 122c-9 35 -9 157 1 321c2 29 3 53 2 54c-3 3 -131 99 -131 99c-2 -2 -20 -148 -25 -210c-5 -54 -6 -145 -3 -171c3 -21 9 -46 31 -105
-c24 -66 45 -109 64 -139l9 -14l25 -9c44 -15 83 -24 104 -24c5 0 20 1 33 2zM560 22c-15 35 -29 70 -47 123c-14 40 -14 45 -16 70c-6 75 3 213 25 366c4 29 7 55 7 57c0 3 -11 12 -33 28c-30 22 -50 33 -58 33c-5 0 -83 -101 -120 -154c-34 -49 -63 -103 -68 -122
-c-2 -10 42 -189 64 -259c16 -52 -1 -39 137 -109l120 -60s-5 12 -11 27zM990 4c27 8 80 39 113 64c21 16 46 38 45 39c-1 0 -24 -2 -51 -6c-28 -4 -59 -7 -69 -7c-45 0 -82 18 -99 48c-8 14 -22 51 -31 82c-7 24 -8 31 -9 65c-2 30 -3 42 -7 58c-6 22 -18 49 -26 56
-c-9 8 -49 36 -58 40c-5 2 -13 7 -18 10l-8 6l-2 -11c-4 -31 -6 -124 -6 -206c0 -108 -2 -99 22 -123c49 -49 156 -117 186 -118c4 0 12 1 18 3zM1089 188c27 4 58 9 70 11c31 6 93 24 139 41c22 8 49 17 61 20c39 11 52 20 56 44c2 8 1 8 -4 7c-48 -15 -87 -21 -143 -23
-c-94 -4 -149 7 -227 45c-23 12 -57 34 -74 48c-5 4 -8 6 -8 6s2 -12 5 -26c5 -20 7 -33 8 -62c2 -39 6 -57 22 -97c6 -14 7 -17 13 -19c12 -4 32 -2 82 5zM232 238c-1 2 -9 37 -19 78s-20 77 -21 79c-4 8 -2 31 4 49c18 54 75 142 164 253c11 13 19 25 19 26
-c0 3 -41 25 -54 28c-7 2 -19 6 -26 9c-13 5 -14 5 -22 1c-4 -2 -28 -14 -53 -25c-76 -34 -139 -67 -160 -83l-7 -6l1 -72c1 -78 3 -88 17 -138c6 -20 26 -78 36 -105c3 -8 33 -36 58 -55c20 -15 62 -43 64 -43c0 0 0 2 -1 4v0zM1309 378c32 4 65 11 87 20c16 7 40 20 47 27
-c5 5 13 17 11 19c0 0 -11 0 -23 -1c-44 -4 -93 -5 -119 -2c-33 3 -56 10 -87 26c-59 30 -105 72 -127 117c-11 23 -13 31 -13 52c0 63 43 117 184 229c22 17 40 32 41 33c0 1 -7 15 -17 30l-18 28l-12 2c-11 2 -12 1 -43 -9c-41 -14 -52 -16 -104 -22c-23 -2 -49 -7 -56 -9
-c-17 -5 -39 -20 -56 -38c-19 -20 -76 -93 -91 -117c-19 -30 -19 -33 -11 -52c4 -9 13 -27 20 -41s16 -33 20 -43c6 -16 9 -26 23 -89c7 -34 14 -48 32 -68c31 -34 76 -60 132 -80c49 -17 105 -20 180 -12zM891 486c0 0 -1 6 -3 12s-6 26 -10 44c-8 42 -14 58 -29 86
-c-16 31 -34 71 -37 83c-3 14 1 37 9 58c10 24 35 62 74 112c54 68 87 98 126 115c19 8 40 13 80 17c18 2 35 4 38 5c5 1 5 1 -2 9c-11 13 -23 33 -36 62c-10 22 -16 31 -26 42c-29 31 -63 54 -150 100c-35 18 -68 36 -73 39c-14 9 -37 17 -47 17c-5 0 -18 -4 -30 -9
-c-25 -10 -61 -17 -144 -30c-29 -5 -54 -9 -55 -9c-3 -3 -2 -38 1 -62c7 -50 24 -108 42 -142c9 -18 11 -29 5 -39c-5 -8 -28 -28 -35 -31c-9 -4 -12 -26 -11 -73c0 -33 1 -37 7 -56c9 -29 13 -67 12 -106l-1 -33l87 -65c112 -85 133 -100 152 -111c9 -5 25 -15 35 -22
-c16 -12 21 -15 21 -13zM1396 527c61 4 103 13 147 31l26 11l1 13c1 12 -3 47 -5 49c0 1 -5 -1 -9 -3c-22 -12 -54 -16 -75 -9c-34 12 -72 52 -86 90c-5 13 -5 18 -4 34s1 21 7 34c8 18 25 39 39 51c6 5 11 9 11 10s-3 3 -7 4c-4 2 -14 9 -22 15l-14 11l-19 -17
-c-10 -9 -37 -31 -61 -50c-70 -56 -84 -68 -114 -99c-24 -24 -29 -32 -36 -46c-7 -13 -6 -18 -4 -28c10 -26 41 -58 79 -78c44 -24 68 -28 146 -23zM1536 715c27 16 75 54 63 49c-2 -1 -9 -2 -16 -3c-15 -1 -29 5 -39 17c-6 8 -7 9 -14 7c-18 -5 -44 -24 -52 -37
-c-4 -7 -5 -9 -2 -15c2 -4 9 -12 15 -19c11 -11 12 -11 20 -10c5 1 16 5 25 11zM526 804c-4 36 -5 39 -38 113c-9 21 -11 21 -17 21c-8 0 -16 5 -23 12c-3 3 -13 28 -23 55c-13 36 -19 48 -20 46c-4 -5 -28 -58 -34 -73c-10 -27 -14 -42 -20 -89c-4 -26 -6 -48 -6 -50
-c0 -3 4 -5 14 -8c8 -2 18 -6 23 -9s15 -8 21 -12s16 -9 21 -12s24 -11 41 -17c23 -8 35 -14 47 -22l16 -11l1 11c0 6 -1 27 -3 45zM210 968c12 6 28 21 28 26c0 1 -12 11 -25 23c-40 34 -55 64 -66 125c-5 27 -5 80 0 114c4 24 3 26 -1 28c-14 9 -30 10 -43 3
-c-9 -4 -10 -7 -21 -30c-22 -47 -28 -86 -19 -114c10 -32 40 -90 75 -146c26 -42 40 -47 72 -29zM520 1006c20 5 28 8 37 14c2 2 1 6 -5 22c-12 30 -22 69 -28 103c-7 36 -8 79 -4 124c3 27 2 70 -1 73c-5 5 -72 0 -79 -6c-4 -4 -6 -29 -3 -63c-2 -41 16 -98 14 -133
-c-2 -25 0 -33 22 -94c14 -40 17 -45 21 -45c2 0 14 2 26 5z" />
- <glyph glyph-name="social-home" unicode="&#xf2ec;" horiz-adv-x="1490"
-d="M492 892h483v-622h-483v622v0zM1052 536h342v-667h-342v667zM91 270v0v622h319v-622h-319zM977 -131h-884v326h884v-327v1zM1055 892h341v-279h-341v279zM1455 1108v0c20 -5 35 -22 35 -44c0 -26 -94 -93 -94 -93h-1303s-87 61 -92 83c-5 21 5 42 25 51l626 293
-c16 9 98 9 111 0z" />
+ <glyph glyph-name="scuttlebutt" unicode="&#xf2ea;" horiz-adv-x="1709"
+d="M760 -126c-31 4 -114 28 -131 38c-5 3 -12 10 -16 16l-8 10l-7 -5c-14 -9 -14 -9 -151 60c-70 36 -134 68 -141 71c-21 10 -30 25 -45 74c-5 17 -6 19 -12 21c-18 7 -84 50 -121 78c-27 21 -66 60 -70 70c-10 25 -31 91 -37 112c-18 60 -21 88 -21 178c0 60 0 68 4 76
+c5 11 24 29 46 43c29 19 128 68 192 96l8 4l-4 8c-3 5 -16 24 -29 42l-24 33h-10c-21 1 -28 3 -48 16s-21 13 -39 41c-56 87 -91 163 -95 205c-4 46 23 129 52 160c9 9 17 16 28 22c16 8 17 8 40 8c19 0 25 -1 35 -5c27 -11 44 -29 49 -50c2 -11 2 -17 -1 -43
+c-9 -68 -1 -127 21 -163c4 -6 16 -19 28 -29c19 -17 38 -37 38 -43c0 -7 4 -1 11 15c9 23 70 138 78 148l5 8l-2 25c-8 86 -8 113 0 139c5 18 16 33 31 39c26 12 96 16 121 8c15 -5 28 -14 35 -26c5 -7 6 -12 7 -27l1 -18l52 8c71 11 95 16 116 24c26 10 38 13 57 13
+c29 0 45 -6 104 -37c137 -72 176 -97 219 -139c24 -23 28 -31 49 -73c17 -34 19 -37 38 -57l20 -21l23 6c28 8 37 8 49 2c10 -5 22 -21 22 -29c0 -2 4 -9 9 -16c7 -10 24 -34 39 -58c0 0 6 1 12 3c13 5 27 6 38 1c4 -2 17 -10 28 -19c11 -8 20 -15 21 -15s12 -7 25 -15
+c13 -9 27 -17 32 -18s14 -6 20 -9c13 -8 27 -10 64 -13c15 -1 31 -4 35 -5c18 -5 46 -31 55 -51c8 -18 5 -43 -9 -65c-4 -6 -18 -21 -30 -33s-23 -23 -24 -26s1 -24 4 -47c8 -67 4 -101 -13 -127c-8 -12 -29 -26 -59 -40c-13 -6 -24 -13 -27 -15s-8 -14 -12 -26
+c-9 -26 -17 -44 -26 -54c-8 -10 -10 -18 -13 -57c-4 -53 -10 -71 -37 -99c-20 -21 -37 -29 -70 -39c-11 -3 -49 -16 -85 -28c-35 -12 -66 -22 -68 -22s-6 -5 -9 -11c-14 -25 -33 -48 -63 -75c-48 -43 -116 -83 -163 -97c-9 -3 -16 -7 -24 -14c-43 -38 -88 -56 -154 -62
+c-28 -2 -42 -3 -63 0zM820 -67c13 1 31 5 41 7c18 4 49 17 49 20c0 1 -9 6 -20 12s-37 22 -56 36c-70 48 -117 94 -124 121c-9 35 -9 157 1 321c2 29 3 52 2 53c-3 3 -131 99 -131 99c-2 -2 -20 -148 -25 -210c-5 -54 -7 -145 -4 -170c3 -21 10 -46 32 -105
+c24 -66 44 -109 63 -139l9 -14l26 -8c44 -15 83 -25 104 -25c5 0 20 1 33 2zM559 26c-15 35 -29 69 -47 122c-14 40 -15 45 -17 70c-6 75 4 212 26 365c4 29 7 55 7 57c0 3 -11 12 -33 28c-30 22 -50 32 -58 32c-5 0 -83 -100 -120 -153c-34 -49 -63 -103 -68 -122
+c-2 -10 42 -188 64 -258c16 -52 -1 -38 137 -108l120 -60s-5 12 -11 27zM988 8c27 8 80 38 113 63c21 16 45 38 44 39c-1 0 -24 -2 -51 -6c-28 -4 -58 -7 -68 -7c-45 0 -82 18 -99 48c-8 14 -22 51 -31 82c-7 24 -8 30 -9 64c-1 30 -3 43 -7 59c-6 22 -18 48 -26 55
+c-9 8 -48 36 -57 40c-5 2 -13 7 -18 10l-9 6l-1 -10c-4 -31 -7 -124 -7 -206c0 -107 -2 -99 22 -123c49 -49 155 -116 185 -117c4 0 13 1 19 3zM1086 191c27 4 59 9 71 11c31 6 92 24 138 41c22 8 49 17 61 20c39 11 51 21 55 44c1 8 2 8 -3 7c-48 -15 -87 -22 -143 -24
+c-94 -4 -148 8 -226 46c-23 12 -57 33 -74 47c-5 4 -9 7 -9 7s3 -13 6 -27c5 -20 7 -33 8 -62c2 -39 6 -57 22 -97c6 -14 7 -16 13 -18c12 -4 31 -2 81 5zM232 241c-1 2 -10 37 -20 78s-19 77 -20 79c-4 8 -3 30 3 48c18 54 75 143 164 253c11 13 19 25 19 26
+c0 3 -40 24 -53 27c-7 2 -20 6 -27 9c-13 5 -14 5 -22 1c-4 -2 -28 -13 -53 -24c-76 -34 -138 -68 -159 -84l-7 -5l1 -71c1 -78 3 -88 17 -138c6 -20 26 -79 36 -106c3 -8 33 -36 58 -55c20 -15 62 -42 64 -42c0 0 0 2 -1 4v0zM1306 380c32 4 65 11 87 20c16 7 40 20 47 27
+c5 5 12 18 11 20l-24 -2c-44 -4 -92 -5 -118 -2c-32 3 -55 10 -86 26c-59 29 -105 72 -127 117c-11 23 -13 31 -13 52c0 63 43 117 183 229c22 17 40 32 41 33c0 1 -7 14 -17 29l-18 28l-11 2c-11 2 -13 2 -44 -8c-41 -14 -52 -16 -104 -22c-23 -2 -48 -7 -55 -9
+c-17 -5 -40 -21 -57 -39c-19 -20 -75 -92 -90 -116c-19 -29 -19 -33 -11 -52c4 -9 13 -27 20 -41s16 -33 20 -43c6 -16 9 -25 23 -88c7 -34 14 -49 32 -69c31 -33 75 -60 131 -80c49 -17 105 -20 180 -12zM889 488c0 0 -1 6 -3 12s-6 26 -10 44c-8 41 -14 58 -29 86
+c-16 31 -34 71 -37 83c-3 14 1 37 9 58c10 24 35 62 74 111c54 68 87 98 126 115c19 8 40 13 80 17c18 2 35 4 38 5c5 1 5 1 -2 9c-11 13 -23 33 -36 62c-10 22 -16 31 -26 42c-29 31 -63 54 -150 100c-35 18 -68 36 -73 39c-14 9 -36 17 -46 17c-5 0 -19 -4 -31 -9
+c-25 -10 -61 -17 -144 -30c-29 -5 -53 -9 -54 -9c-3 -3 -2 -38 1 -62c7 -50 24 -108 42 -142c9 -18 10 -29 4 -39c-5 -8 -27 -28 -34 -31c-9 -4 -12 -25 -11 -72c0 -33 0 -38 6 -57c9 -29 14 -67 13 -106l-1 -32l86 -65c112 -84 134 -100 153 -111c9 -5 24 -15 34 -22
+c16 -12 21 -15 21 -13zM1392 530c61 4 104 12 148 30l26 11v13c1 12 -2 47 -4 49c0 1 -6 -1 -10 -3c-22 -12 -53 -16 -74 -9c-34 12 -72 52 -86 90c-5 13 -5 18 -4 34s1 21 7 34c8 18 25 39 39 51c6 5 11 9 11 10s-3 3 -7 4c-4 2 -14 8 -22 14l-14 11l-19 -16
+c-10 -9 -37 -32 -61 -51c-70 -55 -85 -67 -114 -98c-24 -24 -29 -32 -36 -46c-7 -13 -6 -18 -4 -28c10 -26 42 -57 80 -77c44 -24 66 -28 144 -23zM1533 717c27 16 74 54 62 49c-2 -1 -9 -2 -16 -3c-15 -1 -28 5 -38 17c-6 8 -8 8 -15 6c-18 -5 -43 -23 -51 -36
+c-4 -7 -5 -9 -2 -15c1 -4 8 -12 14 -19c11 -11 12 -12 20 -11c5 1 17 6 26 12zM525 805c-4 36 -5 39 -38 113c-9 21 -11 22 -17 22c-8 0 -16 4 -23 11c-3 3 -13 28 -23 55c-13 36 -18 48 -19 46c-4 -5 -29 -57 -35 -72c-10 -27 -13 -43 -19 -90c-4 -25 -7 -48 -7 -50
+c0 -3 5 -4 15 -7c8 -2 18 -7 23 -10s14 -7 20 -11s16 -10 21 -13s24 -10 41 -16c23 -8 35 -14 47 -22l16 -11v11c0 6 0 26 -2 44zM210 969c12 6 27 21 27 26c0 1 -11 11 -24 23c-40 34 -56 64 -67 125c-5 27 -5 80 0 114c4 24 4 25 0 27c-14 9 -30 11 -43 4
+c-9 -4 -10 -7 -21 -30c-22 -47 -28 -86 -19 -114c10 -32 40 -90 75 -146c26 -41 40 -47 72 -29zM519 1007c20 5 27 8 36 14c2 2 2 6 -4 22c-12 30 -23 69 -29 103c-7 36 -7 79 -3 124c3 27 2 70 -1 73c-5 5 -72 -1 -79 -7c-4 -4 -6 -29 -3 -62c-2 -41 16 -99 14 -134
+c-2 -25 0 -32 22 -93c14 -39 16 -45 20 -45c2 0 15 2 27 5z" />
+ <glyph glyph-name="social-home" unicode="&#xf2ec;" horiz-adv-x="1486"
+d="M491 894h482v-621h-482v621v0zM1050 538h341v-666h-341v666zM91 273v0v620h318v-620h-318zM975 -128h-882v326h882v-326v0zM1053 894h340v-279h-340v279zM1452 1109v0c20 -5 34 -22 34 -44c0 -26 -93 -93 -93 -93h-1300s-87 62 -92 83s5 42 25 51l624 292
+c16 9 99 9 112 0z" />
<glyph glyph-name="leanpub" unicode="&#xf212;" horiz-adv-x="2048"
d="M1893 1144l155 -1272c-93 0 -173 19 -257 57c-125 57 -255 91 -393 91c-142 0 -273 -47 -374 -148c-101 101 -232 148 -374 148c-138 0 -268 -34 -393 -91c-81 -36 -163 -57 -252 -57h-5l155 1272c143 81 317 127 482 127c135 0 274 -28 387 -106c113 78 252 106 387 106
c165 0 339 -46 482 -127zM1398 157c190 0 320 -51 492 -122l-124 1021c-112 51 -245 78 -368 78c-140 0 -271 -44 -374 -141c-103 97 -234 141 -374 141c-123 0 -256 -27 -368 -78l-124 -1021c172 71 302 122 492 122c137 0 258 -35 374 -108c116 73 237 108 374 108z
@@ -2093,10 +2127,15 @@ c-9 20 -51 121 -51 138c0 2 1 5 4 7c12 6 119 70 124 70c13 0 88 -99 98 -114c10 1 2
c0 -15 -129 -29 -149 -31c-8 -19 -18 -36 -30 -52c9 -20 51 -120 51 -138c0 -3 -1 -5 -4 -7c-12 -7 -119 -71 -124 -71c-13 0 -88 100 -98 115c-10 -1 -20 -2 -30 -2s-20 1 -30 2c-10 -15 -85 -115 -98 -115c-5 0 -112 64 -124 71c-3 2 -4 5 -4 7c0 17 42 118 51 138
c-12 16 -22 33 -30 52c-20 2 -149 16 -149 31v140c0 15 129 29 149 31c8 18 18 36 30 52c-9 20 -51 121 -51 138c0 2 1 5 4 7c12 6 119 70 124 70c13 0 88 -99 98 -114c10 1 20 2 30 2s20 -1 30 -2c28 39 58 78 92 112l6 2c5 0 112 -63 124 -70c3 -2 4 -5 4 -7
c0 -18 -42 -118 -51 -138c12 -16 22 -34 30 -52c20 -2 149 -16 149 -31z" />
- <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792"
-d="M256 96v-192c0 -18 -14 -32 -32 -32h-192c-18 0 -32 14 -32 32v192c0 18 14 32 32 32h192c18 0 32 -14 32 -32zM640 224v-320c0 -18 -14 -32 -32 -32h-192c-18 0 -32 14 -32 32v320c0 18 14 32 32 32h192c18 0 32 -14 32 -32zM1024 480v-576c0 -18 -14 -32 -32 -32h-192
-c-18 0 -32 14 -32 32v576c0 18 14 32 32 32h192c18 0 32 -14 32 -32zM1408 864v-960c0 -18 -14 -32 -32 -32h-192c-18 0 -32 14 -32 32v960c0 18 14 32 32 32h192c18 0 32 -14 32 -32zM1792 1376v-1472c0 -18 -14 -32 -32 -32h-192c-18 0 -32 14 -32 32v1472
-c0 18 14 32 32 32h192c18 0 32 -14 32 -32z" />
+ <glyph glyph-name="hackaday" unicode="&#xf30a;" horiz-adv-x="1686"
+d="M215 1408c118 0 214 -95 215 -213v-2c0 -11 -1 -21 -3 -31l168 -149c-60 -45 -109 -106 -142 -178l-173 154c-21 -7 -42 -11 -65 -11c-119 0 -215 96 -215 215c0 14 1 28 4 42l138 -122l150 167l-134 120c18 5 37 8 57 8zM1247 436l162 -143c17 5 45 9 62 9v0
+c118 0 214 -95 215 -213v-2c0 -13 -2 -26 -4 -39l-139 123l-150 -166l140 -124c-20 -6 -41 -9 -62 -9c-119 0 -215 96 -215 215c0 12 1 24 3 35l-140 124c56 50 100 115 128 190zM1471 1408c20 0 39 -3 57 -8l-134 -120l150 -167l138 122c3 -14 4 -28 4 -42
+c0 -119 -96 -215 -215 -215c-23 0 -44 4 -65 11l-174 -154c-33 72 -81 133 -141 178l167 149c-2 10 -2 20 -2 31v2c1 118 97 213 215 213zM439 436v0c28 -75 71 -140 127 -190l-139 -124c2 -11 3 -23 3 -35c0 -119 -96 -215 -215 -215c-21 0 -42 3 -62 9l140 124l-150 166
+l-139 -123c-2 13 -4 26 -4 39v2c1 118 97 213 215 213v0c17 0 45 -4 62 -9zM843 1062c222 0 401 -199 401 -445c0 -153 -69 -288 -175 -368c8 -12 12 -26 12 -41c0 -42 -33 -76 -75 -76s-76 34 -76 76c0 4 0 8 1 12h-13c1 -3 0 -9 0 -12v0c0 -42 -33 -76 -75 -76
+s-76 34 -76 76c0 4 0 8 1 12h-10v-9c0 -43 -35 -79 -77 -79s-77 36 -77 79c0 15 4 28 11 40c-105 80 -173 214 -173 366c0 246 179 445 401 445zM670 730c-8 0 -15 -1 -22 -3c-28 -4 -52 -23 -69 -45c-15 -18 -26 -40 -26 -64c-2 -20 1 -39 5 -58c5 -23 21 -41 39 -54
+c8 -7 20 -16 31 -8c7 9 1 23 7 33c2 10 9 18 18 23c18 9 37 18 57 25c16 5 29 15 43 24c18 14 30 40 21 62c-10 18 -22 34 -39 46c-19 12 -42 19 -65 19zM1015 730c-23 0 -45 -7 -64 -19c-17 -12 -29 -28 -39 -46c-9 -22 3 -48 21 -62c14 -9 27 -19 43 -24
+c20 -7 38 -16 56 -25c9 -5 17 -13 19 -23c6 -10 0 -24 7 -33c11 -8 23 1 31 8c18 13 34 31 39 54c4 19 7 38 5 58c0 24 -11 46 -26 64c-17 22 -41 41 -69 45c-7 2 -15 3 -23 3zM844 502c-20 1 -44 -88 -40 -126c12 -51 16 36 40 36c23 -1 19 -88 37 -35
+c5 35 -16 124 -37 125z" />
<glyph glyph-name="frown-o" unicode="&#xf119;"
d="M1134 307c11 -34 -8 -69 -41 -80c-34 -11 -70 8 -81 42c-33 107 -132 179 -244 179s-211 -72 -244 -179c-11 -34 -47 -53 -80 -42c-34 11 -53 46 -42 80c50 161 197 269 366 269s316 -108 366 -269zM640 896c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128
s128 -57 128 -128zM1152 896c0 -71 -57 -128 -128 -128s-128 57 -128 128s57 128 128 128s128 -57 128 -128zM1408 640c0 353 -287 640 -640 640s-640 -287 -640 -640s287 -640 640 -640s640 287 640 640zM1536 640c0 -424 -344 -768 -768 -768s-768 344 -768 768
@@ -2119,9 +2158,10 @@ c-2 -2 -3 -5 -5 -7c-63 -94 -168 -154 -281 -161c-6 0 -11 -1 -17 -1h-9c-15 0 -39 3
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="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" />
- <glyph glyph-name="university" unicode="&#xf19c;" horiz-adv-x="1920"
-d="M960 1536l960 -384v-128h-128c0 -35 -31 -64 -69 -64h-1526c-38 0 -69 29 -69 64h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59c38 0 69 -29 69 -64v-64h-1664v64c0 35 31 64 69 64h59v768zM1851 -64c38 0 69 -29 69 -64v-128
-h-1920v128c0 35 31 64 69 64h1782z" />
+ <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792"
+d="M256 96v-192c0 -18 -14 -32 -32 -32h-192c-18 0 -32 14 -32 32v192c0 18 14 32 32 32h192c18 0 32 -14 32 -32zM640 224v-320c0 -18 -14 -32 -32 -32h-192c-18 0 -32 14 -32 32v320c0 18 14 32 32 32h192c18 0 32 -14 32 -32zM1024 480v-576c0 -18 -14 -32 -32 -32h-192
+c-18 0 -32 14 -32 32v576c0 18 14 32 32 32h192c18 0 32 -14 32 -32zM1408 864v-960c0 -18 -14 -32 -32 -32h-192c-18 0 -32 14 -32 32v960c0 18 14 32 32 32h192c18 0 32 -14 32 -32zM1792 1376v-1472c0 -18 -14 -32 -32 -32h-192c-18 0 -32 14 -32 32v1472
+c0 18 14 32 32 32h192c18 0 32 -14 32 -32z" />
<glyph glyph-name="sitemap" unicode="&#xf0e8;" horiz-adv-x="1792"
d="M1792 288v-320c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v320c0 53 43 96 96 96h96v192h-512v-192h96c53 0 96 -43 96 -96v-320c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v320c0 53 43 96 96 96h96v192h-512v-192h96c53 0 96 -43 96 -96v-320
c0 -53 -43 -96 -96 -96h-320c-53 0 -96 43 -96 96v320c0 53 43 96 96 96h96v192c0 70 58 128 128 128h512v192h-96c-53 0 -96 43 -96 96v320c0 53 43 96 96 96h320c53 0 96 -43 96 -96v-320c0 -53 -43 -96 -96 -96h-96v-192h512c70 0 128 -58 128 -128v-192h96
@@ -2234,8 +2274,8 @@ d="M1165 397l102 102c25 25 25 65 0 90l-454 454c-25 25 -65 25 -90 0l-454 -454c-25
<glyph glyph-name="opencart" unicode="&#xf23d;" horiz-adv-x="2304"
d="M1524 -25c0 -91 -73 -164 -164 -164s-165 73 -165 164s74 165 165 165s164 -74 164 -165zM775 -25c0 -91 -74 -164 -165 -164s-164 73 -164 164s73 165 164 165s165 -74 165 -165zM0 1469c295 -311 572 -357 1660 -357s610 -242 -62 -842c213 370 945 698 -255 680
c-1151 -17 -1219 333 -1343 519z" />
- <glyph glyph-name="artstation" unicode="&#xf2ed;"
-d="M603 1276v0h267c52 0 113 -37 137 -83l504 -880c16 -24 25 -53 25 -84c0 -35 -7 -53 -31 -94l-123 -214zM475 1057l349 -606h-697zM0 231v0h951l179 -311h-862c-53 0 -114 39 -138 86v0z" />
+ <glyph glyph-name="artstation" unicode="&#xf2ed;" horiz-adv-x="1533"
+d="M601 1277v0h267c51 0 112 -37 136 -83l504 -878c16 -24 25 -53 25 -84c0 -35 -7 -53 -31 -94l-123 -213zM474 1058l348 -604h-695zM0 233v0h949l178 -309h-859c-53 0 -114 38 -138 85h-1z" />
<glyph glyph-name="thumbs-up" unicode="&#xf164;" horiz-adv-x="1600"
d="M256 192c0 35 -29 64 -64 64c-36 0 -64 -29 -64 -64c0 -36 28 -64 64 -64c35 0 64 28 64 64zM416 704v-640c0 -35 -29 -64 -64 -64h-288c-35 0 -64 29 -64 64v640c0 35 29 64 64 64h288c35 0 64 -29 64 -64zM1600 704c0 -53 -21 -110 -55 -149c11 -32 15 -62 15 -76
c2 -50 -13 -97 -43 -137c11 -37 11 -77 0 -117c-10 -37 -29 -70 -54 -94c6 -75 -11 -136 -49 -181c-43 -51 -109 -77 -197 -78h-129c-143 0 -278 47 -386 84c-63 22 -123 43 -158 44c-34 1 -64 29 -64 64v641c0 33 28 61 61 64c37 3 133 122 177 180c36 46 70 89 101 120
@@ -2341,10 +2381,10 @@ c-14 -76 -69 -430 -85 -530c-1 -7 -4 -10 -12 -10h-295c-30 0 -52 26 -48 55l232 147
<glyph glyph-name="child" unicode="&#xf1ae;" horiz-adv-x="1152"
d="M1124 988l-292 -292v-824c0 -62 -50 -112 -112 -112s-112 50 -112 112v384h-64v-384c0 -62 -50 -112 -112 -112s-112 50 -112 112v824l-292 292c-37 38 -37 98 0 136c38 37 98 37 136 0l228 -228h368l228 228c38 37 98 37 136 0c37 -38 37 -98 0 -136zM800 1152
c0 -124 -100 -224 -224 -224s-224 100 -224 224s100 224 224 224s224 -100 224 -224z" />
- <glyph glyph-name="fork-awesome" unicode="&#xf2e3;"
-d="M768 1404v0c424 0 768 -344 768 -768v-1v-2c0 -9 -1 -16 -1 -25v-2c-15 -389 -318 -705 -702 -737v2c-18 -2 -47 -3 -65 -3s-48 1 -66 3v-2c-384 33 -686 347 -701 736v3c0 8 -1 17 -1 25v2v1c0 424 344 768 768 768zM595 1084h-65c-36 -252 -55 -527 -30 -714
-s146 -156 182 -351c5 -29 10 -60 14 -90c20 -2 52 -3 72 -3s52 1 72 3c4 30 8 61 13 90c36 195 157 164 182 351s6 457 -28 714h-65c3 -190 12 -430 -8 -641c-8 -89 -103 -88 -108 0c-13 209 -15 429 -26 640h-64c-11 -211 -19 -432 -27 -644c-3 -82 -99 -81 -107 0
-c-20 209 -11 454 -7 645z" />
+ <glyph glyph-name="fork-awesome" unicode="&#xf2e3;" horiz-adv-x="1533"
+d="M766 1404v0c423 0 767 -343 767 -766v-1v-2c0 -8 -1 -17 -1 -25v-2c-14 -388 -318 -703 -701 -735v1c-18 -2 -47 -2 -65 -2s-47 1 -65 3v-2c-383 32 -685 347 -700 735v2c0 8 -1 17 -1 25v2v1c0 423 343 766 766 766zM594 1085h-66c-35 -251 -54 -525 -29 -712
+s145 -157 181 -351c5 -29 10 -59 14 -89c20 -2 52 -4 72 -4s52 2 72 4c4 30 9 60 14 89c36 194 156 164 181 351s6 456 -28 712h-65c3 -190 12 -430 -8 -640c-8 -89 -103 -87 -108 0c-13 208 -15 428 -26 639h-64c-11 -211 -18 -431 -26 -643c-3 -82 -100 -81 -108 0
+c-19 208 -10 453 -6 644z" />
<glyph glyph-name="angle-double-up" unicode="&#xf102;" horiz-adv-x="998"
d="M998 224c0 -8 -4 -17 -10 -23l-50 -50c-6 -6 -14 -10 -23 -10c-8 0 -17 4 -23 10l-393 393l-393 -393c-6 -6 -15 -10 -23 -10s-17 4 -23 10l-50 50c-6 6 -10 15 -10 23s4 17 10 23l466 466c6 6 15 10 23 10s17 -4 23 -10l466 -466c6 -6 10 -15 10 -23zM998 608
c0 -8 -4 -17 -10 -23l-50 -50c-6 -6 -14 -10 -23 -10c-8 0 -17 4 -23 10l-393 393l-393 -393c-6 -6 -15 -10 -23 -10s-17 4 -23 10l-50 50c-6 6 -10 15 -10 23s4 17 10 23l466 466c6 6 15 10 23 10s17 -4 23 -10l466 -466c6 -6 10 -15 10 -23z" />
@@ -2382,6 +2422,14 @@ c10 -27 16 -55 16 -84c0 -169 -104 -298 -270 -329c-50 -10 -79 -31 -79 -85c0 -153
c0 187 145 324 330 324c62 0 124 -16 178 -47c75 0 149 20 218 47zM1055 220h-222c4 45 4 89 4 134v609c0 43 1 86 -4 128h222c-5 -41 -4 -83 -4 -124v-613c0 -45 0 -89 4 -134zM1656 442v-196c-53 -29 -114 -39 -174 -39c-214 0 -239 169 -239 343v351h2v4
c-13 0 -25 2 -37 2c-20 0 -40 -3 -59 -6v190h96v76c0 30 -1 60 -6 89h227c-8 -55 -6 -110 -6 -165h171v-190c-29 0 -58 4 -86 4h-85v-365c0 -59 13 -131 87 -131c39 0 77 11 109 33zM1080 1389c0 -75 -58 -145 -135 -145c-79 0 -138 69 -138 145c0 77 58 147 138 147
c79 0 135 -72 135 -147z" />
+ <glyph glyph-name="signalapp" unicode="&#xf30c;" horiz-adv-x="1652"
+d="M710 1400c32 4 84 8 116 8v0c27 0 53 -2 80 -4l-3 -42c-21 2 -56 3 -77 3c-31 0 -81 -3 -111 -7zM977 1351l8 43c54 -10 138 -36 188 -58l-17 -39c-48 21 -128 45 -179 54zM446 1321c49 24 133 54 186 66l10 -42c-51 -11 -130 -39 -177 -62zM1223 1264l21 37
+c48 -27 120 -78 160 -115l-29 -32c-38 35 -106 85 -152 110zM222 1161c39 39 108 93 155 122l22 -36c-44 -27 -110 -79 -147 -116l-30 30v0zM1427 1101l32 28c37 -41 87 -114 112 -163l-38 -20c-24 46 -71 116 -106 155v0zM65 934c23 50 69 125 104 168l33 -27
+c-33 -40 -77 -112 -98 -159zM1564 878l39 15c20 -52 41 -138 46 -193l-43 -4c-5 52 -23 133 -42 182zM0 664c3 55 19 143 36 196l41 -14c-16 -49 -32 -132 -34 -184zM1582 436c14 50 26 133 27 185h43c-1 -55 -14 -144 -29 -197zM-0 585l43 2c2 -70 10 -131 23 -187l-42 -11
+c-14 59 -22 123 -24 196zM1464 203c32 41 73 114 93 162l40 -16c-21 -51 -66 -128 -99 -172zM47 313l40 15c22 -60 52 -113 92 -160l-33 -28c-43 51 -75 108 -99 173v0zM1273 26c44 28 107 82 143 120l31 -29c-37 -40 -105 -97 -151 -127zM202 82l28 32
+c12 -11 34 -28 47 -38c4 -3 6 -7 7 -11l40 -125l-41 -13l-37 118c-13 10 -32 26 -44 37v0zM1033 -80c50 13 129 44 175 68l20 -39c-48 -25 -131 -56 -184 -70zM644 -86c2 1 7 2 9 2s3 -1 5 -1c17 -5 31 -8 42 -11l-9 -42c-10 2 -27 7 -37 10l-128 -57l-18 40l136 59v0z
+M826 -106c45 0 90 4 134 11l7 -42c-39 -6 -102 -12 -141 -12c-22 0 -40 0 -55 1l2 43c15 -1 31 -1 53 -1v0zM357 -256v0v0c-9 0 -17 7 -20 15l-30 93l41 13l23 -70l67 29l17 -39l-89 -39c-2 -1 -7 -2 -9 -2zM442 -65c-11 0 -21 8 -22 19l-16 213c-70 53 -124 122 -161 204
+c-37 81 -56 171 -56 268c0 332 292 602 651 602s651 -270 651 -602s-292 -602 -651 -602c-60 0 -119 8 -176 23l-209 -123c-3 -2 -7 -2 -11 -2v0z" />
<glyph glyph-name="share-square" unicode="&#xf14d;"
d="M1005 435l352 352c25 25 25 65 0 90l-352 352c-18 19 -46 24 -69 14c-24 -10 -40 -33 -40 -59v-160c-574 0 -640 -329 -640 -576c0 -201 161 -396 167 -404c7 -8 16 -12 25 -12c4 0 9 1 13 3c13 5 21 19 19 33c-30 241 -11 391 62 473c61 69 167 99 354 99v-160
c0 -26 16 -49 40 -59c7 -3 16 -5 24 -5c17 0 33 7 45 19zM1536 1120v-960c0 -159 -129 -288 -288 -288h-960c-159 0 -288 129 -288 288v960c0 159 129 288 288 288h960c159 0 288 -129 288 -288z" />
diff --git a/fonts/forkawesome-webfont.ttf b/fonts/forkawesome-webfont.ttf
index ce9b11bc5..4b8da6b2e 100644
--- a/fonts/forkawesome-webfont.ttf
+++ b/fonts/forkawesome-webfont.ttf
Binary files differ
diff --git a/fonts/forkawesome-webfont.woff b/fonts/forkawesome-webfont.woff
index 1fd6b4d51..abd7efa4d 100644
--- a/fonts/forkawesome-webfont.woff
+++ b/fonts/forkawesome-webfont.woff
Binary files differ
diff --git a/fonts/forkawesome-webfont.woff2 b/fonts/forkawesome-webfont.woff2
index 370cc84b0..7097c9a46 100644
--- a/fonts/forkawesome-webfont.woff2
+++ b/fonts/forkawesome-webfont.woff2
Binary files differ
diff --git a/less/icons.less b/less/icons.less
index 670933b77..9e1c5cb46 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -178,6 +178,8 @@
.@{fa-css-prefix}-arrow-circle-up:before { content: @fa-var-arrow-circle-up; }
.@{fa-css-prefix}-arrow-circle-down:before { content: @fa-var-arrow-circle-down; }
.@{fa-css-prefix}-globe:before { content: @fa-var-globe; }
+.@{fa-css-prefix}-globe-e:before { content: @fa-var-globe-e; }
+.@{fa-css-prefix}-globe-w:before { content: @fa-var-globe-w; }
.@{fa-css-prefix}-wrench:before { content: @fa-var-wrench; }
.@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; }
.@{fa-css-prefix}-filter:before { content: @fa-var-filter; }
@@ -821,3 +823,13 @@
.@{fa-css-prefix}-tipeee:before { content: @fa-var-tipeee; }
.@{fa-css-prefix}-react:before { content: @fa-var-react; }
.@{fa-css-prefix}-dogmazic:before { content: @fa-var-dogmazic; }
+.@{fa-css-prefix}-zotero:before { content: @fa-var-zotero; }
+.@{fa-css-prefix}-nodejs:before { content: @fa-var-nodejs; }
+.@{fa-css-prefix}-nextcloud:before { content: @fa-var-nextcloud; }
+.@{fa-css-prefix}-nextcloud-square:before { content: @fa-var-nextcloud-square; }
+.@{fa-css-prefix}-hackaday:before { content: @fa-var-hackaday; }
+.@{fa-css-prefix}-laravel:before { content: @fa-var-laravel; }
+.@{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; }
diff --git a/less/variables.less b/less/variables.less
index e79551ee3..8e7b1941f 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -276,6 +276,7 @@
@fa-var-fax: "\f1ac";
@fa-var-feed: "\f09e";
@fa-var-female: "\f182";
+@fa-var-ffmpeg: "\f30f";
@fa-var-fighter-jet: "\f0fb";
@fa-var-file: "\f15b";
@fa-var-file-archive-o: "\f1c6";
@@ -349,7 +350,10 @@
@fa-var-glide: "\f2a5";
@fa-var-glide-g: "\f2a6";
@fa-var-globe: "\f0ac";
+@fa-var-globe-e: "\f304";
+@fa-var-globe-w: "\f305";
@fa-var-gnu-social: "\f2e7";
+@fa-var-gnupg: "\f30d";
@fa-var-google: "\f1a0";
@fa-var-google-plus: "\f0d5";
@fa-var-google-plus-circle: "\f2b3";
@@ -361,6 +365,7 @@
@fa-var-grav: "\f2d6";
@fa-var-group: "\f0c0";
@fa-var-h-square: "\f0fd";
+@fa-var-hackaday: "\f30a";
@fa-var-hacker-news: "\f1d4";
@fa-var-hand-grab-o: "\f255";
@fa-var-hand-lizard-o: "\f258";
@@ -428,6 +433,7 @@
@fa-var-krw: "\f159";
@fa-var-language: "\f1ab";
@fa-var-laptop: "\f109";
+@fa-var-laravel: "\f30b";
@fa-var-lastfm: "\f202";
@fa-var-lastfm-square: "\f203";
@fa-var-leaf: "\f06c";
@@ -507,6 +513,9 @@
@fa-var-navicon: "\f0c9";
@fa-var-neuter: "\f22c";
@fa-var-newspaper-o: "\f1ea";
+@fa-var-nextcloud: "\f306";
+@fa-var-nextcloud-square: "\f307";
+@fa-var-nodejs: "\f308";
@fa-var-object-group: "\f247";
@fa-var-object-ungroup: "\f248";
@fa-var-odnoklassniki: "\f263";
@@ -537,6 +546,7 @@
@fa-var-phone: "\f095";
@fa-var-phone-square: "\f098";
@fa-var-photo: "\f03e";
+@fa-var-php: "\f30e";
@fa-var-picture-o: "\f03e";
@fa-var-pie-chart: "\f200";
@fa-var-pinterest: "\f0d2";
@@ -627,6 +637,7 @@
@fa-var-sign-language: "\f2a7";
@fa-var-sign-out: "\f08b";
@fa-var-signal: "\f012";
+@fa-var-signalapp: "\f30c";
@fa-var-signing: "\f2a7";
@fa-var-simplybuilt: "\f215";
@fa-var-sitemap: "\f0e8";
@@ -831,4 +842,5 @@
@fa-var-youtube: "\f167";
@fa-var-youtube-play: "\f16a";
@fa-var-youtube-square: "\f166";
+@fa-var-zotero: "\f309";
diff --git a/package.json b/package.json
index dc2a6adc2..bdbec9753 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
},
"scripts": {
"build": "bundle exec jekyll build",
- "dev": "bundle exec jekyll -w serve",
+ "dev": "bundle exec jekyll serve -w",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
diff --git a/scss/_icons.scss b/scss/_icons.scss
index 7498e6cf7..3ad5d9a0d 100644
--- a/scss/_icons.scss
+++ b/scss/_icons.scss
@@ -178,6 +178,8 @@
.#{$fa-css-prefix}-arrow-circle-up:before { content: $fa-var-arrow-circle-up; }
.#{$fa-css-prefix}-arrow-circle-down:before { content: $fa-var-arrow-circle-down; }
.#{$fa-css-prefix}-globe:before { content: $fa-var-globe; }
+.#{$fa-css-prefix}-globe-e:before { content: $fa-var-globe-e; }
+.#{$fa-css-prefix}-globe-w:before { content: $fa-var-globe-w; }
.#{$fa-css-prefix}-wrench:before { content: $fa-var-wrench; }
.#{$fa-css-prefix}-tasks:before { content: $fa-var-tasks; }
.#{$fa-css-prefix}-filter:before { content: $fa-var-filter; }
@@ -821,3 +823,10 @@
.#{$fa-css-prefix}-tipeee:before { content: $fa-var-tipeee; }
.#{$fa-css-prefix}-react:before { content: $fa-var-react; }
.#{$fa-css-prefix}-dogmazic:before { content: $fa-var-dogmazic; }
+.#{$fa-css-prefix}-zotero:before { content: $fa-var-zotero; }
+.#{$fa-css-prefix}-nodejs:before { content: $fa-var-nodejs; }
+.#{$fa-css-prefix}-nextcloud:before { content: $fa-var-nextcloud; }
+.#{$fa-css-prefix}-nextcloud-square:before { content: $fa-var-nextcloud-square; }
+.#{$fa-css-prefix}-hackaday:before { content: $fa-var-hackaday; }
+.#{$fa-css-prefix}-laravel:before { content: $fa-var-laravel; }
+.#{$fa-css-prefix}-signalapp:before { content: $fa-var-signalapp; }
diff --git a/scss/_variables.scss b/scss/_variables.scss
index f53674c45..679a23fc2 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -349,6 +349,8 @@ $fa-var-glass: "\f000";
$fa-var-glide: "\f2a5";
$fa-var-glide-g: "\f2a6";
$fa-var-globe: "\f0ac";
+$fa-var-globe-e: "\f304";
+$fa-var-globe-w: "\f305";
$fa-var-gnu-social: "\f2e7";
$fa-var-google: "\f1a0";
$fa-var-google-plus: "\f0d5";
@@ -361,6 +363,7 @@ $fa-var-gratipay: "\f184";
$fa-var-grav: "\f2d6";
$fa-var-group: "\f0c0";
$fa-var-h-square: "\f0fd";
+$fa-var-hackaday: "\f30a";
$fa-var-hacker-news: "\f1d4";
$fa-var-hand-grab-o: "\f255";
$fa-var-hand-lizard-o: "\f258";
@@ -428,6 +431,7 @@ $fa-var-keyboard-o: "\f11c";
$fa-var-krw: "\f159";
$fa-var-language: "\f1ab";
$fa-var-laptop: "\f109";
+$fa-var-laravel: "\f30b";
$fa-var-lastfm: "\f202";
$fa-var-lastfm-square: "\f203";
$fa-var-leaf: "\f06c";
@@ -507,6 +511,9 @@ $fa-var-music: "\f001";
$fa-var-navicon: "\f0c9";
$fa-var-neuter: "\f22c";
$fa-var-newspaper-o: "\f1ea";
+$fa-var-nextcloud: "\f306";
+$fa-var-nextcloud-square: "\f307";
+$fa-var-nodejs: "\f308";
$fa-var-object-group: "\f247";
$fa-var-object-ungroup: "\f248";
$fa-var-odnoklassniki: "\f263";
@@ -627,6 +634,7 @@ $fa-var-sign-in: "\f090";
$fa-var-sign-language: "\f2a7";
$fa-var-sign-out: "\f08b";
$fa-var-signal: "\f012";
+$fa-var-signalapp: "\f30c";
$fa-var-signing: "\f2a7";
$fa-var-simplybuilt: "\f215";
$fa-var-sitemap: "\f0e8";
@@ -831,4 +839,5 @@ $fa-var-yoast: "\f2b1";
$fa-var-youtube: "\f167";
$fa-var-youtube-play: "\f16a";
$fa-var-youtube-square: "\f166";
+$fa-var-zotero: "\f309";
diff --git a/scss/font-awesome.scss b/scss/font-awesome.scss
deleted file mode 100644
index f1c83aaa5..000000000
--- a/scss/font-awesome.scss
+++ /dev/null
@@ -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";
-@import "mixins";
-@import "path";
-@import "core";
-@import "larger";
-@import "fixed-width";
-@import "list";
-@import "bordered-pulled";
-@import "animated";
-@import "rotated-flipped";
-@import "stacked";
-@import "icons";
-@import "screen-reader";
diff --git a/src/doc/Makefile b/src/doc/Makefile
index d0be00483..c236a42ed 100644
--- a/src/doc/Makefile
+++ b/src/doc/Makefile
@@ -30,6 +30,7 @@ build:
@echo "Moving CSS, LESS & SASS to /"
cp -r ${FA_ROOT_DIRECTORY}/ ../
+ mv ../scss/fork-awesome.scss.txt ../scss/fork-awesome.scss
@echo "Moving font files to assets"
cp -r ../fonts ${FA_ROOT_DIRECTORY}/
diff --git a/src/doc/README.md-nobuild b/src/doc/README.md-nobuild
index 551835e66..0bb82083c 100644
--- a/src/doc/README.md-nobuild
+++ b/src/doc/README.md-nobuild
@@ -61,7 +61,7 @@ Or add
to the `dependencies` in your `component.json`.
-## Building on {{ site.forkawesome.name }}
+## Building {{ site.forkawesome.name }}
**Before you can build the project**, you must first have the following installed:
@@ -69,6 +69,7 @@ to the `dependencies` in your `component.json`.
- Ruby Development Headers
- **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)*
- **Windows:** [DevKit](http://rubyinstaller.org/)
+ - **macOS:** no extra step required
- [Bundler](http://bundler.io/) (Run `gem install bundler` to install).
- [Node Package Manager (aka. `npm`)](https://docs.npmjs.com/getting-started/installing-node)
@@ -85,7 +86,7 @@ Build the web documentation:
$ npm run build
-Or serve it on a local server on http://localhost:7998/Fork-Awesome/:
+Or serve it on a local server on http://localhost:7998:
$ npm run dev
diff --git a/src/doc/_includes/icons/accessibility.html b/src/doc/_includes/icons/accessibility.html
index 14cd92e5c..c9f6202db 100644
--- a/src/doc/_includes/icons/accessibility.html
+++ b/src/doc/_includes/icons/accessibility.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Accessibility Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_currency = icons | expand_aliases | category:"Accessibility Icons" | sort_by:'class' %}
+ {% assign icons_currency = icons | expand_aliases | where:"categories", "Accessibility Icons" | sort_by:'class' %}
{% for icon in icons_currency %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/brand.html b/src/doc/_includes/icons/brand.html
index 3243bc83e..6a740d6a9 100644
--- a/src/doc/_includes/icons/brand.html
+++ b/src/doc/_includes/icons/brand.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Brand Icons</h2>
<div class="row fontawesome-icon-list margin-bottom-lg">
- {% assign icons_brand = icons | expand_aliases | category:"Brand Icons" | sort_by:'class' %}
+ {% assign icons_brand = icons | expand_aliases | where:"categories", "Brand Icons" | sort_by:'class' %}
{% for icon in icons_brand %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/chart.html b/src/doc/_includes/icons/chart.html
index f5cbc1cca..e0be4abee 100644
--- a/src/doc/_includes/icons/chart.html
+++ b/src/doc/_includes/icons/chart.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Chart Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_chart = icons | expand_aliases | category:"Chart Icons" | sort_by:'class' %}
+ {% assign icons_chart = icons | expand_aliases | where:"categories", "Chart Icons" | sort_by:'class' %}
{% for icon in icons_chart %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/currency.html b/src/doc/_includes/icons/currency.html
index bc9061513..b8de574fd 100644
--- a/src/doc/_includes/icons/currency.html
+++ b/src/doc/_includes/icons/currency.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Currency Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_currency = icons | expand_aliases | category:"Currency Icons" | sort_by:'class' %}
+ {% assign icons_currency = icons | expand_aliases | where:"categories", "Currency Icons" | sort_by:'class' %}
{% for icon in icons_currency %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/directional.html b/src/doc/_includes/icons/directional.html
index d8f2a4c0e..3257dcc5d 100644
--- a/src/doc/_includes/icons/directional.html
+++ b/src/doc/_includes/icons/directional.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Directional Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_directional = icons | expand_aliases | category:"Directional Icons" | sort_by:'class' %}
+ {% assign icons_directional = icons | expand_aliases | where:"categories", "Directional Icons" | sort_by:'class' %}
{% for icon in icons_directional %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/file-type.html b/src/doc/_includes/icons/file-type.html
index 290022be1..b1713bfff 100644
--- a/src/doc/_includes/icons/file-type.html
+++ b/src/doc/_includes/icons/file-type.html
@@ -2,7 +2,7 @@
<h2 class="page-header">File Type Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_file_type = icons | expand_aliases | category:"File Type Icons" | sort_by:'class' %}
+ {% assign icons_file_type = icons | expand_aliases | where:"categories", "File Type Icons" | sort_by:'class' %}
{% for icon in icons_file_type %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/form-control.html b/src/doc/_includes/icons/form-control.html
index a8cac628a..dd43d908f 100644
--- a/src/doc/_includes/icons/form-control.html
+++ b/src/doc/_includes/icons/form-control.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Form Control Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_form_control = icons | expand_aliases | category:"Form Control Icons" | sort_by:'class' %}
+ {% assign icons_form_control = icons | expand_aliases | where:"categories", "Form Control Icons" | sort_by:'class' %}
{% for icon in icons_form_control %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/gender.html b/src/doc/_includes/icons/gender.html
index 1fbde026b..091cdffb8 100644
--- a/src/doc/_includes/icons/gender.html
+++ b/src/doc/_includes/icons/gender.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Gender Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_gender = icons | expand_aliases | category:"Gender Icons" | sort_by:'class' %}
+ {% assign icons_gender = icons | expand_aliases | where:"categories", "Gender Icons" | sort_by:'class' %}
{% for icon in icons_gender %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/hand.html b/src/doc/_includes/icons/hand.html
index 4104af2e0..3f21f916f 100644
--- a/src/doc/_includes/icons/hand.html
+++ b/src/doc/_includes/icons/hand.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Hand Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_hand = icons | expand_aliases | category:"Hand Icons" | sort_by:'class' %}
+ {% assign icons_hand = icons | expand_aliases | where:"categories", "Hand Icons" | sort_by:'class' %}
{% for icon in icons_hand %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/medical.html b/src/doc/_includes/icons/medical.html
index 23364382a..e27ca3389 100644
--- a/src/doc/_includes/icons/medical.html
+++ b/src/doc/_includes/icons/medical.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Medical Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_medical = icons | expand_aliases | category:"Medical Icons" | sort_by:'class' %}
+ {% assign icons_medical = icons | expand_aliases | where:"categories", "Medical Icons" | sort_by:'class' %}
{% for icon in icons_medical %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/new.html b/src/doc/_includes/icons/new.html
index 4da9776d3..8cdd2b7d3 100644
--- a/src/doc/_includes/icons/new.html
+++ b/src/doc/_includes/icons/new.html
@@ -1,15 +1,16 @@
<section id="new">
- <h2 class="page-header">{{ icons | version:site.forkawesome.minor_version | size }} New Icons in {{ site.forkawesome.minor_version }}</h2>
+ {% assign version = 1.0 %}
+ {% assign icons_new = icons | where_exp:"icon", "icon.created >= version" | sort_by:'class' %}
+
+ <h2 class="page-header">{{ icons_new | size }} New Icons since {{ version }}</h2>
{% if page.navbar_active != "icons" %}
<div class="margin-botom-large">
- You asked, {{ site.forkawesome.name }} delivers with {{ icons | version:site.forkawesome.minor_version | size }} shiny new icons in version {{ site.forkawesome.minor_version }}.
+ You asked, {{ site.forkawesome.name }} delivers with {{ icons_new | size }} shiny new icons in version {{ version }}.
Want to request new icons? <a href="{{ page.relative_path }}community/#requesting-new-icons">Here's how</a>.
</div>
{% endif %}
<div class="row fontawesome-icon-list">
- {% assign icons_new = icons | expand_aliases | version:site.forkawesome.minor_version | sort_by:'class' %}
-
{% for icon in icons_new %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
{% endfor %}
diff --git a/src/doc/_includes/icons/payment.html b/src/doc/_includes/icons/payment.html
index 03a636465..051cf504e 100644
--- a/src/doc/_includes/icons/payment.html
+++ b/src/doc/_includes/icons/payment.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Payment Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_payment = icons | expand_aliases | category:"Payment Icons" | sort_by:'class' %}
+ {% assign icons_payment = icons | expand_aliases | where:"categories", "Payment Icons" | sort_by:'class' %}
{% for icon in icons_payment %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/spinner.html b/src/doc/_includes/icons/spinner.html
index ef9d68e8b..c4bca75c8 100644
--- a/src/doc/_includes/icons/spinner.html
+++ b/src/doc/_includes/icons/spinner.html
@@ -13,7 +13,7 @@
</div>
<div class="row fontawesome-icon-list">
- {% assign icons_spinner = icons | expand_aliases | category:"Spinner Icons" | sort_by:'class' %}
+ {% assign icons_spinner = icons | expand_aliases | where:"categories", "Spinner Icons" | sort_by:'class' %}
{% for icon in icons_spinner %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/text-editor.html b/src/doc/_includes/icons/text-editor.html
index 05d33cb2b..20ac360e4 100644
--- a/src/doc/_includes/icons/text-editor.html
+++ b/src/doc/_includes/icons/text-editor.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Text Editor Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_text_editor = icons | expand_aliases | category:"Text Editor Icons" | sort_by:'class' %}
+ {% assign icons_text_editor = icons | expand_aliases | where:"categories", "Text Editor Icons" | sort_by:'class' %}
{% for icon in icons_text_editor %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/transportation.html b/src/doc/_includes/icons/transportation.html
index af2fd7e7f..bf67ee496 100644
--- a/src/doc/_includes/icons/transportation.html
+++ b/src/doc/_includes/icons/transportation.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Transportation Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_transportation = icons | expand_aliases | category:"Transportation Icons" | sort_by:'class' %}
+ {% assign icons_transportation = icons | expand_aliases | where:"categories", "Transportation Icons" | sort_by:'class' %}
{% for icon in icons_transportation %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/video-player.html b/src/doc/_includes/icons/video-player.html
index 4a57612d1..cb39c031a 100644
--- a/src/doc/_includes/icons/video-player.html
+++ b/src/doc/_includes/icons/video-player.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Video Player Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_video_player = icons | expand_aliases | category:"Video Player Icons" | sort_by:'class' %}
+ {% assign icons_video_player = icons | expand_aliases | where:"categories", "Video Player Icons" | sort_by:'class' %}
{% for icon in icons_video_player %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_includes/icons/web-application.html b/src/doc/_includes/icons/web-application.html
index 6e737e6cd..453b8757b 100644
--- a/src/doc/_includes/icons/web-application.html
+++ b/src/doc/_includes/icons/web-application.html
@@ -2,7 +2,7 @@
<h2 class="page-header">Web Application Icons</h2>
<div class="row fontawesome-icon-list">
- {% assign icons_web_application = icons | expand_aliases | category:"Web Application Icons" | sort_by:'class' %}
+ {% assign icons_web_application = icons | expand_aliases | where:"categories", "Web Application Icons" | sort_by:'class' %}
{% for icon in icons_web_application %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}" aria-hidden="true"></i> <span class="sr-only">Example of </span>{{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
diff --git a/src/doc/_plugins/icon_page_generator.rb b/src/doc/_plugins/icon_page_generator.rb
index 32b7cd428..0daadf3ef 100644
--- a/src/doc/_plugins/icon_page_generator.rb
+++ b/src/doc/_plugins/icon_page_generator.rb
@@ -19,8 +19,8 @@ module Jekyll
self.process(@name)
- self.read_yaml(File.join(base, site.config['layouts']), site.config['icon_layout'])
-
+ self.read_yaml(File.join(base, site.config['layouts_dir']), site.config['icon_layout'])
+
self.data['icon'] = icon
self.data['title'] = "fa-#{icon.id}: " + self.data['title_suffix']
end
diff --git a/src/doc/_plugins/site.rb b/src/doc/_plugins/site.rb
index a6a74b7bb..0784d0dd6 100644
--- a/src/doc/_plugins/site.rb
+++ b/src/doc/_plugins/site.rb
@@ -128,7 +128,7 @@ module Jekyll
{
"site" => self.config.merge({
"time" => self.time,
- "posts" => self.posts.sort { |a, b| b <=> a },
+ "posts" => self.posts.docs.sort { |a, b| b <=> a },
"pages" => self.pages,
"html_pages" => self.pages.reject { |page| !page.html? },
"categories" => post_attr_hash('categories'),
diff --git a/src/doc/assets/fork-awesome/scss/fork-awesome.scss b/src/doc/assets/fork-awesome/scss/fork-awesome.scss.txt
index f7b78ecd1..f7b78ecd1 100644
--- a/src/doc/assets/fork-awesome/scss/fork-awesome.scss
+++ b/src/doc/assets/fork-awesome/scss/fork-awesome.scss.txt
diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json
index 7c2937a09..fd2e2c858 100644
--- a/src/icons/.fontcustom-manifest.json
+++ b/src/icons/.fontcustom-manifest.json
@@ -1,7 +1,7 @@
{
"checksum": {
- "previous": "f6963b0f9c649dae728eeff6dcf59e421df8050ec8660578eed92b180be55c0f",
- "current": "f6963b0f9c649dae728eeff6dcf59e421df8050ec8660578eed92b180be55c0f"
+ "previous": "2a8dcddaf300881003116040d5ed0a168e24eaecb57470a2725a3ba4470a12f8",
+ "current": "2a8dcddaf300881003116040d5ed0a168e24eaecb57470a2725a3ba4470a12f8"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@@ -2918,4 +2918,4 @@
"forkawesome/forkawesome.css",
"forkawesome/forkawesome-preview.html"
]
-} \ No newline at end of file
+}
diff --git a/src/icons/Makefile b/src/icons/Makefile
index f3f945e6c..e4b41ece0 100644
--- a/src/icons/Makefile
+++ b/src/icons/Makefile
@@ -3,7 +3,7 @@ FA_FONTCUSTOM_OUTPUT_DIR = ./forkawesome
build:
@echo "Cleaning up SVG files..."
- svgo --quiet --pretty --config=svgo_config.json --folder=svg
+ npx svgo --quiet --pretty --config=svgo_config.json --folder=svg
@echo "Compiling Icons into a ForkAwesome fonts..."
bundle exec fontcustom compile
diff --git a/src/icons/icons.yml b/src/icons/icons.yml
index 06f536bb0..4649e2eb3 100644
--- a/src/icons/icons.yml
+++ b/src/icons/icons.yml
@@ -1815,7 +1815,7 @@ icons:
- name: Globe
id: globe
unicode: f0ac
- created: 0.4
+ created: 1.1
filter:
- world
- planet
@@ -1837,7 +1837,7 @@ icons:
- name: Globe
id: globe-e
unicode: f304
- created: 0.4
+ created: 1.1
filter:
- world
- planet
@@ -1860,7 +1860,7 @@ icons:
- name: Globe
id: globe-w
unicode: f305
- created: 0.4
+ created: 1.1
filter:
- world
- planet
@@ -6960,6 +6960,8 @@ icons:
unicode: f308
created: 1.1
url: nodejs.org
+ categories:
+ - Brand Icons
- name: Nextcloud
id: nextcloud
@@ -6993,7 +6995,7 @@ icons:
categories:
- Brand Icons
- - name: Signal
+ - name: Signal App
id: signalapp
unicode: f30c
created: 1.1
@@ -7005,7 +7007,7 @@ icons:
- name: GnuPG
id: gnupg
unicode: f30d
- created: 1.0
+ created: 1.1
url: gnupg.org
categories:
- Brand Icons
@@ -7013,7 +7015,7 @@ icons:
- name: PHP
id: php
unicode: f30e
- created: 1.0
+ created: 1.1
url: php.net
categories:
- Brand Icons
@@ -7021,7 +7023,7 @@ icons:
- name: FFmpeg
id: ffmpeg
unicode: f30f
- created: 1.0
+ created: 1.1
url: ffmpeg.org
categories:
- Brand Icons
diff --git a/src/icons/svg/activitypub.svg b/src/icons/svg/activitypub.svg
index 0981b3601..74cd544dd 100644
--- a/src/icons/svg/activitypub.svg
+++ b/src/icons/svg/activitypub.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M923.767 256L0 789.321v213.321L738.999 576v853.321L923.767 1536zm184.768 0v213.321L1847.533 896l-738.998 426.642V1536l923.766-533.358v-213.32zm0 426.642v426.68L1478.034 896zM554.267 896l-369.536 213.321 369.536 213.321z" fill-rule="evenodd"/>
</svg>
diff --git a/src/icons/svg/archive-org.svg b/src/icons/svg/archive-org.svg
index 0e174fd02..952a614ef 100644
--- a/src/icons/svg/archive-org.svg
+++ b/src/icons/svg/archive-org.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M1459.099 192l-27.234 53.033H47.295L22.93 192 739.58 2.804zm-28.665 107.498H50.164V438.53h1380.27zm-173.43 794.05l4.3 133.297q5.734 113.232 10.035 164.832 0 7.166.718 9.317.718 2.15 2.867 2.866 2.149.717 10.75 2.15 61.633 15.767 123.264-1.433 31.534-428.557 0-915.881-67.366-14.334-137.597 0 0 4.299-.718 10.034-.718 5.736-.718 7.168-1.434 37.267-5.017 107.498t-5.017 103.197q0 21.501-2.867 91.73-2.867 70.23-2.867 107.499-1.432 80.265 2.867 177.727zM80.265 1166.644v24.368q1.433 14.333 1.433 40.132 1.434 8.598 1.434 25.084 0 16.485 1.434 25.084 0 8.598.717 24.367.716 15.77.716 24.368 1.434 7.166 1.434 20.067 0 4.3.716 12.901.717 8.602.717 14.334 1.434 7.167 1.434 25.798 0 4.299 5.733 4.299 2.867 1.434 14.334 5.017 11.466 3.583 17.2 5.017 53.033 4.3 94.597-8.598 5.733-1.432 5.733-5.733 0-20.067 2.867-60.199 5.733-123.264 7.168-193.497 0-10.034 4.299-206.396-1.433-27.234-2.15-83.847-.719-56.612-.717-85.282.002-28.67-2.15-88.15-2.153-59.478-3.583-89.581-2.867-34.4-5.734-97.466 0-5.733-2.866-5.733-14.334-5.734-31.532-8.598-53.033-7.168-96.033 7.167-7.168 1.433-7.168 7.166-1.434 7.168-1.434 24.368-1.433 10.032-1.433 27.234-1.434 8.598-1.434 27.235-1.432 2.866-1.432 12.9 0 5.734-.717 17.917-.716 12.183-.718 16.482 0 15.768-1.434 25.799 0 22.933-2.867 71.663 0 30.1-2.866 87.433v219.296q1.434 18.634 1.434 57.332 0 7.167.718 21.5.718 14.334.718 21.5 0 24.368 1.434 37.267zm384.124 114.662l2.867 48.732q0 14.333 2.866 20.067 0 17.2 1.433 27.232 0 15.766 1.434 25.799 0 4.299 2.867 4.299 2.866 1.432 10.034 3.583 7.168 2.15 12.901 4.3 5.734 2.151 11.467 2.151 53.033 5.734 91.73-8.598 7.168-1.432 7.168-5.733 2.867-40.132 2.867-60.199 5.733-123.264 7.167-193.497 1.433-34.4 2.15-102.48.719-68.082.719-103.914 0-51.599-2.867-169.13l-4.299-177.727-4.3-97.465q0-5.734-5.732-5.734-14.334-5.733-31.532-8.598-51.599-7.168-96.033 7.168-5.734 1.432-5.734 7.165l-1.432 24.368q0 5.734-1.433 14.334-1.432 8.6-1.432 12.9 0 4.302-.718 12.902t-.718 14.333v12.901q-1.433 11.467-1.433 34.4-1.434 8.599-1.434 25.799-2.867 45.865-2.867 71.663-2.866 60.199-2.866 87.434-1.433 21.499-1.433 61.632V973.16q0 8.598.718 27.235.718 18.636.718 28.665 0 37.267 1.435 57.332v42.998q1.432 12.901 1.432 37.267 0 17.2 1.433 24.368 0 25.798 1.434 40.132 0 8.598.718 25.084.718 16.485.718 25.084zm581.92-706.616l-4.3-75.966q0-5.734-4.299-5.734-14.333-5.733-32.968-8.598-51.598-7.166-94.598 7.168-5.734 1.434-5.734 7.166-5.733 67.366-8.598 139.031-5.733 159.099-7.166 242.23-1.432 1.433 0 70.232v67.366q0 20.067 1.434 60.199 1.435 40.132 1.433 60.199 1.434 27.232 3.583 77.398 2.148 50.167 2.15 73.1 1.433 20.067 4.3 57.332 2.866 37.265 2.866 55.9 0 5.733 4.3 5.733 1.433 0 13.615 4.3 12.18 4.298 19.348 5.732 53.033 4.3 93.165-8.598 7.168-1.432 7.168-5.733 1.432-11.467 1.432-35.835 0-24.367 1.432-35.834 5.734-131.862 7.166-199.23 1.435-31.532 2.15-93.881.717-62.35.719-95.314 0-40.132-2.867-140.464 0-37.267-2.15-113.231-2.15-75.965-3.583-114.664zm-986.11 978.946H1450.5v-97.466H60.199zM0 1664h1506.4v-73.1H0z" fill="currentColor"/>
</svg>
diff --git a/src/icons/svg/artstation.svg b/src/icons/svg/artstation.svg
index aa845095d..614d5fdb3 100644
--- a/src/icons/svg/artstation.svg
+++ b/src/icons/svg/artstation.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536.0001 1796">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536 1796">
<defs>
<clipPath id="a">
<path d="M0 195.911h208.792V0H0v195.911z"/>
diff --git a/src/icons/svg/barcode.svg b/src/icons/svg/barcode.svg
index 39e90e819..e843cf94f 100644
--- a/src/icons/svg/barcode.svg
+++ b/src/icons/svg/barcode.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M0 132.256h128V1664H0zM2048 128h128v1536h-128zm-1792 0h128v1280H256zm256 0h256v1280H512zm768 0h256v1280h-256zm512 0h128v1280h-128zm-768 0h128v1280h-128zM256 1536h128v128H256zm256 0h128v128H512zm256 0h128v128H768zm256 0h128v128h-128zm256 0h128v128h-128zm256 0h128v128h-128zm256 0h128v128h-128z"/>
</svg>
diff --git a/src/icons/svg/debian.svg b/src/icons/svg/debian.svg
index 896957b79..f695cba5a 100644
--- a/src/icons/svg/debian.svg
+++ b/src/icons/svg/debian.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M1.357 581.888c9.303-28.553 10.988-45.705 14.54-62.229-25.71 32.866-11.83 39.872-14.54 62.229m59.37-198.22c4.627 42.83-32.221 59.452 8.163 31.213 21.646-48.762-8.46-13.467-8.163-31.213M753.64 8.873C773.715 1.52 802.996 4.841 824.295 0c-27.76 2.33-55.388 3.718-82.669 7.237l12.013 1.636m645.108 799.408l-4.362 10.94c-7.998 56.808-25.265 113.022-51.736 165.139 29.247-54.992 48.167-115.139 56.098-176.079M582.402 985.715c-10.327-11.418-16.441-25.166-23.282-38.864 6.543 24.075 19.944 44.763 32.42 65.798l-9.138-26.934m-46.135 1.817l-4.164 20.82c19.515 26.505 34.998 55.223 59.916 75.944-17.928-34.998-31.247-49.456-55.752-96.764m737.295-213.29c1.768 48.019-14.045 71.317-28.305 112.56l-25.662 12.823c-21.001 40.781 2.033 25.893-13.004 58.33-32.783 29.148-99.49 91.211-120.839 96.879-15.582-.347 10.559-18.391 13.98-25.463-43.888 30.14-35.213 45.242-102.333 63.55l-1.966-4.362c-165.536 77.877-395.483-76.456-392.459-287.036-1.768 13.368-5.023 10.03-8.691 15.433-8.543-108.347 50.034-217.173 148.83-261.605 96.632-47.837 209.92-28.207 279.138 36.302-38.022-49.803-113.7-102.596-203.392-97.656C731 495.385 648.81 551.22 621.382 611.83c-45.011 28.339-50.233 109.24-69.847 124.045-26.388 193.94 49.638 277.733 178.243 376.298 20.242 13.648 5.701 15.714 8.444 26.107-42.73-20.01-81.86-50.216-114.031-87.196 17.07 24.984 35.493 49.274 59.304 68.36-40.285-13.65-94.103-97.624-109.818-101.044 69.45 124.342 281.765 218.065 392.938 171.567-51.439 1.9-116.79 1.058-174.591-20.308-24.274-12.492-57.288-38.368-51.39-43.21 151.723 56.677 308.452 42.93 439.734-62.311 33.394-26.009 69.88-70.26 80.421-70.871-15.88 23.877 2.71 11.484-9.484 32.569 33.279-53.67-14.459-21.845 34.402-92.683l18.044 24.852c-6.708-44.548 55.322-98.647 49.027-169.105 14.227-21.547 15.88 23.183.776 72.754 20.953-54.991 5.52-63.831 10.906-109.206 5.817 15.252 13.45 31.462 17.367 47.556-13.649-53.14 14.012-89.493 20.853-120.377-6.742-2.99-21.068 23.497-24.34-39.277.48-27.264 7.585-14.293 10.328-21.002-5.354-3.073-19.4-23.976-27.942-64.063 6.196-9.418 16.557 24.423 24.984 25.81-5.42-31.874-14.756-56.18-15.136-80.636-24.62-51.455-8.708 6.858-28.685-22.092-26.207-81.744 21.745-18.97 24.984-56.115 39.723 57.552 62.377 146.748 72.77 183.696-7.93-45.045-20.753-88.684-36.401-130.903 12.062 5.073-19.432-92.682 15.68-27.941-37.508-138.008-160.529-266.96-273.7-327.47 13.846 12.673 31.329 28.586 25.05 31.081-56.28-33.51-46.383-36.121-54.447-50.282-45.853-18.656-48.86 1.504-79.231.036-86.42-45.837-103.076-40.962-182.606-69.681l3.619 16.904c-57.255-19.069-66.707 7.237-128.589.066-3.767-2.941 19.829-10.641 39.244-13.467-55.354 7.304-52.76-10.906-106.925 2.016 13.35-9.369 27.462-15.565 41.706-23.53-45.143 2.743-107.769 26.273-88.436 4.875-73.63 32.85-204.4 78.967-277.783 147.773l-2.313-15.417c-33.626 40.368-146.633 120.558-155.638 172.84l-8.99 2.098c-17.498 29.627-28.817 63.204-42.697 93.69-22.886 38.997-33.543 15.004-30.288 21.118-45.011 91.26-67.368 167.948-86.684 230.836 13.764 20.573.33 123.847 5.535 206.5-22.605 408.205 286.49 804.546 624.354 896.055 49.522 17.714 123.17 17.036 185.811 18.854-73.911-21.134-83.462-11.203-155.456-36.303-51.935-24.455-63.32-52.38-100.102-84.305l14.558 25.728c-72.144-25.53-41.954-31.594-100.647-50.183l15.549-20.308c-23.381-1.768-61.932-39.41-72.474-60.246l-25.579 1.008c-30.734-37.922-47.11-65.253-45.92-86.42l-8.262 14.723c-9.369-16.078-113.072-142.22-59.27-112.858-9.998-9.138-23.283-14.871-37.692-41.045l10.956-12.525c-25.893-33.312-47.655-76.01-46.003-90.237 13.814 18.655 23.398 22.142 32.883 25.33-65.385-162.23-69.054-8.939-118.576-165.139l10.477-.842c-8.031-12.096-12.906-25.232-19.366-38.12l4.56-45.442c-47.076-54.43-13.17-231.433-6.378-328.51 4.71-39.476 39.294-81.496 65.6-147.393l-16.028-2.76c30.635-53.438 174.921-214.612 241.744-206.317 32.37-40.665-6.428-.149-12.757-10.393 71.102-73.581 93.46-51.984 141.445-65.22 51.752-30.718-44.417 11.98-19.879-11.716 89.46-22.852 63.402-51.95 180.11-63.55 12.31 7.006-28.57 10.823-38.83 19.911 74.539-36.468 235.878-28.173 340.672 20.242 121.6 56.825 258.218 224.807 263.605 382.858l6.13 1.652c-3.106 62.824 9.617 135.48-12.425 202.22l15.003-31.595M779.432 31.927l-11.203 2.314 10.427-.926.777-1.388m-31.66-8.807c15.846 2.842 34.237 5.023 31.66 8.807 17.333-3.8 21.266-7.303-31.66-8.807m330.791 730.85c3.586-53.47-10.526-36.567-15.268-16.16 5.536 2.876 9.914 37.691 15.268 16.16m-58.825 153.078c17.68-24.406 30.57-51.125 35.113-78.753-3.965 19.697-14.656 36.7-24.72 54.645-55.503 34.947-5.22-20.754-.036-41.922-59.684 75.118-8.195 45.045-10.36 66.03M860.363 946.77c-29.693.413 5.619 15.301 44.383 21.266a396.792 396.792 0 0 0 29.083-25.05c-24.142 5.916-48.713 6.048-73.466 3.784" overflow="visible"/>
</svg>
diff --git a/src/icons/svg/diaspora.svg b/src/icons/svg/diaspora.svg
index 3111974a5..64ad81e5b 100644
--- a/src/icons/svg/diaspora.svg
+++ b/src/icons/svg/diaspora.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536.0001 1796">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536 1796">
<path d="M1007.286 1555.421a470236.96 470236.96 0 0 1-153.82-214.84c-41.097-57.445-74.53-102.277-76.29-102.3-1.808-.023-66.465 86.892-152.938 205.586-82.395 113.095-150.494 205.627-151.332 205.627-2.34 0-297.049-207.58-297.807-209.764-.367-1.058 66.257-98.857 148.051-217.334 81.795-118.477 148.718-217.28 148.718-219.562 0-3.68-26.505-12.985-234.415-82.297C108.526 877.554 1.777 841.893.233 841.292c-2.145-.838 10.13-41.908 52.236-174.771 30.273-95.522 55.725-174.457 56.563-175.41.835-.952 112.89 34.904 249.007 79.682 136.118 44.78 248.626 81.416 250.02 81.414 1.392 0 2.965-2.084 3.497-4.629.532-2.545 1.707-118.44 2.61-257.547.902-139.105 2.39-254.077 3.304-255.49 1.31-2.026 39.546-2.565 179.924-2.54 98.042.016 179.28.712 180.53 1.542 1.573 1.048 4.262 77.525 8.767 249.291 7.394 282.041 7.554 285.821 12.052 285.821 1.743 0 109.62-36.109 239.726-80.243 130.105-44.133 237.19-79.527 237.964-78.652 2.63 2.966 109.341 350.375 108.027 351.689-.717.718-109.3 37.905-241.297 82.638-181.574 61.534-240.15 82.169-240.64 84.773-.364 1.924 62.078 95.238 141.477 211.425 78.168 114.39 141.84 208.836 141.488 209.879-.804 2.394-293.288 217.836-295.734 217.836-.993 0-38.104-50.66-82.468-112.58z"/>
</svg>
diff --git a/src/icons/svg/dogmazic.svg b/src/icons/svg/dogmazic.svg
index d6cbad316..305862c75 100644
--- a/src/icons/svg/dogmazic.svg
+++ b/src/icons/svg/dogmazic.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M768.002 131.848C344.528 131.848 0 475.368 0 897.928c0 422.56 344.528 766.07 768.002 766.07 423.474 0 768.002-343.51 768.002-766.07 0-422.56-344.528-766.08-768.002-766.08zm0 102.379c368.295 0 665.623 296.617 665.623 663.7 0 367.084-297.328 663.702-665.623 663.702-368.295 0-665.623-296.618-665.623-663.701 0-367.084 297.328-663.701 665.623-663.701zm-.176 78.322c-5.259.024-10.548.105-15.867.244-568.945 14.88-802.949 726.987-350.734 1067.334 73.196 55.089 61.675 66.532 111.2-110.473 22.573-80.673 42.058-149.62 43.302-153.217 1.35-3.905 23.563 25.691 55.168 73.504 36.511 55.237 55.009 79.441 59.687 78.1 3.729-1.069 46.966-19.721 96.084-41.45 106.102-46.936 98.485-50.57 78.303 37.352-23.602 102.822-38.157 208.514-29.52 214.367 17.23 11.677 112.643 1.658 164.733-17.298 633.28-230.459 455.52-1151.48-212.356-1148.463zm35.654 85.982c23.637-.042 47.244 2.214 70.534 7.04 283.512 58.734 451.441 464.055 267.213 644.954-51.767 50.832-79.901 49.598-31.332-1.373 181.482-190.459 26.35-564.515-254.473-613.588-251.853-44.01-525.128 206.488-458.776 420.538 9.626 31.05 5.187 31.479-8.833.853-90.374-197.4 164.261-457.974 415.667-458.424zM435.025 538.094c8.785.004 4.6 6.099-14.53 33.965-62.456 90.973-87.316 183.179-69.636 258.265 8.091 34.362 5.644 34.87-21.789 4.52C236.11 732 292.586 557.278 424.64 539.178c4.45-.61 7.926-1.085 10.385-1.084zm369.746 40.043c1.693-.037 3.161.465 4.307 1.611 1.223 1.223-2.999 12.525-9.38 25.12-12.883 25.42-14.619 36.757-5.63 36.757 3.286 0 10.427-9.854 15.87-21.897 10.494-23.222 32.553-39.872 32.234-24.333-.088 4.297-3.069 12.898-6.621 19.113-7.446 13.025-8.843 31.637-2.375 31.637 2.422 0 7.751-6.609 11.844-14.688 9.752-19.253 19.858-30.51 27.39-30.51 8.83 0 7.455 12.525-3.28 29.893-5.145 8.327-8.076 17.21-6.51 19.742 5.568 9.01 14.134 4.376 19.538-10.568 6.554-18.125 20.078-31.402 29.838-29.293 6.02 1.3 5.424 4.858-4.043 24.125-20.955 42.648-13.483 49.208 56.41 49.511 55.18.24 81.306 9.685 118.643 42.895 23.947 21.3 28.029 30.99 8.883 21.09-42.805-22.135-126.168 3.137-120.84 36.633 1.1 6.92 3.177 21.945 4.615 33.388 2.44 19.432 3.756 21.149 19.902 25.987 92.724 27.78 69.94 172.412-27.16 172.412-23.523 0-23.522 0-14.912 9.664 17.804 19.982 73.702 29.785 97.428 17.088 5.02-2.696 10.133-3.883 11.357-2.659 3.997 3.998-38.63 26.36-78.883 41.383-21.654 8.082-96.32 40.554-165.923 72.16-69.604 31.607-128.77 58.405-131.479 59.555-6.31 2.676-.893 10.082-94.598-129.394-44.256-65.876-90.057-132.993-101.78-149.15-33.9-46.723-46.653-75.004-24.048-53.329 21.01 20.146 44.777 30.729 69.01 30.729 19.676 0 28.309-6.748 14.315-11.19-85.81-27.235-33.07-183.78 56.27-167.02 15.32 2.875 26.494 10.981 15.136 10.981-52.134 0-90.094 81.915-62.776 135.465 21.212 41.577 47.223 22.093 51.487-38.567 3.575-50.869 16.504-87.295 43.754-123.273 31.858-42.063-7.391-108.837-68.864-117.154-19.532-2.643-19.531-2.641-5.972-8.448 44.144-18.903 124.877-2.117 166.787 34.68 17.786 15.616 25.059 13.752 25.23-6.463.137-16.792 22.978-43.428 34.826-43.683zm437.297 201.625c2.592-.197 6.635 4.373 12.948 11.506 78.04 88.173 48.504 231.675-57.608 279.892-50.529 22.96-58.521 21.556-32.8-5.766 48.761-51.796 72.818-126.67 72.833-226.67.006-43.116.008-58.612 4.627-58.962zM981.5 846.879c-4.243.39-6.844 9.212-11.06 29.883-6.284 30.804-24.332 69.215-40.53 86.254-11.09 11.665-11.126 11.96-3.36 28.248 9.011 18.894 13.52 19.812 37.425 7.617 53.099-27.09 66.902-99.175 27.638-144.338-4.431-5.097-7.567-7.899-10.113-7.664zM680.27 999.203c-4.72.175-9.636 2.123-14.07 6.137-11.666 10.556-12.427 36.2-1.268 42.7h.002c19.985 11.64 38.868-2.537 36.474-27.384-1.314-13.646-10.755-21.838-21.138-21.453zm98.134 27.498c-5.488-.25-11.586 2.299-17.427 8.14-10.834 10.834-11.723 28.31-1.938 38.094 15.313 15.313 38.094 4.793 38.094-17.591 0-17.477-8.252-28.164-18.729-28.643z"/>
</svg>
diff --git a/src/icons/svg/ethereum.svg b/src/icons/svg/ethereum.svg
index c1143f942..b272b0d03 100644
--- a/src/icons/svg/ethereum.svg
+++ b/src/icons/svg/ethereum.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M1063.65 912.8L532 1237.6 0 912.8 532 0zM532 1341.9L0 1017.1 532 1792l532-774.9z" fill="currentColor"/>
</svg>
diff --git a/src/icons/svg/facebook-messenger.svg b/src/icons/svg/facebook-messenger.svg
index 7da385a9d..8c3b47dab 100644
--- a/src/icons/svg/facebook-messenger.svg
+++ b/src/icons/svg/facebook-messenger.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M760.274 128C46.788 128-273.441 971.429 282.33 1391.771V1664l259.543-144c487.542 136.457 978.514-205.371 978.514-681.257C1520.73 446.17 1180.274 128 760.274 128zm80.228 953.486l-196.8-204.343-378.514 209.486 415.2-440.572 196.8 204.343 378.514-209.486z" fill="currentColor"/>
</svg>
diff --git a/src/icons/svg/fork-awesome.svg b/src/icons/svg/fork-awesome.svg
index a3c7d8f11..44a217e6c 100644
--- a/src/icons/svg/fork-awesome.svg
+++ b/src/icons/svg/fork-awesome.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536.0001 1796">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536 1796">
<path d="M768 132C343.845 132 0 475.845 0 900v1.359c0 .48.024.952.024 1.43.03 8.464.195 16.927.497 25.387.029.796.053 1.59.084 2.385 14.537 388.657 317.825 703.458 701.607 736.018l-.137-1.382a778.042 778.042 0 0 0 65.93 2.803 777.4 777.4 0 0 0 65.223-2.748l-.137 1.39c384.145-32.237 687.81-347.232 702.315-736.165.03-.72.053-1.442.08-2.165.3-8.504.468-17.012.5-25.521 0-.48.025-.953.025-1.433V900c0-424.155-343.846-768-768-768zM595.326 451.882c-4.098 191.121-13.318 436.974 6.184 645.574 7.604 81.34 104.329 82.459 107.63 0 8.496-212.154 15.857-433.593 26.895-644.718h64.081c11.04 211.128 13.487 431.923 26.043 640.72 5.27 87.647 99.27 88.895 107.628 0 19.84-210.967 10.768-451.642 7.897-641.575h65.649c33.74 256.912 53.405 526.357 28.015 713.749-25.391 187.391-145.718 157.032-181.871 351.6-5.424 29.174-9.996 59.148-13.832 89.592a719.925 719.925 0 0 1-144-.067c-3.836-30.42-8.402-60.372-13.823-89.525-36.155-194.844-156.486-164.207-181.876-351.6-25.392-187.116-5.788-462.179 29.733-713.75z"/>
</svg>
diff --git a/src/icons/svg/freedombox.svg b/src/icons/svg/freedombox.svg
index 70cdcd806..cee7a3b7a 100644
--- a/src/icons/svg/freedombox.svg
+++ b/src/icons/svg/freedombox.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M152.298 261.566c-3.14-.037-6.268.038-9.354.114-44.878 1.257-84.572 14.996-110.192 44.373-80.089 91.846 8.071 177.26 38.67 293.391 40.859 154.961-5.608 319.853 118.406 428.338 42.713 37.354 94.289 47.195 143.844 51.788-65.151 76.764-104.432 183.214-83.044 292.592 33.926 173.5 192.513 294.47 361.606 291.794 5.83-.09 11.715-.409 17.567-.798 11.701-.778 23.406-2.105 35.133-4.107 100.34-17.126 182.303-75.795 230.767-156.848 1.615-2.701 3.136-5.462 4.677-8.213 1.54-2.75 3.098-5.528 4.562-8.327 1.706-2.954 5.7-2.968 7.415 0 1.465 2.798 3.022 5.577 4.563 8.327 35.433 63.253 90.772 113.73 159.357 142.817a333.815 333.815 0 0 0 9.012 3.65 343.378 343.378 0 0 0 67.073 18.594 346.033 346.033 0 0 0 52.701 4.905c2.914.045 5.764.038 8.67 0 5.812-.052 11.676-.226 17.453-.57 112.647-6.671 217.575-67.653 280.615-161.183 1.616-2.397 3.23-4.745 4.79-7.186 3.122-4.881 6.121-9.896 9.012-14.943 8.674-15.142 16.378-31.039 22.815-47.568 7.509-19.284 13.358-39.404 17.452-60.344 21.388-109.378-17.094-215.828-82.245-292.592 49.555-4.593 100.332-14.434 143.045-51.788 124.014-108.485 77.548-273.377 118.406-428.338 30.6-116.13 118.645-201.545 38.556-293.39-25.62-29.378-64.402-43.117-109.28-44.374-3.123-.088-6.29-.132-9.468-.114-95.832-.102-195.469 38.527-296.357 86.352-120.842 57.28-207.755 125.2-277.763 208.294-2.349 2.73-4.57 5.584-6.844 8.327-2.314 2.825-4.681 5.582-6.958 8.442L1344 728.117 921.594 973.371l-36.958 465.296-9.583-486.742-49.963-28.974-36.73 461.076-9.583-487.997-50.077-29.088-36.617 462.559-9.81-489.48-49.734-28.86-36.846 463.7-9.695-490.849-49.622-28.746-36.959 465.068-9.696-492.217 255.747-148.52a801.023 801.023 0 0 0-6.958-8.784 574.915 574.915 0 0 0-2.624-3.194c-67.798-83.608-151.472-152.138-267.383-210.005-6.609-3.384-13.229-6.608-19.734-9.696a1408.73 1408.73 0 0 0-14.943-6.958c-92.419-43.042-182.617-76.698-272.288-79.165-3.087-.11-6.198-.212-9.24-.227z"/>
</svg>
diff --git a/src/icons/svg/friendica.svg b/src/icons/svg/friendica.svg
index dc9b5d3bd..d2a6148d1 100644
--- a/src/icons/svg/friendica.svg
+++ b/src/icons/svg/friendica.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536.0001 1796">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536 1796">
<path d="M0 408.42v983.16C0 1544.04 122.757 1668 274.366 1668h975.078c151.61 0 274.366-123.96 274.366-276.42V408.42c0-152.46-122.755-276.42-274.365-276.42H274.366C122.756 132 0 255.96 0 408.42zm1249.444-215.208c118.5 0 213.19 95.324 213.19 215.208v983.16c0 119.884-94.69 215.208-213.19 215.208h-731.3v-368.805h487.54l-1.27-367.655-486.27 2.573v-310.85h487.54v-368.84z"/>
</svg>
diff --git a/src/icons/svg/gnu-social.svg b/src/icons/svg/gnu-social.svg
index 7a1bc8c05..e3520620f 100644
--- a/src/icons/svg/gnu-social.svg
+++ b/src/icons/svg/gnu-social.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536.0001 1796">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536 1796">
<path d="M218.804 132C97.592 132 0 229.59 0 350.802v874.69c0 121.213 97.592 218.77 218.804 218.77H869.13C868.4 1692.12 533.377 1796 533.377 1796s566.434-1.856 646.586-351.736h118.04c121.211 0 218.77-97.558 218.77-218.771v-874.69c0-121.212-97.559-218.804-218.77-218.804h-1079.2zM533.08 307.353c2.33-.357 4.455-.372 6.354 0 2.026.397 3.81 1.22 5.262 2.514 23.237 20.727-38.561 41.02-33.589 142.958 2.184 44.77-11.187 79.587 74.59 79.587 57.239 0 33.594-50.995 105.696-50.995 42.883 0 58.655 27.614 64.629 50.068 5.972-22.453 21.777-50.068 64.662-50.068 72.102 0 48.424 50.995 105.663 50.995 85.777 0 72.405-34.818 74.588-79.587 4.973-101.938-56.792-122.231-33.555-142.956 23.239-20.727 123.066 100.714 125.552 147.954 2.6 49.396 3.868 127.27-69.593 167.643 81.97 80.806 92.99 187.897 92.99 187.897l-141.734-2.514s-32.326-146.678-203.88-139.22c-171.556 7.46-193.92 37.306-193.92 218.806s79.56 243.873 201.398 248.62c191.446 7.46 174.031-99.44 174.031-99.44l-89.513 4.963-49.705-134.254h305.804c0 146.69-62.162 375.42-353.059 360.504-290.898-14.918-355.537-243.648-358.023-397.8-1.365-84.61 12.431-180.014 81.737-247.495-72.714-40.333-70.355-118.223-70.355-167.71 0-61.186 79.05-145.113 113.97-150.47z"/>
</svg>
diff --git a/src/icons/svg/gnupg.svg b/src/icons/svg/gnupg.svg
index da4571f08..20705fcb4 100644
--- a/src/icons/svg/gnupg.svg
+++ b/src/icons/svg/gnupg.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792">
- <path d="M190 869.324h81.273V624.678C271.273 350.42 493.69 128 767.944 128c274.262 0 496.672 222.42 496.672 496.68v242.23c-1.177.824-2.345 1.625-3.495 2.415h.01l-.753.507-.074.106h-.159l-.374.264-.446.296-.085.106-.483.338h-.021l-.191.117-.11.105-.242.148h-.053l-.296.19-.292.19-.4.265-.188.116-.16.117-.136.105-.449.296-.431.296h-.021l-.563.37-.123.106-.682.454h-.063l-.277.19h-.011l-.106.106-.895.582-.143.105-.194.117H1252.562l-.461.296h-.042l-.011.01h-.021l-.529.338-.112.106-.168.116-.16.116-.12.106-.277.19-.262.148h-.021l-.277.19h-.032l-.247.148h-.074l-.199.117-.128.105-.15.106-.176.116-.096.106-1.509.951-.322.19h-.074l-.806.497h-.063l-.917.56h-.084l-.25.149-.012.01-.266.148h-.032l-.233.148-.225.148h-.032l-.124.105-.397.222-.214.117-.303.19-.888.528-.888.518-.891.529-.895.528-1.806 1.057-.905.529-.91.529-.379.221-2.378 1.375-.925.539-.933.528-.936.54-1.225.697-1.603.91-.951.538-3.697 2.075-.153.106-.974.539-.978.54-.213.115-1.3.72-2.91 1.598-1.367.751a626.977 626.977 0 0 1-4.236 2.289l-.364.19-.667.338-2.071 1.105-1.041.55-.177.105-1.914 1.015h-.01l-1.06.55-.303.148-1.828.95-1.067.55-.986.508c-1.337.687-2.685 1.386-4.048 2.078l-1.117.56c-1.599.814-3.217 1.63-4.854 2.442l-.01.01c-1.563.772-3.14 1.555-4.731 2.334l-1.577.772c-1.73.835-3.472 1.685-5.24 2.531h-.01c-98.633 47.119-256.812 97.247-557.097 118.807-215.15 15.456-345.56 110.137-430.615 224.404V869.034zm310.05 0h535.792V624.678c0-147.939-119.963-267.903-267.898-267.903-147.927 0-267.894 119.964-267.894 267.903v244.646zm694.053 38.582a744.265 744.265 0 0 1-4.854 2.442M992.942 248.154c-63.692-38.058-138.155-59.957-217.72-59.957-218.103 0-397.881 164.328-422.34 375.875 63.94-200.033 251.367-344.939 472.589-344.939 58.766 0 115.147 10.252 167.47 29.02zm352.95 714.811V1664H356.977c109.011-60.612 190.258-54.44 324.818-50.186 183.247 5.795 385.727-70.968 485.307-172.614 99.592-101.655-9.015-24.053-121.75 4.544-112.753 28.586-330.927 31.627-476.764-6.704 459.322 6.259 638.081-142.324 739.599-275.389 101.513-133.066-43.905-23.103-138.107 22.768-94.199 45.916-258.49 78.719-439.148 54.797 273.456-.56 481.524-137.22 614.96-278.25z" class="fil0" clip-rule="evenodd" fill-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"/>
+ <path d="M190 869.324h81.273V624.678C271.273 350.42 493.69 128 767.944 128c274.262 0 496.672 222.42 496.672 496.68v242.23c-1.177.824-2.345 1.625-3.495 2.415h.01l-.753.507-.074.106h-.159l-.374.264-.446.296-.085.106-.483.338h-.021l-.191.117-.11.105-.242.148h-.053l-.296.19-.292.19-.4.265-.188.116-.16.117-.136.105-.449.296-.431.296h-.021l-.563.37-.123.106-.682.454h-.063l-.277.19h-.011l-.106.106-.895.582-.143.105-.194.117h-.148l-.461.296h-.042l-.011.01h-.021l-.529.338-.112.106-.168.116-.16.116-.12.106-.277.19-.262.148h-.021l-.277.19h-.032l-.247.148h-.074l-.199.117-.128.105-.15.106-.176.116-.096.106-1.509.951-.322.19h-.074l-.806.497h-.063l-.917.56h-.084l-.25.149-.012.01-.266.148h-.032l-.233.148-.225.148h-.032l-.124.105-.397.222-.214.117-.303.19-.888.528-.888.518-.891.529-.895.528-1.806 1.057-.905.529-.91.529-.379.221-2.378 1.375-.925.539-.933.528-.936.54-1.225.697-1.603.91-.951.538-3.697 2.075-.153.106-.974.539-.978.54-.213.115-1.3.72-2.91 1.598-1.367.751a626.977 626.977 0 0 1-4.236 2.289l-.364.19-.667.338-2.071 1.105-1.041.55-.177.105-1.914 1.015h-.01l-1.06.55-.303.148-1.828.95-1.067.55-.986.508c-1.337.687-2.685 1.386-4.048 2.078l-1.117.56c-1.599.814-3.217 1.63-4.854 2.442l-.01.01c-1.563.772-3.14 1.555-4.731 2.334l-1.577.772c-1.73.835-3.472 1.685-5.24 2.531h-.01c-98.633 47.119-256.812 97.247-557.097 118.807-215.15 15.456-345.56 110.137-430.615 224.404V869.034zm310.05 0h535.792V624.678c0-147.939-119.963-267.903-267.898-267.903-147.927 0-267.894 119.964-267.894 267.903v244.646zm694.053 38.582a744.265 744.265 0 0 1-4.854 2.442M992.942 248.154c-63.692-38.058-138.155-59.957-217.72-59.957-218.103 0-397.881 164.328-422.34 375.875 63.94-200.033 251.367-344.939 472.589-344.939 58.766 0 115.147 10.252 167.47 29.02zm352.95 714.811V1664H356.977c109.011-60.612 190.258-54.44 324.818-50.186 183.247 5.795 385.727-70.968 485.307-172.614 99.592-101.655-9.015-24.053-121.75 4.544-112.753 28.586-330.927 31.627-476.764-6.704 459.322 6.259 638.081-142.324 739.599-275.389 101.513-133.066-43.905-23.103-138.107 22.768-94.199 45.916-258.49 78.719-439.148 54.797 273.456-.56 481.524-137.22 614.96-278.25z" class="fil0" clip-rule="evenodd" fill-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"/>
</svg>
diff --git a/src/icons/svg/hackaday.svg b/src/icons/svg/hackaday.svg
index 483ccc13e..e8a3d8131 100644
--- a/src/icons/svg/hackaday.svg
+++ b/src/icons/svg/hackaday.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path style="marker:none" d="M214.807 128c-19.79 0-38.862 2.977-57.064 7.996l134.482 119.58L141.57 422.77 4.18 301.009C1.484 314.594 0 328.434 0 342.807c0 118.55 96.258 214.808 214.807 214.808 22.653 0 44.378-3.66 64.879-10.177l173.736 153.745c33.004-71.706 81.764-133.02 141.387-178.46L427.252 374.428c1.512-10.26 2.363-20.948 2.363-31.622v-1.453C428.687 223.402 332.763 128 214.807 128zm1032.239 971.903c-27.72 74.556-72.01 139.804-127.758 190.092l139.934 123.942c-1.912 11.485-3.09 23.232-3.09 35.256 0 118.549 96.259 214.807 214.808 214.807 21.441 0 42.064-3.229 61.607-9.087l-139.934-124.304 150.293-166.104 139.207 123.578c2.334-12.677 3.634-25.541 3.634-38.89v-1.818c-.928-117.952-96.852-212.99-214.807-212.99a213.88 213.88 0 0 0-61.79 9.087zM1470.94 128c-117.956 0-213.88 95.402-214.808 213.354v1.453c0 10.674.85 21.363 2.363 31.622l-167.557 148.293c59.623 45.44 108.383 106.755 141.388 178.461l173.735-153.745c20.501 6.517 42.227 10.177 64.879 10.177 118.549 0 214.807-96.258 214.807-214.808 0-14.373-1.482-28.213-4.18-41.798l-137.39 121.76-150.655-167.193 134.482-119.58c-18.202-5.019-37.274-7.996-57.064-7.996zM438.7 1099.903l-162.105 143.569a213.88 213.88 0 0 0-61.789-9.087c-117.955 0-213.88 95.038-214.807 212.99v1.818c0 13.349 1.3 26.213 3.635 38.89l139.206-123.578 150.293 166.104L153.2 1654.913c19.543 5.858 40.166 9.087 61.607 9.087 118.55 0 214.808-96.258 214.808-214.807 0-12.024-1.177-23.771-3.09-35.256l139.934-123.942c-55.748-50.288-100.038-115.536-127.758-190.092z" overflow="visible" fill-rule="evenodd"/>
<path d="M842.874 474.381c-221.565 0-401.265 199.074-401.265 444.699 0 151.88 68.896 285.972 173.736 366.19-6.92 11.746-10.91 25.472-10.904 40.163-.017 43.205 34.406 78.327 76.873 78.327 42.466 0 76.89-35.122 76.872-78.327.002-3.077-.206-6.102-.544-9.087h10.54c-.6 3.84-.91 7.806-.909 11.813-.017 41.748 33.836 75.6 75.6 75.6 41.766 0 75.618-33.852 75.601-75.6a76.48 76.48 0 0 0-.908-11.813h13.448c-.6 3.84-.91 7.806-.909 11.813-.017 41.748 33.836 75.6 75.6 75.6 41.766 0 75.618-33.852 75.601-75.6.006-15.365-4.664-29.685-12.54-41.617 105.768-80.07 175.372-214.786 175.372-367.462 0-245.625-179.7-444.699-401.264-444.699zM670.41 806.224c22.548-.089 45.233 7.004 64.515 18.537 16.522 12.035 29.457 28.511 39.254 46.342 8.507 22.225-3.355 47.618-21.263 61.425-13.653 9.14-26.84 19.832-42.889 24.534-19.678 6.513-38.239 15.636-56.7 24.897-9.066 5.136-15.864 12.62-18.173 22.899-6.373 10.36-.453 24.171-7.451 33.62-10.602 7.706-22.605-1.524-30.895-8.178-18.14-13.337-34.078-31.742-38.709-54.338-3.572-19.103-7.528-38.647-5.27-58.154.282-23.662 11.604-45.568 26.17-63.606 16.546-22.492 40.57-41.866 69.058-45.433 7.39-1.69 14.837-2.515 22.353-2.545zm344.927 0c7.517.03 14.963.855 22.353 2.545 28.488 3.567 52.513 22.941 69.059 45.433 14.566 18.038 25.887 39.944 26.17 63.606 2.257 19.507-1.7 39.051-5.271 58.154-4.63 22.596-20.57 41-38.71 54.338-8.289 6.654-20.291 15.884-30.894 8.178-6.997-9.449-1.077-23.26-7.45-33.62-2.31-10.279-9.108-17.763-18.174-22.899-18.461-9.261-37.022-18.384-56.7-24.897-16.05-4.702-29.235-15.394-42.889-24.534-17.907-13.807-29.77-39.2-21.263-61.425 9.797-17.831 22.732-34.307 39.254-46.342 19.282-11.533 41.967-18.626 64.515-18.537zM844.146 1034.48c21.487.59 42.702 89.685 37.255 124.85-17.925 52.764-14.603-34.419-37.255-35.438-23.66.074-28.049 86.195-40.345 35.62-3.877-38.215 20.757-125.57 40.345-125.032z"/>
</svg>
diff --git a/src/icons/svg/hubzilla.svg b/src/icons/svg/hubzilla.svg
index eb046440b..f61abf153 100644
--- a/src/icons/svg/hubzilla.svg
+++ b/src/icons/svg/hubzilla.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536.0001 1796">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536 1796">
<path d="M1351.958 173.842c86.347 42.626 166.047 124.588 207.646 213.128 16.446 39.61 33.715 78.673 30.152 170.64-3.083 82.921-8.909 115.54-34.745 170.501-68.39 145.968-202.983 243.556-356.696 253.56l-83.059 5.62-29.125 115.54c-24.465 96.217-26.727 128.563-26.727 128.563 27.755 29.468 90.803 47.696 117.186 115.952 35.978 69.558 31.867 168.31-14.117 225.463-75.246 93.2-187.428 121.161-286.18 69.627-89.774-47.149-136.854-163.787-108.825-265.897 6.716-25.835-1.098-33.715-108.825-104.37l-116.707-77.438-42.626 34.813C296.256 1392.234-1.162 1248.594.003 987.222c0-168.31 133.632-299.475 305.163-298.447 86.347 0 138.018 19.052 201.957 77.44l47.08 42.624 104.37-52.767 105.536-51.604-11.238-37.006c-15.762-54.96-12.336-177.217 6.716-238.963 21.381-74.012 87.58-166.047 150.423-212.03 127.945-94.366 302.901-111.225 442.016-42.695zm-770.96 951.194l233.892 160.77s70.997-59.826 167.212-68.255l59.896-254.245s-185.03-59.896-237.456-189.828l-216.76 102.795s51.26 128.013-6.716 248.625z"/>
</svg>
diff --git a/src/icons/svg/key-modern.svg b/src/icons/svg/key-modern.svg
index baa00d7da..5ea6ff906 100644
--- a/src/icons/svg/key-modern.svg
+++ b/src/icons/svg/key-modern.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M545.791.004c-138.987.532-278.297 54.075-384.975 160.28-212.915 213.861-214.66 557.72-3.754 769.28 141.623 141.165 342.865 186.371 524.418 136.66l185.99 185.989 242.167-139.018 45.35 45.348-134.63 225.324 45.35 45.348 225.322-134.627 45.35 45.348-134.629 225.324 45.35 45.347 225.324-134.627 45.348 45.348-134.627 225.324 45.347 45.348H1728c35.456 0 64-28.544 64-64v-319.264l-725.96-725.96c50.134-181.75 4.897-383.514-137.198-524.989C823.446 51.95 684.778-.528 545.79.004zM405.324 245.717c41.032 0 82.063 15.652 113.37 46.959 62.612 62.613 62.612 164.127 0 226.74-62.613 62.613-164.128 62.613-226.74 0-62.614-62.613-62.614-164.127 0-226.74 31.306-31.307 72.338-46.96 113.37-46.96z" fill="#010101"/>
</svg>
diff --git a/src/icons/svg/keybase.svg b/src/icons/svg/keybase.svg
index 1d4cb6dd2..7de826f74 100644
--- a/src/icons/svg/keybase.svg
+++ b/src/icons/svg/keybase.svg
@@ -1,13 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792" id="svg5504">
- <defs id="defs5506">
- <clipPath id="a">
- <path id="path3718" d="M0 195.911h208.792V0H0z"/>
- </clipPath>
- </defs>
- <style id="style76">
- .st0{fill:#999}
- </style>
- <g id="g80" transform="translate(-5265.261 -8250.12) scale(21.83727)">
- <path id="path78" d="M247.8 451.8c-.6-1.3-1.4-3.1-1.8-4l-.6-1.7-2 2.2-2 2.2-.2-4.2c-.3-6 .2-12.2 1.2-16.6 2.3-9.8 9.5-18.7 18.8-23.4l2.1-1-.5-1.5c-.3-.8-.6-2.5-.7-3.6l-.2-2.1-2.1-.2c-3.2-.3-4.9-1.2-6-3.5-.6-1.2-.6-1.4-.4-4.6.2-4.2.5-5.1 1.8-6.5 1.6-1.8 2.7-2.1 6.7-1.9 2.9.2 3.5.3 4.8.9.8.4 1.5.8 1.6.8.1 0 1-1.1 2.1-2.6l1.9-2.7 1.2.7c.7.4 1.5.9 1.9 1.1l.7.4-.6 1.5c-.3.8-.7 2.2-.8 2.9l-.2 1.4 1.7.2c6.1.6 10.7 4.3 12.4 9.9.5 1.8.5 5.3 0 7-.5 1.6-.5 1.7-.1 1.7.7 0 5.4 2.3 7.3 3.5 3.7 2.4 8 6.6 10.4 10.2 4.5 6.7 6.4 14 5.6 22-.4 4.8-1.3 8.6-2.9 12.3l-.6 1.4h-5l1.2-2.4c1.3-2.6 2.3-6.2 2.8-9.4.3-2.2.4-8.2.1-9.3l-.2-.7-1.3 1.4c-3.2 3.5-7.9 4.5-14.2 2.8-5.4-1.4-7.6-1.7-12.7-1.7-3.9 0-5.2.1-7.3.6-5.8 1.3-9.9 3.2-15.6 7.3-2.1 1.5-3.8 2.7-3.9 2.7-.1 0 .2-1 .6-2.3.4-1.3 1.1-3.4 1.5-4.8l.8-2.5-.9.9c-.5.5-1.9 1.9-3.1 3.2l-2.1 2.3.5 1.9c.6 2.5 2 5.6 3.5 7.9.6 1 1.1 1.8 1.1 1.9 0 .1-1.2.1-2.6.1h-2.6zm8.8-24.2c4.8-5.1 8.7-9.2 8.8-9.2.1.1-.4 1.6-.9 3.3-3.3 10.4-4 12.4-3.9 12.5 0 0 1.2-.4 2.5-.9 8.5-3.7 18.4-4.2 28.9-1.4 4.7 1.2 6.5 1.2 8.8 0 1.3-.7 1.8-1.1 2.4-2.1 1.1-1.7 1.2-4.1.5-6.3-1.7-4.8-8.3-11-14.5-13.7-3.2-1.4-3.4-1.4-4.1-.7l-.6.6 2.6 3.2c1.4 1.7 2.9 3.6 3.1 4.1.6 1.2.7 3.1.1 4.3-.8 1.7-3.2 2.9-5.1 2.5-.8-.2-1.1-.1-1.9.5-2.2 1.6-4.6 1.2-6.6-1.2-1.6-1.8-2-2.7-2.1-4.5 0-.9-.3-2-.5-2.4-.3-.6-.4-1.3-.4-2.2l.1-1.4-1.3-.3c-1.8-.5-3.9-1.5-5.1-2.4-.6-.4-1.1-.8-1.3-.8-.2 0-1.5.6-2.9 1.3-9.7 5-16 14.3-17 24.8-.1 1-.2 2.3-.3 2.8l-.1.9 1.1-1.1c.5-.5 4.9-5.1 9.7-10.2zm25.9-7.4c.9-.7 1.7-1.3 1.9-1.3.1 0 .4.3.7.7.5.8 1.4.8 1.8.1.3-.5.3-.6-5.6-7.8-3.5-4.3-4.2-5-4.7-5-1.2.1-.9 1 1 3.3l1.8 2.2-1 .8c-1.1 1-1.2 1.2-.5 1.8.5.5.6.4 1.6-.3l1.1-.7.7.6c.4.3.6.8.6.9 0 .2-.8.9-1.7 1.7-.9.7-1.6 1.5-1.6 1.7 0 .3.5 1.1 1.4 2.2.3.6.8.4 2.5-.9zM272.2 406c.6-1.8 2.6-3.2 4.6-3.2 1.1 0 2.7.9 3.8 2.1l1 1.2.9-1.1c2.5-2.8 2.8-6.7.8-10.1-1.5-2.5-4.3-4-8.2-4.4-2.1-.2-2.6-.4-3.7-1.5l-.8-.8-.4.6c-.8 1.2-2.5 5.1-3 6.6-.7 2.3-.4 5.9.5 7.7.9 1.7 3.3 4 4 3.7.1.1.3-.3.5-.8zm-8.9-13.6c.2-.5.7-1.8 1.2-2.8.5-1 .9-2 .9-2.3 0-.9-1-1.3-3.7-1.5-2.4-.2-2.6-.1-3.1.4-.4.4-.6.9-.6 1.6 0 .6-.1 1.7-.2 2.6-.2 2.1.1 2.5 2.2 2.8 3.1.2 3 .2 3.3-.8zm-3.1-2.4c0-1.7.2-1.9 1.6-1.9h1.3v2.8h-2.8v-.9zm6.3 58.3c-.6-.6-.8-1-.8-2 0-1.9 1.1-3 2.9-3 1.7 0 2.9 1.2 2.9 2.9 0 1.8-1.1 2.8-3 2.9-1 0-1.4-.2-2-.8zm19.3.3c-2.3-1.8-1.1-5.3 1.8-5.3 1.8 0 2.8 1.1 2.9 3 0 1.1-.1 1.4-.8 2-.7.6-1 .8-2 .8-.9 0-1.5-.2-1.9-.5z" class="st0"/>
- </g>
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
+ <path d="M146.015 1615.959c-13.103-28.389-30.573-67.696-39.308-87.35l-13.102-37.123-43.674 48.042-43.675 48.042-4.367-91.716c-6.552-131.024 4.367-266.415 26.204-362.5C78.32 919.35 235.547 724.999 438.633 622.364l45.86-21.837-10.92-32.756c-6.55-17.47-13.102-54.594-15.286-78.615l-4.367-45.858-45.858-4.367c-69.88-6.551-107.003-26.205-131.024-76.43-13.102-26.205-13.102-30.573-8.735-100.452 4.368-91.717 10.919-111.37 39.307-141.942 34.94-39.307 58.96-45.859 146.31-41.491 63.328 4.367 76.43 6.551 104.819 19.653 17.47 8.735 32.756 17.47 34.94 17.47 2.183 0 21.837-24.02 45.858-56.777l41.49-58.96 26.205 15.286c15.286 8.735 32.756 19.653 41.491 24.02l15.286 8.736-13.102 32.756c-6.551 17.47-15.286 48.041-17.47 63.328l-4.367 30.572 37.123 4.367c133.207 13.103 233.659 93.9 270.782 216.19 10.919 39.306 10.919 115.737 0 152.86-10.919 34.94-10.919 37.123-2.184 37.123 15.286 0 117.922 50.226 159.412 76.43 80.798 52.41 174.699 144.127 227.108 222.741 98.268 146.31 139.759 305.722 122.289 480.42-8.735 104.819-28.389 187.8-63.328 268.598l-13.103 30.573h-109.186l26.205-52.41c28.388-56.777 50.225-135.39 61.144-205.27 6.551-48.042 8.735-179.066 2.184-203.087l-4.368-15.286-28.388 30.572c-69.88 76.43-172.515 98.268-310.09 61.145-117.92-30.573-165.963-37.124-277.333-37.124-85.165 0-113.553 2.184-159.412 13.103-126.656 28.388-216.189 69.879-340.661 159.412-45.858 32.756-82.982 58.96-85.166 58.96-2.183 0 4.368-21.837 13.103-50.225 8.735-28.389 24.02-74.247 32.756-104.82l17.47-54.592-19.654 19.653c-10.919 10.919-41.49 41.49-67.696 69.88l-45.858 50.225 10.919 41.49c13.102 54.594 43.674 122.29 76.43 172.515 13.103 21.838 24.021 39.307 24.021 41.491 0 2.184-26.204 2.184-56.777 2.184h-56.776zm192.167-528.462c104.82-111.37 189.985-200.903 192.168-200.903 2.184 2.183-8.734 34.94-19.653 72.063-72.063 227.107-87.35 270.782-85.165 272.966 0 0 26.204-8.735 54.593-19.654 185.617-80.798 401.806-91.716 631.097-30.572 102.635 26.205 141.942 26.205 192.168 0 28.388-15.286 39.307-24.021 52.41-45.858 24.02-37.124 26.204-89.533 10.918-137.575-37.123-104.82-181.25-240.21-316.64-299.17-69.88-30.573-74.247-30.573-89.533-15.287l-13.103 13.103 56.777 69.879c30.572 37.123 63.328 78.614 67.696 89.533 13.102 26.204 15.286 67.695 2.183 93.9-17.47 37.123-69.879 63.328-111.37 54.593-17.47-4.367-24.02-2.184-41.49 10.919-48.042 34.94-100.452 26.204-144.126-26.205-34.94-39.307-43.675-58.96-45.859-98.268 0-19.653-6.55-43.674-10.918-52.41-6.551-13.102-8.735-28.388-8.735-48.041l2.184-30.572-28.389-6.552c-39.307-10.918-85.165-32.755-111.37-52.409-13.102-8.735-24.021-17.47-28.388-17.47-4.368 0-32.756 13.103-63.329 28.389-211.821 109.186-349.396 312.273-371.233 541.564-2.184 21.837-4.368 50.226-6.551 61.144l-2.184 19.654 24.021-24.021c10.919-10.919 107.003-111.37 211.821-222.74zM903.768 925.9c19.653-15.286 37.123-28.389 41.49-28.389 2.184 0 8.735 6.552 15.287 15.286 10.918 17.47 30.572 17.47 39.307 2.184 6.55-10.918 6.55-13.102-122.289-170.33-76.43-93.9-91.716-109.187-102.635-109.187-26.205 2.184-19.654 21.837 21.837 72.063l39.307 48.042-21.837 17.47c-24.021 21.837-26.205 26.205-10.919 39.307 10.919 10.919 13.103 8.735 34.94-6.551l24.021-15.286 15.286 13.102c8.735 6.551 13.102 17.47 13.102 19.654 0 4.367-17.47 19.653-37.123 37.123-19.653 15.286-34.94 32.756-34.94 37.123 0 6.552 10.92 24.021 30.573 48.042 6.55 13.103 17.47 8.735 54.593-19.653zM678.844 615.81c13.102-39.306 56.777-69.879 100.451-69.879 24.021 0 58.961 19.654 82.982 45.859l21.837 26.204 19.654-24.02c54.593-61.145 61.144-146.31 17.47-220.557-32.756-54.593-93.9-87.35-179.066-96.084-45.858-4.368-56.777-8.735-80.798-32.756l-17.47-17.47-8.735 13.103c-17.47 26.204-54.593 111.37-65.511 144.126-15.287 50.225-8.735 128.84 10.918 168.147 19.654 37.123 72.063 87.349 87.35 80.797 2.183 2.184 6.55-6.55 10.918-17.47zM484.492 318.826c4.368-10.919 15.286-39.307 26.205-61.145 10.919-21.837 19.653-43.674 19.653-50.225 0-19.654-21.837-28.389-80.797-32.756-52.41-4.368-56.777-2.184-67.696 8.735-8.735 8.735-13.102 19.653-13.102 34.94 0 13.102-2.184 37.123-4.368 56.776-4.367 45.858 2.184 54.593 48.042 61.145 67.696 4.367 65.512 4.367 72.063-17.47zm-67.695-52.41c0-37.123 4.367-41.49 34.94-41.49h28.388v61.144H418.98v-19.654zM554.37 1539.528c-13.102-13.102-17.47-21.837-17.47-43.674 0-41.491 24.022-65.512 63.329-65.512 37.123 0 63.328 26.205 63.328 63.328 0 39.307-24.021 61.144-65.512 63.328-21.837 0-30.572-4.367-43.675-17.47zm421.46 6.551c-50.226-39.307-24.021-115.737 39.307-115.737 39.307 0 61.144 24.02 63.328 65.512 0 24.02-2.184 30.572-17.47 43.674-15.286 13.103-21.837 17.47-43.674 17.47-19.654 0-32.756-4.367-41.491-10.919z" fill="#999"/>
</svg>
diff --git a/src/icons/svg/laravel.svg b/src/icons/svg/laravel.svg
index 3bca180ab..5b73a2167 100644
--- a/src/icons/svg/laravel.svg
+++ b/src/icons/svg/laravel.svg
@@ -1,56 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792" id="svg5504">
- <defs id="defs5506">
- <clipPath id="a">
- <path id="path3718" d="M0 195.911h208.792V0H0z"/>
- </clipPath>
- <filter id="filter5076">
- <feGaussianBlur id="feGaussianBlur5078" stdDeviation=".158"/>
- </filter>
- <filter id="filter5084">
- <feGaussianBlur id="feGaussianBlur5086" stdDeviation=".146"/>
- </filter>
- <filter id="filter5092">
- <feGaussianBlur id="feGaussianBlur5094" stdDeviation=".146"/>
- </filter>
- <filter id="filter5096">
- <feGaussianBlur id="feGaussianBlur5098" stdDeviation=".146"/>
- </filter>
- <filter id="filter5104">
- <feGaussianBlur id="feGaussianBlur5106" stdDeviation=".114"/>
- </filter>
- <filter id="filter5112">
- <feGaussianBlur id="feGaussianBlur5114" stdDeviation=".237"/>
- </filter>
- <filter id="filter5120">
- <feGaussianBlur id="feGaussianBlur5122" stdDeviation=".237"/>
- </filter>
- <filter id="filter5144">
- <feGaussianBlur id="feGaussianBlur5146" stdDeviation=".371"/>
- </filter>
- <filter id="filter5158">
- <feGaussianBlur id="feGaussianBlur5160" stdDeviation=".371"/>
- </filter>
- <filter id="filter5205">
- <feGaussianBlur id="feGaussianBlur5207" stdDeviation=".347"/>
- </filter>
- <filter id="filter5224">
- <feGaussianBlur id="feGaussianBlur5226" stdDeviation=".413"/>
- </filter>
- <filter id="filter5232">
- <feGaussianBlur id="feGaussianBlur5234" stdDeviation=".347"/>
- </filter>
- <filter id="filter5240">
- <feGaussianBlur id="feGaussianBlur5242" stdDeviation=".343"/>
- </filter>
- <filter id="filter5264">
- <feGaussianBlur id="feGaussianBlur5266" stdDeviation=".315"/>
- </filter>
- <filter id="filter5277">
- <feGaussianBlur id="feGaussianBlur5279" stdDeviation=".315"/>
- </filter>
- </defs>
- <style id="style3351">
- .st0{fill:#fb503b}
- </style>
- <path id="path3353" d="M1862.946 853.906c-12.586-13.888-183.58-228.28-213.959-264.736-30.38-36.455-44.701-29.945-63.363-26.907-18.662 3.038-235.224 39.06-260.396 43.399-25.172 4.34-40.795 14.322-25.606 36.021 13.888 19.096 156.238 221.337 187.486 265.604l-566.362 135.84L471.13 290.15c-17.794-26.474-21.7-36.022-62.495-33.852-40.795 1.736-353.27 27.776-375.404 29.512-22.134 1.736-46.871 11.718-24.304 64.23 22.134 52.514 377.14 817.21 387.122 839.344 9.982 22.134 35.588 58.155 95.913 43.833 61.627-14.755 275.586-70.74 392.33-101.12 61.627 111.97 187.919 338.515 210.92 371.064 31.248 43.4 52.514 36.022 100.253 21.7 37.324-11.284 583.287-207.449 608.025-217.865 24.737-9.982 39.927-17.36 23.002-42.097-12.152-18.228-156.238-210.92-231.753-312.041 51.645-13.888 235.224-62.495 255.188-68.137 22.568-5.642 25.606-16.926 13.02-30.814zM833.514 1064.393c-6.944 1.302-323.76 77.25-340.685 81.157-16.926 3.906-16.926 1.736-18.662-3.906-1.736-5.642-377.14-779.452-382.348-789-5.208-9.548-4.774-17.36 0-17.36s299.455-26.473 309.871-26.907c10.416-.434 9.114 1.736 13.02 8.245 0 0 415.332 716.957 422.71 729.543 7.377 13.02 3.038 16.926-3.906 18.228zm894.46 167.521c5.208 7.812 9.982 13.02-5.642 18.662-16.058 5.642-536.85 181.41-546.832 185.75-9.981 4.34-18.227 5.641-31.247-13.02-13.02-18.662-182.277-312.042-182.277-312.042l552.04-143.651c13.887-4.34 18.227-7.378 26.907 6.51 8.68 13.887 181.843 249.98 187.051 257.791zm35.153-391.896c-12.585 2.604-215.26 52.948-215.26 52.948L1382.08 665.553c-4.774-6.51-8.68-13.02 3.038-14.756 11.718-1.736 200.071-35.587 208.317-37.323 8.68-1.736 16.058-4.34 26.474 9.982s153.633 195.73 159.275 202.675c5.642 6.944-3.472 11.283-16.058 13.887z" class="st0" stroke-width="4.34"/>
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
+ <path d="M1862.946 853.906c-12.586-13.888-183.58-228.28-213.959-264.736-30.38-36.455-44.701-29.945-63.363-26.907-18.662 3.038-235.224 39.06-260.396 43.399-25.172 4.34-40.795 14.322-25.606 36.021 13.888 19.096 156.238 221.337 187.486 265.604l-566.362 135.84L471.13 290.15c-17.794-26.474-21.7-36.022-62.495-33.852-40.795 1.736-353.27 27.776-375.404 29.512-22.134 1.736-46.871 11.718-24.304 64.23 22.134 52.514 377.14 817.21 387.122 839.344 9.982 22.134 35.588 58.155 95.913 43.833 61.627-14.755 275.586-70.74 392.33-101.12 61.627 111.97 187.919 338.515 210.92 371.064 31.248 43.4 52.514 36.022 100.253 21.7 37.324-11.284 583.287-207.449 608.025-217.865 24.737-9.982 39.927-17.36 23.002-42.097-12.152-18.228-156.238-210.92-231.753-312.041 51.645-13.888 235.224-62.495 255.188-68.137 22.568-5.642 25.606-16.926 13.02-30.814zM833.514 1064.393c-6.944 1.302-323.76 77.25-340.685 81.157-16.926 3.906-16.926 1.736-18.662-3.906-1.736-5.642-377.14-779.452-382.348-789-5.208-9.548-4.774-17.36 0-17.36s299.455-26.473 309.871-26.907c10.416-.434 9.114 1.736 13.02 8.245 0 0 415.332 716.957 422.71 729.543 7.377 13.02 3.038 16.926-3.906 18.228zm894.46 167.521c5.208 7.812 9.982 13.02-5.642 18.662-16.058 5.642-536.85 181.41-546.832 185.75-9.981 4.34-18.227 5.641-31.247-13.02-13.02-18.662-182.277-312.042-182.277-312.042l552.04-143.651c13.887-4.34 18.227-7.378 26.907 6.51 8.68 13.887 181.843 249.98 187.051 257.791zm35.153-391.896c-12.585 2.604-215.26 52.948-215.26 52.948L1382.08 665.553c-4.774-6.51-8.68-13.02 3.038-14.756 11.718-1.736 200.071-35.587 208.317-37.323 8.68-1.736 16.058-4.34 26.474 9.982s153.633 195.73 159.275 202.675c5.642 6.944-3.472 11.283-16.058 13.887z" fill="#fb503b"/>
</svg>
diff --git a/src/icons/svg/liberapay-square.svg b/src/icons/svg/liberapay-square.svg
index 0430d2c5b..18057cc5b 100644
--- a/src/icons/svg/liberapay-square.svg
+++ b/src/icons/svg/liberapay-square.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536.0001 1796">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536 1796">
<path d="M148.496 132C66.511 132 0 198.496 0 280.495v1239.008C0 1601.49 66.511 1668 148.495 1668h1239.01c82.065 0 148.534-66.496 148.534-148.497V280.495c0-82-66.47-148.495-148.534-148.495zm589.299 254.693L592.523 988.63c-2.789 12.526-4.337 24.02-4.687 34.461-.367 10.439 1.561 19.71 5.737 27.71 4.176 8.034 11.307 14.452 21.412 19.314 10.089 4.892 24.215 8.025 42.337 9.411l-31.35 128.472c-49.471 0-88.337-6.434-116.547-19.31-28.21-12.895-48.422-30.47-60.598-52.8-12.209-22.28-18.126-47.824-17.775-76.798.335-28.912 4.355-59.758 12.037-92.51l132.71-554.912 161.996-25.05zM987.425 635.5c39.016 0 72.64 5.933 100.835 17.775 28.226 11.84 51.365 28.055 69.486 48.598 18.106 20.561 31.535 44.564 40.237 72.073 8.695 27.486 13.042 56.937 13.05 88.274-.01 50.812-8.377 97.286-25.088 139.421-16.718 42.172-39.89 78.586-69.485 109.234-29.613 30.681-65.118 54.496-106.573 71.55-41.454 17.052-86.596 25.611-135.334 25.611-23.7 0-47.377-2.07-71.06-6.262l-47.025 189.146H601.785l173.471-723.095c27.86-8.352 59.747-15.832 95.623-22.464 35.892-6.614 74.742-9.936 116.547-9.936zm-19.874 130.648c-22.313 0-43.228 2.108-62.736 6.299l-73.124 304.08c11.842 2.788 26.454 4.163 43.874 4.163 27.159 0 51.914-5.03 74.211-15.15 22.281-10.09 41.278-24.179 56.96-42.3 15.652-18.104 27.845-39.87 36.563-65.324 8.702-25.42 13.05-53.445 13.05-84.109 0-29.947-6.625-55.4-19.837-76.31-13.245-20.895-36.225-31.35-68.96-31.35z"/>
</svg>
diff --git a/src/icons/svg/liberapay.svg b/src/icons/svg/liberapay.svg
index 2d6ca8540..83bd65afc 100644
--- a/src/icons/svg/liberapay.svg
+++ b/src/icons/svg/liberapay.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536.0001 1796">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536 1796">
<path d="M469.093 132l-247.737 38.364L18.4 1018.984C6.639 1069.078.554 1116.24.024 1160.442c-.551 44.224 8.502 83.402 27.147 117.495 18.649 34.116 49.543 60.997 92.707 80.704 43.163 19.706 102.54 29.551 178.208 29.551l47.966-196.585c-27.715-2.118-49.321-6.922-64.769-14.402-15.447-7.439-26.337-17.28-32.736-29.55-6.4-12.247-9.368-26.36-8.816-42.336.53-15.978 2.921-33.592 7.202-52.77l222.16-920.465zm382.159 380.586c-63.93 0-123.348 5.038-178.209 15.145-54.882 10.15-103.666 21.616-146.257 34.394L261.5 1668h236.522l71.93-289.245c36.212 6.4 72.443 9.601 108.679 9.601 74.566 0 143.572-13.108 206.971-39.192 63.379-26.106 117.675-62.573 162.98-109.466 45.154-46.871 80.62-102.513 106.196-166.994 25.576-64.416 38.365-135.6 38.365-213.386h.165c0-47.952-6.663-92.898-19.948-135.002-13.35-42.082-33.847-78.848-61.541-110.294-27.802-31.424-63.199-56.212-106.364-74.33-43.14-18.095-94.554-27.15-154.205-27.15zm-30.294 199.73c50.071 0 85.235 16.012 105.492 47.966 20.216 31.953 30.337 70.875 30.337 116.665 0 46.893-6.643 89.745-19.948 128.629-13.35 38.925-31.989 72.212-55.954 99.907-23.987 27.716-53.024 49.301-87.118 64.728-34.094 15.468-71.927 23.175-113.48 23.175-26.636 0-48.992-2.099-67.087-6.375l111.866-465.095c29.812-6.4 61.776-9.601 95.892-9.601z" fill="#1a171b"/>
</svg>
diff --git a/src/icons/svg/mastodon-alt.svg b/src/icons/svg/mastodon-alt.svg
index 65ebcca0c..3628fe049 100644
--- a/src/icons/svg/mastodon-alt.svg
+++ b/src/icons/svg/mastodon-alt.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M765.571 128h5.17c210.52 1.722 413.144 24.512 531.149 78.71 0 0 234.051 104.703 234.051 461.92 0 0 2.933 263.564-32.644 446.547-22.589 116.16-202.226 243.279-408.552 267.918-107.6 12.839-213.506 24.646-326.471 19.463-184.73-8.464-330.505-44.096-330.505-44.096 0 17.984 1.108 35.11 3.326 51.122 24.017 182.31 180.775 193.224 329.272 198.315 149.864 5.13 283.317-36.941 283.317-36.941l6.156 135.49s-104.822 56.283-291.567 66.636c-102.975 5.66-230.833-2.586-379.76-42.004C65.525 1645.592 9.978 1301.304 1.48 951.961c-2.583-103.72-1-201.53-1-283.33 0-357.218 234.05-461.92 234.05-461.92 118.006-54.2 320.519-76.99 531.038-78.712zM350.367 696.77c-63.977 0-115.836 51.875-115.836 115.848 0 63.975 51.86 115.847 115.836 115.847 63.983 0 115.847-51.872 115.847-115.847 0-63.976-51.864-115.847-115.847-115.847zm417.629 0c-63.974 0-115.846 51.875-115.846 115.848 0 63.975 51.873 115.847 115.846 115.847 63.977 0 115.848-51.872 115.848-115.847 0-63.976-51.873-115.847-115.848-115.847zm417.626 0c-63.974 0-115.847 51.875-115.847 115.848 0 63.975 51.873 115.847 115.848 115.847s115.832-51.872 115.832-115.847c0-63.976-51.857-115.847-115.832-115.847z"/>
</svg>
diff --git a/src/icons/svg/mastodon-square.svg b/src/icons/svg/mastodon-square.svg
index 6ffba5f01..6feb41361 100644
--- a/src/icons/svg/mastodon-square.svg
+++ b/src/icons/svg/mastodon-square.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M288 128C129 128 0 257 0 416v960c0 159 129 288 288 288h960c159 0 288-129 288-288V416c0-159-129-288-288-288H288zm478.38 219.105h3.45c140.347 1.148 275.434 16.34 354.104 52.473 0 0 156.027 69.805 156.027 307.95 0 0 1.957 175.702-21.76 297.69-15.053 77.44-134.816 162.191-272.367 178.616-71.725 8.558-142.346 16.423-217.65 12.969-123.152-5.642-220.329-29.395-220.329-29.395 0 11.989.739 23.404 2.217 34.08 16.01 121.539 120.515 128.819 219.508 132.213 99.915 3.418 188.88-24.633 188.88-24.633l4.106 90.327s-69.885 37.53-194.382 44.431c-68.65 3.774-153.892-1.726-253.174-28.006-215.325-56.993-252.197-286.524-258.022-519.412-1.728-69.147-.665-134.348-.662-188.88.01-238.144 156.033-307.95 156.033-307.95 78.674-36.133 213.675-51.326 354.022-52.473zM607.544 533.18c-50.528 0-91.234 17.76-122.314 52.408-30.14 34.649-45.145 81.48-45.145 140.412v288.354h114.238V734.476c0-59 24.824-88.944 74.477-88.944 54.9 0 82.42 35.524 82.42 105.766V904.49h113.566V751.3c0-70.242 27.516-105.764 82.414-105.764 49.652 0 74.477 29.945 74.477 88.944v279.876h114.238V726.003c0-58.933-14.473-106.234-45.139-140.412-31.086-34.648-71.792-52.408-122.314-52.408-58.466 0-102.735 22.468-132 67.414L768 648.295l-28.455-47.7c-29.271-44.946-73.542-67.415-132.002-67.415z"/>
</svg>
diff --git a/src/icons/svg/mastodon.svg b/src/icons/svg/mastodon.svg
index 13b9032b6..557f1bf81 100644
--- a/src/icons/svg/mastodon.svg
+++ b/src/icons/svg/mastodon.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M1503.302 1111.386c-22.579 116.159-202.224 243.284-408.55 267.921-107.588 12.837-213.519 24.636-326.476 19.455-184.728-8.463-330.494-44.092-330.494-44.092 0 17.983 1.11 35.106 3.328 51.12 24.015 182.308 180.772 193.228 329.261 198.32 149.872 5.127 283.321-36.951 283.321-36.951l6.157 135.491s-104.827 56.293-291.574 66.646c-102.974 5.66-230.836-2.59-379.759-42.009C65.529 1641.797 10.219 1297.502 1.482 948.17-1.11 844.449.485 746.646.49 664.847.5 307.631 234.539 202.924 234.539 202.924c118.011-54.199 320.512-76.99 531.033-78.71h5.173c210.52 1.721 413.152 24.511 531.157 78.71 0 0 234.04 104.706 234.04 461.923 0 0 2.935 263.556-32.64 446.539zm-243.429-418.827c0-88.4-21.711-159.35-67.71-210.618-46.63-51.972-107.687-78.613-183.47-78.613-87.699 0-154.104 33.703-198.002 101.121L768 576l-42.683-71.55c-43.907-67.42-110.313-101.124-198.003-101.124-75.792 0-136.849 26.642-183.47 78.614-45.21 51.973-67.718 122.219-67.718 210.618v432.53h171.359V705.273c0-88.498 37.234-133.415 111.713-133.415 82.35 0 123.63 53.283 123.63 158.646v229.788h170.35V730.505c0-105.363 41.272-158.646 123.62-158.646 74.478 0 111.715 44.917 111.715 133.415v419.816h171.358V692.56z"/>
</svg>
diff --git a/src/icons/svg/nextcloud-square.svg b/src/icons/svg/nextcloud-square.svg
index cce964781..2d2175fd8 100644
--- a/src/icons/svg/nextcloud-square.svg
+++ b/src/icons/svg/nextcloud-square.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M257.078 128C114.657 128 0 242.657 0 385.078v1021.844C0 1549.342 114.657 1664 257.078 1664h1021.844c142.421 0 257.078-114.657 257.078-257.078V385.078C1536 242.657 1421.343 128 1278.922 128zm514.503 439.057c144.683 0 267.72 97.39 306.8 229.85 33.737-69.383 105.075-117.658 186.849-117.658 113.899 0 207.555 93.655 207.555 207.555 0 113.898-93.655 207.557-207.556 207.557-81.772 0-153.11-48.276-186.848-117.658-39.08 132.459-162.117 229.851-306.799 229.851s-267.716-97.391-306.798-229.851c-33.737 69.38-105.074 117.658-186.848 117.658-113.899 0-207.557-93.658-207.557-207.557 0-113.9 93.657-207.556 207.557-207.556 81.774 0 153.112 48.277 186.848 117.66 39.08-132.46 162.115-229.851 306.798-229.851zm0 123.412c-109.164 0-196.336 87.171-196.336 196.337 0 109.163 87.172 196.336 196.337 196.336 109.165 0 196.338-87.173 196.338-196.336 0-109.166-90.592-196.337-196.338-196.337zM277.936 802.662c-47.203 0-84.144 36.94-84.144 84.142 0 47.203 36.941 84.144 84.144 84.144 47.204 0 84.144-36.94 84.144-84.144 0-47.202-36.94-84.142-84.144-84.142zm987.294 0c-47.204 0-84.144 36.94-84.144 84.142 0 47.203 36.94 84.144 84.144 84.144 47.203 0 84.144-36.94 84.144-84.144 0-47.202-36.942-84.142-84.144-84.142z"/>
</svg>
diff --git a/src/icons/svg/nextcloud.svg b/src/icons/svg/nextcloud.svg
index 98bea40fe..d85e80e44 100644
--- a/src/icons/svg/nextcloud.svg
+++ b/src/icons/svg/nextcloud.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
- <path overflow="visible" font-weight="400" d="M896 487.423c-224.716 0-408.575 183.859-408.575 408.575 0 224.717 183.859 408.579 408.575 408.579 224.716 0 408.575-183.862 408.575-408.579 0-224.716-183.859-408.575-408.575-408.575zm0 157.696c139.491 0 250.88 111.388 250.88 250.88 0 139.49-111.389 250.88-250.88 250.88-139.491 0-250.88-111.39-250.88-250.88 0-139.492 111.389-250.88 250.88-250.88zm-630.784-14.337C119.674 630.782 0 750.458 0 895.998c0 145.542 119.675 265.216 265.216 265.216 145.542 0 265.216-119.675 265.216-265.216S410.757 630.782 265.216 630.782zm0 157.699c60.317 0 107.52 47.203 107.52 107.517 0 60.317-47.203 107.52-107.52 107.52-60.315 0-107.52-47.203-107.52-107.52 0-60.315 47.205-107.517 107.52-107.517zm1261.568-157.699c-145.542 0-265.216 119.676-265.216 265.216 0 145.542 119.676 265.216 265.216 265.216 145.542 0 265.216-119.675 265.216-265.216s-119.675-265.216-265.216-265.216zm0 157.699c60.316 0 107.52 47.203 107.52 107.517 0 60.317-47.204 107.52-107.52 107.52-60.317 0-107.52-47.203-107.52-107.52 0-60.315 47.203-107.517 107.52-107.517z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;isolation:auto;mix-blend-mode:normal" color="#000" font-family="sans-serif" white-space="normal" stroke-width="1.167"/>
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
+ <path overflow="visible" font-weight="400" d="M896 487.423c-224.716 0-408.575 183.859-408.575 408.575 0 224.717 183.859 408.579 408.575 408.579 224.716 0 408.575-183.862 408.575-408.579 0-224.716-183.859-408.575-408.575-408.575zm0 157.696c139.491 0 250.88 111.388 250.88 250.88 0 139.49-111.389 250.88-250.88 250.88-139.491 0-250.88-111.39-250.88-250.88 0-139.492 111.389-250.88 250.88-250.88zm-630.784-14.337C119.674 630.782 0 750.458 0 895.998c0 145.542 119.675 265.216 265.216 265.216 145.542 0 265.216-119.675 265.216-265.216S410.757 630.782 265.216 630.782zm0 157.699c60.317 0 107.52 47.203 107.52 107.517 0 60.317-47.203 107.52-107.52 107.52-60.315 0-107.52-47.203-107.52-107.52 0-60.315 47.205-107.517 107.52-107.517zm1261.568-157.699c-145.542 0-265.216 119.676-265.216 265.216 0 145.542 119.676 265.216 265.216 265.216 145.542 0 265.216-119.675 265.216-265.216s-119.675-265.216-265.216-265.216zm0 157.699c60.316 0 107.52 47.203 107.52 107.517 0 60.317-47.204 107.52-107.52 107.52-60.317 0-107.52-47.203-107.52-107.52 0-60.315 47.203-107.517 107.52-107.517z" style="line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;isolation:auto;mix-blend-mode:normal" color="#000" font-family="sans-serif" white-space="normal"/>
</svg>
diff --git a/src/icons/svg/nodejs.svg b/src/icons/svg/nodejs.svg
index 5cd92e50a..d0436c138 100644
--- a/src/icons/svg/nodejs.svg
+++ b/src/icons/svg/nodejs.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M768 1761.391c-23.851 0-46.112-6.36-66.783-17.49L489.74 1618.286c-31.801-17.491-15.9-23.851-6.36-27.031 42.932-14.31 50.882-17.491 95.404-42.932 4.77-3.18 11.13-1.59 15.9 1.59l162.187 96.994c6.36 3.18 14.31 3.18 19.08 0l634.435-367.305c6.36-3.18 9.54-9.54 9.54-17.49V529.093c0-7.95-3.18-14.31-9.54-17.49L775.95 145.887c-6.36-3.18-14.31-3.18-19.08 0L122.435 511.602c-6.36 3.18-9.54 11.13-9.54 17.491v733.019c0 6.36 3.18 14.31 9.54 17.49l173.317 100.174c93.813 47.702 152.646-7.95 152.646-63.602V592.696c0-9.54 7.95-19.081 19.08-19.081h81.093c9.54 0 19.081 7.95 19.081 19.08v723.479c0 125.615-68.372 198.758-187.627 198.758-36.572 0-65.193 0-146.286-39.752l-166.956-95.404C25.44 1355.926 0 1311.404 0 1263.702V530.683c0-47.702 25.441-92.223 66.783-116.074L701.217 47.304c39.752-22.26 93.814-22.26 133.566 0l634.434 367.305C1510.56 438.459 1536 482.98 1536 530.683v733.019c0 47.702-25.441 92.223-66.783 116.074l-634.434 367.305c-20.671 9.54-44.522 14.31-66.783 14.31zm195.578-504.05c-278.261 0-335.503-127.204-335.503-235.329 0-9.54 7.95-19.08 19.08-19.08h82.684c9.54 0 17.49 6.36 17.49 15.9 12.72 84.274 49.292 125.615 217.839 125.615 133.565 0 190.807-30.211 190.807-101.764 0-41.341-15.9-71.553-224.199-92.223-173.316-17.491-281.44-55.653-281.44-193.988 0-128.795 108.124-205.118 289.39-205.118 203.529 0 303.703 69.963 316.423 222.609 0 4.77-1.59 9.54-4.77 14.31-3.18 3.18-7.95 6.36-12.72 6.36h-82.684c-7.95 0-15.9-6.36-17.49-14.31-19.081-87.453-68.373-116.075-198.758-116.075-146.286 0-163.777 50.882-163.777 89.044 0 46.112 20.671 60.422 217.839 85.863 195.577 25.441 287.801 62.013 287.801 198.758-1.59 139.926-116.074 219.429-318.012 219.429z"/>
</svg>
diff --git a/src/icons/svg/qrcode.svg b/src/icons/svg/qrcode.svg
index a18048514..6ce9a7451 100644
--- a/src/icons/svg/qrcode.svg
+++ b/src/icons/svg/qrcode.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M0 128v768h768V768H128V256h512v576h128V128zm0 1536v-640h640v640H64v-128h448v-384H128v512zm896-896V128h640v640H960V640h448V256h-384v512z"/>
<path d="M256 384h256v256H256zm896 0h128v128h-128zm-896 896h128v128H256zm512-256h128v128H768zm384 128h128v128h-128zm0 256h128v128h-128zm-128-512v128h256v128h128V896zm512 384h-128v256h-128v128h256zm-512-128H896v128H768v128h256zm-256 384h384v128H768z"/>
</svg>
diff --git a/src/icons/svg/react.svg b/src/icons/svg/react.svg
index 635c167ec..1b7a40534 100644
--- a/src/icons/svg/react.svg
+++ b/src/icons/svg/react.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
- <path d="M1433.752 625.76a1727.28 1727.28 0 0 0-55.54-17.486c3.086-12.685 5.828-25.37 8.571-38.055 42.17-204.332 14.4-368.552-79.196-422.72-90.166-51.769-237.244 2.057-386.036 131.65-14.742 12.685-29.141 26.056-42.855 39.427a1036.625 1036.625 0 0 0-28.456-26.4C694.25 153.67 537.914 95.388 444.32 149.9c-89.825 52.111-116.566 206.732-78.854 400.093 3.771 19.199 7.886 38.055 12.685 57.254-21.941 6.17-43.54 13.028-63.768 20.227C131.307 690.9 0 791.007 0 894.545c0 106.965 139.878 214.274 330.154 279.413 15.428 5.143 30.855 10.285 46.626 14.742-5.143 20.57-9.6 40.798-13.714 61.711-35.998 190.276-7.885 341.125 81.939 392.894 92.566 53.483 248.215-1.372 399.75-134.05 12-10.628 23.999-21.6 35.998-33.256 15.085 14.742 30.855 28.799 46.626 42.512 146.735 126.165 291.756 177.248 381.237 125.48 92.566-53.483 122.736-215.646 83.653-413.121a1439.38 1439.38 0 0 0-10.286-46.284c10.971-3.085 21.6-6.514 32.227-9.942 197.818-65.482 341.125-171.42 341.125-280.1 0-103.88-135.079-204.674-321.583-268.785zm-463.86-291.071c127.535-111.08 246.5-154.62 300.669-123.422 57.94 33.255 80.224 167.648 43.883 344.21-2.4 11.657-4.8 22.97-7.885 34.284-76.11-17.142-153.25-29.484-230.73-36.34-44.57-63.769-93.253-124.794-146.05-182.048 13.37-12.685 26.399-24.685 40.112-36.684zM524.2 982.997c15.77 30.17 31.884 59.997 49.026 89.481 17.484 29.827 35.312 59.654 54.168 88.795-53.483-5.828-106.623-14.399-159.077-25.713 15.085-49.368 33.94-100.451 55.883-152.563zm0-173.476c-21.6-51.083-39.77-101.138-54.855-149.478 49.37-10.97 101.824-19.885 156.335-26.741-18.17 28.455-35.998 57.596-52.797 87.08-16.8 29.142-33.256 58.969-48.683 89.139zm39.083 86.738c22.628-47.312 47.312-93.595 73.368-139.193 26.055-45.597 54.168-89.823 83.652-133.364 51.426-3.771 103.88-5.828 157.363-5.828 53.483 0 106.28 2.057 157.363 5.828a2395.214 2395.214 0 0 1 83.31 132.679c26.399 45.254 51.083 91.538 74.396 138.507a2274.875 2274.875 0 0 1-74.053 139.878c-26.056 45.597-53.826 89.824-82.967 133.707-51.083 3.771-104.223 5.485-158.049 5.485-53.825 0-105.937-1.714-156.334-4.8a2084.756 2084.756 0 0 1-84.338-133.706c-26.399-45.598-50.74-91.881-73.71-139.193zm619.167 175.533c17.485-30.17 33.941-60.682 50.055-91.538 21.941 49.712 41.14 100.11 57.94 151.878-53.14 12-106.966 21.256-161.135 27.427 18.513-28.798 35.998-58.282 53.14-87.767zm49.369-262.271c-16.113-30.17-32.57-60.34-49.712-89.824a2228.799 2228.799 0 0 0-52.454-86.395c55.197 6.856 107.994 16.113 157.363 27.427-15.77 50.74-34.284 100.109-55.197 148.792zM878.353 423.827c35.998 39.084 69.94 80.224 101.48 122.736a2248.815 2248.815 0 0 0-203.989 0c33.599-44.226 68.225-85.367 102.51-122.736zM480.66 213.667c57.597-33.598 185.476 14.399 320.212 133.707 8.57 7.542 17.141 15.77 26.055 23.999-53.14 57.254-102.166 118.28-147.078 182.047-77.481 6.857-154.277 18.856-230.387 35.655-4.457-17.484-8.228-35.312-12-53.14-32.226-165.934-10.97-291.07 43.198-322.268zm-83.995 903.723c-14.4-4.114-28.456-8.571-42.512-13.37-73.025-22.97-155.992-59.312-215.989-106.966-34.627-24-57.94-61.026-64.454-102.51 0-62.739 108.337-142.963 264.672-197.474 19.542-6.857 39.426-13.028 59.311-18.857 23.313 74.396 51.426 147.421 83.996 218.046-32.913 71.653-61.369 145.706-85.024 221.131zm399.75 335.982c-56.569 51.769-122.051 92.91-193.361 121.022-38.056 18.17-81.939 19.885-121.023 4.457-54.511-31.541-77.138-152.563-46.283-315.412 3.771-19.199 7.885-38.398 12.685-57.254 76.796 16.456 154.278 27.77 232.788 33.598 45.255 64.111 94.966 125.48 148.106 183.076-10.97 10.628-21.942 20.914-32.912 30.513zm83.995-83.31c-34.97-37.712-69.939-79.538-103.88-124.45 32.913 1.371 66.854 2.057 101.137 2.057 35.313 0 69.94-.686 104.223-2.4-31.54 43.54-65.482 85.024-101.48 124.793zm448.09 102.852c-3.085 41.826-23.655 80.91-56.568 107.308-54.511 31.542-170.734-9.6-296.213-117.25-14.399-12.343-28.798-25.713-43.54-39.427 52.454-57.94 100.795-119.308 144.678-183.762a1690.067 1690.067 0 0 0 233.816-35.998 1027.384 1027.384 0 0 1 9.257 41.827c16.799 74.053 19.541 151.192 8.57 227.302zm62.397-368.552c-9.6 3.086-19.199 6.171-29.141 8.914-23.999-74.739-53.483-147.764-87.424-218.731 32.912-69.94 60.682-141.936 83.995-215.646 17.828 5.143 34.97 10.628 51.426 16.114 159.763 54.854 271.872 136.45 271.872 198.846 0 67.196-119.651 153.935-290.728 210.503zm-513.23-365.466c86.739 0 157.02 70.282 157.02 157.02 0 86.738-70.281 157.02-157.02 157.02-86.738 0-157.02-70.282-157.02-157.02 0-86.738 70.282-157.02 157.02-157.02" stroke-width="3.428"/>
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
+ <path d="M1433.752 625.76a1727.28 1727.28 0 0 0-55.54-17.486c3.086-12.685 5.828-25.37 8.571-38.055 42.17-204.332 14.4-368.552-79.196-422.72-90.166-51.769-237.244 2.057-386.036 131.65-14.742 12.685-29.141 26.056-42.855 39.427a1036.625 1036.625 0 0 0-28.456-26.4C694.25 153.67 537.914 95.388 444.32 149.9c-89.825 52.111-116.566 206.732-78.854 400.093 3.771 19.199 7.886 38.055 12.685 57.254-21.941 6.17-43.54 13.028-63.768 20.227C131.307 690.9 0 791.007 0 894.545c0 106.965 139.878 214.274 330.154 279.413 15.428 5.143 30.855 10.285 46.626 14.742-5.143 20.57-9.6 40.798-13.714 61.711-35.998 190.276-7.885 341.125 81.939 392.894 92.566 53.483 248.215-1.372 399.75-134.05 12-10.628 23.999-21.6 35.998-33.256 15.085 14.742 30.855 28.799 46.626 42.512 146.735 126.165 291.756 177.248 381.237 125.48 92.566-53.483 122.736-215.646 83.653-413.121a1439.38 1439.38 0 0 0-10.286-46.284c10.971-3.085 21.6-6.514 32.227-9.942 197.818-65.482 341.125-171.42 341.125-280.1 0-103.88-135.079-204.674-321.583-268.785zm-463.86-291.071c127.535-111.08 246.5-154.62 300.669-123.422 57.94 33.255 80.224 167.648 43.883 344.21-2.4 11.657-4.8 22.97-7.885 34.284-76.11-17.142-153.25-29.484-230.73-36.34-44.57-63.769-93.253-124.794-146.05-182.048 13.37-12.685 26.399-24.685 40.112-36.684zM524.2 982.997c15.77 30.17 31.884 59.997 49.026 89.481 17.484 29.827 35.312 59.654 54.168 88.795-53.483-5.828-106.623-14.399-159.077-25.713 15.085-49.368 33.94-100.451 55.883-152.563zm0-173.476c-21.6-51.083-39.77-101.138-54.855-149.478 49.37-10.97 101.824-19.885 156.335-26.741-18.17 28.455-35.998 57.596-52.797 87.08-16.8 29.142-33.256 58.969-48.683 89.139zm39.083 86.738c22.628-47.312 47.312-93.595 73.368-139.193 26.055-45.597 54.168-89.823 83.652-133.364 51.426-3.771 103.88-5.828 157.363-5.828 53.483 0 106.28 2.057 157.363 5.828a2395.214 2395.214 0 0 1 83.31 132.679c26.399 45.254 51.083 91.538 74.396 138.507a2274.875 2274.875 0 0 1-74.053 139.878c-26.056 45.597-53.826 89.824-82.967 133.707-51.083 3.771-104.223 5.485-158.049 5.485-53.825 0-105.937-1.714-156.334-4.8a2084.756 2084.756 0 0 1-84.338-133.706c-26.399-45.598-50.74-91.881-73.71-139.193zm619.167 175.533c17.485-30.17 33.941-60.682 50.055-91.538 21.941 49.712 41.14 100.11 57.94 151.878-53.14 12-106.966 21.256-161.135 27.427 18.513-28.798 35.998-58.282 53.14-87.767zm49.369-262.271c-16.113-30.17-32.57-60.34-49.712-89.824a2228.799 2228.799 0 0 0-52.454-86.395c55.197 6.856 107.994 16.113 157.363 27.427-15.77 50.74-34.284 100.109-55.197 148.792zM878.353 423.827c35.998 39.084 69.94 80.224 101.48 122.736a2248.815 2248.815 0 0 0-203.989 0c33.599-44.226 68.225-85.367 102.51-122.736zM480.66 213.667c57.597-33.598 185.476 14.399 320.212 133.707 8.57 7.542 17.141 15.77 26.055 23.999-53.14 57.254-102.166 118.28-147.078 182.047-77.481 6.857-154.277 18.856-230.387 35.655-4.457-17.484-8.228-35.312-12-53.14-32.226-165.934-10.97-291.07 43.198-322.268zm-83.995 903.723c-14.4-4.114-28.456-8.571-42.512-13.37-73.025-22.97-155.992-59.312-215.989-106.966-34.627-24-57.94-61.026-64.454-102.51 0-62.739 108.337-142.963 264.672-197.474 19.542-6.857 39.426-13.028 59.311-18.857 23.313 74.396 51.426 147.421 83.996 218.046-32.913 71.653-61.369 145.706-85.024 221.131zm399.75 335.982c-56.569 51.769-122.051 92.91-193.361 121.022-38.056 18.17-81.939 19.885-121.023 4.457-54.511-31.541-77.138-152.563-46.283-315.412 3.771-19.199 7.885-38.398 12.685-57.254 76.796 16.456 154.278 27.77 232.788 33.598 45.255 64.111 94.966 125.48 148.106 183.076-10.97 10.628-21.942 20.914-32.912 30.513zm83.995-83.31c-34.97-37.712-69.939-79.538-103.88-124.45 32.913 1.371 66.854 2.057 101.137 2.057 35.313 0 69.94-.686 104.223-2.4-31.54 43.54-65.482 85.024-101.48 124.793zm448.09 102.852c-3.085 41.826-23.655 80.91-56.568 107.308-54.511 31.542-170.734-9.6-296.213-117.25-14.399-12.343-28.798-25.713-43.54-39.427 52.454-57.94 100.795-119.308 144.678-183.762a1690.067 1690.067 0 0 0 233.816-35.998 1027.384 1027.384 0 0 1 9.257 41.827c16.799 74.053 19.541 151.192 8.57 227.302zm62.397-368.552c-9.6 3.086-19.199 6.171-29.141 8.914-23.999-74.739-53.483-147.764-87.424-218.731 32.912-69.94 60.682-141.936 83.995-215.646 17.828 5.143 34.97 10.628 51.426 16.114 159.763 54.854 271.872 136.45 271.872 198.846 0 67.196-119.651 153.935-290.728 210.503zm-513.23-365.466c86.739 0 157.02 70.282 157.02 157.02 0 86.738-70.281 157.02-157.02 157.02-86.738 0-157.02-70.282-157.02-157.02 0-86.738 70.282-157.02 157.02-157.02"/>
</svg>
diff --git a/src/icons/svg/scuttlebutt.svg b/src/icons/svg/scuttlebutt.svg
index 733f5d46b..dc8aeb9fe 100644
--- a/src/icons/svg/scuttlebutt.svg
+++ b/src/icons/svg/scuttlebutt.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536.0001 1796">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536 1796">
<path d="M761.502 1665.972c-31.489-4.222-113.53-28.438-130.88-38.658-4.713-2.89-12.21-9.776-16.708-15.33l-7.926-9.998-6.854 4.22c-14.138 9.11-14.138 9.11-151.23-60.208-70.26-35.77-133.664-67.762-140.733-71.095-20.992-9.998-30.203-24.883-45.411-73.983-5.141-16.663-6.64-19.107-12.21-21.33-17.78-6.664-84.397-49.1-121.027-77.315-27.204-20.884-66.19-59.987-70.045-70.43-9.64-25.55-31.488-90.868-37.7-112.196C3.213 1059.662 0 1031.446 0 941.466c0-60.21.428-68.207 4.07-76.205 4.927-11.33 23.563-29.105 45.84-43.546 29.132-18.662 128.738-68.43 192.785-96.2l8.354-3.556-4.712-8.664c-2.785-4.666-15.423-23.55-28.704-41.547l-23.777-33.103-10.282-.223c-20.563-.666-28.275-3.332-48.624-15.996-20.35-12.664-20.35-12.886-38.557-40.88C39.843 494.232 4.498 418.25.857 376.26-3 330.269 23.99 246.732 52.695 215.405c8.568-9.33 17.35-15.996 28.489-21.773 15.637-7.998 16.708-8.22 39.628-8.22 19.493.222 25.919 1.11 35.987 5.332 27.204 11.109 44.34 28.883 49.053 50.21 2.356 10.666 2.142 16.886-1.285 42.88-9.211 68.652-1.714 126.86 20.778 163.298 3.855 6.22 15.422 18.218 27.846 28.438 19.493 16.663 38.129 37.77 38.129 43.768 0 6.887 4.07.888 10.924-15.552 9.211-22.662 70.046-137.97 78.186-147.967l5.783-7.554-2.356-25.772c-8.354-85.76-8.354-112.198-.429-138.636 5.356-17.996 17.137-32.66 31.917-39.103 26.347-11.775 95.107-16.885 120.384-8.887 14.78 4.888 27.847 14.442 35.344 26.217 4.712 7.332 5.998 12.664 7.069 27.327l1.285 18.44 52.48-8.22c70.902-11.11 95.322-16.22 116.1-24.44 25.704-10.441 37.272-13.107 56.55-13.107 29.132 0 45.198 5.554 104.747 36.88 136.877 71.985 176.291 97.09 219.132 139.525 23.563 23.328 28.918 31.549 49.482 73.762 16.708 34.436 18.207 36.658 37.7 56.876l20.564 20.884 22.92-6.22c27.632-7.555 36.843-7.777 49.267-1.556 9.64 4.888 21.85 20.884 21.85 28.66 0 2 4.283 9.33 9.21 15.997 7.283 9.553 24.205 35.103 38.986 58.875.214.445 5.355-1.333 11.352-3.776 13.495-5.333 27.633-5.777 38.557-.89 4.285 1.778 16.71 10.22 27.42 18.886 10.923 8.442 20.563 15.33 21.634 15.33 1.285 0 12.638 7.109 25.276 15.552 12.852 8.664 27.204 16.663 31.917 17.996 4.926 1.333 13.71 5.11 19.492 8.442 13.067 7.554 27.633 10.664 64.262 13.553 15.423 1.11 31.488 3.11 35.772 4.443 18.208 5.332 45.198 30.66 54.623 51.1 8.14 17.996 4.712 44.212-8.997 65.763-3.855 5.999-17.136 20.662-29.56 32.215-12.424 11.553-23.349 23.328-24.205 26.217-.857 3.11.642 24.439 3.427 47.322 7.711 66.874 4.284 101.533-13.067 127.527-7.925 11.998-28.703 26.217-58.478 39.992-12.638 5.998-25.276 12.886-27.847 15.33-2.57 2.443-7.925 13.996-11.78 25.55-8.783 25.994-17.35 43.99-26.134 54.432-8.354 9.553-9.854 17.107-12.638 56.654-3.642 53.543-10.282 71.095-37.272 99.089-19.92 20.662-36.415 30.215-69.83 39.769-11.14 3.332-49.483 15.774-85.255 27.994-35.558 11.997-66.19 21.995-67.903 21.995-1.714 0-5.57 4.665-8.997 10.664-14.138 25.328-34.059 48.878-63.833 75.539-48.197 42.88-116.1 83.315-162.797 97.31-8.996 2.668-16.28 6.889-24.633 14.22-42.842 38.214-87.61 56.21-154.229 62.209-28.275 2.444-41.984 2.444-63.19-.222zm59.977-59.765c13.067-1.333 31.489-4.221 41.342-6.665 17.993-4.443 49.696-16.885 49.696-19.551 0-.89-9.425-6.443-20.778-12.664-11.353-6-36.844-21.995-56.336-35.548-70.474-48.433-117.17-94.2-124.24-121.306-9.21-35.103-8.782-157.298 1.071-321.706 1.714-28.66 2.57-52.655 1.928-53.322-2.784-2.888-130.451-99.755-130.88-99.311-2.356 2.222-19.92 147.967-25.276 210.176-4.712 53.988-6.426 144.856-3.427 170.406 2.57 21.329 9.853 45.768 31.917 105.088 24.419 65.985 44.34 109.753 63.19 139.524l8.997 13.775 25.705 8.665c44.126 14.885 82.47 23.994 103.89 24.439 5.355.222 20.35-.89 33.201-2zm-261.117-92.646c-15.208-35.103-28.489-69.762-46.91-122.861-13.924-40.436-15.21-45.101-16.923-69.985-5.783-75.094 3.642-212.62 25.276-365.696 3.856-28.883 7.283-54.433 7.283-56.654-.214-2.89-11.138-12.22-33.416-28.438-29.774-21.551-49.053-32.438-57.407-32.438-5.14 0-83.754 100.422-120.384 153.744-33.844 49.322-63.619 102.422-68.331 121.75-2.142 9.554 42.413 189.514 64.262 259.498 16.493 51.989-.857 38.214 137.091 108.199 65.976 33.326 120.17 60.43 120.384 60.208.428-.222-4.713-12.441-10.925-27.327zm429.483 17.996c27.204-8.442 80.542-37.991 113.315-63.32 20.992-15.995 45.626-37.77 44.34-39.101-.642-.445-23.562 2.22-50.98 5.998-27.633 3.555-58.264 6.665-68.332 6.665-45.197-.222-82.683-18.218-99.606-47.99-7.925-14.218-21.635-50.877-30.417-81.76-6.64-23.993-7.711-30.881-9.21-64.651-1.5-29.771-3-42.213-7.284-58.653-5.998-22.218-17.779-47.99-25.49-55.322-8.569-8.22-48.625-36.214-57.836-40.435-4.927-2.222-13.066-6.665-17.993-9.776l-8.783-5.776-1.285 10.442c-3.641 31.104-6.64 123.75-6.64 206.176 0 107.532-1.5 99.09 22.277 123.084 49.053 49.323 155.728 117.085 185.717 117.752 3.641.222 11.781-1.333 18.207-3.333zm98.75-183.07c26.775-3.555 58.477-8.665 70.687-11.11 31.488-6.442 91.894-24.438 138.377-41.323 22.063-7.776 49.696-16.885 61.477-19.996 39.2-10.886 51.41-20.44 55.48-43.99 1.5-8.22 1.285-8.442-3.428-7.11-47.768 14.664-86.753 21.107-143.09 23.329-94.036 3.999-148.444-7.11-226.63-45.323-23.348-11.553-56.764-33.104-74.114-47.545-4.713-3.777-8.569-6.666-8.783-6.443-.428.444 2.356 12.22 5.784 26.216 4.926 20.218 6.64 33.326 7.925 62.208 1.928 39.103 6.212 57.32 22.063 97.09 5.57 13.997 7.283 16.44 13.067 18.218 11.996 3.555 31.274 2.666 81.184-4.221zm-856.181-50.433c-.643-2.222-9.64-37.548-19.708-78.427-10.067-40.88-19.278-76.428-20.35-78.65-4.07-7.998-2.57-30.437 3.428-48.655 17.565-54.21 74.972-143.08 163.868-253.722 10.71-13.33 19.492-24.883 19.492-25.772 0-3.11-40.913-24.217-53.765-27.55-7.283-2-19.279-5.998-26.776-8.886-13.28-5.11-13.495-5.11-21.635-1.111-4.498 2.222-28.275 13.33-53.123 24.66-75.829 34.438-138.163 67.097-159.369 83.538l-7.069 5.777 1.071 71.317c1.071 77.983 2.356 88.203 16.708 138.192 5.57 19.55 25.49 78.427 35.773 105.532 3.213 8.22 32.773 35.992 58.264 55.098 19.92 14.664 61.69 42.436 63.833 42.436.428 0 .214-1.778-.643-3.777zm1076.384-139.747c32.345-3.555 65.975-11.331 87.61-19.996 16.065-6.665 39.628-20.44 46.697-27.327 5.14-5.11 12.21-17.774 10.71-19.33-.428-.443-10.71 0-23.134 1.334-43.912 4-92.323 4.888-118.456 2.222-32.56-3.333-56.122-10.22-86.968-25.772-58.906-29.55-104.96-72.206-127.024-117.53-10.924-22.661-13.066-31.104-13.066-52.21 0-63.32 43.483-117.308 184.003-229.06 21.85-17.33 40.056-32.216 40.7-33.104.427-.89-7.284-13.997-17.138-29.327l-18.207-27.772-11.139-2.444c-10.71-2.221-13.067-1.777-43.698 8.665-40.913 13.997-52.266 16.219-104.104 21.995-23.134 2.444-48.196 6.443-55.694 8.887-16.922 5.332-39.628 21.107-56.336 38.658-19.064 20.218-75.186 92.424-90.609 116.64-18.85 29.55-19.493 33.105-11.138 52.434 3.641 8.665 12.852 27.105 20.35 41.102 7.496 13.997 16.493 33.104 20.134 42.657 6.212 15.996 8.783 25.55 22.492 88.647 7.497 33.77 14.566 48.878 32.345 68.43 30.632 33.547 75.186 60.652 131.522 80.204 48.625 16.662 104.961 20.44 180.148 11.997zm-417.702-108.198c0-.445-1.285-5.777-2.999-11.775-1.713-6-6.212-25.773-10.067-44.213-8.354-41.546-14.138-58.431-29.347-86.425-16.493-30.882-34.272-70.651-36.843-82.87-3.213-13.997.428-36.66 8.783-57.765 9.639-23.773 35.343-62.431 74.329-111.976 53.98-68.207 86.968-98.2 126.167-115.307 19.064-8.22 39.414-12.442 79.9-16.663 18.206-2 35.343-4 38.128-4.666 4.926-1.11 4.926-1.11-1.928-9.331-11.139-13.108-22.706-33.104-36.2-62.21-10.069-21.55-15.424-30.214-25.706-41.545-28.918-30.882-62.976-53.766-150.158-100.2-34.916-18.44-67.69-36.214-72.83-39.324-14.352-8.665-37.272-17.108-46.911-17.108-4.713 0-18.422 4-30.846 8.887-25.49 9.998-60.834 17.33-143.732 29.994-29.346 4.665-53.98 8.886-54.622 9.33-2.785 2.667-2.142 37.77 1.07 61.765 6.641 50.433 23.778 108.198 41.985 142.413 9.425 17.996 10.71 29.326 4.284 39.324-4.927 7.776-26.776 27.105-34.273 30.438-8.568 3.555-12.21 26.216-11.353 72.873.429 33.325 1.071 37.769 6.855 56.654 9.21 29.326 13.495 66.652 12.424 105.976l-1.071 32.215 86.539 65.54c111.815 84.649 133.236 100.2 152.729 110.865 8.782 4.888 24.205 14.886 34.273 22.218 16.28 11.997 21.42 15.107 21.42 12.886zm504.455-41.547c60.834-3.777 104.104-12.886 147.802-30.66l25.705-10.664.642-13.108c.643-12.22-2.784-47.323-4.712-49.322-.429-.667-4.713 1.11-9.21 3.332-22.493 11.998-54.195 15.552-74.973 8.443-33.845-11.553-71.545-51.322-85.468-89.536-4.713-12.886-5.355-17.996-4.713-33.992.643-15.775 1.928-21.33 7.712-34.215 8.354-18.44 24.205-39.547 38.557-51.322 5.997-4.888 10.924-9.331 11.138-9.998 0-.888-3.213-2.666-7.283-4-4.07-1.554-13.709-7.997-21.42-14.218l-14.138-11.108-18.85 16.44c-10.282 9.11-37.914 31.993-61.477 50.656-69.83 55.543-84.183 67.985-113.743 98.645-23.563 24.439-29.346 31.992-36.2 46.434-6.998 13.14-6.566 17.604-4.285 27.327 9.64 25.994 41.77 57.543 79.684 77.983 44.341 23.994 67.261 27.549 145.232 22.883zm140.947-187.736c27.205-16.218 74.972-53.543 62.55-48.878-2.358.889-9.855 2.222-16.495 2.889-14.995 1.11-28.49-4.888-38.557-17.33-6.427-7.776-7.283-8.22-14.352-6.22-18.422 5.33-43.912 23.105-51.624 36.213-4.284 7.11-4.498 8.665-1.928 15.108 1.5 4 8.14 12.442 14.566 19.107 10.925 11.109 12.21 11.775 19.922 10.664 4.712-.666 16.493-5.998 25.918-11.553zM525.875 732.402c-3.855-35.77-4.712-38.66-38.128-113.086-9.425-20.663-10.068-21.773-16.494-21.773-7.926 0-16.494-4.222-23.134-11.553-2.57-3.11-12.853-27.55-22.706-54.877-13.067-36.214-18.422-48.434-19.921-46.434-4.07 5.11-28.918 57.987-34.488 72.873-9.639 26.66-13.28 43.1-19.706 89.757-3.642 25.55-6.427 47.99-6.427 49.99 0 2.665 4.07 4.665 14.566 7.553 7.926 2.222 18.208 6.22 22.92 9.33 4.713 2.89 13.924 8.22 20.35 11.777 6.426 3.554 16.065 8.886 21.42 12.219 5.356 3.11 23.777 10.664 41.128 16.885 23.348 8.22 35.558 13.997 47.125 21.995l15.637 10.887.643-11.11c.428-6.22-.857-26.215-2.785-44.433zM210.35 568.216c11.781-6.443 27.418-21.33 27.418-26.217 0-1.11-11.138-11.553-24.633-23.106-39.628-34.436-55.48-63.985-66.618-124.64-4.927-26.881-4.927-80.425 0-114.195 3.641-24.44 3.641-25.55-.214-27.772-14.352-8.887-29.347-9.998-42.842-3.333-8.568 4.222-10.281 6.666-20.992 29.55-21.849 46.656-28.703 86.647-19.492 114.64 10.496 31.994 40.27 89.758 75.186 145.746 26.133 41.546 39.842 47.1 72.187 29.327zm309.742-38.436c19.92-5.11 27.846-7.998 36.629-13.997 2.142-1.777 1.285-5.776-4.713-21.773-11.567-29.771-22.277-69.096-28.489-102.866-6.64-36.436-7.711-79.316-3.213-124.417 2.57-27.105 2.142-69.984-.857-73.095-4.927-5.11-72.401.223-79.47 6.443-4.499 3.777-5.784 29.105-3.213 62.653-2.013 41.426 16.474 98.632 14.137 133.748-1.928 24.884 0 32.66 21.85 93.757 14.137 39.547 16.707 45.1 20.777 45.1 2.357 0 14.352-2.443 26.562-5.553z"/>
</svg>
diff --git a/src/icons/svg/shaarli-o.svg b/src/icons/svg/shaarli-o.svg
index 39cfd4d4e..00688a732 100644
--- a/src/icons/svg/shaarli-o.svg
+++ b/src/icons/svg/shaarli-o.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
- <path d="M859.152 128c-113.27.002-224.206 46.45-290.304 135.078-57.167 76.64-77.984 173.904-83.584 282.842-125.178 2.571-230.643 16.971-317.171 60.449-89.6 45.02-156.602 137.468-164.93 237.318H1.672c-.31 2.453.263 5.003 0 7.463 0 1.027-.722 1.956-.746 2.985h.746c-9.146 94.137 19.193 193.098 86.569 258.961 41.634 40.704 93.717 66.637 150.75 85.823l-20.896 58.21-1.493 2.985-.746 2.985c-24.452 79.475-23.598 169.424 20.15 242.543 43.754 73.12 117.331 115.903 199.257 141.048 28.164 8.79 58.91 5.224 89.555 5.224 98.003.001 191.49-26.577 266.423-83.584 33.147-25.215 61.319-56.862 85.823-91.047 65.387 61.038 144.579 114.829 238.811 161.944 7.686 4.799 16.043 7.177 24.628 9.702 77.255 18.92 152.77 22.76 224.632-4.478 71.538-27.115 127.818-90.503 153.734-160.451h.747v-.747c31.494-85.522 25.68-182.883-11.195-267.17-8.58-19.615-23.014-37.266-34.329-55.97 19.076-8.443 37.67-17.913 55.225-30.599 75.12-54.284 106.674-153.784 99.256-244.781l-2.192-20.15c-5.985-92.148-62.669-178.545-140.302-228.363-76.343-48.99-172.608-76.359-288.066-96.27-14.202-96.228-34.537-182.488-74.628-251.499C1069.169 195.13 966.614 128.002 859.199 128zm.094 119.592c135.976 0 214.228 134.68 234.753 404.067h55.785c242.448 37.2 362.415 114.194 359.849 230.928 20.525 137.26-67.358 200.752-263.625 190.49 150.087 132.127 203.95 255.289 161.617 369.457-33.353 91.079-112.864 121.228-238.578 90.44-138.542-69.27-236.683-148.828-294.41-238.624H838.07c-53.878 159.067-158.408 238.625-313.627 238.625h-53.872c-129.562-39.767-176.406-118.02-140.488-234.754l67.352-186.664h-19.217c-189.853-26.939-275.8-110.95-257.841-252.058 5.13-129.562 135.31-194.99 390.587-196.273 70.553-7.697 100.073-30.151 88.528-67.352 0-232.186 86.576-348.282 259.754-348.282zm-40.58 190.91c-47.278-3.083-70.28 60.942-69.078 192.028l-3.87 107.744c-3.85 53.878-21.174 80.786-51.961 80.786l-304.018 17.35c-47.463 1.284-71.177 20.498-71.177 57.698 0 35.918 25.649 55.178 76.961 57.744 178.308-8.98 261.69 3.215 250.145 36.568l-53.872 115.44c-91.079 137.26-113.533 218.077-67.352 242.45 61.574 37.201 148.78-59.005 261.666-288.625 26.938-24.374 49.393-24.374 67.352 0 79.533 84.664 144.961 153.916 196.273 207.793 52.595 53.878 94.938 69.943 127.008 48.135 38.484-41.049 28.224-85.328-30.784-132.791-57.726-48.747-123.783-115.434-198.185-200.098-7.697-28.222-5.808-42.352 5.737-42.352 251.428 16.676 372.024.657 361.761-48.089 7.697-53.877-101.334-80.831-327.106-80.831-34.635 6.414-62.849-1.91-84.656-25.001V595.874c0-105.19-25.02-157.163-75.049-155.88a58.818 58.818 0 0 0-9.794-1.493z" color="#000" stroke-width="73.272"/>
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
+ <path d="M859.152 128c-113.27.002-224.206 46.45-290.304 135.078-57.167 76.64-77.984 173.904-83.584 282.842-125.178 2.571-230.643 16.971-317.171 60.449-89.6 45.02-156.602 137.468-164.93 237.318H1.672c-.31 2.453.263 5.003 0 7.463 0 1.027-.722 1.956-.746 2.985h.746c-9.146 94.137 19.193 193.098 86.569 258.961 41.634 40.704 93.717 66.637 150.75 85.823l-20.896 58.21-1.493 2.985-.746 2.985c-24.452 79.475-23.598 169.424 20.15 242.543 43.754 73.12 117.331 115.903 199.257 141.048 28.164 8.79 58.91 5.224 89.555 5.224 98.003.001 191.49-26.577 266.423-83.584 33.147-25.215 61.319-56.862 85.823-91.047 65.387 61.038 144.579 114.829 238.811 161.944 7.686 4.799 16.043 7.177 24.628 9.702 77.255 18.92 152.77 22.76 224.632-4.478 71.538-27.115 127.818-90.503 153.734-160.451h.747v-.747c31.494-85.522 25.68-182.883-11.195-267.17-8.58-19.615-23.014-37.266-34.329-55.97 19.076-8.443 37.67-17.913 55.225-30.599 75.12-54.284 106.674-153.784 99.256-244.781l-2.192-20.15c-5.985-92.148-62.669-178.545-140.302-228.363-76.343-48.99-172.608-76.359-288.066-96.27-14.202-96.228-34.537-182.488-74.628-251.499C1069.169 195.13 966.614 128.002 859.199 128zm.094 119.592c135.976 0 214.228 134.68 234.753 404.067h55.785c242.448 37.2 362.415 114.194 359.849 230.928 20.525 137.26-67.358 200.752-263.625 190.49 150.087 132.127 203.95 255.289 161.617 369.457-33.353 91.079-112.864 121.228-238.578 90.44-138.542-69.27-236.683-148.828-294.41-238.624H838.07c-53.878 159.067-158.408 238.625-313.627 238.625h-53.872c-129.562-39.767-176.406-118.02-140.488-234.754l67.352-186.664h-19.217c-189.853-26.939-275.8-110.95-257.841-252.058 5.13-129.562 135.31-194.99 390.587-196.273 70.553-7.697 100.073-30.151 88.528-67.352 0-232.186 86.576-348.282 259.754-348.282zm-40.58 190.91c-47.278-3.083-70.28 60.942-69.078 192.028l-3.87 107.744c-3.85 53.878-21.174 80.786-51.961 80.786l-304.018 17.35c-47.463 1.284-71.177 20.498-71.177 57.698 0 35.918 25.649 55.178 76.961 57.744 178.308-8.98 261.69 3.215 250.145 36.568l-53.872 115.44c-91.079 137.26-113.533 218.077-67.352 242.45 61.574 37.201 148.78-59.005 261.666-288.625 26.938-24.374 49.393-24.374 67.352 0 79.533 84.664 144.961 153.916 196.273 207.793 52.595 53.878 94.938 69.943 127.008 48.135 38.484-41.049 28.224-85.328-30.784-132.791-57.726-48.747-123.783-115.434-198.185-200.098-7.697-28.222-5.808-42.352 5.737-42.352 251.428 16.676 372.024.657 361.761-48.089 7.697-53.877-101.334-80.831-327.106-80.831-34.635 6.414-62.849-1.91-84.656-25.001V595.874c0-105.19-25.02-157.163-75.049-155.88a58.818 58.818 0 0 0-9.794-1.493z" color="#000"/>
</svg>
diff --git a/src/icons/svg/shaarli.svg b/src/icons/svg/shaarli.svg
index f730616b0..3bde9fa17 100644
--- a/src/icons/svg/shaarli.svg
+++ b/src/icons/svg/shaarli.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
- <path d="M877.745 128c161.027 0 253.695 159.492 278.001 478.507h66.062c287.114 44.053 429.182 135.232 426.143 273.471 24.306 162.547-79.767 237.736-312.192 225.584 177.737 156.468 241.523 302.32 191.392 437.52-39.498 107.859-133.657 143.562-282.53 107.102-164.066-82.031-280.287-176.246-348.65-282.585h-43.303c-63.804 188.371-187.59 282.586-371.405 282.586h-63.797c-153.43-47.093-208.905-139.762-166.37-278.002l79.76-221.052H308.1C83.27 1119.229-18.51 1019.74 2.757 852.637 8.832 699.206 162.995 621.724 465.3 620.205c83.551-9.115 118.51-35.706 104.838-79.76C570.138 265.484 672.663 128 877.745 128zM829.69 354.08c-55.987-3.65-83.227 72.17-81.804 227.405l-4.582 127.594c-4.56 63.804-25.075 95.669-61.534 95.669l-360.026 20.546c-56.207 1.52-84.29 24.274-84.29 68.328 0 42.535 30.374 65.343 91.14 68.382 211.156-10.635 309.9 3.807 296.228 43.304l-63.797 136.708c-107.858 162.547-134.449 258.252-79.76 287.115 72.917 44.055 176.19-69.875 309.872-341.797 31.9-28.864 58.492-28.864 79.76 0 94.185 100.261 171.667 182.271 232.432 246.074 62.284 63.804 112.428 82.828 150.406 57.003 45.574-48.612 33.424-101.048-36.455-157.255-68.361-57.727-146.587-136.7-234.696-236.961-9.115-33.422-6.878-50.155 6.794-50.155 297.747 19.748 440.56.778 428.407-56.948 9.115-63.803-120.003-95.722-387.368-95.722-41.016 7.595-74.428-2.262-100.252-29.607V540.445c0-124.569-29.63-186.117-88.875-184.597a69.654 69.654 0 0 0-11.598-1.768z" color="#000" stroke-width="86.771"/>
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
+ <path d="M877.745 128c161.027 0 253.695 159.492 278.001 478.507h66.062c287.114 44.053 429.182 135.232 426.143 273.471 24.306 162.547-79.767 237.736-312.192 225.584 177.737 156.468 241.523 302.32 191.392 437.52-39.498 107.859-133.657 143.562-282.53 107.102-164.066-82.031-280.287-176.246-348.65-282.585h-43.303c-63.804 188.371-187.59 282.586-371.405 282.586h-63.797c-153.43-47.093-208.905-139.762-166.37-278.002l79.76-221.052H308.1C83.27 1119.229-18.51 1019.74 2.757 852.637 8.832 699.206 162.995 621.724 465.3 620.205c83.551-9.115 118.51-35.706 104.838-79.76C570.138 265.484 672.663 128 877.745 128zM829.69 354.08c-55.987-3.65-83.227 72.17-81.804 227.405l-4.582 127.594c-4.56 63.804-25.075 95.669-61.534 95.669l-360.026 20.546c-56.207 1.52-84.29 24.274-84.29 68.328 0 42.535 30.374 65.343 91.14 68.382 211.156-10.635 309.9 3.807 296.228 43.304l-63.797 136.708c-107.858 162.547-134.449 258.252-79.76 287.115 72.917 44.055 176.19-69.875 309.872-341.797 31.9-28.864 58.492-28.864 79.76 0 94.185 100.261 171.667 182.271 232.432 246.074 62.284 63.804 112.428 82.828 150.406 57.003 45.574-48.612 33.424-101.048-36.455-157.255-68.361-57.727-146.587-136.7-234.696-236.961-9.115-33.422-6.878-50.155 6.794-50.155 297.747 19.748 440.56.778 428.407-56.948 9.115-63.803-120.003-95.722-387.368-95.722-41.016 7.595-74.428-2.262-100.252-29.607V540.445c0-124.569-29.63-186.117-88.875-184.597a69.654 69.654 0 0 0-11.598-1.768z" color="#000"/>
</svg>
diff --git a/src/icons/svg/signalapp.svg b/src/icons/svg/signalapp.svg
index d1baab678..ac7fb0ec1 100644
--- a/src/icons/svg/signalapp.svg
+++ b/src/icons/svg/signalapp.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1536" height="1792" viewBox="0 0 1536.0001 1792" id="svg5504">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1536" height="1792" viewBox="0 0 1536 1792" id="svg5504">
<defs id="defs5506">
<clipPath id="a">
<path id="path3718" d="M0 195.911h208.792V0H0z"/>
@@ -55,7 +55,7 @@
<path id="path3473" d="M-306 254h750v-1334h-750z" clip-rule="evenodd"/>
</clipPath>
<clipPath id="clipPath3479">
- <path id="path3477" d="M25.674 9.016l2.475-7.768A1.779 1.779 0 0 1 30.558.15L38.003 3.4 36.58 6.688 30.95 4.23l-1.872 5.88-3.403-1.094z" clip-rule="evenodd"/>
+ <path id="path3477" d="M25.674 9.016l2.475-7.768A1.779 1.779 0 0 1 30.558.15l7.445 3.25-1.423 3.288-5.63-2.458-1.872 5.88-3.403-1.094z" clip-rule="evenodd"/>
</clipPath>
<clipPath id="clipPath3483">
<path id="path3481" d="M0 0h138v139H0z"/>
@@ -81,7 +81,7 @@
<path id="path3517" d="M-306 254h750v-1334h-750z" clip-rule="evenodd"/>
</clipPath>
<clipPath id="clipPath3523">
- <path id="path3521" d="M59.29 138.364l.464-3.558c5.137.68 10.466.788 15.635.316l.326 3.574c-2.22.203-4.47.304-6.721.304-3.253 0-6.515-.212-9.704-.636zm22.302-4.092a68.229 68.229 0 0 0 14.958-4.558l1.417 3.292a71.675 71.675 0 0 1-15.728 4.795l-.647-3.53zm-44.31-2.515l1.559-3.226a67.605 67.605 0 0 0 14.75 5.174l-.787 3.505a71.4 71.4 0 0 1-15.522-5.453zm64.885-4.814a65.377 65.377 0 0 0 12.677-9.137l2.415 2.647a68.994 68.994 0 0 1-13.373 9.631l-1.719-3.14zm-83.628-8.564l2.531-2.534a64.968 64.968 0 0 0 12.276 9.681l-1.854 3.068A68.73 68.73 0 0 1 18.54 118.38zm100.7-5.039a61.408 61.408 0 0 0 8.825-12.891l3.174 1.641a64.65 64.65 0 0 1-9.34 13.641l-2.66-2.39zM5.41 99.386l3.253-1.483a60.894 60.894 0 0 0 8.214 13.28l-2.763 2.274a64.256 64.256 0 0 1-8.704-14.07zm125.198-4.656a58.237 58.237 0 0 0 3.566-15.203l3.55.345a61.56 61.56 0 0 1-3.786 16.149l-3.33-1.29zM.013 76.883l3.562-.168a58.251 58.251 0 0 0 2.82 15.356l-3.39 1.122a61.407 61.407 0 0 1-2.992-16.31zm132.135-19.056l3.428-1.003A61.668 61.668 0 0 1 138 73.23l-3.57.044a57.993 57.993 0 0 0-2.282-15.447zM0 70.282c.188-6.088.856-11.443 2.032-16.361l3.472.838c-1.12 4.681-1.753 9.798-1.935 15.637L0 70.282zM122.318 38.37l2.836-2.172a63.91 63.91 0 0 1 8.232 14.356l-3.299 1.363a60.42 60.42 0 0 0-7.769-13.547zM3.942 47.54c1.992-5.444 4.696-10.182 8.274-14.46l2.735 2.302c-3.309 3.966-5.815 8.343-7.656 13.394l-3.353-1.237zM106.317 23.52l1.944-3.008a68.085 68.085 0 0 1 12.63 10.618l-2.606 2.451a64.852 64.852 0 0 0-11.968-10.06zm-89.478 4.735a52.46 52.46 0 0 1 3.695-3.08l3.136-9.862 3.4 1.097-3.312 10.403c-.113.357-.336.67-.634.895a51.068 51.068 0 0 0-3.886 3.204l-2.399-2.657zm69.486-13.521l.885-3.476a71.36 71.36 0 0 1 15.359 5.905l-1.653 3.185a67.337 67.337 0 0 0-14.59-5.614zm-32.52-.525l-11.33-4.944L43.9 5.97l10.748 4.697a68.28 68.28 0 0 1 3.07-.785l.79 3.501c-.953.219-2.07.503-3.518.908a1.752 1.752 0 0 1-1.186-.082zm15.17-1.657c-1.838 0-3.221.01-4.441.053l-.132-3.59c1.277-.044 2.697-.053 4.573-.053 3.955 0 7.922.32 11.79.942l-.571 3.549a69.815 69.815 0 0 0-11.22-.901z" clip-rule="evenodd"/>
+ <path id="path3521" d="M59.29 138.364l.464-3.558c5.137.68 10.466.788 15.635.316l.326 3.574c-2.22.203-4.47.304-6.721.304-3.253 0-6.515-.212-9.704-.636zm22.302-4.092a68.229 68.229 0 0 0 14.958-4.558l1.417 3.292a71.675 71.675 0 0 1-15.728 4.795l-.647-3.53zm-44.31-2.515l1.559-3.226a67.605 67.605 0 0 0 14.75 5.174l-.787 3.505a71.4 71.4 0 0 1-15.522-5.453zm64.885-4.814a65.377 65.377 0 0 0 12.677-9.137l2.415 2.647a68.994 68.994 0 0 1-13.373 9.631l-1.719-3.14zm-83.628-8.564l2.531-2.534a64.968 64.968 0 0 0 12.276 9.681l-1.854 3.068A68.73 68.73 0 0 1 18.54 118.38zm100.7-5.039a61.408 61.408 0 0 0 8.825-12.891l3.174 1.641a64.65 64.65 0 0 1-9.34 13.641l-2.66-2.39zM5.41 99.386l3.253-1.483a60.894 60.894 0 0 0 8.214 13.28l-2.763 2.274a64.256 64.256 0 0 1-8.704-14.07zm125.198-4.656a58.237 58.237 0 0 0 3.566-15.203l3.55.345a61.56 61.56 0 0 1-3.786 16.149l-3.33-1.29zM.013 76.883l3.562-.168a58.251 58.251 0 0 0 2.82 15.356l-3.39 1.122a61.407 61.407 0 0 1-2.992-16.31zm132.135-19.056l3.428-1.003A61.668 61.668 0 0 1 138 73.23l-3.57.044a57.993 57.993 0 0 0-2.282-15.447zM0 70.282c.188-6.088.856-11.443 2.032-16.361l3.472.838c-1.12 4.681-1.753 9.798-1.935 15.637L0 70.282zM122.318 38.37l2.836-2.172a63.91 63.91 0 0 1 8.232 14.356l-3.299 1.363a60.42 60.42 0 0 0-7.769-13.547zM3.942 47.54c1.992-5.444 4.696-10.182 8.274-14.46l2.735 2.302c-3.309 3.966-5.815 8.343-7.656 13.394l-3.353-1.237zm102.375-24.02l1.944-3.008a68.085 68.085 0 0 1 12.63 10.618l-2.606 2.451a64.852 64.852 0 0 0-11.968-10.06zm-89.478 4.735a52.46 52.46 0 0 1 3.695-3.08l3.136-9.862 3.4 1.097-3.312 10.403c-.113.357-.336.67-.634.895a51.068 51.068 0 0 0-3.886 3.204l-2.399-2.657zm69.486-13.521l.885-3.476a71.36 71.36 0 0 1 15.359 5.905l-1.653 3.185a67.337 67.337 0 0 0-14.59-5.614zm-32.52-.525l-11.33-4.944L43.9 5.97l10.748 4.697a68.28 68.28 0 0 1 3.07-.785l.79 3.501c-.953.219-2.07.503-3.518.908a1.752 1.752 0 0 1-1.186-.082zm15.17-1.657c-1.838 0-3.221.01-4.441.053l-.132-3.59c1.277-.044 2.697-.053 4.573-.053 3.955 0 7.922.32 11.79.942l-.571 3.549a69.815 69.815 0 0 0-11.22-.901z" clip-rule="evenodd"/>
</clipPath>
<clipPath id="clipPath3527">
<path id="path3525" d="M0 0h138v139H0z"/>
@@ -112,12 +112,11 @@
<clipPath id="clipPath3571">
<path id="path3569" d="M0 0h138v139H0z"/>
</clipPath>
- <path id="path-1" d="M59.29.636A73.906 73.906 0 0 1 68.994 0c2.252 0 4.5.101 6.721.304l-.326 3.574a70.994 70.994 0 0 0-15.635.316L59.29.636zm22.303 4.092l.646-3.53a71.675 71.675 0 0 1 15.728 4.796L96.55 9.286a68.229 68.229 0 0 0-14.957-4.558zM37.282 7.243A71.4 71.4 0 0 1 52.804 1.79l.787 3.505a67.605 67.605 0 0 0-14.75 5.174l-1.559-3.226zm64.885 4.814l1.719-3.141a68.994 68.994 0 0 1 13.373 9.63l-2.415 2.648a65.377 65.377 0 0 0-12.677-9.137zM18.539 20.62a68.73 68.73 0 0 1 12.953-10.215l1.854 3.067a64.968 64.968 0 0 0-12.276 9.682L18.54 20.62zm100.7 5.039l2.659-2.391a64.65 64.65 0 0 1 9.34 13.64l-3.174 1.642a61.408 61.408 0 0 0-8.826-12.891zM5.41 39.614a64.256 64.256 0 0 1 8.704-14.071l2.763 2.274a60.894 60.894 0 0 0-8.214 13.28L5.41 39.614zm125.198 4.656l3.33-1.29a61.56 61.56 0 0 1 3.786 16.148l-3.55.345a58.237 58.237 0 0 0-3.566-15.203zM.013 62.117a61.407 61.407 0 0 1 2.992-16.31l3.39 1.122a58.251 58.251 0 0 0-2.82 15.356l-3.562-.168zm132.135 19.056a57.993 57.993 0 0 0 2.283-15.447l3.569.044a61.668 61.668 0 0 1-2.424 16.406l-3.428-1.003zM0 68.718l3.57-.114c.181 5.839.815 10.956 1.934 15.637l-3.472.838C.856 80.161.188 74.806 0 68.718zm122.318 31.913a60.42 60.42 0 0 0 7.769-13.547l3.3 1.363a63.91 63.91 0 0 1-8.234 14.356l-2.835-2.172zM3.942 91.46l3.353-1.236c1.841 5.05 4.347 9.428 7.656 13.394l-2.735 2.303c-3.578-4.28-6.282-9.017-8.274-14.46zm102.375 24.019a64.852 64.852 0 0 0 11.968-10.061l2.606 2.451a68.085 68.085 0 0 1-12.63 10.618l-1.944-3.008zm-89.478-4.735l2.4-2.657a51.068 51.068 0 0 0 3.885 3.204c.298.225.521.538.634.895l3.312 10.403-3.4 1.097-3.136-9.861a52.46 52.46 0 0 1-3.695-3.08zm69.486 13.521a67.337 67.337 0 0 0 14.59-5.614l1.653 3.185a71.36 71.36 0 0 1-15.358 5.905l-.885-3.476zm-32.52.525a1.781 1.781 0 0 1 1.185-.082c1.449.405 2.565.69 3.519.908l-.79 3.5a68.28 68.28 0 0 1-3.071-.784L43.9 133.03l-1.424-3.295 11.328-4.944zm15.17 1.657c3.764 0 7.54-.3 11.219-.901l.57 3.549a74.355 74.355 0 0 1-11.79.942c-1.875 0-3.295-.01-4.572-.054l.132-3.59c1.22.045 2.603.054 4.44.054z"/>
+ <path id="path-1" d="M59.29.636A73.906 73.906 0 0 1 68.994 0c2.252 0 4.5.101 6.721.304l-.326 3.574a70.994 70.994 0 0 0-15.635.316L59.29.636zm22.303 4.092l.646-3.53a71.675 71.675 0 0 1 15.728 4.796L96.55 9.286a68.229 68.229 0 0 0-14.957-4.558zM37.282 7.243A71.4 71.4 0 0 1 52.804 1.79l.787 3.505a67.605 67.605 0 0 0-14.75 5.174l-1.559-3.226zm64.885 4.814l1.719-3.141a68.994 68.994 0 0 1 13.373 9.63l-2.415 2.648a65.377 65.377 0 0 0-12.677-9.137zM18.539 20.62a68.73 68.73 0 0 1 12.953-10.215l1.854 3.067a64.968 64.968 0 0 0-12.276 9.682l-2.53-2.534zm100.7 5.039l2.659-2.391a64.65 64.65 0 0 1 9.34 13.64l-3.174 1.642a61.408 61.408 0 0 0-8.826-12.891zM5.41 39.614a64.256 64.256 0 0 1 8.704-14.071l2.763 2.274a60.894 60.894 0 0 0-8.214 13.28L5.41 39.614zm125.198 4.656l3.33-1.29a61.56 61.56 0 0 1 3.786 16.148l-3.55.345a58.237 58.237 0 0 0-3.566-15.203zM.013 62.117a61.407 61.407 0 0 1 2.992-16.31l3.39 1.122a58.251 58.251 0 0 0-2.82 15.356l-3.562-.168zm132.135 19.056a57.993 57.993 0 0 0 2.283-15.447l3.569.044a61.668 61.668 0 0 1-2.424 16.406l-3.428-1.003zM0 68.718l3.57-.114c.181 5.839.815 10.956 1.934 15.637l-3.472.838C.856 80.161.188 74.806 0 68.718zm122.318 31.913a60.42 60.42 0 0 0 7.769-13.547l3.3 1.363a63.91 63.91 0 0 1-8.234 14.356l-2.835-2.172zM3.942 91.46l3.353-1.236c1.841 5.05 4.347 9.428 7.656 13.394l-2.735 2.303c-3.578-4.28-6.282-9.017-8.274-14.46zm102.375 24.019a64.852 64.852 0 0 0 11.968-10.061l2.606 2.451a68.085 68.085 0 0 1-12.63 10.618l-1.944-3.008zm-89.478-4.735l2.4-2.657a51.068 51.068 0 0 0 3.885 3.204c.298.225.521.538.634.895l3.312 10.403-3.4 1.097-3.136-9.861a52.46 52.46 0 0 1-3.695-3.08zm69.486 13.521a67.337 67.337 0 0 0 14.59-5.614l1.653 3.185a71.36 71.36 0 0 1-15.358 5.905l-.885-3.476zm-32.52.525a1.781 1.781 0 0 1 1.185-.082c1.449.405 2.565.69 3.519.908l-.79 3.5a68.28 68.28 0 0 1-3.071-.784L43.9 133.03l-1.424-3.295 11.328-4.944zm15.17 1.657c3.764 0 7.54-.3 11.219-.901l.57 3.549a74.355 74.355 0 0 1-11.79.942c-1.875 0-3.295-.01-4.572-.054l.132-3.59c1.22.045 2.603.054 4.44.054z"/>
<path id="path-3" d="M29.853 138.998h-.002a1.779 1.779 0 0 1-1.702-1.246l-2.475-7.768 3.403-1.094 1.873 5.88 5.63-2.458 1.423 3.29-7.445 3.248a1.778 1.778 0 0 1-.705.148z"/>
<path id="path-5" d="M36.903 123.08a1.79 1.79 0 0 1-1.778-1.657l-1.374-17.746c-5.824-4.437-10.353-10.162-13.468-17.032-3.073-6.768-4.632-14.324-4.632-22.443 0-27.722 24.382-50.279 54.35-50.279 29.965 0 54.35 22.557 54.35 50.28 0 27.724-24.385 50.281-54.35 50.281-4.984 0-9.917-.623-14.681-1.86L37.8 122.838c-.28.161-.587.244-.897.244z"/>
</defs>
<style id="style3351">
- .st0{fill:#fb503b}
</style>
<g id="g3465" transform="matrix(11.0505 0 0 -11.0505 83.696 1273.503)">
<g id="g3659">
diff --git a/src/icons/svg/social-home.svg b/src/icons/svg/social-home.svg
index f3c4d8f5b..74116318b 100644
--- a/src/icons/svg/social-home.svg
+++ b/src/icons/svg/social-home.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536.0001 1796">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1796" viewBox="0 0 1536 1796">
<path d="M492.227 643.861H974.85v622.123H492.364V643.86zm560.252 356.282h341.207v667.342h-341.207zm-961.616 265.84h319.146V644H90.932l-.137 622.122zm886.59 401.502H93.33l.137-326.272h883.987v326.34zm77.56-1023.623h341.209v279.2h-341.208v-279.2zM1454.87 427.9L763.275 138.49c-13.43-9.25-95.375-9.25-111.475 0L26.459 430.71c-19.664 9.113-30.01 30.49-25.352 51.73C5.903 503.953 93.193 565 93.193 565h1303.166s93.386-66.94 93.386-92.632c0-21.72-14.936-39.465-34.942-44.536z"/>
</svg>
diff --git a/src/icons/svg/tipeee.svg b/src/icons/svg/tipeee.svg
index 5d6dcda6a..510392fc3 100644
--- a/src/icons/svg/tipeee.svg
+++ b/src/icons/svg/tipeee.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M115.66 277.232C51.585 277.232 0 328.815 0 392.89v1006.22c0 64.075 51.585 115.658 115.66 115.658h2072.68c64.075 0 115.66-51.583 115.66-115.658V392.89c0-64.075-51.585-115.658-115.66-115.658zM756.499 529.52c57.679 0 91.95 46.812 91.95 85.265.001 45.976-32.6 84.43-91.95 84.43-52.664 0-90.281-44.305-90.281-84.43 0-38.453 31.766-85.265 90.28-85.265zm915.45 40.962h199.787v158.827l-44.303 210.654H1717.09l-45.141-210.654zM534.227 610.606v126.226h79.413v108.67h-79.413v148.795c0 28.422-5.852 66.874 26.75 66.874 10.866 0 36.78-7.523 52.663-14.21v106.998c-25.078 10.031-81.92 15.884-101.147 15.884-125.389 0-129.57-68.547-132.077-175.546V845.502h-45.139v-108.67h45.139v-76.906zm677.792 119.538c130.405 0 197.28 100.31 197.28 219.012 0 132.913-82.757 214.836-190.591 214.836-69.382 0-102.821-27.588-108.673-32.603v84.43h45.141v109.505H905.234v-109.505h35.108v-367.81h-35.108V736.833h191.426l14.211 29.257c15.883-11.703 50.992-35.945 101.147-35.945zm-569.206 6.688h193.935v308.457h40.125v109.507h-234.06V1045.29h35.108V845.502h-35.108zm526.575 111.178c-32.601 0-62.696 40.96-59.353 106.998 0 56.843 28.423 100.311 60.188 100.311 35.109 0 59.35-40.96 59.35-104.49 0-50.156-23.404-102.82-60.185-102.82zm594.516 132.912c59.351 0 99.475 40.961 99.475 88.61 0 46.811-38.452 86.1-99.475 86.1-54.335 0-95.297-42.632-95.297-86.1 0-41.797 35.11-88.61 95.297-88.61z" stroke-width="1.125"/>
</svg>
diff --git a/src/icons/svg/xmpp.svg b/src/icons/svg/xmpp.svg
index 3583da0a7..d74f74a85 100644
--- a/src/icons/svg/xmpp.svg
+++ b/src/icons/svg/xmpp.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M1536.002 222.059l-92.61 30.869-274.275 81.267c1.22 15.846 1.219 31.692 1.219 48.756 0 300.516-152.673 667.163-406.229 929.072-246.573-261.01-394.58-620.998-394.58-916.882 0-17.065.002-32.91 1.221-48.756l-273.039-80.9c.001-.25.008-.52.008-.766L5.082 231.81c-44.84 387.494 210.421 895.362 636.547 1191.819-117.051 93.505-250.003 164.663-395.209 201.367v28.033c72.485-9.02 142.62-23.092 210.227-41.625 104.198-26.196 203.938-66.072 297.779-116.67a1415.295 1415.295 0 0 0 40.765 22.281c1.91 1.004 3.823 1.998 5.737 2.993.414.215.827.433 1.242.648a1331.627 1331.627 0 0 0 30.285 15.215c141.163 68.79 295.978 114.462 460.988 128.129v-26.817c-153.031-38.682-292.45-115.632-413.992-216.68 450.875-294.71 703.503-800.224 656.551-1198.444z" stroke-width="12.189"/>
</svg>
diff --git a/src/icons/svg/zotero.svg b/src/icons/svg/zotero.svg
index cf566cddf..2948c62db 100644
--- a/src/icons/svg/zotero.svg
+++ b/src/icons/svg/zotero.svg
@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M662.716 1663.44l667.946-310.051V428.98L662.714 128.5.508 428.98v924.408zm-348.331-279.43v-202.24l24.881-96.325 352.155-378.95H314.385V492.137l59.332-82.295h600.96l62.842 78.47v218.181l-338.44 378.95h275.6l62.841 77.188v221.379z" fill-rule="evenodd" stroke-width="14.41"/>
</svg>
diff --git a/src/icons/svgo_config.json b/src/icons/svgo_config.json
index 6d13a7a3e..19bf35bb3 100644
--- a/src/icons/svgo_config.json
+++ b/src/icons/svgo_config.json
@@ -2,6 +2,7 @@
"plugins": [
{ "removeAttrs": { "attrs": "(glyph-name|unicode)" } },
{ "removeScriptElement": true },
- { "removeRasterImages": true }
+ { "removeRasterImages": true },
+ { "removeViewBox": false }
]
}