mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-23 11:51:16 +00:00
Add Qubes OS nav item (#751)
Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user