mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Add Qubes OS nav item (#751)
Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
parent
da0c608743
commit
932e18fea4
@ -11,7 +11,7 @@ items:
|
|||||||
file: _evergreen/linux-desktop.md
|
file: _evergreen/linux-desktop.md
|
||||||
- type: link
|
- type: link
|
||||||
title: Qubes OS
|
title: Qubes OS
|
||||||
icon: fab fa-linux
|
icon: pg-qubes
|
||||||
file: _evergreen/qubes.md
|
file: _evergreen/qubes.md
|
||||||
- type: link
|
- type: link
|
||||||
title: Router
|
title: Router
|
||||||
|
@ -19,9 +19,9 @@ downloads:
|
|||||||
url: 'https://nextcloud.com/install/#install-clients'
|
url: 'https://nextcloud.com/install/#install-clients'
|
||||||
- icon: fab fa-freebsd
|
- icon: fab fa-freebsd
|
||||||
url: 'https://www.freshports.org/www/nextcloud/'
|
url: 'https://www.freshports.org/www/nextcloud/'
|
||||||
- icon: ptio-openbsd
|
- icon: pg-openbsd
|
||||||
url: 'http://openports.se/www/nextcloud'
|
url: 'http://openports.se/www/nextcloud'
|
||||||
- icon: ptio-netbsd
|
- icon: pg-netbsd
|
||||||
url: 'http://pkgsrc.se/www/php-nextcloud'
|
url: 'http://pkgsrc.se/www/php-nextcloud'
|
||||||
- icon: fab fa-android
|
- icon: fab fa-android
|
||||||
url: 'https://f-droid.org/packages/com.nextcloud.client/'
|
url: 'https://f-droid.org/packages/com.nextcloud.client/'
|
||||||
|
@ -14,7 +14,7 @@ downloads:
|
|||||||
url: 'https://github.com/tahoe-lafs/tahoe-lafs#via-pip'
|
url: 'https://github.com/tahoe-lafs/tahoe-lafs#via-pip'
|
||||||
- icon: fab fa-linux
|
- icon: fab fa-linux
|
||||||
url: 'https://github.com/tahoe-lafs/tahoe-lafs#using-os-packages'
|
url: 'https://github.com/tahoe-lafs/tahoe-lafs#using-os-packages'
|
||||||
- icon: ptio-netbsd
|
- icon: pg-netbsd
|
||||||
url: 'http://pkgsrc.se/filesystems/tahoe-lafs'
|
url: 'http://pkgsrc.se/filesystems/tahoe-lafs'
|
||||||
- icon: fab fa-github
|
- icon: fab fa-github
|
||||||
url: 'https://www.tahoe-lafs.org/trac/tahoe-lafs/browser'
|
url: 'https://www.tahoe-lafs.org/trac/tahoe-lafs/browser'
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
data-bs-placement="bottom"
|
data-bs-placement="bottom"
|
||||||
title="Requires specific software to access: torproject.org">
|
title="Requires specific software to access: torproject.org">
|
||||||
<span class="ptio-tor text-light"></span>
|
<span class="pg-tor text-light"></span>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if include.i2p %}
|
{% if include.i2p %}
|
||||||
@ -109,7 +109,7 @@
|
|||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
data-bs-placement="bottom"
|
data-bs-placement="bottom"
|
||||||
title="Requires specific software to access: geti2p.net">
|
title="Requires specific software to access: geti2p.net">
|
||||||
<span class="ptio-i2p-garlic text-dark"></span>
|
<span class="pg-i2p text-dark"></span>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
@ -128,20 +128,20 @@
|
|||||||
{% if include.mac %}
|
{% if include.mac %}
|
||||||
{% if include.mac != "" %}
|
{% if include.mac != "" %}
|
||||||
<a href="{{ include.mac }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
<a href="{{ include.mac }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
||||||
<i class="ptio-macos fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-macos fa-2x fa-fw d-inline pe-1"></i>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="ptio-macos fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-macos fa-2x fa-fw d-inline pe-1"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if include.linux %}
|
{% if include.linux %}
|
||||||
{% if include.linux != "" %}
|
{% if include.linux != "" %}
|
||||||
<a href="{{ include.linux }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
<a href="{{ include.linux }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
||||||
<i class="ptio-linux fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-linux fa-2x fa-fw d-inline pe-1"></i>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="ptio-linux fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-linux fa-2x fa-fw d-inline pe-1"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@ -158,20 +158,20 @@
|
|||||||
{% if include.openbsd %}
|
{% if include.openbsd %}
|
||||||
{% if include.openbsd != "" %}
|
{% if include.openbsd != "" %}
|
||||||
<a href="{{ include.openbsd }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
<a href="{{ include.openbsd }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
||||||
<i class="ptio-openbsd fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-openbsd fa-2x fa-fw d-inline pe-1"></i>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="ptio-openbsd fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-openbsd fa-2x fa-fw d-inline pe-1"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if include.netbsd %}
|
{% if include.netbsd %}
|
||||||
{% if include.netbsd != "" %}
|
{% if include.netbsd != "" %}
|
||||||
<a href="{{ include.netbsd }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
<a href="{{ include.netbsd }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
||||||
<i class="ptio-netbsd fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-netbsd fa-2x fa-fw d-inline pe-1"></i>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="ptio-netbsd fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-netbsd fa-2x fa-fw d-inline pe-1"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@ -228,10 +228,10 @@
|
|||||||
{% if include.fdroid %}
|
{% if include.fdroid %}
|
||||||
{% if include.fdroid != "" %}
|
{% if include.fdroid != "" %}
|
||||||
<a href="{{ include.fdroid }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
<a href="{{ include.fdroid }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
||||||
<i class="ptio-f-droid fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-f-droid fa-2x fa-fw d-inline pe-1"></i>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="ptio-f-droid fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-f-droid fa-2x fa-fw d-inline pe-1"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@ -258,20 +258,20 @@
|
|||||||
{% if include.ios %}
|
{% if include.ios %}
|
||||||
{% if include.ios != "" %}
|
{% if include.ios != "" %}
|
||||||
<a href="{{ include.ios }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
<a href="{{ include.ios }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
||||||
<i class="ptio-ios fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-ios fa-2x fa-fw d-inline pe-1"></i>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="ptio-ios fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-ios fa-2x fa-fw d-inline pe-1"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if include.sailfish %}
|
{% if include.sailfish %}
|
||||||
{% if include.sailfish != "" %}
|
{% if include.sailfish != "" %}
|
||||||
<a href="{{ include.sailfish }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
<a href="{{ include.sailfish }}" rel="noopener" class="text-decoration-none text-decoration-none">
|
||||||
<i class="ptio-sailfish-os fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-sailfish-os fa-2x fa-fw d-inline pe-1"></i>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="ptio-sailfish-os fa-2x fa-fw d-inline pe-1"></i>
|
<i class="pg-sailfish-os fa-2x fa-fw d-inline pe-1"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
{% if item.website %}<a href="{{ item.website }}" rel="noopener" class="btn btn-secondary mt-1 me-1"><i class="fad fa-external-link-square fa-fw"></i>
|
{% if item.website %}<a href="{{ item.website }}" rel="noopener" class="btn btn-secondary mt-1 me-1"><i class="fad fa-external-link-square fa-fw"></i>
|
||||||
Visit {{ item.website | remove_first: "www." | split: "/" | slice: 2 }}</a>
|
Visit {{ item.website | remove_first: "www." | split: "/" | slice: 2 }}</a>
|
||||||
{% if item.privacy_policy %}<a href="{{ item.privacy_policy }}" rel="noopener" class="btn btn-primary mt-1 me-1" title="{{ item.privacy_policy }}"><i class="fas fa-book fa-fw"></i> Privacy Policy</a>{% endif %}
|
{% if item.privacy_policy %}<a href="{{ item.privacy_policy }}" rel="noopener" class="btn btn-primary mt-1 me-1" title="{{ item.privacy_policy }}"><i class="fas fa-book fa-fw"></i> Privacy Policy</a>{% endif %}
|
||||||
{% if item.website_tor %}<a href="{{ item.website_tor }}" rel="noopener" class="btn btn-info mt-1 me-1" aria-label="Onion site" title="Visit {{ item.website_tor }} on Tor"><i aria-hidden="true" class="ptio-tor text-light"></i></a>
|
{% if item.website_tor %}<a href="{{ item.website_tor }}" rel="noopener" class="btn btn-info mt-1 me-1" aria-label="Onion site" title="Visit {{ item.website_tor }} on Tor"><i aria-hidden="true" class="pg-tor text-light"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>{% endif %}
|
</div>{% endif %}
|
||||||
|
62
_sass/pg-font.scss
Normal file
62
_sass/pg-font.scss
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
/*
|
||||||
|
Icon Font: pg-font
|
||||||
|
*/
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "pg-font";
|
||||||
|
src: url("../fonts/pg-font/pg-font.eot");
|
||||||
|
src: url("../fonts/pg-font/pg-font.eot?#iefix") format("embedded-opentype"),
|
||||||
|
url("../fonts/pg-font/pg-font.woff2") format("woff2"),
|
||||||
|
url("../fonts/pg-font/pg-font.woff") format("woff"),
|
||||||
|
url("../fonts/pg-font/pg-font.ttf") format("truetype"),
|
||||||
|
url("../fonts/pg-font/pg-font.svg#pg-font") format("svg");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||||
|
@font-face {
|
||||||
|
font-family: "pg-font";
|
||||||
|
src: url("../fonts/pg-font/pg-font.svg#pg-font") format("svg");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-icon]:before { content: attr(data-icon); }
|
||||||
|
|
||||||
|
[data-icon]:before,
|
||||||
|
.pg-f-droid:before,
|
||||||
|
.pg-i2p:before,
|
||||||
|
.pg-ios:before,
|
||||||
|
.pg-linux:before,
|
||||||
|
.pg-macos:before,
|
||||||
|
.pg-mix:before,
|
||||||
|
.pg-netbsd:before,
|
||||||
|
.pg-openbsd:before,
|
||||||
|
.pg-sailfish-os:before,
|
||||||
|
.pg-qubes:before,
|
||||||
|
.pg-tor:before {
|
||||||
|
display: inline-block;
|
||||||
|
font-family: "pg-font";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
line-height: 1;
|
||||||
|
text-decoration: inherit;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
text-transform: none;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pg-f-droid:before { content: "\f100"; }
|
||||||
|
.pg-i2p:before { content: "\f10c"; }
|
||||||
|
.pg-ios:before { content: "\f101"; }
|
||||||
|
.pg-linux:before { content: "\f102"; }
|
||||||
|
.pg-macos:before { content: "\f103"; }
|
||||||
|
.pg-mix:before { content: "\f107"; }
|
||||||
|
.pg-netbsd:before { content: "\f104"; }
|
||||||
|
.pg-openbsd:before { content: "\f105"; }
|
||||||
|
.pg-sailfish-os:before { content: "\f106"; }
|
||||||
|
.pg-tor:before { content: "\f10b"; }
|
||||||
|
.pg-qubes:before { content: "\f108" }
|
@ -1,60 +0,0 @@
|
|||||||
/*
|
|
||||||
Icon Font: ptio-font
|
|
||||||
*/
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "ptio-font";
|
|
||||||
src: url("../fonts/ptio-font/ptio-font.eot");
|
|
||||||
src: url("../fonts/ptio-font/ptio-font.eot?#iefix") format("embedded-opentype"),
|
|
||||||
url("../fonts/ptio-font/ptio-font.woff2") format("woff2"),
|
|
||||||
url("../fonts/ptio-font/ptio-font.woff") format("woff"),
|
|
||||||
url("../fonts/ptio-font/ptio-font.ttf") format("truetype"),
|
|
||||||
url("../fonts/ptio-font/ptio-font.svg#ptio-font") format("svg");
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
||||||
@font-face {
|
|
||||||
font-family: "ptio-font";
|
|
||||||
src: url("../fonts/ptio-font/ptio-font.svg#ptio-font") format("svg");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
[data-icon]:before { content: attr(data-icon); }
|
|
||||||
|
|
||||||
[data-icon]:before,
|
|
||||||
.ptio-f-droid:before,
|
|
||||||
.ptio-i2p-garlic:before,
|
|
||||||
.ptio-ios:before,
|
|
||||||
.ptio-linux:before,
|
|
||||||
.ptio-macos:before,
|
|
||||||
.ptio-mix:before,
|
|
||||||
.ptio-netbsd:before,
|
|
||||||
.ptio-openbsd:before,
|
|
||||||
.ptio-sailfish-os:before,
|
|
||||||
.ptio-tor:before {
|
|
||||||
display: inline-block;
|
|
||||||
font-family: "ptio-font";
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
line-height: 1;
|
|
||||||
text-decoration: inherit;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
text-transform: none;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
font-smoothing: antialiased;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ptio-f-droid:before { content: "\f100"; }
|
|
||||||
.ptio-i2p-garlic:before { content: "\f10c"; }
|
|
||||||
.ptio-ios:before { content: "\f101"; }
|
|
||||||
.ptio-linux:before { content: "\f102"; }
|
|
||||||
.ptio-macos:before { content: "\f103"; }
|
|
||||||
.ptio-mix:before { content: "\f107"; }
|
|
||||||
.ptio-netbsd:before { content: "\f104"; }
|
|
||||||
.ptio-openbsd:before { content: "\f105"; }
|
|
||||||
.ptio-sailfish-os:before { content: "\f106"; }
|
|
||||||
.ptio-tor:before { content: "\f10b"; }
|
|
@ -74,7 +74,7 @@ h1, h2, h3:not(.h5), h4 {
|
|||||||
|
|
||||||
// import /_sass/bootstrap.scss
|
// import /_sass/bootstrap.scss
|
||||||
@import "./node_modules/bootstrap/scss/bootstrap";
|
@import "./node_modules/bootstrap/scss/bootstrap";
|
||||||
@import "ptio-font";
|
@import "pg-font";
|
||||||
@import "flag-icon";
|
@import "flag-icon";
|
||||||
|
|
||||||
.textColor {
|
.textColor {
|
||||||
|
@ -103,7 +103,7 @@ $utilities: map-merge(
|
|||||||
|
|
||||||
// import /_sass/bootstrap.scss
|
// import /_sass/bootstrap.scss
|
||||||
@import "./node_modules/bootstrap/scss/bootstrap";
|
@import "./node_modules/bootstrap/scss/bootstrap";
|
||||||
@import "ptio-font";
|
@import "pg-font";
|
||||||
@import "flag-icon";
|
@import "flag-icon";
|
||||||
|
|
||||||
$svg-primary: $primary;
|
$svg-primary: $primary;
|
||||||
|
Binary file not shown.
@ -1,199 +1,218 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||||
<metadata>
|
<metadata>
|
||||||
Created by FontForge 20201107 at 1636800185 (Mon Mar 10 1975 10:40:18 UTC+0000 (Coordinated Universal Time))
|
Created by FontForge 2022-03-20T10:13:48+00:00
|
||||||
By elitejake
|
By elitejake
|
||||||
</metadata>
|
|
||||||
<defs>
|
CC0 1.0 Universal Public Domain Dedication.
|
||||||
<font id="ptio-font" horiz-adv-x="512" >
|
See the license here: https://github.com/privacyguides/privacyguides.org/blob/main/LICENSE
|
||||||
<font-face
|
</metadata>
|
||||||
font-family="ptio-font"
|
<defs>
|
||||||
font-weight="400"
|
<font id="pg-font" horiz-adv-x="512" >
|
||||||
font-stretch="normal"
|
<font-face
|
||||||
units-per-em="512"
|
font-family="pg"
|
||||||
panose-1="2 0 5 3 0 0 0 0 0 0"
|
font-weight="400"
|
||||||
ascent="448"
|
font-stretch="normal"
|
||||||
descent="-64"
|
units-per-em="512"
|
||||||
bbox="-0.00195312 -64.0046 512.014 448"
|
panose-1="2 0 5 9 0 0 0 0 0 0"
|
||||||
underline-thickness="25.6"
|
ascent="448"
|
||||||
underline-position="-51.2"
|
descent="-64"
|
||||||
unicode-range="U+0020-F10C"
|
bbox="-0.00195312 -64.6136 512.014 449.557"
|
||||||
/>
|
underline-thickness="25"
|
||||||
<missing-glyph />
|
underline-position="-51"
|
||||||
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
|
unicode-range="U+F100-F10C"
|
||||||
/>
|
/>
|
||||||
<glyph glyph-name="f-droid" unicode=""
|
<missing-glyph />
|
||||||
d="M14.5039 444.762v0.00683594c3.76562 -0.101562 8.65625 -2.63086 10.915 -5.64551l38.6768 -50.0527c3.51758 1.23047 7.30176 1.90137 11.25 1.90137h361.307c3.94727 0 7.73145 -0.670898 11.248 -1.90137l38.6758 50.0498
|
<glyph glyph-name="f_droid" unicode=""
|
||||||
c2.25879 3.01465 7.14941 5.54297 10.915 5.64453c0.107422 0.00292969 0.282227 0.00585938 0.390625 0.00585938c7.79102 0 14.1143 -6.32422 14.1143 -14.1152c0 -2.72754 -1.37988 -6.6709 -3.08008 -8.80273l-40.6318 -52.582
|
d="M14.5039 444.762v0.00683594c3.76562 -0.101562 8.65625 -2.63086 10.915 -5.64551l38.6768 -50.0527c3.51758 1.23047 7.30176 1.90137 11.25 1.90137h361.307c3.94727 0 7.73145 -0.670898 11.248 -1.90137l38.6758 50.0498
|
||||||
c1.44629 -3.77539 2.24121 -7.87891 2.24121 -12.1748v-79.0352c0 -18.7656 -15.1074 -33.873 -33.873 -33.873h-361.307c-18.7656 0 -33.8721 15.1074 -33.8721 33.873v79.0352c0 4.29492 0.793945 8.39648 2.23926 12.1709l-40.6318 52.583
|
c2.25879 3.01465 7.14941 5.54297 10.915 5.64453c0.107422 0.00292969 0.282227 0.00585938 0.390625 0.00585938c7.79102 0 14.1143 -6.32422 14.1143 -14.1152c0 -2.72754 -1.37988 -6.6709 -3.08008 -8.80273l-40.6318 -52.582
|
||||||
c-1.70117 2.13184 -3.08105 6.0752 -3.08105 8.80273c0 7.79102 6.32324 14.1143 14.1152 14.1143c0.107422 0 0.28125 -0.00195312 0.388672 -0.00488281zM147.324 348.627v0c-21.0352 0 -38.1064 -17.0713 -38.1064 -38.1064v0
|
c1.44629 -3.77539 2.24121 -7.87891 2.24121 -12.1748v-79.0352c0 -18.7656 -15.1074 -33.873 -33.873 -33.873h-361.307c-18.7656 0 -33.8721 15.1074 -33.8721 33.873v79.0352c0 4.29492 0.793945 8.39648 2.23926 12.1709l-40.6318 52.583
|
||||||
c0 -21.0352 17.0713 -38.1064 38.1064 -38.1064v0c21.0352 0 38.1064 17.0713 38.1064 38.1064v0c0 21.0352 -17.0713 38.1064 -38.1064 38.1064zM367.497 348.627c-21.0342 0 -38.1055 -17.0713 -38.1055 -38.1064v0c0 -21.0352 17.0713 -38.1064 38.1055 -38.1064
|
c-1.70117 2.13184 -3.08105 6.0752 -3.08105 8.80273c0 7.79102 6.32324 14.1143 14.1152 14.1143c0.107422 0 0.28125 -0.00195312 0.388672 -0.00488281zM147.324 348.627v0c-21.0352 0 -38.1064 -17.0713 -38.1064 -38.1064v0
|
||||||
h0.000976562c21.0352 0 38.1064 17.0713 38.1064 38.1064v0c0 21.0352 -17.0723 38.1064 -38.1064 38.1064h-0.000976562zM75.3438 232.938h361.301c18.7646 0 33.8721 -15.1074 33.8721 -33.873v-225.816c0 -18.7656 -15.1064 -33.873 -33.8721 -33.873h-361.301
|
c0 -21.0352 17.0713 -38.1064 38.1064 -38.1064v0c21.0352 0 38.1064 17.0713 38.1064 38.1064v0c0 21.0352 -17.0713 38.1064 -38.1064 38.1064zM367.497 348.627c-21.0342 0 -38.1055 -17.0713 -38.1055 -38.1064v0c0 -21.0352 17.0713 -38.1064 38.1055 -38.1064
|
||||||
c-18.7656 0 -33.8721 15.1074 -33.8721 33.873v225.816c0 18.7656 15.1064 33.873 33.8721 33.873zM255.998 204.71c-65.3486 0 -118.553 -53.2041 -118.553 -118.553c0 -65.3477 53.2041 -118.553 118.553 -118.553c65.3477 0 118.552 53.2051 118.552 118.553
|
h0.000976562c21.0352 0 38.1064 17.0713 38.1064 38.1064v0c0 21.0352 -17.0723 38.1064 -38.1064 38.1064h-0.000976562zM75.3438 232.938h361.301c18.7646 0 33.8721 -15.1074 33.8721 -33.873v-225.816c0 -18.7656 -15.1064 -33.873 -33.8721 -33.873h-361.301
|
||||||
c0 65.3486 -53.2041 118.553 -118.552 118.553zM255.998 183.253c53.7549 0 97.0977 -43.3428 97.0977 -97.0977s-43.3428 -97.0977 -97.0977 -97.0977c-53.7559 0 -97.0977 43.3428 -97.0977 97.0977c0 53.7549 43.3418 97.0977 97.0977 97.0977zM255.998 156.724
|
c-18.7656 0 -33.8721 15.1074 -33.8721 33.873v225.816c0 18.7656 15.1064 33.873 33.8721 33.873zM255.998 204.71c-65.3486 0 -118.553 -53.2041 -118.553 -118.553c0 -65.3477 53.2041 -118.553 118.553 -118.553c65.3477 0 118.552 53.2051 118.552 118.553
|
||||||
l-0.00292969 -0.00195312c-32.5244 0 -60.0645 -22.4082 -68.1191 -52.5068h36.2764c6.25879 11.125 18.0098 18.6348 31.8438 18.6348c20.4668 0 36.6953 -16.2285 36.6953 -36.6953s-16.2285 -36.6953 -36.6953 -36.6953c-14.7617 0 -27.2246 8.49902 -33.0781 20.8838
|
c0 65.3486 -53.2041 118.553 -118.552 118.553zM255.998 183.253c53.7549 0 97.0977 -43.3428 97.0977 -97.0977s-43.3428 -97.0977 -97.0977 -97.0977c-53.7559 0 -97.0977 43.3428 -97.0977 97.0977c0 53.7549 43.3418 97.0977 97.0977 97.0977zM255.998 156.724
|
||||||
h-35.6152c7.25195 -31.2285 35.3633 -54.7568 68.6953 -54.7568c38.7725 0 70.5684 31.7949 70.5684 70.5693c0 38.7734 -31.7959 70.5684 -70.5684 70.5684z" />
|
l-0.00292969 -0.00195312c-32.5244 0 -60.0645 -22.4082 -68.1191 -52.5068h36.2764c6.25879 11.125 18.0098 18.6348 31.8438 18.6348c20.4668 0 36.6953 -16.2285 36.6953 -36.6953s-16.2285 -36.6953 -36.6953 -36.6953c-14.7617 0 -27.2246 8.49902 -33.0781 20.8838
|
||||||
<glyph glyph-name="i2p-garlic" unicode=""
|
h-35.6152c7.25195 -31.2285 35.3633 -54.7568 68.6953 -54.7568c38.7725 0 70.5684 31.7949 70.5684 70.5693c0 38.7734 -31.7959 70.5684 -70.5684 70.5684z" />
|
||||||
d="M269.511 -15.3545c-15.3037 -7.33789 -16.7529 -9.62402 -35.4824 -9.78711c-18.0352 0.485352 -44.4922 1.70996 -52.1738 10.8486c-14.8477 18.3525 -17.3076 7.97949 -17.7285 3.83008c-1.11914 -11.2002 -27.1299 -23.7705 -11.3193 -35.3506
|
<glyph glyph-name="i2p" unicode=""
|
||||||
c4.62988 -3.38965 10.5498 -2.64941 15.96 -2.64941h34c17.5098 0 35.54 -1.25977 53 0.0595703c4.08008 0.299805 6.1582 3.87988 9.99805 3.98047c0.391602 9.24219 0.787109 8.7041 3.74609 29.0684zM267.11 433.006
|
d="M269.511 -15.3545c-15.3037 -7.33789 -16.7529 -9.62402 -35.4824 -9.78711c-18.0352 0.485352 -44.4922 1.70996 -52.1738 10.8486c-14.8477 18.3525 -17.3076 7.97949 -17.7285 3.83008c-1.11914 -11.2002 -27.1299 -23.7705 -11.3193 -35.3506
|
||||||
c-7.73242 0.00683594 -15.5459 -0.811523 -23.3438 -2.5c-43.9307 -9.50684 -76.5625 -43.4434 -88.5625 -85.9688c-10.5303 -37.3301 1.89453 -78.4941 27.375 -106.844c6.70996 -7.45996 14.8613 -14.1025 23.2812 -19.5625
|
c4.62988 -3.38965 10.5498 -2.64941 15.96 -2.64941h34c17.5098 0 35.54 -1.25977 53 0.0595703c4.08008 0.299805 6.1582 3.87988 9.99805 3.98047c0.391602 9.24219 0.787109 8.7041 3.74609 29.0684zM267.11 433.006
|
||||||
c3.72949 -2.41992 9.79883 -4.83496 10.9688 -9.625c1.31934 -5.41992 -4.35547 -13.749 -5.875 -18.9688c-5.82031 -19.96 -16.3877 -38.7803 -21.1875 -59l18 -8c9.24023 17.5303 14.7822 38.3594 21.5625 57c2.30957 6.34961 3.5625 17.1602 9.5625 21.25
|
c-7.73242 0.00683594 -15.5459 -0.811523 -23.3438 -2.5c-43.9307 -9.50684 -76.5625 -43.4434 -88.5625 -85.9688c-10.5303 -37.3301 1.89453 -78.4941 27.375 -106.844c6.70996 -7.45996 14.8613 -14.1025 23.2812 -19.5625
|
||||||
c4.72949 3.21973 14.5146 0.416016 19.875 -0.09375c10.8398 -1.03027 23.3701 -0.681641 34 1.71875c52.2197 11.7695 89.7188 57.8447 91.9688 111.125c2.76953 65.6963 -54.6611 119.413 -117.625 119.469zM318.142 385.068
|
c3.72949 -2.41992 9.79883 -4.83496 10.9688 -9.625c1.31934 -5.41992 -4.35547 -13.749 -5.875 -18.9688c-5.82031 -19.96 -16.3877 -38.7803 -21.1875 -59l18 -8c9.24023 17.5303 14.7822 38.3594 21.5625 57c2.30957 6.34961 3.5625 17.1602 9.5625 21.25
|
||||||
c44.7139 0.142578 56.0029 -72.2188 6.625 -82.7188c-52.2002 -11.1006 -68.4199 70.5361 -16 81.6562c3.26953 0.693359 6.39355 1.05273 9.375 1.0625zM217.235 381.443c45.1152 1.12305 56.6514 -74.4219 9.53125 -81.6875
|
c4.72949 3.21973 14.5146 0.416016 19.875 -0.09375c10.8398 -1.03027 23.3701 -0.681641 34 1.71875c52.2197 11.7695 89.7188 57.8447 91.9688 111.125c2.76953 65.6963 -54.6611 119.413 -117.625 119.469v0.0001zM318.142 385.068
|
||||||
c-7.89062 -1.20996 -18.5498 -1.72168 -26 1.46875c-40.25 17.2402 -29.9404 74.3516 12 79.875c1.52441 0.200195 3.01367 0.307617 4.46875 0.34375zM292.767 325.537c3 3.95996 5.41992 9.51953 10.1797 11.6602c15.75 7.06934 24.4902 -8.35059 22.8203 -21.6602
|
c44.7139 0.142578 56.0029 -72.2188 6.625 -82.7188c-52.2002 -11.1006 -68.4199 70.5361 -16 81.6562c3.26953 0.693359 6.39355 1.05273 9.375 1.0625v0.0001zM217.235 381.443c45.1152 1.12305 56.6514 -74.4219 9.53125 -81.6875
|
||||||
c38.7998 11.2002 14.1094 71.9072 -22 53.8496c-4.33984 -2.16797 -8.16992 -5.94336 -10.96 -9.84961c-3.18066 -4.48047 -5.24023 -9.49023 -5.70996 -15c-0.589844 -6.86035 2.58984 -13.1299 5.66992 -19zM205.767 312.537
|
c-7.89062 -1.20996 -18.5498 -1.72168 -26 1.46875c-40.25 17.2402 -29.9404 74.3516 12 79.875c1.52441 0.200195 3.01367 0.307617 4.46875 0.34375zM292.767 325.537c3 3.95996 5.41992 9.51953 10.1797 11.6602c15.75 7.06934 24.4902 -8.35059 22.8203 -21.6602
|
||||||
c-1.86035 8.12988 -2.94043 15.0693 3.37988 21.79c10.5 11.1602 28.7402 3.58008 30.6201 -10.79c9.51953 9.42969 5.9502 29.2295 -3.16992 37.7402c-12.5801 11.7236 -31.9902 10.3887 -42.8906 -2.76074c-3.75977 -4.51953 -5.37012 -9.21973 -6.16992 -14.9795
|
c38.7998 11.2002 14.1094 71.9072 -22 53.8496c-4.33984 -2.16797 -8.16992 -5.94336 -10.96 -9.84961c-3.18066 -4.48047 -5.24023 -9.49023 -5.70996 -15c-0.589844 -6.86035 2.58984 -13.1299 5.66992 -19zM205.767 312.537
|
||||||
c-0.769531 -5.56055 0.25 -11.8799 2.58008 -17c3.12012 -6.83008 8.90039 -11.1699 15.6504 -14zM246.767 189.537c-8.48047 -15.9199 -15.4102 -36.5703 -20.0801 -54c-1.36035 -5.06055 -6.23047 -11.6699 -4.88965 -17
|
c-1.86035 8.12988 -2.94043 15.0693 3.37988 21.79c10.5 11.1602 28.7402 3.58008 30.6201 -10.79c9.51953 9.42969 5.9502 29.2295 -3.16992 37.7402c-12.5801 11.7236 -31.9902 10.3887 -42.8906 -2.76074c-3.75977 -4.51953 -5.37012 -9.21973 -6.16992 -14.9795
|
||||||
c3.19922 -12.7598 17.1299 -22.54 28.9697 -25.6201c22.3398 -5.83008 48.1494 -7.53027 70 1.07031c3.87988 1.5293 9.74023 2.88965 11.9697 6.73926c2.07031 3.57031 0.820312 8.86035 1.2002 12.8105c0.990234 10.2002 6.53027 18.5195 16.8301 21
|
c-0.769531 -5.56055 0.25 -11.8799 2.58008 -17c3.12012 -6.83008 8.90039 -11.1699 15.6504 -14zM246.767 189.537c-8.48047 -15.9199 -15.4102 -36.5703 -20.0801 -54c-1.36035 -5.06055 -6.23047 -11.6699 -4.88965 -17
|
||||||
c0.00976562 9.10938 1.66992 18.7197 8.45996 25.4697c3.91016 3.88965 10.2002 6.15039 14.1396 1.19043c9.75 -12.3008 -3.7002 -27.6807 12.4004 -36.6602c13.7598 29.4199 26.3398 75.1201 -15 88.7402c-5.23047 1.72949 -11.3604 4.62988 -17 4.0791
|
c3.19922 -12.7598 17.1299 -22.54 28.9697 -25.6201c22.3398 -5.83008 48.1494 -7.53027 70 1.07031c3.87988 1.5293 9.74023 2.88965 11.9697 6.73926c2.07031 3.57031 0.820312 8.86035 1.2002 12.8105c0.990234 10.2002 6.53027 18.5195 16.8301 21
|
||||||
c-10.25 -1.00977 -22.6807 -14.2695 -32.4199 -18.7295c-22.2305 -10.1797 -50.54 -14.8799 -74.5801 -9.08984zM146.767 121.537c3.17969 4.16992 6.58008 7.18945 11 10c-1.96973 3.91992 -6.68066 6.5 -7.45996 11c-1.64062 9.41016 12.1895 20.9297 20.46 21.8193
|
c0.00976562 9.10938 1.66992 18.7197 8.45996 25.4697c3.91016 3.88965 10.2002 6.15039 14.1396 1.19043c9.75 -12.3008 -3.7002 -27.6807 12.4004 -36.6602c13.7598 29.4199 26.3398 75.1201 -15 88.7402c-5.23047 1.72949 -11.3604 4.62988 -17 4.0791
|
||||||
c4.37988 0.480469 12.2998 -5.0791 15.4902 -2.98926c2.50977 1.63965 3.41992 6.5498 4.50977 9.16992c3.09961 7.50977 12.8701 25.96 7.96973 33.7197c-5.7998 9.2002 -26.7998 -3.72949 -32.9697 -7.21973c-13.6406 -7.73047 -26.4805 -17.21 -39 -26.6299
|
c-10.25 -1.00977 -22.6807 -14.2695 -32.4199 -18.7295c-22.2305 -10.1797 -50.54 -14.8799 -74.5801 -9.08984zM146.767 121.537c3.17969 4.16992 6.58008 7.18945 11 10c-1.96973 3.91992 -6.68066 6.5 -7.45996 11c-1.64062 9.41016 12.1895 20.9297 20.46 21.8193
|
||||||
c-3.86035 -2.90039 -12.3398 -8.01074 -13.4805 -13c-1.23926 -5.43066 2.89062 -10.1699 6.2002 -13.8301c7.66992 -8.5 17.1699 -16.6406 27.2803 -22.04zM352.767 121.537l1 -1zM353.807 120.797c-8.50977 -3.44043 -8.50977 -27.1797 -1.48047 -32.2295
|
c4.37988 0.480469 12.2998 -5.0791 15.4902 -2.98926c2.50977 1.63965 3.41992 6.5498 4.50977 9.16992c3.09961 7.50977 12.8701 25.96 7.96973 33.7197c-5.7998 9.2002 -26.7998 -3.72949 -32.9697 -7.21973c-13.6406 -7.73047 -26.4805 -17.21 -39 -26.6299
|
||||||
c3.87012 -2.78027 17.29 0.649414 21.4404 2.31934c23.4902 9.45996 -4.62988 36.1006 -19.96 29.9102zM210.767 94.5371c-6.75977 9.01953 -21.9307 17.4395 -33 19.5303c-4.52051 0.849609 -12.1807 1.70996 -14.2402 -3.59082
|
c-3.86035 -2.90039 -12.3398 -8.01074 -13.4805 -13c-1.23926 -5.43066 2.89062 -10.1699 6.2002 -13.8301c7.66992 -8.5 17.1699 -16.6406 27.2803 -22.04zM352.767 121.537l1 -1zM353.807 120.797c-8.50977 -3.44043 -8.50977 -27.1797 -1.48047 -32.2295
|
||||||
c-2.55957 -6.56934 3.94043 -13.0596 9.24023 -15.6094c11.7998 -5.69043 25.8994 -4.16992 38 -0.330078zM366.767 74.5371c-17.0098 -3.2002 -27.0703 -2.96973 -31 16c-11.9102 -1.56055 -23.6201 -7.7998 -36 -9.57031
|
c3.87012 -2.78027 17.29 0.649414 21.4404 2.31934c23.4902 9.45996 -4.62988 36.1006 -19.96 29.9102zM210.767 94.5371c-6.75977 9.01953 -21.9307 17.4395 -33 19.5303c-4.52051 0.849609 -12.1807 1.70996 -14.2402 -3.59082
|
||||||
c-4.10059 -0.589844 -11.0801 0.980469 -14.2998 -2.03027c-5.10059 -4.76953 -5.44043 -14.0195 -5.74023 -20.3994c-0.219727 -4.66016 -2.39062 -9.33008 -1.60059 -14c1.7207 -10.2598 13.3809 -21.1807 19.7402 -29
|
c-2.55957 -6.56934 3.94043 -13.0596 9.24023 -15.6094c11.7998 -5.69043 25.8994 -4.16992 38 -0.330078zM366.767 74.5371c-17.0098 -3.2002 -27.0703 -2.96973 -31 16c-11.9102 -1.56055 -23.6201 -7.7998 -36 -9.57031
|
||||||
c4.58984 -5.66016 10.5898 -14.2998 17.9004 -16.4902c8.24023 -2.45996 16.5498 4.65039 23 8.83008c9.20996 5.99023 19.9795 13.4199 24.9795 23.6602c2.33008 4.78027 0.910156 11.8193 1.04004 17c0.209961 8.7002 1.98047 17.2598 1.98047 26zM166.767 75.5371
|
c-4.10059 -0.589844 -11.0801 0.980469 -14.2998 -2.03027c-5.10059 -4.76953 -5.44043 -14.0195 -5.74023 -20.3994c-0.219727 -4.66016 -2.39062 -9.33008 -1.60059 -14c1.7207 -10.2598 13.3809 -21.1807 19.7402 -29
|
||||||
c0 -13.9404 -0.509766 -25.9502 5.21973 -39c4.77051 -10.8604 10.96 -21.1006 18.9502 -30c6.91992 -7.7002 14.8301 -8.95996 24.8301 -9c17.21 -0.0800781 33.7295 6.20996 42.4795 22c11.0703 19.9697 3.58008 55.0195 -21.5195 61.3096
|
c4.58984 -5.66016 10.5898 -14.2998 17.9004 -16.4902c8.24023 -2.45996 16.5498 4.65039 23 8.83008c9.20996 5.99023 19.9795 13.4199 24.9795 23.6602c2.33008 4.78027 0.910156 11.8193 1.04004 17c0.209961 8.7002 1.98047 17.2598 1.98047 26zM166.767 75.5371
|
||||||
c-7.81055 1.9502 -23.6797 -6.34961 -31.96 -8.09961c-13.6504 -2.89062 -24.79 0.540039 -38 2.79004zM374.767 53.5371c-0.860352 -6.78027 1.34961 -18.2197 -1.49023 -24.2002c-7.25 -15.25 -24.4502 -25.4404 -38.5098 -33.6602
|
c0 -13.9404 -0.509766 -25.9502 5.21973 -39c4.77051 -10.8604 10.96 -21.1006 18.9502 -30c6.91992 -7.7002 14.8301 -8.95996 24.8301 -9c17.21 -0.0800781 33.7295 6.20996 42.4795 22c11.0703 19.9697 3.58008 55.0195 -21.5195 61.3096
|
||||||
c-6.58008 -3.83984 -13.1904 -7.72949 -21 -5.03027c-16.7705 5.80078 -20.9404 25.7607 -35 33.8906c0 -8.86035 0.299805 -16.6904 3.74023 -25c17.5791 -42.4307 71.5 -11.8398 89.46 14c7.42969 10.6895 13.3496 29.4697 2.7998 40zM166.767 50.5371l1 -1z
|
c-7.81055 1.9502 -23.6797 -6.34961 -31.96 -8.09961c-13.6504 -2.89062 -24.79 0.540039 -38 2.79004zM374.767 53.5371c-0.860352 -6.78027 1.34961 -18.2197 -1.49023 -24.2002c-7.25 -15.25 -24.4502 -25.4404 -38.5098 -33.6602
|
||||||
M164.767 27.5371c2.62988 -10.96 11.1094 -20.7998 17.2803 -30.04c2.16992 -3.23047 4.51953 -8.56055 8.09961 -10.4004c4.57031 -2.34961 11.5801 -2.10938 16.6201 -2.71973c15.3096 -1.83008 33.2598 -2.58984 48 2.5c5.62988 1.9502 11.75 4.01953 14.6797 9.66016
|
c-6.58008 -3.83984 -13.1904 -7.72949 -21 -5.03027c-16.7705 5.80078 -20.9404 25.7607 -35 33.8906c0 -8.86035 0.299805 -16.6904 3.74023 -25c17.5791 -42.4307 71.5 -11.8398 89.46 14c7.42969 10.6895 13.3496 29.4697 2.7998 40v7e-05zM166.767 50.5371l1 -1z
|
||||||
c2.98047 5.74023 -0.55957 14.0303 -1.67969 20c-5.56055 -5.91992 -9.39062 -12.4307 -16 -17.54c-14.2305 -10.9805 -43.1406 -17.7598 -59 -6.03027c-12.4307 9.19043 -17.4199 24.3105 -28 34.5703zM175.767 27.5371l1 -1zM288.767 27.5371l1 -1zM278.353 -15.71
|
M164.767 27.5371c2.62988 -10.96 11.1094 -20.7998 17.2803 -30.04c2.16992 -3.23047 4.51953 -8.56055 8.09961 -10.4004c4.57031 -2.34961 11.5801 -2.10938 16.6201 -2.71973c15.3096 -1.83008 33.2598 -2.58984 48 2.5c5.62988 1.9502 11.75 4.01953 14.6797 9.66016
|
||||||
c-3.21875 -13.6396 -2.83105 -10.6338 -5.35352 -28.5947c3.70215 -1.11914 2.1875 -3.09863 6.76758 -3.1582c18.3096 -0.219727 36.6797 2 55 2l40 1c4.66016 0.00976562 12.5303 -0.5 16.1201 3.03027c8.05957 7.93945 -1.26074 18.0596 -7.12012 23.25
|
c2.98047 5.74023 -0.55957 14.0303 -1.67969 20c-5.56055 -5.91992 -9.39062 -12.4307 -16 -17.54c-14.2305 -10.9805 -43.1406 -17.7598 -59 -6.03027c-12.4307 9.19043 -17.4199 24.3105 -28 34.5703zM175.767 27.5371l1 -1zM288.767 27.5371l1 -1zM278.353 -15.71
|
||||||
c-2 1.76953 -6.69043 5 -6.21973 8.12988c1.09961 9.03516 -1.60938 15.8027 -13.0361 0.888672c-8.7998 -6.59863 -11.4062 -7.99707 -26.3232 -13.3799c-9.52051 -2.7793 -24.999 -5.64941 -35.6396 -3.8125c-18.0244 2.48438 -18.0508 7.63281 -24.1953 10.6465z" />
|
c-3.21875 -13.6396 -2.83105 -10.6338 -5.35352 -28.5947c3.70215 -1.11914 2.1875 -3.09863 6.76758 -3.1582c18.3096 -0.219727 36.6797 2 55 2l40 1c4.66016 0.00976562 12.5303 -0.5 16.1201 3.03027c8.05957 7.93945 -1.26074 18.0596 -7.12012 23.25
|
||||||
<glyph glyph-name="ios" unicode=""
|
c-2 1.76953 -6.69043 5 -6.21973 8.12988c1.09961 9.03516 -1.60938 15.8027 -13.0361 0.888672c-8.7998 -6.59863 -11.4062 -7.99707 -26.3232 -13.3799c-9.52051 -2.7793 -24.999 -5.64941 -35.6396 -3.8125c-18.0244 2.48438 -18.0508 7.63281 -24.1953 10.6465z" />
|
||||||
d="M125.831 448h260.341c69.7109 0 125.831 -56.1201 125.831 -125.831v-260.341c0 -69.7109 -56.1201 -125.831 -125.831 -125.831h-260.341c-69.7109 0 -125.831 56.1201 -125.831 125.831v260.341c0 69.7109 56.1201 125.831 125.831 125.831zM59.2627 96.6289h32.8428
|
<glyph glyph-name="ios" unicode=""
|
||||||
v139.813h-32.8428zM75.6191 254.78c10.2881 0 18.334 7.91406 18.334 17.8066c0 10.0244 -8.0459 17.9385 -18.334 17.9385c-10.1572 0 -18.2021 -7.91406 -18.2021 -17.9385c0 -9.89355 8.0459 -17.8066 18.2021 -17.8066zM201.456 290.132
|
d="M125.831 448h260.341c69.7109 0 125.831 -56.1201 125.831 -125.831v-260.341c0 -69.7109 -56.1201 -125.831 -125.831 -125.831h-260.341c-69.7109 0 -125.831 56.1201 -125.831 125.831v260.341c0 69.7109 56.1201 125.831 125.831 125.831zM59.2627 96.6289h32.8428
|
||||||
c-55.5283 0 -90.3516 -37.8545 -90.3516 -98.4004s34.8174 -98.2686 90.3516 -98.2686c55.3975 0 90.2197 37.7227 90.2197 98.2686s-34.8174 98.4004 -90.2197 98.4004zM201.456 261.111c33.9004 0 55.5283 -26.9062 55.5283 -69.3799
|
v139.813h-32.8428zM75.6191 254.78c10.2881 0 18.334 7.91406 18.334 17.8066c0 10.0244 -8.0459 17.9385 -18.334 17.9385c-10.1572 0 -18.2021 -7.91406 -18.2021 -17.9385c0 -9.89355 8.0459 -17.8066 18.2021 -17.8066zM201.456 290.132
|
||||||
c0 -42.3398 -21.6309 -69.249 -55.5283 -69.249c-34.0312 0 -55.5283 26.9062 -55.5283 69.249c0 42.4746 21.5 69.3799 55.5283 69.3799zM305.53 150.183c1.45117 -35.0879 30.2061 -56.7168 73.9971 -56.7168c46.0342 0 75.0547 22.6865 75.0547 58.8281
|
c-55.5283 0 -90.3516 -37.8545 -90.3516 -98.4004s34.8174 -98.2686 90.3516 -98.2686c55.3975 0 90.2197 37.7227 90.2197 98.2686s-34.8174 98.4004 -90.2197 98.4004zM201.456 261.111c33.9004 0 55.5283 -26.9062 55.5283 -69.3799
|
||||||
c0 28.3584 -16.3564 44.3203 -55.0029 53.1543l-21.8955 5.0127c-23.3467 5.54004 -32.9775 12.9268 -32.9775 25.5898c0 15.8281 14.5098 26.3789 36.0088 26.3789c21.7637 0 36.6689 -10.6846 38.251 -28.4893h32.4492
|
c0 -42.3398 -21.6309 -69.249 -55.5283 -69.249c-34.0312 0 -55.5283 26.9062 -55.5283 69.249c0 42.4746 21.5 69.3799 55.5283 69.3799zM305.53 150.183c1.45117 -35.0879 30.2061 -56.7168 73.9971 -56.7168c46.0342 0 75.0547 22.6865 75.0547 58.8281
|
||||||
c-0.791992 33.5029 -28.4883 56.1914 -70.4346 56.1914c-41.4199 0 -70.834 -22.8184 -70.834 -56.585c0 -27.1699 16.6191 -44.0576 51.7051 -52.1006l24.666 -5.80371c24.0049 -5.67188 33.7686 -13.5859 33.7686 -27.3027c0 -15.8281 -15.96 -27.1699 -38.9092 -27.1699
|
c0 28.3584 -16.3564 44.3203 -55.0029 53.1543l-21.8955 5.0127c-23.3467 5.54004 -32.9775 12.9268 -32.9775 25.5898c0 15.8281 14.5098 26.3789 36.0088 26.3789c21.7637 0 36.6689 -10.6846 38.251 -28.4893h32.4492
|
||||||
c-23.2129 0 -40.7568 11.4756 -42.8652 29.0205h-32.9775z" />
|
c-0.791992 33.5029 -28.4883 56.1914 -70.4346 56.1914c-41.4199 0 -70.834 -22.8184 -70.834 -56.585c0 -27.1699 16.6191 -44.0576 51.7051 -52.1006l24.666 -5.80371c24.0049 -5.67188 33.7686 -13.5859 33.7686 -27.3027c0 -15.8281 -15.96 -27.1699 -38.9092 -27.1699
|
||||||
<glyph glyph-name="linux" unicode=""
|
c-23.2129 0 -40.7568 11.4756 -42.8652 29.0205h-32.9775z" />
|
||||||
d="M451.886 44.2285l-0.000976562 0.00292969c11.0996 -12.3984 15.8984 -21.4971 15.499 -29.6963c-0.5 -8.2002 -6.49902 -13.7998 -13.8994 -18.2988c-14.8994 -8.99902 -37.2979 -15.7988 -50.8965 -32.1973c-14.2002 -16.8984 -31.6992 -26.5977 -48.2969 -27.8975
|
<glyph glyph-name="linux" unicode=""
|
||||||
c-16.5 -1.30078 -31.998 6.29883 -40.2979 22.998v0.0996094c-1.09961 2.09961 -1.89941 4.39941 -2.49902 6.69922c-21.498 -1.19922 -40.1963 5.2998 -55.0947 4.09961c-21.999 -1.19922 -35.7979 -6.49902 -48.2969 -6.59863
|
d="M451.886 44.2285l-0.000976562 0.00292969c11.0996 -12.3984 15.8984 -21.4971 15.499 -29.6963c-0.5 -8.2002 -6.49902 -13.7998 -13.8994 -18.2988c-14.8994 -8.99902 -37.2979 -15.7988 -50.8965 -32.1973c-14.2002 -16.8984 -31.6992 -26.5977 -48.2969 -27.8975
|
||||||
c-4.7998 -10.5996 -14.2988 -17.5986 -25.8984 -20.1992c-15.9971 -3.69922 -36.0957 0 -55.8936 10.3994c-18.4971 9.79883 -41.9961 8.89941 -59.2949 12.499c-8.69922 1.7998 -16.2979 4.99902 -20.0977 12.2988c-3.7002 7.29883 -3 17.2979 2.19922 31.6973
|
c-16.5 -1.30078 -31.998 6.29883 -40.2979 22.998v0.0996094c-1.09961 2.09961 -1.89941 4.39941 -2.49902 6.69922c-21.498 -1.19922 -40.1963 5.2998 -55.0947 4.09961c-21.999 -1.19922 -35.7979 -6.49902 -48.2969 -6.59863
|
||||||
c1.7002 5.09961 0.400391 12.6992 -0.799805 20.7979c-0.599609 3.90039 -1.2002 7.89941 -1.2002 11.7998c0 4.29883 0.700195 8.49902 2.7998 12.3984c4.5 8.5 11.7998 12.0986 18.499 14.499s12.7988 4 16.999 8.2998c5.19922 5.49902 10.0986 14.3984 16.5977 20.1982
|
c-4.7998 -10.5996 -14.2988 -17.5986 -25.8984 -20.1992c-15.9971 -3.69922 -36.0957 0 -55.8936 10.3994c-18.4971 9.79883 -41.9961 8.89941 -59.2949 12.499c-8.69922 1.7998 -16.2979 4.99902 -20.0977 12.2988c-3.7002 7.29883 -3 17.2979 2.19922 31.6973
|
||||||
c-2.59961 17.1963 0.200195 35.3955 6.2002 53.2939c12.5967 37.8975 39.1953 74.1934 58.0938 96.6914c16.0986 22.8975 20.7988 41.2959 22.498 64.6943c1.10059 31.7969 -24.4971 135.389 77.8945 135.188c80.8936 -0.0996094 76.2949 -85.3916 75.7949 -131.288
|
c1.7002 5.09961 0.400391 12.6992 -0.799805 20.7979c-0.599609 3.90039 -1.2002 7.89941 -1.2002 11.7998c0 4.29883 0.700195 8.49902 2.7998 12.3984c4.5 8.5 11.7998 12.0986 18.499 14.499s12.7988 4 16.999 8.2998c5.19922 5.49902 10.0986 14.3984 16.5977 20.1982
|
||||||
c-0.300781 -30.0977 16.2979 -50.4961 33.3965 -71.9951c15.2002 -18 35.0986 -44.2969 46.4971 -74.3936c9.2998 -24.6006 12.8994 -51.7969 3.7002 -79.0947c1.39941 -0.5 2.7998 -1.2002 4.09961 -2c1.39941 -0.799805 2.7002 -1.7998 4 -2.89941
|
c-2.59961 17.1963 0.200195 35.3955 6.2002 53.2939c12.5967 37.8975 39.1953 74.1934 58.0938 96.6914c16.0986 22.8975 20.7988 41.2959 22.498 64.6943c1.10059 31.7969 -24.4971 135.389 77.8945 135.188c80.8936 -0.0996094 76.2949 -85.3916 75.7949 -131.288
|
||||||
c6.59863 -5.59961 8.69922 -14.2988 10.499 -22.3984c1.89941 -8.09863 3.59961 -15.6982 7.19922 -19.6982zM255.603 360.714h0.000976562c-3.19922 -7.19922 -3.89941 -14.8984 -2.89941 -21.7979c3.59961 -0.900391 8.89941 -2.40039 12.999 -4.39941
|
c-0.300781 -30.0977 16.2979 -50.4961 33.3965 -71.9951c15.2002 -18 35.0986 -44.2969 46.4971 -74.3936c9.2998 -24.6006 12.8994 -51.7969 3.7002 -79.0947c1.39941 -0.5 2.7998 -1.2002 4.09961 -2c1.39941 -0.799805 2.7002 -1.7998 4 -2.89941
|
||||||
c-2.09961 12.1982 4.49902 23.498 11.7988 22.998c8.89941 -0.300781 13.8984 -15.499 9.09961 -27.2979c-0.800781 -1.90039 -2.7998 -3.40039 -3.90039 -4.59961c6.69922 -2.30078 10.999 -4.10059 12.5986 -4.90039c7.90039 9.5 10.7998 26.1982 4.2998 40.3975
|
c6.59863 -5.59961 8.69922 -14.2988 10.499 -22.3984c1.89941 -8.09863 3.59961 -15.6982 7.19922 -19.6982zM255.603 360.714h0.000976562c-3.19922 -7.19922 -3.89941 -14.8984 -2.89941 -21.7979c3.59961 -0.900391 8.89941 -2.40039 12.999 -4.39941
|
||||||
c-9.7998 21.3984 -34.1973 21.7979 -43.9971 -0.400391zM214.905 372.214l0.000976562 -0.00195312c-18.8994 0 -23.998 -37.4951 -8.39941 -52.0938c7.79883 5.69922 6.89941 4.69922 5.89941 5.49902c-8 6.89941 -6.59961 27.3975 1.7998 28.0977
|
c-2.09961 12.1982 4.49902 23.498 11.7988 22.998c8.89941 -0.300781 13.8984 -15.499 9.09961 -27.2979c-0.800781 -1.90039 -2.7998 -3.40039 -3.90039 -4.59961c6.69922 -2.30078 10.999 -4.10059 12.5986 -4.90039c7.90039 9.5 10.7998 26.1982 4.2998 40.3975
|
||||||
c6.29883 0.5 10.7988 -10.6992 9.59863 -19.5986c3.09961 2.10059 6.69922 3.60059 10.1992 4.59961c1.7002 19.2988 -8.99902 33.498 -19.0986 33.498zM202.571 304.373v0.000976562c-4.67871 -4.16504 2.83789 -10.7852 9.23438 -15.0332
|
c-9.7998 21.3984 -34.1973 21.7979 -43.9971 -0.400391zM214.905 372.214l0.000976562 -0.00195312c-18.8994 0 -23.998 -37.4951 -8.39941 -52.0938c7.79883 5.69922 6.89941 4.69922 5.89941 5.49902c-8 6.89941 -6.59961 27.3975 1.7998 28.0977
|
||||||
c7.7998 -4.59961 11.999 -11.499 19.998 -14.999c2.59961 -1.09961 5.7002 -1.89941 9.59961 -2.09961c18.3984 -1.09961 27.0977 11.2988 38.1973 14.8984c9.13184 2.93262 27.8037 17.0635 12.1982 22.1064c-11.2988 4.89941 -16.2979 5.2002 -22.5977 9.2998
|
c6.29883 0.5 10.7988 -10.6992 9.59863 -19.5986c3.09961 2.10059 6.69922 3.60059 10.1992 4.59961c1.7002 19.2988 -8.99902 33.498 -19.0986 33.498zM202.571 304.373v0.000976562c-4.67871 -4.16504 2.83789 -10.7852 9.23438 -15.0332
|
||||||
c-10.2988 6.59863 -18.7979 8.89844 -25.8975 8.89844c-14.3994 0 -23.2129 -9.7832 -27.8984 -14.1982c-0.513672 -0.485352 -6.63477 -4.27441 -12.834 -8.87402zM198.104 -17.0264l-0.000976562 -0.000976562c2.10059 20.5 -24.9951 34.9072 -34.4941 54.8057
|
c7.7998 -4.59961 11.999 -11.499 19.998 -14.999c2.59961 -1.09961 5.7002 -1.89941 9.59961 -2.09961c18.3984 -1.09961 27.0977 11.2988 38.1973 14.8984c9.13184 2.93262 27.8037 17.0635 12.1982 22.1064c-11.2988 4.89941 -16.2979 5.2002 -22.5977 9.2998
|
||||||
l-19.5977 35.5967c-6.7998 9.19922 -13.7988 14.7988 -21.8984 15.999c-7.69922 1.19922 -12.1992 -1.40039 -17.2988 -6.89941c-4.7998 -5.09961 -8.7998 -12.2998 -14.2988 -17.999c-7.7998 -6.49902 -3.46777 -3.30859 -13.7666 -7.00879
|
c-10.2988 6.59863 -18.7979 8.89844 -25.8975 8.89844c-14.3994 0 -23.2129 -9.7832 -27.8984 -14.1982c-0.513672 -0.485352 -6.63477 -4.27441 -12.834 -8.87402zM198.104 -17.0264l-0.000976562 -0.000976562c2.10059 20.5 -24.9951 34.9072 -34.4941 54.8057
|
||||||
c-6.2998 -2.19922 -9.67383 1.18066 -13.1729 -5.51855c-2.7002 -4.99902 -2.10059 -12.1992 -0.900391 -19.998c1.2002 -7.89941 3 -16.2988 0.600586 -23.8984v-0.200195c-5 -13.6982 -5 -18.8076 -2.60059 -23.5068c7.90039 -15.3994 38.7402 -1.04199 68.6377 -16.8408
|
l-19.5977 35.5967c-6.7998 9.19922 -13.7988 14.7988 -21.8984 15.999c-7.69922 1.19922 -12.1992 -1.40039 -17.2988 -6.89941c-4.7998 -5.09961 -8.7998 -12.2998 -14.2988 -17.999c-7.7998 -6.49902 -3.46777 -3.30859 -13.7666 -7.00879
|
||||||
c31.3965 -16.3994 66.0918 -19.6279 68.791 15.4697zM203.207 11.0391h-0.000976562c37.5967 -25.6973 82.1943 -15.6982 114.291 7.19922c3.2002 11 6.2998 13.7119 6.7998 21.4111c0.799805 15.1992 1.59961 28.6982 4.39941 39.8975
|
c-6.2998 -2.19922 -9.67383 1.18066 -13.1729 -5.51855c-2.7002 -4.99902 -2.10059 -12.1992 -0.900391 -19.998c1.2002 -7.89941 3 -16.2988 0.600586 -23.8984v-0.200195c-5 -13.6982 -5 -18.8076 -2.60059 -23.5068c7.90039 -15.3994 38.7402 -1.04199 68.6377 -16.8408
|
||||||
c3.09961 12.5986 9.2998 23.0977 21.3984 27.2979c2.2998 21.0977 18.6992 21.0977 38.2969 12.498c7.74512 -0.880859 18.4053 -13.8916 -24.2979 3.69141c-5.29883 29.0977 -17.498 62.9043 -23.5977 74.3027c-11.5 21.3975 -29.498 61.7178 -37.1973 92.1143
|
c31.3965 -16.3994 66.0918 -19.6279 68.791 15.4697zM203.207 11.0391h-0.000976562c37.5967 -25.6973 82.1943 -15.6982 114.291 7.19922c3.2002 11 6.2998 13.7119 6.7998 21.4111c0.799805 15.1992 1.59961 28.6982 4.39941 39.8975
|
||||||
c-4.5 -6.39941 -12.3994 -11.8984 -22.2979 -14.998c-4.7002 -1.5 -9.69922 -5.5 -15.8994 -9c-13.8994 -7.99902 -29.998 -8.79883 -42.3965 1.2002c-4.5 3.59961 -7.99902 7.59961 -12.5986 10.2988c-1.60059 0.900391 -5.09961 3.2998 -6.2002 4.10059
|
c3.09961 12.5986 9.2998 23.0977 21.3984 27.2979c2.2998 21.0977 18.6992 21.0977 38.2969 12.498c7.74512 -0.880859 18.4053 -13.8916 -24.2979 3.69141c-5.29883 29.0977 -17.498 62.9043 -23.5977 74.3027c-11.5 21.3975 -29.498 61.7178 -37.1973 92.1143
|
||||||
c-2 -37.7979 -27.2979 -81.7168 -39.2969 -109.114c-8.2998 -19.6973 -13.1992 -59.9453 -13.7988 -80.6436c-50.0469 44.9688 11.1963 143.627 -15.5986 27.9473c3.5 -11.1982 11.0996 -21.498 24.5977 -29.8975c0 0 24.7988 -14.2979 38.2979 -32.4971
|
c-4.5 -6.39941 -12.3994 -11.8984 -22.2979 -14.998c-4.7002 -1.5 -9.69922 -5.5 -15.8994 -9c-13.8994 -7.99902 -29.998 -8.79883 -42.3965 1.2002c-4.5 3.59961 -7.99902 7.59961 -12.5986 10.2988c-1.60059 0.900391 -5.09961 3.2998 -6.2002 4.10059
|
||||||
c7.39941 -9.99902 9.69922 -18.6982 7.39941 -24.8975c-2.5 -6.7002 -9.59961 -8.89941 -16.6992 -8.89941c4.7998 -6 5.60254 -6.40527 14.3994 -12.0117zM450.692 14.4092h0.00195312c1.61133 9.45215 -6.78027 17.3408 -12.0107 24.373
|
c-2 -37.7979 -27.2979 -81.7168 -39.2969 -109.114c-8.2998 -19.6973 -13.1992 -59.9453 -13.7988 -80.6436c-50.0469 44.9688 11.1963 143.627 -15.5986 27.9473c3.5 -11.1982 11.0996 -21.498 24.5977 -29.8975c0 0 24.7988 -14.2979 38.2979 -32.4971
|
||||||
c-10 11.3008 -7.10352 30.2266 -16.9805 38.752c-6.92188 5.97363 -6.30957 8.30957 -14.5107 8.71191c-7.7002 -8.79883 -25.7988 -19.5977 -38.3975 -16.2988c-11.499 2.90039 -17.998 10.293 -18.7979 23.4912c-0.299805 -0.199219 -0.700195 -0.299805 -1 -0.5
|
c7.39941 -9.99902 9.69922 -18.6982 7.39941 -24.8975c-2.5 -6.7002 -9.59961 -8.89941 -16.6992 -8.89941c4.7998 -6 5.60254 -6.40527 14.3994 -12.0117zM450.692 14.4092h0.00195312c1.61133 9.45215 -6.78027 17.3408 -12.0107 24.373
|
||||||
c-7.09961 -3.89941 -4.96777 -4.79199 -7.56738 -15.0918c-2.5 -10.1992 -3.40039 -23.498 -4.2002 -38.6973c-0.700195 -11.7998 -6.19922 -26.3984 -9.89941 -40.5967c-3.49902 -13.1992 -6.50391 -17.6836 -1.80371 -28.7832
|
c-10 11.3008 -7.10352 30.2266 -16.9805 38.752c-6.92188 5.97363 -6.30957 8.30957 -14.5107 8.71191c-7.7002 -8.79883 -25.7988 -19.5977 -38.3975 -16.2988c-11.499 2.90039 -17.998 10.293 -18.7979 23.4912c-0.299805 -0.199219 -0.700195 -0.299805 -1 -0.5
|
||||||
c7.19922 -14.498 13.8164 -20.3359 28.0146 -19.2363c14.1982 1.10059 28.6523 10.9092 41.8516 26.6074c21.9971 26.5977 54.4004 20.4707 55.2998 37.2686z" />
|
c-7.09961 -3.89941 -4.96777 -4.79199 -7.56738 -15.0918c-2.5 -10.1992 -3.40039 -23.498 -4.2002 -38.6973c-0.700195 -11.7998 -6.19922 -26.3984 -9.89941 -40.5967c-3.49902 -13.1992 -6.50391 -17.6836 -1.80371 -28.7832
|
||||||
<glyph glyph-name="macos" unicode=""
|
c7.19922 -14.498 13.8164 -20.3359 28.0146 -19.2363c14.1982 1.10059 28.6523 10.9092 41.8516 26.6074c21.9971 26.5977 54.4004 20.4707 55.2998 37.2686z" />
|
||||||
d="M22.3262 393.681h467.347c12.3691 0 22.3262 -9.95703 22.3262 -22.3262v-358.71c0 -12.3691 -9.95703 -22.3262 -22.3262 -22.3262h-467.347c-12.3691 0 -22.3262 9.95703 -22.3262 22.3262v358.71c0 12.3691 9.95801 22.3262 22.3262 22.3262zM300.661 369.122
|
<glyph glyph-name="macos" unicode=""
|
||||||
l-0.000976562 -0.0146484c-36.5176 -22.0273 -54 -80.3857 -76.6523 -205.402h76.6523v-38.3877h0.015625v-40.0879c22.4736 5.59863 49.1221 16.54 74.249 37.6279c1.98633 1.61719 4.37598 2.4043 6.74707 2.4082c3.04688 0.00488281 6.06152 -1.28711 8.13965 -3.78125
|
d="M22.3262 393.681h467.347c12.3691 0 22.3262 -9.95703 22.3262 -22.3262v-358.71c0 -12.3691 -9.95703 -22.3262 -22.3262 -22.3262h-467.347c-12.3691 0 -22.3262 9.95703 -22.3262 22.3262v358.71c0 12.3691 9.95801 22.3262 22.3262 22.3262zM300.661 369.122
|
||||||
c3.80176 -4.43457 3.16797 -11.0869 -1.2666 -14.8877c-29.9707 -25.0566 -61.8877 -37.2373 -87.8691 -43.0752v-39.0908c0.287109 -5.34766 4.68652 -9.56738 10.1084 -9.56738h170.269c5.60938 0 10.125 4.51562 10.125 10.125v334.01
|
l-0.000976562 -0.0146484c-36.5176 -22.0273 -54 -80.3857 -76.6523 -205.402h76.6523v-38.3877h0.015625v-40.0879c22.4736 5.59863 49.1221 16.54 74.249 37.6279c1.98633 1.61719 4.37598 2.4043 6.74707 2.4082c3.04688 0.00488281 6.06152 -1.28711 8.13965 -3.78125
|
||||||
c0 5.6084 -4.51562 10.124 -10.125 10.124h-180.392zM126.22 311.817c-6.59766 0 -11.9082 -5.31055 -11.9082 -11.9072v-47.6279c0 -6.59668 5.31152 -11.9072 11.9082 -11.9072s11.9072 5.31055 11.9072 11.9072v47.6279c0 6.59668 -5.31152 11.9072 -11.9072 11.9072z
|
c3.80176 -4.43457 3.16797 -11.0869 -1.2666 -14.8877c-29.9707 -25.0566 -61.8877 -37.2373 -87.8691 -43.0752v-39.0908c0.287109 -5.34766 4.68652 -9.56738 10.1084 -9.56738h170.269c5.60938 0 10.125 4.51562 10.125 10.125v334.01
|
||||||
M130.371 125.282h0.000976562c-3.04004 0.00488281 -6.08008 -1.28613 -8.21875 -3.78125c-3.69531 -4.43457 -3.16699 -11.0859 1.37305 -14.8877c17.3174 -14.4668 64.8281 -48.1475 132.511 -48.1475c3.70117 0 8.45508 0.0996094 13.9736 0.558594v21.123
|
c0 5.6084 -4.51562 10.124 -10.125 10.124h-180.392zM126.22 311.817c-6.59766 0 -11.9082 -5.31055 -11.9082 -11.9072v-47.6279c0 -6.59668 5.31152 -11.9072 11.9082 -11.9072s11.9072 5.31055 11.9072 11.9072v47.6279c0 6.59668 -5.31152 11.9072 -11.9072 11.9072z
|
||||||
c-0.618164 -0.0507812 -1.23438 -0.100586 -1.83203 -0.142578c-4.75098 -0.316406 -8.86914 -0.422852 -12.1416 -0.422852c-60.8193 0 -103.477 30.1992 -118.997 43.292c-1.94043 1.61621 -4.30469 2.4043 -6.66895 2.4082zM385.811 311.818
|
M130.371 125.282h0.000976562c-3.04004 0.00488281 -6.08008 -1.28613 -8.21875 -3.78125c-3.69531 -4.43457 -3.16699 -11.0859 1.37305 -14.8877c17.3174 -14.4668 64.8281 -48.1475 132.511 -48.1475c3.70117 0 8.45508 0.0996094 13.9736 0.558594v21.123
|
||||||
c6.59668 0 11.9082 -5.31055 11.9082 -11.9072v-47.6279c0 -6.59668 -5.31152 -11.9072 -11.9082 -11.9072c-6.5957 0 -11.9072 5.31055 -11.9072 11.9072v47.6279c0 6.59668 5.31152 11.9072 11.9072 11.9072z" />
|
c-0.618164 -0.0507812 -1.23438 -0.100586 -1.83203 -0.142578c-4.75098 -0.316406 -8.86914 -0.422852 -12.1416 -0.422852c-60.8193 0 -103.477 30.1992 -118.997 43.292c-1.94043 1.61621 -4.30469 2.4043 -6.66895 2.4082zM385.811 311.818
|
||||||
<glyph glyph-name="mix" unicode=""
|
c6.59668 0 11.9082 -5.31055 11.9082 -11.9072v-47.6279c0 -6.59668 -5.31152 -11.9072 -11.9082 -11.9072c-6.5957 0 -11.9072 5.31055 -11.9072 11.9072v47.6279c0 6.59668 5.31152 11.9072 11.9072 11.9072z" />
|
||||||
d="M-0.00195312 443.982l512.007 -0.0517578v-284.611c0 -27.709 -23.001 -50.166 -51.3604 -50.166c-28.3701 0 -51.3721 22.4561 -51.3721 50.1543v25.5312c0 27.709 -23.001 50.165 -51.3604 50.165c-26.0381 0 -47.5518 -18.918 -50.9121 -43.4502v-77.7139
|
<glyph glyph-name="mix" unicode=""
|
||||||
c-0.0107422 -27.7305 -22.916 -50.208 -51.1689 -50.208c-28.2637 0 -51.168 22.4775 -51.168 50.2188v196.529c0 27.7402 -22.9062 50.2295 -51.1689 50.2295c-26.9404 0 -49.002 -20.4502 -50.998 -46.3867l-0.0322266 -324.046
|
d="M-0.00195312 443.982l512.007 -0.0517578v-284.611c0 -27.709 -23.001 -50.166 -51.3604 -50.166c-28.3701 0 -51.3721 22.4561 -51.3721 50.1543v25.5312c0 27.709 -23.001 50.165 -51.3604 50.165c-26.0381 0 -47.5518 -18.918 -50.9121 -43.4502v-77.7139
|
||||||
c0 -27.709 -22.9375 -50.166 -51.2324 -50.166c-28.2959 0 -51.2334 22.457 -51.2334 50.166v453.806z" />
|
c-0.0107422 -27.7305 -22.916 -50.208 -51.1689 -50.208c-28.2637 0 -51.168 22.4775 -51.168 50.2188v196.529c0 27.7402 -22.9062 50.2295 -51.1689 50.2295c-26.9404 0 -49.002 -20.4502 -50.998 -46.3867l-0.0322266 -324.046
|
||||||
<glyph glyph-name="netbsd" unicode=""
|
c0 -27.709 -22.9375 -50.166 -51.2324 -50.166c-28.2959 0 -51.2334 22.457 -51.2334 50.166v453.806z" />
|
||||||
d="M98.8613 362.14c0 0 -1.45508 3.38184 -5.55566 1.11816c-3.40918 -1.89062 -1.63574 -5.38379 -1.63574 -5.38379l64.0791 -135.497h15.5439l-72.4336 139.764zM280.757 11.126l-48.4775 93.5566h-20.876l48.6963 -102.967s4.90723 -9.69141 15.4375 -4.33398
|
<glyph glyph-name="netbsd" unicode=""
|
||||||
c10.5264 5.35742 5.22168 13.7441 5.22168 13.7441zM459.44 371.419c-60.7549 29.1592 -115.723 15.2344 -177.202 -3.16406c-61.8916 -18.5117 -116.944 -28.5312 -178.791 -3.29785c6.7373 -12.0391 10.1104 -18.0576 16.8516 -30.0869
|
d="M98.8613 362.14c0 0 -1.45508 3.38184 -5.55566 1.11816c-3.40918 -1.89062 -1.63574 -5.38379 -1.63574 -5.38379l64.0791 -135.497h15.5439l-72.4336 139.764zM280.757 11.126l-48.4775 93.5566h-20.876l48.6963 -102.967s4.90723 -9.69141 15.4375 -4.33398
|
||||||
c6.18848 -11.0654 12.3857 -22.1299 18.5771 -33.1904c6.74023 -12.0361 10.1094 -18.0498 16.8506 -30.084c49.2402 -13.917 90.0186 4.13184 133.778 26.0068c52.5449 26.2529 100.007 49.8721 160.042 36.1875c-50.7344 25.4053 -96.7275 19.1094 -149.778 4.7168
|
c10.5264 5.35742 5.22168 13.7441 5.22168 13.7441zM459.44 371.419c-60.7549 29.1592 -115.723 15.2344 -177.202 -3.16406c-61.8916 -18.5117 -116.944 -28.5312 -178.791 -3.29785c6.7373 -12.0391 10.1104 -18.0576 16.8516 -30.0869
|
||||||
c51.9375 26.4404 100.837 47.0049 159.675 32.9121zM99.6621 155.143c0 -10.1494 0 -19.9785 0.311523 -25.1357c-1.09082 -1.86523 -5.46094 -3.59082 -9.20605 -3.59082c-0.158203 0 -5.30957 7.96387 -12.6445 17.0215l-36.0576 44.6484
|
c6.18848 -11.0654 12.3857 -22.1299 18.5771 -33.1904c6.74023 -12.0361 10.1094 -18.0498 16.8506 -30.084c49.2402 -13.917 90.0186 4.13184 133.778 26.0068c52.5449 26.2529 100.007 49.8721 160.042 36.1875c-50.7344 25.4053 -96.7275 19.1094 -149.778 4.7168
|
||||||
c-8.89453 11.2412 -14.2031 17.6387 -17.0127 19.9814c-0.779297 -1.55859 -0.779297 -4.21094 -0.779297 -9.98828v-30.291c0 -12.6455 0.62207 -24.3506 2.34082 -28.5693c1.40625 -3.27539 4.99414 -4.21289 9.05273 -4.98926l4.37012 -0.62793
|
c51.9375 26.4404 100.837 47.0049 159.675 32.9121zM99.6621 155.143c0 -10.1494 0 -19.9785 0.311523 -25.1357c-1.09082 -1.86523 -5.46094 -3.59082 -9.20605 -3.59082c-0.158203 0 -5.30957 7.96387 -12.6445 17.0215l-36.0576 44.6484
|
||||||
c1.24707 -1.25195 0.936523 -4.53223 0 -5.45996c-8.42871 0.304688 -14.6719 0.467773 -20.915 0.467773c-5.77539 0 -11.5488 -0.163086 -17.4795 -0.467773c-0.9375 0.927734 -1.25 4.20801 0 5.45996l2.65234 0.46875c4.21387 0.9375 7.17773 1.87305 8.58203 5.14844
|
c-8.89453 11.2412 -14.2031 17.6387 -17.0127 19.9814c-0.779297 -1.55859 -0.779297 -4.21094 -0.779297 -9.98828v-30.291c0 -12.6455 0.62207 -24.3506 2.34082 -28.5693c1.40625 -3.27539 4.99414 -4.21289 9.05273 -4.98926l4.37012 -0.62793
|
||||||
c1.56152 4.21875 2.1875 15.9238 2.1875 28.5693v39.6562c0 8.58203 0 11.0781 -1.09277 13.2646c-1.09473 2.65527 -3.43555 4.21777 -8.89844 5.30859l-4.36816 0.626953c-1.09277 1.24902 -0.9375 4.99512 0.62207 5.46094
|
c1.24707 -1.25195 0.936523 -4.53223 0 -5.45996c-8.42871 0.304688 -14.6719 0.467773 -20.915 0.467773c-5.77539 0 -11.5488 -0.163086 -17.4795 -0.467773c-0.9375 0.927734 -1.25 4.20801 0 5.45996l2.65234 0.46875c4.21387 0.9375 7.17773 1.87305 8.58203 5.14844
|
||||||
c7.33691 -0.304688 15.1406 -0.46582 21.543 -0.46582c5.30566 0 9.83301 0.15625 13.1104 0.466797c1.56348 -7.02441 11.708 -18.8848 25.7549 -35.5928l13.1113 -15.457c7.02539 -8.11816 11.3945 -13.5771 14.9873 -17.1729
|
c1.56152 4.21875 2.1875 15.9238 2.1875 28.5693v39.6562c0 8.58203 0 11.0781 -1.09277 13.2646c-1.09473 2.65527 -3.43555 4.21777 -8.89844 5.30859l-4.36816 0.626953c-1.09277 1.24902 -0.9375 4.99512 0.62207 5.46094
|
||||||
c0.623047 1.56445 0.623047 4.22168 0.623047 7.02539v21.5479c0 12.6426 -0.623047 24.3516 -2.34277 28.5732c-1.40527 3.27344 -4.83789 4.20605 -9.05176 4.9873l-4.21582 0.626953c-1.24609 1.24902 -0.935547 4.52637 0 5.46094
|
c7.33691 -0.304688 15.1406 -0.46582 21.543 -0.46582c5.30566 0 9.83301 0.15625 13.1104 0.466797c1.56348 -7.02441 11.708 -18.8848 25.7549 -35.5928l13.1113 -15.457c7.02539 -8.11816 11.3945 -13.5771 14.9873 -17.1729
|
||||||
c8.43164 -0.304688 14.5186 -0.46582 20.918 -0.46582c5.77246 0 11.3936 0.15625 17.4824 0.466797c0.936523 -0.935547 1.24609 -4.21289 0 -5.46387l-2.81055 -0.46582c-4.05664 -0.94043 -7.02441 -1.87305 -8.43066 -5.1543
|
c0.623047 1.56445 0.623047 4.22168 0.623047 7.02539v21.5479c0 12.6426 -0.623047 24.3516 -2.34277 28.5732c-1.40527 3.27344 -4.83789 4.20605 -9.05176 4.9873l-4.21582 0.626953c-1.24609 1.24902 -0.935547 4.52637 0 5.46094
|
||||||
c-1.71387 -4.21387 -2.34082 -15.9229 -2.34082 -28.5703v-37.3125zM137.06 193.233l0.000976562 -0.00195312c16.2314 0 24.9727 -10.46 24.9727 -22.4854c0 -2.96582 -0.779297 -5.15039 -5.61621 -5.15039h-29.9697c-3.58984 0 -3.9043 -0.30957 -3.9043 -2.80762
|
c8.43164 -0.304688 14.5186 -0.46582 20.918 -0.46582c5.77246 0 11.3936 0.15625 17.4824 0.466797c0.936523 -0.935547 1.24609 -4.21289 0 -5.46387l-2.81055 -0.46582c-4.05664 -0.94043 -7.02441 -1.87305 -8.43066 -5.1543
|
||||||
c0 -11.7109 7.49414 -23.1064 22.0088 -23.1064c4.37207 0 10.3027 0.932617 14.5166 8.11621c1.7168 0.310547 4.05859 -0.936523 4.05859 -3.58594c-6.40039 -13.2725 -17.9502 -17.8047 -27.3164 -17.8047c-21.0713 0 -32.4639 14.8359 -32.4639 31.8525
|
c-1.71387 -4.21387 -2.34082 -15.9229 -2.34082 -28.5703v-37.3125zM137.06 193.233l0.000976562 -0.00195312c16.2314 0 24.9727 -10.46 24.9727 -22.4854c0 -2.96582 -0.779297 -5.15039 -5.61621 -5.15039h-29.9697c-3.58984 0 -3.9043 -0.30957 -3.9043 -2.80762
|
||||||
c0 19.6719 14.2031 34.9736 33.7129 34.9736zM135.474 186.187c-5.47949 0.0712891 -12.2588 -6.91406 -11.6406 -11.5713c0.421875 -3.1709 5.40625 -2.18848 11.417 -2.18848c5.5791 0 9.72559 -0.0146484 9.08301 5.93848
|
c0 -11.7109 7.49414 -23.1064 22.0088 -23.1064c4.37207 0 10.3027 0.932617 14.5166 8.11621c1.7168 0.310547 4.05859 -0.936523 4.05859 -3.58594c-6.40039 -13.2725 -17.9502 -17.8047 -27.3164 -17.8047c-21.0713 0 -32.4639 14.8359 -32.4639 31.8525
|
||||||
c-0.342773 3.18066 -1.58105 7.11914 -8.33301 7.79199c-0.173828 0.0166016 -0.349609 0.0263672 -0.526367 0.0292969zM192.808 182.614c-2.02832 0 -2.18457 -0.152344 -2.18457 -3.59082v-23.4102c0 -8.74805 0 -18.4277 10.9258 -18.4277
|
c0 19.6719 14.2031 34.9736 33.7129 34.9736zM135.474 186.187c-5.47949 0.0712891 -12.2588 -6.91406 -11.6406 -11.5713c0.421875 -3.1709 5.40625 -2.18848 11.417 -2.18848c5.5791 0 9.72559 -0.0146484 9.08301 5.93848
|
||||||
c2.18555 0 4.68164 1.09082 6.55762 2.33887c1.55664 -0.463867 2.49414 -2.18066 2.18066 -4.05566c-4.37012 -4.68066 -12.7979 -9.05762 -22.4746 -9.05762c-12.957 0 -17.4814 7.49609 -17.4814 17.8057v34.8066c0 3.28223 -0.15625 3.59082 -2.9668 3.59082h-4.83594
|
c-0.342773 3.18066 -1.58105 7.11914 -8.33301 7.79199c-0.173828 0.0166016 -0.349609 0.0263672 -0.526367 0.0292969zM192.808 182.614c-2.02832 0 -2.18457 -0.152344 -2.18457 -3.59082v-23.4102c0 -8.74805 0 -18.4277 10.9258 -18.4277
|
||||||
c-1.71875 0.636719 -2.18652 3.75 -0.939453 4.8457c4.83789 1.71191 9.20898 4.52637 12.9561 7.02051c2.80957 2.02832 6.71289 5.30371 11.5508 12.1836c1.08984 0.620117 3.90234 0.459961 4.68359 -0.78418v-11.7109c0 -2.96387 0.15625 -3.12012 2.96484 -3.12012
|
c2.18555 0 4.68164 1.09082 6.55762 2.33887c1.55664 -0.463867 2.49414 -2.18066 2.18066 -4.05566c-4.37012 -4.68066 -12.7979 -9.05762 -22.4746 -9.05762c-12.957 0 -17.4814 7.49609 -17.4814 17.8057v34.8066c0 3.28223 -0.15625 3.59082 -2.9668 3.59082h-4.83594
|
||||||
h13.8936c0.780273 -0.62207 1.24707 -1.56445 1.24707 -2.96777c0 -1.7168 -0.466797 -4.52246 -2.02734 -5.4668h-14.0518zM256.05 232.106l-0.000976562 0.000976562c14.9814 0 24.9756 -1.7207 31.8389 -5.78125c6.71289 -4.05762 10.7676 -10.6182 10.7676 -19.8232
|
c-1.71875 0.636719 -2.18652 3.75 -0.939453 4.8457c4.83789 1.71191 9.20898 4.52637 12.9561 7.02051c2.80957 2.02832 6.71289 5.30371 11.5508 12.1836c1.08984 0.620117 3.90234 0.459961 4.68359 -0.78418v-11.7109c0 -2.96387 0.15625 -3.12012 2.96484 -3.12012
|
||||||
c0 -13.1172 -11.0791 -18.2676 -15.917 -19.5195c-1.56348 -0.305664 -3.125 -0.935547 -3.125 -1.71484c0 -0.466797 0.78418 -0.931641 2.19043 -1.25c12.3301 -2.65527 22.7842 -10.7656 22.9424 -25.9062c0.157227 -14.3652 -8.42676 -22.7979 -18.2578 -26.2363
|
h13.8936c0.780273 -0.62207 1.24707 -1.56445 1.24707 -2.96777c0 -1.7168 -0.466797 -4.52246 -2.02734 -5.4668h-14.0518zM256.05 232.106l-0.000976562 0.000976562c14.9814 0 24.9756 -1.7207 31.8389 -5.78125c6.71289 -4.05762 10.7676 -10.6182 10.7676 -19.8232
|
||||||
c-9.83789 -3.43262 -21.541 -3.90137 -31.0635 -3.90137c-5.61719 0 -11.5488 0.630859 -16.0771 0.630859c-7.65137 0 -15.2998 -0.163086 -24.1934 -0.47168c-1.24707 0.93457 -1.24707 4.99219 0 5.45996l4.52637 0.938477
|
c0 -13.1172 -11.0791 -18.2676 -15.917 -19.5195c-1.56348 -0.305664 -3.125 -0.935547 -3.125 -1.71484c0 -0.466797 0.78418 -0.931641 2.19043 -1.25c12.3301 -2.65527 22.7842 -10.7656 22.9424 -25.9062c0.157227 -14.3652 -8.42676 -22.7979 -18.2578 -26.2363
|
||||||
c7.02148 1.40234 7.95996 2.49707 7.95996 16.5479v55.1094h-0.00390625c0 15.7637 -0.3125 17.4775 -6.86719 18.2637l-4.21484 0.62793c-1.4043 0.78125 -1.71777 5.46289 0.625 5.61914c11.8643 0.77832 23.2588 1.40625 38.8701 1.40625zM254.441 225.473v-0.000976562
|
c-9.83789 -3.43262 -21.541 -3.90137 -31.0635 -3.90137c-5.61719 0 -11.5488 0.630859 -16.0771 0.630859c-7.65137 0 -15.2998 -0.163086 -24.1934 -0.47168c-1.24707 0.93457 -1.24707 4.99219 0 5.45996l4.52637 0.938477
|
||||||
c-1.76953 -0.00390625 -3.63965 -0.158203 -5.6084 -0.482422c-1.28809 -14.2012 -1.10254 -27.3037 0.666992 -38.333c36.2344 -6.14355 35.5342 38.8789 4.94141 38.8164zM257.315 180.149c-2.44727 -0.0126953 -5.07617 -0.327148 -7.88477 -0.990234
|
c7.02148 1.40234 7.95996 2.49707 7.95996 16.5479v55.1094h-0.00390625c0 15.7637 -0.3125 17.4775 -6.86719 18.2637l-4.21484 0.62793c-1.4043 0.78125 -1.71777 5.46289 0.625 5.61914c11.8643 0.77832 23.2588 1.40625 38.8701 1.40625zM254.441 225.473v-0.000976562
|
||||||
c-0.90332 -15.3789 -2.64355 -36.0166 3.02344 -42.4365c36.3223 -7.48047 37.2148 43.5928 4.86133 43.4268v-6.6e-05zM338.793 126.106c-14.3564 0 -23.2559 4.05957 -26.5312 5.92969c-2.96582 3.43457 -4.99316 14.6738 -4.99316 25.292
|
c-1.76953 -0.00390625 -3.63965 -0.158203 -5.6084 -0.482422c-1.28809 -14.2012 -1.10254 -27.3037 0.666992 -38.333c36.2344 -6.14355 35.5342 38.8789 4.94141 38.8164zM257.315 180.149c-2.44727 -0.0126953 -5.07617 -0.327148 -7.88477 -0.990234
|
||||||
c1.08984 2.02637 4.68262 2.18652 5.92969 0.46875c3.12109 -10.1465 13.5762 -24.5088 26.8467 -24.5088c11.5479 0 16.8584 7.96094 16.8584 15.7637c0 12.6445 -11.8613 20.1387 -21.2285 24.8203c-11.2383 5.62793 -23.4131 14.9873 -23.5664 30.4482
|
c-0.90332 -15.3789 -2.64355 -36.0166 3.02344 -42.4365c36.3223 -7.48047 37.2148 43.5928 4.86133 43.4268v-6.6e-05zM338.793 126.106c-14.3564 0 -23.2559 4.05957 -26.5312 5.92969c-2.96582 3.43457 -4.99316 14.6738 -4.99316 25.292
|
||||||
c0 17.6377 13.5801 29.8203 36.2119 29.8203c5.14941 0 11.5479 -0.62793 17.7949 -2.50391c2.02832 -0.624023 3.43066 -0.931641 5.30566 -1.24609c1.24316 -3.43457 2.81055 -11.8652 2.81055 -22.3271c-0.782227 -1.86816 -4.68555 -2.02734 -6.08789 -0.472656
|
c1.08984 2.02637 4.68262 2.18652 5.92969 0.46875c3.12109 -10.1465 13.5762 -24.5088 26.8467 -24.5088c11.5479 0 16.8584 7.96094 16.8584 15.7637c0 12.6445 -11.8613 20.1387 -21.2285 24.8203c-11.2383 5.62793 -23.4131 14.9873 -23.5664 30.4482
|
||||||
c-2.65527 7.96777 -9.37012 19.3652 -20.6074 19.3652c-10.2988 0 -15.917 -6.71582 -15.917 -14.5166c0 -7.18457 6.39258 -13.7373 14.1982 -17.7979l10.3057 -5.46875c9.67578 -5.15039 22.0088 -14.2031 22.0088 -31.376
|
c0 17.6377 13.5801 29.8203 36.2119 29.8203c5.14941 0 11.5479 -0.62793 17.7949 -2.50391c2.02832 -0.624023 3.43066 -0.931641 5.30566 -1.24609c1.24316 -3.43457 2.81055 -11.8652 2.81055 -22.3271c-0.782227 -1.86816 -4.68555 -2.02734 -6.08789 -0.472656
|
||||||
c0 -19.2041 -15.7715 -31.6904 -39.3389 -31.6904zM421.767 232.106h0.00292969c12.7979 0 25.5938 -1.25781 36.3662 -5.1543c20.4502 -7.33691 31.6836 -25.7588 31.6836 -45.2705c0 -20.9238 -9.98828 -37.7871 -27.9355 -46.6826
|
c-2.65527 7.96777 -9.37012 19.3652 -20.6074 19.3652c-10.2988 0 -15.917 -6.71582 -15.917 -14.5166c0 -7.18457 6.39258 -13.7373 14.1982 -17.7979l10.3057 -5.46875c9.67578 -5.15039 22.0088 -14.2031 22.0088 -31.376
|
||||||
c-10.6143 -5.3125 -23.417 -7.33398 -39.4941 -7.33398c-7.33203 0 -15.1445 0.939453 -20.7598 0.939453c-7.49512 0 -15.4551 -0.163086 -24.3486 -0.472656c-1.24805 0.935547 -1.24805 4.68066 0 5.46094l4.83789 0.780273
|
c0 -19.2041 -15.7715 -31.6904 -39.3389 -31.6904zM421.767 232.106h0.00292969c12.7979 0 25.5938 -1.25781 36.3662 -5.1543c20.4502 -7.33691 31.6836 -25.7588 31.6836 -45.2705c0 -20.9238 -9.98828 -37.7871 -27.9355 -46.6826
|
||||||
c7.02344 1.24609 7.96094 2.33887 7.96094 16.7061v55.2666c0 14.8291 -0.313477 17.7939 -7.49414 18.5752l-2.96387 0.30957c-1.55859 0.78125 -1.55762 5.31348 0.314453 5.46973c13.1104 0.77832 25.2822 1.40625 41.8301 1.40625zM422.556 225.047v0.000976562
|
c-10.6143 -5.3125 -23.417 -7.33398 -39.4941 -7.33398c-7.33203 0 -15.1445 0.939453 -20.7598 0.939453c-7.49512 0 -15.4551 -0.163086 -24.3486 -0.472656c-1.24805 0.935547 -1.24805 4.68066 0 5.46094l4.83789 0.780273
|
||||||
c-5.07617 0.0341797 -8.65625 -0.895508 -9.32324 -2.29102c-2.66992 -5.58594 -1.23828 -26.0488 -1.23828 -43.29c0 -9.74219 -0.780273 -28.2441 1.97168 -35.71c2.36816 -6.42188 16.1582 -8.36621 24.3096 -5.06641c14.5264 3.88965 26.752 17.084 26.752 40.7764
|
c7.02344 1.24609 7.96094 2.33887 7.96094 16.7061v55.2666c0 14.8291 -0.313477 17.7939 -7.49414 18.5752l-2.96387 0.30957c-1.55859 0.78125 -1.55762 5.31348 0.314453 5.46973c13.1104 0.77832 25.2822 1.40625 41.8301 1.40625zM422.556 225.047v0.000976562
|
||||||
c0 23.6904 -11.2891 38.0635 -26.5166 42.8965c-5.83301 1.87305 -11.4766 2.65332 -15.9551 2.68359zM483.961 220.124c0 3.86426 1.37109 7.16797 4.11523 9.9043c2.74219 2.73633 6.04883 4.10645 9.91309 4.10645s7.16699 -1.37012 9.90332 -4.10645
|
c-5.07617 0.0341797 -8.65625 -0.895508 -9.32324 -2.29102c-2.66992 -5.58594 -1.23828 -26.0488 -1.23828 -43.29c0 -9.74219 -0.780273 -28.2441 1.97168 -35.71c2.36816 -6.42188 16.1582 -8.36621 24.3096 -5.06641c14.5264 3.88965 26.752 17.084 26.752 40.7764
|
||||||
c2.73438 -2.73633 4.10352 -6.04004 4.10352 -9.9043c0 -3.86816 -1.36914 -7.17188 -4.10352 -9.91602c-2.73633 -2.74316 -6.03906 -4.11523 -9.90332 -4.11523s-7.1709 1.37207 -9.91309 4.11523c-2.74414 2.74414 -4.11523 6.04785 -4.11523 9.91602zM509.699 220.124
|
c0 23.6904 -11.2891 38.0635 -26.5166 42.8965c-5.83301 1.87305 -11.4766 2.65332 -15.9551 2.68359zM483.961 220.124c0 3.86426 1.37109 7.16797 4.11523 9.9043c2.74219 2.73633 6.04883 4.10645 9.91309 4.10645s7.16699 -1.37012 9.90332 -4.10645
|
||||||
c0 3.2373 -1.14062 5.99902 -3.42578 8.28516c-2.28418 2.28418 -5.04395 3.42773 -8.28418 3.42773c-3.2373 0 -6.00391 -1.14355 -8.29395 -3.42773c-2.29199 -2.28613 -3.4375 -5.04785 -3.4375 -8.28516c0 -3.23926 1.14551 -6.00391 3.4375 -8.2959
|
c2.73438 -2.73633 4.10352 -6.04004 4.10352 -9.9043c0 -3.86816 -1.36914 -7.17188 -4.10352 -9.91602c-2.73633 -2.74316 -6.03906 -4.11523 -9.90332 -4.11523s-7.1709 1.37207 -9.91309 4.11523c-2.74414 2.74414 -4.11523 6.04785 -4.11523 9.91602zM509.699 220.124
|
||||||
c2.29004 -2.28809 5.05664 -3.43555 8.29395 -3.43555c3.24023 0 6 1.14746 8.28418 3.43555c2.28516 2.29199 3.42578 5.05664 3.42578 8.2959zM502.343 211.687l-4.39551 7.43066h-2.49609v-7.43066h-2.45117v17.2354h4.42285
|
c0 3.2373 -1.14062 5.99902 -3.42578 8.28516c-2.28418 2.28418 -5.04395 3.42773 -8.28418 3.42773c-3.2373 0 -6.00391 -1.14355 -8.29395 -3.42773c-2.29199 -2.28613 -3.4375 -5.04785 -3.4375 -8.28516c0 -3.23926 1.14551 -6.00391 3.4375 -8.2959
|
||||||
c4.15039 0 6.22461 -1.59082 6.22461 -4.76953c0 -2.21191 -1.11621 -3.77637 -3.34863 -4.6875l4.72559 -7.77832h-2.68164zM495.451 226.835v-5.76172c0.206055 -0.0283203 0.744141 -0.0390625 1.61133 -0.0390625c1.60059 0 2.67773 0.204102 3.22852 0.613281
|
c2.29004 -2.28809 5.05664 -3.43555 8.29395 -3.43555c3.24023 0 6 1.14746 8.28418 3.43555c2.28516 2.29199 3.42578 5.05664 3.42578 8.2959zM502.343 211.687l-4.39551 7.43066h-2.49609v-7.43066h-2.45117v17.2354h4.42285
|
||||||
c0.552734 0.412109 0.829102 1.19434 0.829102 2.35059c0 1.90527 -1.24219 2.8584 -3.72461 2.8584h-0.97168l-0.972656 -0.0214844z" />
|
c4.15039 0 6.22461 -1.59082 6.22461 -4.76953c0 -2.21191 -1.11621 -3.77637 -3.34863 -4.6875l4.72559 -7.77832h-2.68164zM495.451 226.835v-5.76172c0.206055 -0.0283203 0.744141 -0.0390625 1.61133 -0.0390625c1.60059 0 2.67773 0.204102 3.22852 0.613281
|
||||||
<glyph glyph-name="openbsd" unicode=""
|
c0.552734 0.412109 0.829102 1.19434 0.829102 2.35059c0 1.90527 -1.24219 2.8584 -3.72461 2.8584h-0.97168l-0.972656 -0.0214844z" />
|
||||||
d="M236.825 430.384l-0.00390625 -0.000976562c6.49023 0 15.1904 -30.6533 18.166 -41.9072c11.9443 -1.06055 23.7666 -3.20703 35.3203 -6.41113c6.5127 11.2148 21.3896 35.4941 27.3115 33.9072c6.64844 -1.7832 6.77246 -37.4941 6.6875 -47.041
|
<glyph glyph-name="openbsd" unicode=""
|
||||||
c8.88672 -4.53125 16.7617 -9.33594 25.5195 -15.2646c9.5791 9.46777 29.1562 27.7998 34.2979 24.8311c6.54102 -3.77344 -4.96484 -44.5771 -6.1377 -48.6709c6.08301 -6.29785 11.4844 -12.7168 17.2871 -20.3496c12.0723 6.8125 34.1689 18.4023 38.2178 14.3535
|
d="M236.825 430.384l-0.00390625 -0.000976562c6.49023 0 15.1904 -30.6533 18.166 -41.9072c11.9443 -1.06055 23.7666 -3.20703 35.3203 -6.41113c6.5127 11.2148 21.3896 35.4941 27.3115 33.9072c6.64844 -1.7832 6.77246 -37.4941 6.6875 -47.041
|
||||||
c5.62012 -5.62012 -18.1172 -46.1211 -18.1172 -46.1211c7.46484 -14.1406 14.3145 -36.8926 17.1396 -61.5322h11.04c4.85938 23.1143 5.38184 63.6875 36.2412 63.8926c20.2002 -0.160156 35.7412 -40.6865 31.4912 -66.792
|
c8.88672 -4.53125 16.7617 -9.33594 25.5195 -15.2646c9.5791 9.46777 29.1562 27.7998 34.2979 24.8311c6.54102 -3.77344 -4.96484 -44.5771 -6.1377 -48.6709c6.08301 -6.29785 11.4844 -12.7168 17.2871 -20.3496c12.0723 6.8125 34.1689 18.4023 38.2178 14.3535
|
||||||
c-27.9131 59.208 -42.0557 15.3535 -41.9082 -21.2842c-0.149414 -36.6387 14.0635 -80.3428 41.9082 -21.2842c4.31641 -26.5215 -11.1201 -65.7578 -31.4912 -66.792c-26.1611 0 -26.2842 23.5459 -34.6777 56.8779h-13.4521
|
c5.62012 -5.62012 -18.1172 -46.1211 -18.1172 -46.1211c7.46484 -14.1406 14.3145 -36.8926 17.1396 -61.5322h11.04c4.85938 23.1143 5.38184 63.6875 36.2412 63.8926c20.2002 -0.160156 35.7412 -40.6865 31.4912 -66.792
|
||||||
c-2.78809 -16.6533 -9.68457 -36.8906 -17.1152 -54.5186c0 0 24.5625 -40.5039 18.9424 -46.124c-4.05078 -4.04883 -26.1475 7.54199 -38.2178 14.3535c-5.29688 -7.16602 -11.0723 -13.9639 -17.2881 -20.3496c1.17383 -4.09277 12.6787 -44.8945 6.13867 -48.6709
|
c-27.9131 59.208 -42.0557 15.3535 -41.9082 -21.2842c-0.149414 -36.6387 14.0635 -80.3428 41.9082 -21.2842c4.31641 -26.5215 -11.1201 -65.7578 -31.4912 -66.792c-26.1611 0 -26.2842 23.5459 -34.6777 56.8779h-13.4521
|
||||||
c-5.14062 -2.96875 -24.7178 15.3643 -34.2979 24.833c-8.11035 -5.72363 -16.6416 -10.8262 -25.5195 -15.2666c0.0859375 -9.54688 -0.0390625 -45.2598 -6.6875 -47.041c-5.92188 -1.58691 -20.7988 22.6914 -27.3105 33.9072
|
c-2.78809 -16.6533 -9.68457 -36.8906 -17.1152 -54.5186c0 0 24.5625 -40.5039 18.9424 -46.124c-4.05078 -4.04883 -26.1475 7.54199 -38.2178 14.3535c-5.29688 -7.16602 -11.0723 -13.9639 -17.2881 -20.3496c1.17383 -4.09277 12.6787 -44.8945 6.13867 -48.6709
|
||||||
c-11.5557 -3.2041 -23.3779 -5.35059 -35.3213 -6.41113c-2.97559 -11.252 -11.6758 -41.9072 -18.165 -41.9072c-6.46875 0 -15.1367 30.4678 -18.1396 41.8105c-10.6924 1.02539 -23.1855 3.54199 -35.3447 6.50879c-6.5127 -11.2148 -21.3906 -35.4941 -27.3115 -33.9082
|
c-5.14062 -2.96875 -24.7178 15.3643 -34.2979 24.833c-8.11035 -5.72363 -16.6416 -10.8262 -25.5195 -15.2666c0.0859375 -9.54688 -0.0390625 -45.2598 -6.6875 -47.041c-5.92188 -1.58691 -20.7988 22.6914 -27.3105 33.9072
|
||||||
c-6.64844 1.78418 -6.77344 37.4951 -6.6875 47.042c-8.70312 4.60352 -16.9072 9.4209 -25.5195 15.2656c-9.57812 -9.46777 -29.1553 -27.8018 -34.2979 -24.832c-6.54102 3.77344 4.96484 44.5771 6.13867 48.6709c-6.01367 6.27539 -11.5352 12.9062 -17.2881 20.3486
|
c-11.5557 -3.2041 -23.3779 -5.35059 -35.3213 -6.41113c-2.97559 -11.252 -11.6758 -41.9072 -18.165 -41.9072c-6.46875 0 -15.1367 30.4678 -18.1396 41.8105c-10.6924 1.02539 -23.1855 3.54199 -35.3447 6.50879c-6.5127 -11.2148 -21.3906 -35.4941 -27.3115 -33.9082
|
||||||
c-12.0713 -6.81152 -34.1689 -18.4023 -38.2178 -14.3535c-5.62012 5.62012 18.9434 46.125 18.9434 46.125c-5.75488 12.8633 -11.2656 30.085 -15.6406 46.2646l-14.3936 -8.31055c-9.1709 -5.29492 -20.8174 -2.17383 -26.1123 6.99707s-2.17285 20.8164 6.99805 26.1113
|
c-6.64844 1.78418 -6.77344 37.4951 -6.6875 47.042c-8.70312 4.60352 -16.9072 9.4209 -25.5195 15.2656c-9.57812 -9.46777 -29.1553 -27.8018 -34.2979 -24.832c-6.54102 3.77344 4.96484 44.5771 6.13867 48.6709c-6.01367 6.27539 -11.5352 12.9062 -17.2881 20.3486
|
||||||
l27.2852 15.7529l-27.6611 15.9707c-9.1709 5.29395 -12.291 16.9404 -6.99609 26.1113c3.47461 6.01855 9.68457 9.43164 16.1348 9.57031c8.72461 0.0986328 17.293 -7.29785 25.2061 -11.3662c3.23047 14.1279 9.06641 29.5391 15.1797 44.3311
|
c-12.0713 -6.81152 -34.1689 -18.4023 -38.2178 -14.3535c-5.62012 5.62012 18.9434 46.125 18.9434 46.125c-5.75488 12.8633 -11.2656 30.085 -15.6406 46.2646l-14.3936 -8.31055c-9.1709 -5.29492 -20.8174 -2.17383 -26.1123 6.99707s-2.17285 20.8164 6.99805 26.1113
|
||||||
c0 0 -24.5635 40.501 -18.9434 46.1211c4.0498 4.04883 26.1475 -7.54199 38.2178 -14.3535c5.17383 6.34082 10.75 13.6689 17.2881 20.3496c-1.17383 4.09277 -12.6797 44.8945 -6.13867 48.6709c5.14062 2.96875 24.7178 -15.3643 34.2979 -24.833
|
l27.2852 15.7529l-27.6611 15.9707c-9.1709 5.29395 -12.291 16.9404 -6.99609 26.1113c3.47461 6.01855 9.68457 9.43164 16.1348 9.57031c8.72461 0.0986328 17.293 -7.29785 25.2061 -11.3662c3.23047 14.1279 9.06641 29.5391 15.1797 44.3311
|
||||||
c7.62695 4.8584 16.2646 10.4629 25.5195 15.2666c-0.0859375 9.54688 0.0390625 45.2598 6.6875 47.041c5.92188 1.58691 20.7979 -22.6885 27.3105 -33.9043c9.75098 2.55176 23.2236 4.84668 35.3477 6.50488c3.00293 11.3418 11.6709 41.8105 18.1396 41.8105z
|
c0 0 -24.5635 40.501 -18.9434 46.1211c4.0498 4.04883 26.1475 -7.54199 38.2178 -14.3535c5.17383 6.34082 10.75 13.6689 17.2881 20.3496c-1.17383 4.09277 -12.6797 44.8945 -6.13867 48.6709c5.14062 2.96875 24.7178 -15.3643 34.2979 -24.833
|
||||||
M331.305 288.467h-0.000976562c-9.4873 -0.251953 -37.2041 -17.0605 -37.2041 -17.0605l23.4482 -23.4492s21.1914 34.9434 16.3428 39.791c-0.530273 0.530273 -1.4209 0.749023 -2.58594 0.71875zM115.361 260.174h-0.00195312
|
c7.62695 4.8584 16.2646 10.4629 25.5195 15.2666c-0.0859375 9.54688 0.0390625 45.2598 6.6875 47.041c5.92188 1.58691 20.7979 -22.6885 27.3105 -33.9043c9.75098 2.55176 23.2236 4.84668 35.3477 6.50488c3.00293 11.3418 11.6709 41.8105 18.1396 41.8105z
|
||||||
c-4.05566 -6.20117 -6.2207 -13.4482 -6.23242 -20.8584c0 -21.1152 17.1172 -38.2314 38.2314 -38.2314s38.2314 17.1172 38.2305 38.2314c-0.00390625 7.40723 -2.16016 14.6543 -6.20508 20.8584h-64.0225h5.312e-05zM327.861 206.086v-33.1611
|
M331.305 288.467h-0.000976562c-9.4873 -0.251953 -37.2041 -17.0605 -37.2041 -17.0605l23.4482 -23.4492s21.1914 34.9434 16.3428 39.791c-0.530273 0.530273 -1.4209 0.749023 -2.58594 0.71875zM115.361 260.174h-0.00195312
|
||||||
s39.6904 9.72363 39.6904 16.5811c0 6.85645 -39.6904 16.5801 -39.6904 16.5801v-0.0001zM305.547 136.023l-23.4502 -23.4482s34.9434 -21.1904 39.791 -16.3428c4.84863 4.85059 -16.3408 39.791 -16.3408 39.791zM136.006 248.405
|
c-4.05566 -6.20117 -6.2207 -13.4482 -6.23242 -20.8584c0 -21.1152 17.1172 -38.2314 38.2314 -38.2314s38.2314 17.1172 38.2305 38.2314c-0.00390625 7.40723 -2.16016 14.6543 -6.20508 20.8584h-64.0225h5.312e-05zM327.861 206.086v-33.1611
|
||||||
c6.38281 0 11.5635 -5.18066 11.5635 -11.5635s-5.18066 -11.5635 -11.5635 -11.5645c-6.38379 0 -11.5645 5.18066 -11.5645 11.5645c0 6.38281 5.18066 11.5635 11.5645 11.5635v0z" />
|
s39.6904 9.72363 39.6904 16.5811c0 6.85645 -39.6904 16.5801 -39.6904 16.5801v-0.0001zM305.547 136.023l-23.4502 -23.4482s34.9434 -21.1904 39.791 -16.3428c4.84863 4.85059 -16.3408 39.791 -16.3408 39.791zM136.006 248.405
|
||||||
<glyph glyph-name="sailfish-os" unicode=""
|
c6.38281 0 11.5635 -5.18066 11.5635 -11.5635s-5.18066 -11.5635 -11.5635 -11.5645c-6.38379 0 -11.5645 5.18066 -11.5645 11.5645c0 6.38281 5.18066 11.5635 11.5645 11.5635v0z" />
|
||||||
d="M239.769 222.605c-11.4141 10.8955 -22.3721 21.6104 -30.2852 33.8428c22.7197 37.4824 74.7539 61.9209 89.7939 68.3789c7.97656 -8.08496 29.3818 -26.8418 59.3174 -30.5283c-12.4111 -4.33789 -90.0459 -32.6748 -118.826 -71.6934zM273.846 137.217
|
<glyph glyph-name="sailfish_os" unicode=""
|
||||||
c-3.18262 -36.752 -26.1406 -67.9053 -57.2451 -93.6426c7.45605 11.8359 13.0605 25.4229 14.3574 40.418c3.04492 35.1318 -20.8027 59.2383 -43.8682 82.5508c-23.4609 23.7178 -45.623 46.1191 -42.7217 79.6289c3.38086 39.0117 26.9619 74.2695 55.8828 103.484
|
d="M239.769 222.605c-11.4141 10.8955 -22.3721 21.6104 -30.2852 33.8428c22.7197 37.4824 74.7539 61.9209 89.7939 68.3789c7.97656 -8.08496 29.3818 -26.8418 59.3174 -30.5283c-12.4111 -4.33789 -90.0459 -32.6748 -118.826 -71.6934zM273.846 137.217
|
||||||
c-8.00977 -14.3174 -14.5615 -30.292 -15.9004 -45.748c-3.75879 -43.3828 23.8643 -69.7168 48.2354 -92.9512c22.6357 -21.5801 44.0146 -41.9619 41.2598 -73.7402v0.0003zM115.549 -15.4014c32.7227 23.9971 58.3789 54.3105 72.8184 87.2432
|
c-3.18262 -36.752 -26.1406 -67.9053 -57.2451 -93.6426c7.45605 11.8359 13.0605 25.4229 14.3574 40.418c3.04492 35.1318 -20.8027 59.2383 -43.8682 82.5508c-23.4609 23.7178 -45.623 46.1191 -42.7217 79.6289c3.38086 39.0117 26.9619 74.2695 55.8828 103.484
|
||||||
c9.34277 21.3096 13.1855 42.0693 11.4873 61.2559c11.5439 -14.3115 19.3672 -29.4902 17.7666 -47.9482c-4.0498 -46.7656 -59.8418 -80.1377 -60.6416 -80.6104l0.0332031 -0.0537109c-13.8223 -7.38086 -27.8496 -14.0068 -41.4639 -19.8867zM275.343 328.354
|
c-8.00977 -14.3174 -14.5615 -30.292 -15.9004 -45.748c-3.75879 -43.3828 23.8643 -69.7168 48.2354 -92.9512c22.6357 -21.5801 44.0146 -41.9619 41.2598 -73.7402v0.0003zM115.549 -15.4014c32.7227 23.9971 58.3789 54.3105 72.8184 87.2432
|
||||||
c-21.7207 -11.1953 -53.5498 -30.9551 -72.9688 -58.332c-3.87793 9.62891 -5.75977 20.3291 -4.68652 32.7275c3.14941 36.3359 41.2373 78.7871 47.2354 85.2666c22.3223 16.585 43.6084 29.3535 58.0869 37.4072c-10.4688 -21.8428 -25.5312 -59.2666 -27.667 -97.0693
|
c9.34277 21.3096 13.1855 42.0693 11.4873 61.2559c11.5439 -14.3115 19.3672 -29.4902 17.7666 -47.9482c-4.0498 -46.7656 -59.8418 -80.1377 -60.6416 -80.6104l0.0332031 -0.0537109c-13.8223 -7.38086 -27.8496 -14.0068 -41.4639 -19.8867zM275.343 328.354
|
||||||
h2e-05zM504.92 339.496c-1.28711 3.41992 -5.0791 5.17969 -8.51465 3.94922l-48.834 -17.4229c-20.5029 -6.7168 -44.3447 -13.7236 -64.9502 -17.665c-44.3867 -8.47559 -76.1631 28.3672 -76.4717 28.7305c-1.83301 2.18555 -4.85254 2.96875 -7.51953 1.94824
|
c-21.7207 -11.1953 -53.5498 -30.9551 -72.9688 -58.332c-3.87793 9.62891 -5.75977 20.3291 -4.68652 32.7275c3.14941 36.3359 41.2373 78.7871 47.2354 85.2666c22.3223 16.585 43.6084 29.3535 58.0869 37.4072c-10.4688 -21.8428 -25.5312 -59.2666 -27.667 -97.0693
|
||||||
c-0.608398 -0.233398 -4.04395 -1.57324 -9.31348 -3.93945c5.41309 51.6455 34.9971 102.254 35.3203 102.8c1.49512 2.5293 1.16504 5.74023 -0.8125 7.91309c-1.97754 2.17383 -5.13965 2.80078 -7.80078 1.55176
|
h2e-05zM504.92 339.496c-1.28711 3.41992 -5.0791 5.17969 -8.51465 3.94922l-48.834 -17.4229c-20.5029 -6.7168 -44.3447 -13.7236 -64.9502 -17.665c-44.3867 -8.47559 -76.1631 28.3672 -76.4717 28.7305c-1.83301 2.18555 -4.85254 2.96875 -7.51953 1.94824
|
||||||
c-1.77539 -0.837891 -44.0107 -20.8828 -88.1533 -55.3516c-59.9961 -46.8467 -92.5762 -95.5273 -96.834 -144.687c-3.4375 -39.6777 21.9707 -65.3604 46.543 -90.1992c1.4082 -1.42383 2.81152 -2.84082 4.20312 -4.25586
|
c-0.608398 -0.233398 -4.04395 -1.57324 -9.31348 -3.93945c5.41309 51.6455 34.9971 102.254 35.3203 102.8c1.49512 2.5293 1.16504 5.74023 -0.8125 7.91309c-1.97754 2.17383 -5.13965 2.80078 -7.80078 1.55176
|
||||||
c8.31445 -22.0557 6.37891 -48.1729 -5.6709 -75.6553c-21.5723 -49.2031 -70.1602 -92.3076 -129.971 -115.305c-18.9434 -7.28125 -34.8359 -12.8438 -34.9932 -12.9004c-3.32422 -1.15918 -5.17773 -4.69531 -4.24805 -8.08789
|
c-1.77539 -0.837891 -44.0107 -20.8828 -88.1533 -55.3516c-59.9961 -46.8467 -92.5762 -95.5273 -96.834 -144.687c-3.4375 -39.6777 21.9707 -65.3604 46.543 -90.1992c1.4082 -1.42383 2.81152 -2.84082 4.20312 -4.25586
|
||||||
c0.810547 -2.9541 3.49219 -4.92383 6.44824 -4.92383c0.441406 0 0.883789 0.0439453 1.3291 0.134766c10.0469 2.02344 74.2061 18.9258 136.608 50.3584c4.25977 2.14551 8.39453 4.31641 12.457 6.49805l0.00195312 -0.00390625
|
c8.31445 -22.0557 6.37891 -48.1729 -5.6709 -75.6553c-21.5723 -49.2031 -70.1602 -92.3076 -129.971 -115.305c-18.9434 -7.28125 -34.8359 -12.8438 -34.9932 -12.9004c-3.32422 -1.15918 -5.17773 -4.69531 -4.24805 -8.08789
|
||||||
c0.0166016 0.00976562 0.0654297 0.0371094 0.0859375 0.0517578c77.2275 41.5039 118.729 89.5742 123.359 143.022c2.9541 34.0928 -16.4551 56.5459 -37.6768 77.2021c26.7793 38.7305 114.028 68.5859 115.03 68.9258l86.1172 30.7246
|
c0.810547 -2.9541 3.49219 -4.92383 6.44824 -4.92383c0.441406 0 0.883789 0.0439453 1.3291 0.134766c10.0469 2.02344 74.2061 18.9258 136.608 50.3584c4.25977 2.14551 8.39453 4.31641 12.457 6.49805l0.00195312 -0.00390625
|
||||||
c27.3418 8.91504 48.9072 17.3955 50.4531 18.0068c3.39648 1.34082 5.09082 5.1582 3.80664 8.5791z" />
|
c0.0166016 0.00976562 0.0654297 0.0371094 0.0859375 0.0517578c77.2275 41.5039 118.729 89.5742 123.359 143.022c2.9541 34.0928 -16.4551 56.5459 -37.6768 77.2021c26.7793 38.7305 114.028 68.5859 115.03 68.9258l86.1172 30.7246
|
||||||
<glyph glyph-name="tor" unicode=""
|
c27.3418 8.91504 48.9072 17.3955 50.4531 18.0068c3.39648 1.34082 5.09082 5.1582 3.80664 8.5791z" />
|
||||||
d="M280.216 409.741l-13.5029 -54.0127c19.1289 38.2588 50.0742 66.9531 85.5195 92.2715c-25.8809 -29.8193 -49.5117 -59.6387 -63.5771 -90.0215c24.1934 34.3203 56.8262 52.8877 93.3975 65.8281c-48.9492 -43.3223 -87.7715 -90.584 -117.028 -137.282
|
<glyph glyph-name="tor" unicode=""
|
||||||
l-23.6309 10.127c3.93848 37.6963 18.0049 75.9561 38.8223 113.09zM262.212 288.774l16.3154 -8.43945c-1.6875 -10.6895 0.563477 -34.3203 11.2529 -39.9463c47.2617 -29.2568 91.1465 -60.7646 108.589 -92.835c61.8896 -111.964 -43.3232 -216.051 -135.032 -205.924
|
d="M280.216 409.741l-13.5029 -54.0127c19.1289 38.2588 50.0742 66.9531 85.5195 92.2715c-25.8809 -29.8193 -49.5117 -59.6387 -63.5771 -90.0215c24.1934 34.3203 56.8262 52.8877 93.3975 65.8281c-48.9492 -43.3223 -87.7715 -90.584 -117.028 -137.282
|
||||||
c49.5117 36.5713 64.1396 111.964 45.5732 194.671c-7.31445 32.0703 -19.1299 61.3271 -39.9473 94.5225c-9.00195 15.1914 -5.62598 35.4463 -6.75098 57.9512zM244.207 235.324c-3.37598 -17.4414 -7.31445 -48.9482 -22.5049 -60.7637
|
l-23.6309 10.127c3.93848 37.6963 18.0049 75.9561 38.8223 113.09zM262.212 288.774l16.3154 -8.43945c-1.6875 -10.6895 0.563477 -34.3203 11.2529 -39.9463c47.2617 -29.2568 91.1465 -60.7646 108.589 -92.835c61.8896 -111.964 -43.3232 -216.051 -135.032 -205.924
|
||||||
c-6.18945 -4.50098 -12.9404 -9.00293 -19.6924 -13.5039c-27.5693 -18.5664 -54.5752 -36.0078 -66.9531 -80.4561c-2.81348 -9.56445 -0.5625 -19.6924 1.6875 -29.2568c6.75195 -27.5693 25.8809 -56.8262 41.0723 -74.2676c0 -0.5625 2.81348 -2.81348 2.81348 -3.37598
|
c49.5117 36.5713 64.1396 111.964 45.5732 194.671c-7.31445 32.0703 -19.1299 61.3271 -39.9473 94.5225c-9.00195 15.1914 -5.62598 35.4463 -6.75098 57.9512zM244.207 235.324c-3.37598 -17.4414 -7.31445 -48.9482 -22.5049 -60.7637
|
||||||
c12.3779 -14.6289 16.3164 -19.1299 63.5771 -29.8193l-1.125 -5.06445c-28.6943 7.31445 -51.7627 14.6289 -66.9531 31.5078c0 0.5625 -2.81348 2.81348 -2.81348 2.81348c-15.7539 18.0039 -35.4463 48.3867 -42.1973 77.0801
|
c-6.18945 -4.50098 -12.9404 -9.00293 -19.6924 -13.5039c-27.5693 -18.5664 -54.5752 -36.0078 -66.9531 -80.4561c-2.81348 -9.56445 -0.5625 -19.6924 1.6875 -29.2568c6.75195 -27.5693 25.8809 -56.8262 41.0723 -74.2676c0 -0.5625 2.81348 -2.81348 2.81348 -3.37598
|
||||||
c-2.81348 11.2529 -5.06445 20.2549 -1.68848 32.0703c12.9404 46.1357 41.0723 64.7031 69.2041 83.833c6.18945 3.93848 14.0654 7.87695 20.2549 12.9404c12.9404 8.43945 19.1299 34.8828 25.3184 56.2627zM256.585 162.183
|
c12.3779 -14.6289 16.3164 -19.1299 63.5771 -29.8193l-1.125 -5.06445c-28.6943 7.31445 -51.7627 14.6289 -66.9531 31.5078c0 0.5625 -2.81348 2.81348 -2.81348 2.81348c-15.7539 18.0039 -35.4463 48.3867 -42.1973 77.0801
|
||||||
c2.25098 -18.0049 2.25098 -33.7588 7.31445 -42.1982c3.93848 -7.31348 10.6904 -17.4414 14.6279 -27.5684c7.87695 -18.5674 11.8154 -38.8223 12.3779 -48.3867c0.563477 -16.3164 -1.6875 -41.6348 -7.31348 -61.8896
|
c-2.81348 11.2529 -5.06445 20.2549 -1.68848 32.0703c12.9404 46.1357 41.0723 64.7031 69.2041 83.833c6.18945 3.93848 14.0654 7.87695 20.2549 12.9404c12.9404 8.43945 19.1299 34.8828 25.3184 56.2627zM256.585 162.183
|
||||||
c-6.75195 -21.9424 -19.6924 -38.8213 -29.8203 -40.5098v-1.6875c-13.5029 2.25 -34.8828 10.6895 -46.1357 18.5664c-27.0059 18.5674 -40.5098 41.6348 -42.7598 75.9561c-1.68848 27.0059 14.6279 54.5752 46.6982 71.4541
|
c2.25098 -18.0049 2.25098 -33.7588 7.31445 -42.1982c3.93848 -7.31348 10.6904 -17.4414 14.6279 -27.5684c7.87695 -18.5674 11.8154 -38.8223 12.3779 -48.3867c0.563477 -16.3164 -1.6875 -41.6348 -7.31348 -61.8896
|
||||||
c21.9434 11.8154 28.6943 29.2568 35.4463 50.6367c-5.06348 -24.7559 -10.6904 -39.3838 -33.1953 -52.8877c-27.0068 -15.1904 -46.1357 -46.1357 -44.4482 -66.9531c2.25098 -25.3184 19.6924 -54.5752 39.9473 -72.0166
|
c-6.75195 -21.9424 -19.6924 -38.8213 -29.8203 -40.5098v-1.6875c-13.5029 2.25 -34.8828 10.6895 -46.1357 18.5664c-27.0059 18.5674 -40.5098 41.6348 -42.7598 75.9561c-1.68848 27.0059 14.6279 54.5752 46.6982 71.4541
|
||||||
c10.127 -9.00195 27.5684 -14.6289 42.7598 -17.4424c14.6289 9.00293 23.0684 25.3193 27.0068 43.8857c5.06348 22.5059 5.62598 43.8857 5.62598 55.1387c0 10.127 -4.50098 26.4434 -8.43945 41.0713c-2.81348 11.2529 -13.5029 22.5059 -16.3164 30.9453
|
c21.9434 11.8154 28.6943 29.2568 35.4463 50.6367c-5.06348 -24.7559 -10.6904 -39.3838 -33.1953 -52.8877c-27.0068 -15.1904 -46.1357 -46.1357 -44.4482 -66.9531c2.25098 -25.3184 19.6924 -54.5752 39.9473 -72.0166
|
||||||
c-5.06348 14.0654 -2.81348 24.1934 -3.37598 43.8857h-2e-05zM253.209 85.1016c2.81348 -12.3779 9.00293 -29.8193 12.3779 -46.6982c2.81348 -13.5039 3.37598 -26.4443 2.25098 -36.5713c-1.125 -11.8154 -1.68848 -21.3799 -3.37598 -31.5078
|
c10.127 -9.00195 27.5684 -14.6289 42.7598 -17.4424c14.6289 9.00293 23.0684 25.3193 27.0068 43.8857c5.06348 22.5059 5.62598 43.8857 5.62598 55.1387c0 10.127 -4.50098 26.4434 -8.43945 41.0713c-2.81348 11.2529 -13.5029 22.5059 -16.3164 30.9453
|
||||||
c-1.6875 -8.43945 -6.18848 -16.3164 -13.5029 -24.7559v-0.5625c-3.93848 0.5625 -11.8154 6.18848 -18.0049 15.1914c-3.93848 5.62598 -6.75098 13.5029 -9.56445 20.8174c-2.81348 6.75098 -5.62598 14.6279 -5.62598 21.3799c0 16.3164 1.6875 36.5713 13.5029 50.0742
|
c-5.06348 14.0654 -2.81348 24.1934 -3.37598 43.8857h-2e-05zM253.209 85.1016c2.81348 -12.3779 9.00293 -29.8193 12.3779 -46.6982c2.81348 -13.5039 3.37598 -26.4443 2.25098 -36.5713c-1.125 -11.8154 -1.68848 -21.3799 -3.37598 -31.5078
|
||||||
c10.6904 12.3779 14.0654 14.0654 18.5674 28.6943c-3.37598 -16.3164 -5.62695 -17.4414 -15.7539 -32.0703c-12.9404 -18.0039 -13.5039 -36.0088 -11.8154 -47.2607c1.125 -7.31445 3.93848 -14.0664 6.18848 -19.6924
|
c-1.6875 -8.43945 -6.18848 -16.3164 -13.5029 -24.7559v-0.5625c-3.93848 0.5625 -11.8154 6.18848 -18.0049 15.1914c-3.93848 5.62598 -6.75098 13.5029 -9.56445 20.8174c-2.81348 6.75098 -5.62598 14.6279 -5.62598 21.3799c0 16.3164 1.6875 36.5713 13.5029 50.0742
|
||||||
c2.81348 -7.31445 6.18945 -14.0654 10.6904 -20.2549c3.93848 -4.50098 6.18848 -7.31445 11.8154 -10.127c6.18848 11.8145 10.127 35.4453 10.6895 48.3857c0.563477 11.2529 1.12598 24.1934 -0.5625 37.1338c-2.25 17.4424 -7.31445 34.3213 -7.87695 47.8242z
|
c10.6904 12.3779 14.0654 14.0654 18.5674 28.6943c-3.37598 -16.3164 -5.62695 -17.4414 -15.7539 -32.0703c-12.9404 -18.0039 -13.5039 -36.0088 -11.8154 -47.2607c1.125 -7.31445 3.93848 -14.0664 6.18848 -19.6924
|
||||||
M255.46 251.078c0.5625 -23.0674 5.06348 -57.9512 9.00195 -65.8281c1.6875 -5.06348 16.8789 -29.2568 27.5693 -54.5752c7.31445 -16.3164 9.56445 -32.0703 10.127 -36.5713c5.62695 -47.2607 1.125 -66.9531 -11.2529 -109.15
|
c2.81348 -7.31445 6.18945 -14.0654 10.6904 -20.2549c3.93848 -4.50098 6.18848 -7.31445 11.8154 -10.127c6.18848 11.8145 10.127 35.4453 10.6895 48.3857c0.563477 11.2529 1.12598 24.1934 -0.5625 37.1338c-2.25 17.4424 -7.31445 34.3213 -7.87695 47.8242z
|
||||||
c-7.31348 -25.3193 -27.5684 -45.0107 -36.0078 -45.5732l2.8125 5.06348c14.6289 9.00195 27.5693 32.0703 31.5078 50.6367c7.31445 34.3203 12.9404 70.8916 8.43945 92.2715c-1.125 5.06445 -2.81348 21.9434 -9.56445 39.9473
|
M255.46 251.078c0.5625 -23.0674 5.06348 -57.9512 9.00195 -65.8281c1.6875 -5.06348 16.8789 -29.2568 27.5693 -54.5752c7.31445 -16.3164 9.56445 -32.0703 10.127 -36.5713c5.62695 -47.2607 1.125 -66.9531 -11.2529 -109.15
|
||||||
c-9.56543 26.4443 -23.6309 47.8242 -25.3184 52.8877c-5.62695 14.6289 -6.75195 51.1992 -7.31445 70.8916v-0.00048zM262.212 287.087l5.62598 -2.81348c-2.81348 -6.18848 -1.125 -37.6963 3.37598 -49.5117c5.62598 -15.7539 21.9424 -33.7578 32.0693 -59.0762
|
c-7.31348 -25.3193 -27.5684 -45.0107 -36.0078 -45.5732l2.8125 5.06348c14.6289 9.00195 27.5693 32.0703 31.5078 50.6367c7.31445 34.3203 12.9404 70.8916 8.43945 92.2715c-1.125 5.06445 -2.81348 21.9434 -9.56445 39.9473
|
||||||
c7.31445 -16.8789 14.6289 -57.3887 15.1914 -61.8896c5.62695 -47.2617 2.81348 -91.709 -11.2529 -129.406c-9.00195 -23.6299 -31.5068 -44.4473 -39.9463 -45.0098l-15.7539 3.93848c21.9424 8.43945 43.3223 35.4453 47.8242 54.0127
|
c-9.56543 26.4443 -23.6309 47.8242 -25.3184 52.8877c-5.62695 14.6289 -6.75195 51.1992 -7.31445 70.8916v-0.00048zM262.212 287.087l5.62598 -2.81348c-2.81348 -6.18848 -1.125 -37.6963 3.37598 -49.5117c5.62598 -15.7539 21.9424 -33.7578 32.0693 -59.0762
|
||||||
c11.8145 52.3242 16.3154 119.841 -0.563477 171.603c-9.00195 27.0068 -30.3818 50.6377 -34.3203 66.9541c-3.37598 15.1904 -3.37598 30.9443 -2.25 51.1992zM374.738 187.501c30.9443 -28.1318 48.3867 -67.5166 48.3867 -108.589s-18.5674 -81.0186 -50.6377 -107.463
|
c7.31445 -16.8789 14.6289 -57.3887 15.1914 -61.8896c5.62695 -47.2617 2.81348 -91.709 -11.2529 -129.406c-9.00195 -23.6299 -31.5068 -44.4473 -39.9463 -45.0098l-15.7539 3.93848c21.9424 8.43945 43.3223 35.4453 47.8242 54.0127
|
||||||
c-29.8193 -24.7559 -71.4541 -35.4453 -111.401 -35.4453c-24.7559 0 -47.2607 1.125 -71.4541 9.00195c-55.7012 18.5664 -96.7734 65.8281 -100.148 122.654c-3.37598 43.8848 6.75098 77.6436 41.0723 113.089c17.4414 18.5674 53.4502 39.9473 78.2061 56.8262
|
c11.8145 52.3242 16.3154 119.841 -0.563477 171.603c-9.00195 27.0068 -30.3818 50.6377 -34.3203 66.9541c-3.37598 15.1904 -3.37598 30.9443 -2.25 51.1992zM374.738 187.501c30.9443 -28.1318 48.3867 -67.5166 48.3867 -108.589s-18.5674 -81.0186 -50.6377 -107.463
|
||||||
c12.3779 7.87695 25.3184 31.5078 0.5625 75.9551l5.06348 3.93848l73.7051 -30.3818c-10.1279 -32.6328 19.1289 -55.7012 28.6943 -60.7646c21.3799 -11.8154 41.6348 -24.1934 57.9512 -38.8213zM364.048 -20.1113c29.2568 24.1934 45.0107 61.3271 45.0107 99.0234
|
c-29.8193 -24.7559 -71.4541 -35.4453 -111.401 -35.4453c-24.7559 0 -47.2607 1.125 -71.4541 9.00195c-55.7012 18.5664 -96.7734 65.8281 -100.148 122.654c-3.37598 43.8848 6.75098 77.6436 41.0723 113.089c17.4414 18.5674 53.4502 39.9473 78.2061 56.8262
|
||||||
c0 37.6973 -14.6279 73.7051 -43.3223 99.0234c-16.3164 14.6289 -42.7607 32.6328 -59.6396 42.1982c-16.8789 9.56445 -37.6963 36.0078 -30.9443 61.3271l-55.1387 24.1924c2.81348 -3.9375 9.56543 -20.8174 11.2529 -25.8809
|
c12.3779 7.87695 25.3184 31.5078 0.5625 75.9551l5.06348 3.93848l73.7051 -30.3818c-10.1279 -32.6328 19.1289 -55.7012 28.6943 -60.7646c21.3799 -11.8154 41.6348 -24.1934 57.9512 -38.8213zM364.048 -20.1113c29.2568 24.1934 45.0107 61.3271 45.0107 99.0234
|
||||||
c3.37598 -14.0654 1.6875 -27.5693 -1.125 -33.7578c-15.1914 -28.1318 -42.1982 -36.0088 -61.3271 -51.7627c-34.3203 -28.1309 -71.4541 -50.0742 -67.5166 -127.154c2.25098 -37.6973 31.5078 -84.3955 75.9561 -105.775
|
c0 37.6973 -14.6279 73.7051 -43.3223 99.0234c-16.3164 14.6289 -42.7607 32.6328 -59.6396 42.1982c-16.8789 9.56445 -37.6963 36.0078 -30.9443 61.3271l-55.1387 24.1924c2.81348 -3.9375 9.56543 -20.8174 11.2529 -25.8809
|
||||||
c25.3184 -12.3779 54.0127 -16.8789 83.2695 -18.5674c26.4443 -1.125 75.9561 14.6289 103.524 37.1338z" />
|
c3.37598 -14.0654 1.6875 -27.5693 -1.125 -33.7578c-15.1914 -28.1318 -42.1982 -36.0088 -61.3271 -51.7627c-34.3203 -28.1309 -71.4541 -50.0742 -67.5166 -127.154c2.25098 -37.6973 31.5078 -84.3955 75.9561 -105.775
|
||||||
</font>
|
c25.3184 -12.3779 54.0127 -16.8789 83.2695 -18.5674c26.4443 -1.125 75.9561 14.6289 103.524 37.1338z" />
|
||||||
</defs></svg>
|
<glyph glyph-name="qubes_os" unicode=""
|
||||||
|
d="M371.402 250.876v-107.812c-0.0146484 -7.86035 -4.2627 -14.6768 -10.583 -18.334l-93.1445 -53.9326c-6.33008 -3.66406 -14.8252 -3.66406 -21.1562 0l-93.1455 53.9316c-6.31934 3.65723 -10.5654 10.4844 -10.5781 18.3457v107.802
|
||||||
|
c0 7.87598 4.25 14.7236 10.5781 18.3877l93.1445 53.8779c6.35645 3.6748 14.9834 3.57031 21.1611 -0.000976562l93.1416 -53.8789c6.33203 -3.66406 10.582 -10.5078 10.582 -18.3857zM240.12 59.7109c10.2041 -5.90625 23.7705 -5.89453 33.9541 0l93.1436 53.9316
|
||||||
|
c10.1572 5.87891 16.9619 16.8652 16.9844 29.4209v107.812c0 12.582 -6.80957 23.584 -16.9863 29.4746l-93.1455 53.8809c-10.1211 5.84961 -23.7559 5.89062 -33.9482 -0.000976562l-93.1494 -53.8818c-10.1748 -5.89062 -16.9775 -16.8955 -16.9775 -29.4727v-107.822
|
||||||
|
c0.0195312 -12.5557 6.81934 -23.5312 16.9775 -29.4102zM470.152 294.967v-195.997c-0.015625 -16.2305 -8.7832 -30.3447 -21.8525 -37.9131l-169.344 -98.0225c-13.1191 -7.58887 -30.6211 -7.58301 -43.7314 0.000976562l-169.318 98.0215
|
||||||
|
c-13.0781 7.56348 -21.8584 21.6885 -21.877 37.9209v195.989c0.00292969 16.248 8.7832 30.3936 21.873 37.96l169.322 97.9502c13.1855 7.64062 30.7236 7.53906 43.7285 0.00292969l169.35 -97.9521c13.0791 -7.57227 21.8496 -21.7148 21.8496 -37.9609z
|
||||||
|
M258.433 449.557c-11.1924 0 -20.793 -2.48633 -29.6035 -7.5918l-169.319 -97.9482c-16.9365 -9.79102 -28.2764 -28.0967 -28.2803 -49.0498v-196.004c0.0244141 -20.9336 11.3584 -39.208 28.2773 -48.9912l169.322 -98.0244
|
||||||
|
c16.9521 -9.80664 39.5391 -9.82617 56.5254 0.000976562l169.347 98.0234c16.9082 9.79102 28.2305 28.0703 28.251 48.998v195.997c0 20.9492 -11.3311 39.251 -28.2539 49.0488l-169.341 97.9473c-7.93652 4.59863 -17.1523 7.35352 -26.9248 7.59375zM476.737 -13.6289
|
||||||
|
c0 -5.1416 -3.37988 -11.4883 -12.9365 -17.0508l-21.4951 -12.5068c-19.2725 -11.2139 -51.9199 -11.2158 -71.1953 0c-17.0898 9.94531 -34.1797 19.8916 -51.2695 29.8379l-40.8779 -23.6602c-4.65723 -2.68164 -9.875 -4.54297 -15.4072 -5.3623v98.1318
|
||||||
|
c3.76074 0.714844 7.30176 2.05176 10.5127 3.89648l93.1377 53.918c10.1611 5.88672 16.9658 16.873 16.9775 29.4424v107.787c0 3.90918 -0.672852 7.66992 -1.89062 11.168l84.791 49.0479c1.97559 -5 3.07422 -10.457 3.07812 -16.126v-195.968
|
||||||
|
c-0.0166016 -16.2275 -8.78418 -30.3457 -21.8516 -37.9092c-13.9512 -8.0752 -27.9014 -16.1504 -41.8516 -24.2246c19.1133 -11.125 38.2275 -22.249 57.3418 -33.374c9.55664 -5.56152 12.9365 -11.9072 12.9365 -17.0479zM267.706 70.7646
|
||||||
|
c-4.89746 -2.81348 -9.7959 -2.81543 -16.9502 -2.81543v-123.59c14.2881 0 24.1406 1.51855 34.6045 7.5459l34.4629 19.9463l44.8643 -26.1104c23.7295 -13.8066 60.3145 -13.8057 84.042 0l21.4961 12.5088c11.9414 6.9502 19.3115 16.9336 19.3115 28.1211
|
||||||
|
s-7.37012 21.1699 -19.3115 28.1191l-38.2676 22.2725l22.751 13.168c16.9102 9.78906 28.2324 28.0713 28.2529 48.9961v195.977c-0.00683594 10.2959 -2.78711 19.9814 -7.57617 28.292l-3.20508 5.56152l-106.846 -61.8057
|
||||||
|
c2.61719 -4.53223 6.04004 -9.51562 6.04883 -16.1465v-107.775c-0.00683594 -7.87109 -4.25488 -14.7051 -10.5771 -18.3682zM235.244 430.911c13.0957 7.56738 30.5918 7.55078 43.6699 -0.015625l169.373 -97.9824c4.7959 -2.78516 8.95605 -6.39844 12.3447 -10.7002
|
||||||
|
l-84.7705 -49.0566c-2.45117 2.84082 -5.36523 5.2666 -8.63379 7.17188l-93.1553 53.8867c-10.1953 5.90137 -23.7441 5.88867 -33.9297 0.0166016l-93.1406 -53.8975c-3.29492 -1.91211 -6.23145 -4.35449 -8.69922 -7.2168l-84.7812 49.0791
|
||||||
|
c3.4043 4.31738 7.58398 7.94238 12.3984 10.7305zM246.521 323.135c6.34668 3.6582 14.8174 3.66113 21.1553 -0.0078125l93.1211 -53.8672c5.2832 -3.07812 7.84668 -8.00391 10.8965 -13.3037l106.801 61.8047l-3.18164 5.52734
|
||||||
|
c-4.95312 8.60352 -12.0498 15.7295 -20.6309 20.7119l-169.372 97.9834c-16.9258 9.79199 -39.4932 9.82031 -56.4639 0.0146484l-169.329 -97.9873c-8.6084 -4.98633 -15.7158 -12.1201 -20.6846 -20.7412l11.623 -5.21191l-9.26953 -3.51074l101.282 -58.6318
|
||||||
|
c3.05664 5.31152 5.63086 10.2568 10.9307 13.332z" />
|
||||||
|
</font>
|
||||||
|
</defs></svg>
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 41 KiB |
Binary file not shown.
BIN
assets/fonts/pg-font/pg-font.woff
Normal file
BIN
assets/fonts/pg-font/pg-font.woff
Normal file
Binary file not shown.
BIN
assets/fonts/pg-font/pg-font.woff2
Normal file
BIN
assets/fonts/pg-font/pg-font.woff2
Normal file
Binary file not shown.
@ -1,13 +0,0 @@
|
|||||||
Copyright (c) 2019, Dawid Potocki
|
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this software for any
|
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
|
||||||
copyright notice and this permission notice appear in all copies.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
||||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
||||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
||||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
||||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -24,7 +24,6 @@ Privacy Guides additionally does not warrant that this website will be constantl
|
|||||||
This does not include third-party code embedded in this repository, or code where a superseding license is otherwise noted. The following are notable examples, but this list may not be all-inclusive:
|
This does not include third-party code embedded in this repository, or code where a superseding license is otherwise noted. The following are notable examples, but this list may not be all-inclusive:
|
||||||
|
|
||||||
- [Sortable](https://github.com/privacyguides/privacyguides.org/blob/main/assets/js/sortable.min.js) is under the MIT license. See: [github.com/HubSpot/sortable/raw/master/LICENSE](https://github.com/HubSpot/sortable/raw/master/LICENSE)
|
- [Sortable](https://github.com/privacyguides/privacyguides.org/blob/main/assets/js/sortable.min.js) is under the MIT license. See: [github.com/HubSpot/sortable/raw/master/LICENSE](https://github.com/HubSpot/sortable/raw/master/LICENSE)
|
||||||
- The [PrivacyTools fonts and icons](https://github.com/privacyguides/privacyguides.org/tree/main/assets/fonts/ptio-font) are under ISC license. See: [github.com/privacytools/privacytools.io/blob/master/font/LICENSE](https://github.com/privacytools/privacytools.io/blob/master/font/LICENSE).
|
|
||||||
|
|
||||||
Portions of this notice itself were adopted from [opensource.guide](https://github.com/github/opensource.guide/blob/master/notices.md) on GitHub. That resource and this page itself are released under [CC-BY-4.0](https://github.com/github/opensource.guide/blob/master/LICENSE).
|
Portions of this notice itself were adopted from [opensource.guide](https://github.com/github/opensource.guide/blob/master/notices.md) on GitHub. That resource and this page itself are released under [CC-BY-4.0](https://github.com/github/opensource.guide/blob/master/LICENSE).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user