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.

80 lines
3.3 KiB
HTML
Raw Normal View History

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