2022-04-01 15:29:18 -04:00
{% extends "base.html" %}
{% block extrahead %}
< link rel = "stylesheet" href = "{{ 'overrides/home.css' | url }}" >
{% endblock %}
2022-04-04 10:44:50 -04:00
{% block tabs %}
2022-04-01 15:29:18 -04:00
{{ super() }}
< style > . md-content > . md-typeset h1 { visibility : hidden ; font-size : 0 ; } < / style >
< section class = "mdx-container" >
< div class = "md-grid md-typeset" >
< div class = "mdx-hero" >
< div class = "mdx-hero__content" >
< h1 > The guide to restoring your online privacy.< / h1 >
2022-04-13 20:19:13 -04:00
< p > Massive organizations are monitoring your online activities. Privacy Guides is your central privacy and security resource to protect yourself online.< / p >
< a href = "tools/" title = "Recommended privacy tools, services, and knowledge" class = "md-button md-button--primary" >
2022-04-05 11:48:48 -04:00
Recommended Tools
2022-04-01 15:29:18 -04:00
< / a >
2022-04-11 21:06:25 -04:00
< a href = "https://blog.privacyguides.org/" title = "Blog posts from Privacy Guides contributors" class = "md-button" >
2022-04-01 15:29:18 -04:00
Read our blog
< / a >
< / div >
< / div >
< / div >
< / section >
{% endblock %}
2022-04-05 12:27:02 -04:00
{% block footer %}
{% endblock %}