53 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.8 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_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
 | 
						|
{%- capture pc_os_qubesos_descr -%}{% t pc_os.qubesos_descr %}{%- endcapture -%}
 | 
						|
{%- capture pc_os_debian_descr -%}{% t pc_os.debian_descr %}{%- endcapture -%}
 | 
						|
{%- capture pc_os_trisquel_descr -%}{% t pc_os.trisquel_descr %}{%- endcapture -%}
 | 
						|
 | 
						|
<div class="row mb-2">
 | 
						|
 | 
						|
  {% include card.html color="success"
 | 
						|
  title="Qubes OS"
 | 
						|
  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="Debian"
 | 
						|
  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="Trisquel"
 | 
						|
  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/">OpenBSD</a> - {% t pc_os.openbsd_descr %}</li>
 | 
						|
  <li><a href="https://www.archlinux.org/">Arch Linux</a> - {% t pc_os.arch_descr %} <a href="https://www.parabola.nu/">Parabola</a> {% t pc_os.parabola_descr %}</li>
 | 
						|
  <li><a href="https://www.whonix.org/">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>
 |