2019-11-18 23:55:46 -05:00
< h1 id = "os" class = "anchor" > {% t Privacy Tools %}< / h1 >
2019-04-01 19:42:34 -05:00
2019-11-26 23:04:52 +00:00
< p > < a href = "{{ " / classic / " | translate_page } } " > < i class = "fas fa-info-circle" > < / i > {% t 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" >
{% include card.html color="success"
2019-11-23 15:38:18 -05:00
title="Providers"
2019-04-01 19:42:34 -05:00
icon="fas fa-server"
iconcolor="dark"
2019-11-23 15:38:18 -05:00
page="/providers/"
description="Discover privacy-centric online services, including email providers, VPN operators, DNS administrators, and more!"
2019-04-01 19:42:34 -05:00
%}
{% include card.html color="primary"
2019-11-23 15:38:18 -05:00
title="Web Browsers"
2019-04-01 19:42:34 -05:00
icon="far fa-compass"
iconcolor="dark"
2019-11-23 15:38:18 -05:00
page="/browsers/"
description="Find a web browser that respects your privacy, and discover how to harden your browser against tracking and leaks."
2019-04-01 19:42:34 -05:00
%}
{% include card.html color="warning"
2019-11-23 15:38:18 -05:00
title="Software"
2019-04-01 19:42:34 -05:00
icon="far fa-window-restore"
iconcolor="dark"
2019-11-23 15:38:18 -05:00
page="/software/"
description="Discover a variety of open source software built to protect your privacy and keep your digital data secure."
2019-04-01 19:42:34 -05:00
%}
{% include card.html color="info"
2019-11-23 15:38:18 -05:00
title="Operating Systems"
2019-04-01 19:42:34 -05:00
icon="fas fa-desktop"
iconcolor="dark"
2019-11-23 15:38:18 -05:00
page="/operating-systems/"
description="Find out how your operating system is compromising your privacy, and what simple alternatives exist."
2019-04-01 19:42:34 -05:00
%}
2019-11-18 01:18:12 +00:00
2019-04-01 19:42:34 -05:00
{% include card.html color="secondary"
2019-11-23 15:38:18 -05:00
title="PrivacyTools Services"
2019-04-01 19:42:34 -05:00
icon="far fa-eye-slash"
iconcolor="dark"
2019-11-23 15:38:18 -05:00
page="/services/"
description="The PrivacyTools team is proud to launch a variety of privacy-centric online services, including a Mastodon instance, search engine, and more!"
2019-04-01 19:42:34 -05:00
%}
{% include card.html color="danger"
2019-11-23 15:38:18 -05:00
title="Donate"
2019-04-01 19:42:34 -05:00
icon="fas fa-donate"
iconcolor="dark"
2019-11-23 15:38:18 -05:00
page="/donate/"
description="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."
2019-04-01 19:42:34 -05:00
%}
2019-04-27 15:22:56 -05:00
< / div >