This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
privacytools.io/_includes/sections/operating-systems.html

56 lines
2.1 KiB
HTML

<h1 id="os" class="anchor"><a href="#os"><i class="fas fa-link anchor-icon"></i></a> {% t pc_os.pc_operating_systems %}</h1>
<div class="alert alert-warning" role="alert">
<strong>{% t pc_os.ms_apple_warning %}</strong>
</div>
{%- capture pc_os_qubesos_title -%}{% t pc_os.qubesos_title %}{%- endcapture -%}
{%- capture pc_os_qubesos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
{%- capture pc_os_qubesos_descr -%}{% t pc_os.qubesos_descr %}{%- endcapture -%}
{%- capture pc_os_debian_title -%}{% t pc_os.debian_title %}{%- endcapture -%}
{%- capture pc_os_debian_descr -%}{% t pc_os.debian_descr %}{%- endcapture -%}
{%- capture pc_os_trisquel_title -%}{% t pc_os.trisquel_title %}{%- endcapture -%}
{%- capture pc_os_trisquel_descr -%}{% t pc_os.trisquel_descr %}{%- endcapture -%}
<div class="row mb-2">
{% include card.html color="success"
title=pc_os_qubesos_title
labels=pc_os_qubesos_labels
image="/assets/img/tools/Qubes-OS.png"
url="https://www.qubes-os.org/"
tor="http://qubesos4rrrrz6n4.onion"
description=pc_os_qubesos_descr
%}
{% include card.html color="primary"
title=pc_os_debian_title
image="/assets/img/tools/Debian.png"
url="https://www.debian.org/"
tor="http://sejnfjrq6szgca7v.onion"
description=pc_os_debian_descr
%}
{% include card.html color="warning"
title=pc_os_trisquel_title
image="/assets/img/tools/Trisquel.png"
url="https://trisquel.info/"
description=pc_os_trisquel_descr
%}
</div>
<h3>{% t pc_os.warning %}</h3>
<ul>
<li><a href="#win10"><i class="fas fa-link"></i> {% t pc_os.win10_nightmare %}</a></li>
</ul>
<h3>{% t pc_os.worth_mentioning %}</h3>
<ul>
<li><a href="https://www.openbsd.org/">{% t pc_os.openbsd %}</a> {% t pc_os.openbsd_descr %}</li>
<li><a href="https://www.archlinux.org/">{% t pc_os.arch %}</a> {% t pc_os.arch_descr %} <a href="https://www.parabola.nu/">{% t pc_os.parabola %}</a> {% t pc_os.parabola_descr %}</li>
<li><a href="https://www.whonix.org/">{% t pc_os.whonix %}</a> <span class="badge badge-warning" data-toggle="tooltip" title="{% t global.contrib %}">contrib <i class="far fa-question-circle"></i></span> {% t pc_os.whonix_descr %}</li>
</ul>