Add Qubes OS nav item (#751)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
elitejake 2022-03-21 08:56:57 +00:00 committed by Daniel Gray
parent da0c608743
commit 932e18fea4
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3
19 changed files with 303 additions and 296 deletions

View File

@ -11,7 +11,7 @@ items:
file: _evergreen/linux-desktop.md
- type: link
title: Qubes OS
icon: fab fa-linux
icon: pg-qubes
file: _evergreen/qubes.md
- type: link
title: Router

View File

@ -19,9 +19,9 @@ downloads:
url: 'https://nextcloud.com/install/#install-clients'
- icon: fab fa-freebsd
url: 'https://www.freshports.org/www/nextcloud/'
- icon: ptio-openbsd
- icon: pg-openbsd
url: 'http://openports.se/www/nextcloud'
- icon: ptio-netbsd
- icon: pg-netbsd
url: 'http://pkgsrc.se/www/php-nextcloud'
- icon: fab fa-android
url: 'https://f-droid.org/packages/com.nextcloud.client/'

View File

@ -14,7 +14,7 @@ downloads:
url: 'https://github.com/tahoe-lafs/tahoe-lafs#via-pip'
- icon: fab fa-linux
url: 'https://github.com/tahoe-lafs/tahoe-lafs#using-os-packages'
- icon: ptio-netbsd
- icon: pg-netbsd
url: 'http://pkgsrc.se/filesystems/tahoe-lafs'
- icon: fab fa-github
url: 'https://www.tahoe-lafs.org/trac/tahoe-lafs/browser'

View File

@ -98,7 +98,7 @@
data-bs-toggle="tooltip"
data-bs-placement="bottom"
title="Requires specific software to access: torproject.org">
<span class="ptio-tor text-light"></span>
<span class="pg-tor text-light"></span>
</a>
{% endif %}
{% if include.i2p %}
@ -109,7 +109,7 @@
data-bs-toggle="tooltip"
data-bs-placement="bottom"
title="Requires specific software to access: geti2p.net">
<span class="ptio-i2p-garlic text-dark"></span>
<span class="pg-i2p text-dark"></span>
</a>
{% endif %}
</div>
@ -128,20 +128,20 @@
{% if include.mac %}
{% if include.mac != "" %}
<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>
{% 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 %}
{% if include.linux %}
{% if include.linux != "" %}
<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>
{% 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 %}
@ -158,20 +158,20 @@
{% if include.openbsd %}
{% if include.openbsd != "" %}
<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>
{% 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 %}
{% if include.netbsd %}
{% if include.netbsd != "" %}
<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>
{% 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 %}
@ -228,10 +228,10 @@
{% if include.fdroid %}
{% if include.fdroid != "" %}
<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>
{% 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 %}
@ -258,20 +258,20 @@
{% if include.ios %}
{% if include.ios != "" %}
<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>
{% 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 %}
{% if include.sailfish %}
{% if include.sailfish != "" %}
<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>
{% 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 %}

View File

@ -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>
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.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 %}
</div>{% endif %}

62
_sass/pg-font.scss Normal file
View 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" }

View File

@ -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"; }

View File

@ -74,7 +74,7 @@ h1, h2, h3:not(.h5), h4 {
// import /_sass/bootstrap.scss
@import "./node_modules/bootstrap/scss/bootstrap";
@import "ptio-font";
@import "pg-font";
@import "flag-icon";
.textColor {

View File

@ -103,7 +103,7 @@ $utilities: map-merge(
// import /_sass/bootstrap.scss
@import "./node_modules/bootstrap/scss/bootstrap";
@import "ptio-font";
@import "pg-font";
@import "flag-icon";
$svg-primary: $primary;

View File

@ -2,28 +2,29 @@
<!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">
<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
CC0 1.0 Universal Public Domain Dedication.
See the license here: https://github.com/privacyguides/privacyguides.org/blob/main/LICENSE
</metadata>
<defs>
<font id="ptio-font" horiz-adv-x="512" >
<font id="pg-font" horiz-adv-x="512" >
<font-face
font-family="ptio-font"
font-family="pg"
font-weight="400"
font-stretch="normal"
units-per-em="512"
panose-1="2 0 5 3 0 0 0 0 0 0"
panose-1="2 0 5 9 0 0 0 0 0 0"
ascent="448"
descent="-64"
bbox="-0.00195312 -64.0046 512.014 448"
underline-thickness="25.6"
underline-position="-51.2"
unicode-range="U+0020-F10C"
bbox="-0.00195312 -64.6136 512.014 449.557"
underline-thickness="25"
underline-position="-51"
unicode-range="U+F100-F10C"
/>
<missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
/>
<glyph glyph-name="f-droid" unicode="&#xf100;"
<glyph glyph-name="f_droid" unicode="&#xf100;"
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
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
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
@ -34,13 +35,13 @@ c-18.7656 0 -33.8721 15.1074 -33.8721 33.873v225.816c0 18.7656 15.1064 33.873 33
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
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
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" />
<glyph glyph-name="i2p-garlic" unicode="&#xf10c;"
<glyph glyph-name="i2p" unicode="&#xf10c;"
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
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
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
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
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
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
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
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
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-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
@ -56,7 +57,7 @@ c-4.10059 -0.589844 -11.0801 0.980469 -14.2998 -2.03027c-5.10059 -4.76953 -5.440
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
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-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
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-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
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
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-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
@ -157,7 +158,7 @@ M331.305 288.467h-0.000976562c-9.4873 -0.251953 -37.2041 -17.0605 -37.2041 -17.0
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
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
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" />
<glyph glyph-name="sailfish-os" unicode="&#xf106;"
<glyph glyph-name="sailfish_os" unicode="&#xf106;"
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-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
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
@ -195,5 +196,23 @@ c12.3779 7.87695 25.3184 31.5078 0.5625 75.9551l5.06348 3.93848l73.7051 -30.3818
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
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
c25.3184 -12.3779 54.0127 -16.8789 83.2695 -18.5674c26.4443 -1.125 75.9561 14.6289 103.524 37.1338z" />
<glyph glyph-name="qubes_os" unicode="&#xf108;"
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.

Binary file not shown.

View File

@ -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.

View File

@ -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:
- [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).