2019-04-01 19:42:34 -05:00
< h1 id = "os" class = "anchor" > Privacy Tools< / h1 >
2019-11-18 01:18:12 +00:00
< p > < a href = "/{% if page.language %}{{ page.language }}/{% endif %}classic/" > < i class = "fas fa-info-circle" > < / i > {% translate Prefer the classic site? View a single-page layout.%}< / a > < / p >
2019-04-25 18:31:22 +00:00
2019-04-01 19:42:34 -05:00
< div class = "row" >
2019-11-18 01:18:12 +00:00
{% capture providers_title %}{% translate Providers %}{% endcapture %}
{% capture providers_page %}/{% if page.language %}{{ page.language }}/{% endif %}providers/{% endcapture %}
{% capture providers_description %}{% translate Discover privacy-centric online services, including email providers, VPN operators, DNS administrators, and more!%}{% endcapture %}
2019-04-01 19:42:34 -05:00
{% include card.html color="success"
2019-11-18 01:18:12 +00:00
title=providers_title
2019-04-01 19:42:34 -05:00
icon="fas fa-server"
iconcolor="dark"
2019-11-18 01:18:12 +00:00
page=providers_page
description=providers_description
2019-04-01 19:42:34 -05:00
%}
2019-11-18 01:18:12 +00:00
{% capture browsers_title %}{% translate Web Browsers %}{% endcapture %}
{% capture browsers_page %}/{% if page.language %}{{ page.language }}/{% endif %}browsers/{% endcapture %}
{% capture browsers_description %}{% translate Find a web browser that respects your privacy, and discover how to harden your browser against tracking and leaks.%}{% endcapture %}
2019-04-01 19:42:34 -05:00
{% include card.html color="primary"
2019-11-18 01:18:12 +00:00
title=browsers_title
2019-04-01 19:42:34 -05:00
icon="far fa-compass"
iconcolor="dark"
2019-11-18 01:18:12 +00:00
page=browsers_page
description=browsers_description
2019-04-01 19:42:34 -05:00
%}
2019-11-18 01:18:12 +00:00
{% capture software_title %}{% translate Software %}{% endcapture %}
{% capture software_page %}/{% if page.language %}{{ page.language }}/{% endif %}software/{% endcapture %}
{% capture software_description %}{% translate Discover a variety of open source software built to protect your privacy and keep your digital data secure.%}{% endcapture %}
2019-04-01 19:42:34 -05:00
{% include card.html color="warning"
2019-11-18 01:18:12 +00:00
title=software_title
2019-04-01 19:42:34 -05:00
icon="far fa-window-restore"
iconcolor="dark"
2019-11-18 01:18:12 +00:00
page=software_page
description=software_description
2019-04-01 19:42:34 -05:00
%}
2019-11-18 01:18:12 +00:00
{% capture os_title %}{% translate Operating Systems%}{% endcapture %}
{% capture os_page %}/{% if page.language %}{{ page.language }}/{% endif %}operating-systems/{% endcapture %}
{% capture os_description %}{% translate Find out how your operating system is compromising your privacy, and what simple alternatives exist.%}{% endcapture %}
2019-04-01 19:42:34 -05:00
{% include card.html color="info"
2019-11-18 01:18:12 +00:00
title=os_title
2019-04-01 19:42:34 -05:00
icon="fas fa-desktop"
iconcolor="dark"
2019-11-18 01:18:12 +00:00
page=os_page
description=os_description
2019-04-01 19:42:34 -05:00
%}
2019-11-18 01:18:12 +00:00
{% capture services_title %}{% translate PrivacyTools Services%}{% endcapture %}
{% capture services_page %}/{% if page.language %}{{ page.language }}/{% endif %}services/{% endcapture %}
{% capture services_description %}{% translate The PrivacyTools team is proud to launch a variety of privacy-centric online services, including a Mastodon instance, search engine, and more!%}{% endcapture %}
2019-04-01 19:42:34 -05:00
{% include card.html color="secondary"
2019-11-18 01:18:12 +00:00
title=services_title
2019-04-01 19:42:34 -05:00
icon="far fa-eye-slash"
iconcolor="dark"
2019-11-18 01:18:12 +00:00
page=services_page
description=services_description
2019-04-01 19:42:34 -05:00
%}
2019-11-18 01:18:12 +00:00
{% capture donate_title %}{% translate Donate%}{% endcapture %}
{% capture donate_page %}/{% if page.language %}{{ page.language }}/{% endif %}donate/{% endcapture %}
{% capture donate_description %}{% translate We can't operate this site without the generous contributions we receive from our viewers. If you love privacy and our website please consider donating.%}{% endcapture %}
2019-04-01 19:42:34 -05:00
{% include card.html color="danger"
2019-11-18 01:18:12 +00:00
title=donate_title
2019-04-01 19:42:34 -05:00
icon="fas fa-donate"
iconcolor="dark"
2019-11-18 01:18:12 +00:00
page=donate_page
description=donate_description
2019-04-01 19:42:34 -05:00
%}
2019-04-27 15:22:56 -05:00
< / div >