2022-04-01 21:29:18 +02:00
{% extends "base.html" %}
{% block extrahead %}
< link rel = "stylesheet" href = "{{ 'overrides/home.css' | url }}" >
2022-05-05 20:35:24 +02:00
< link rel = "me" href = "https://aragon.sh/@jonah" >
< link rel = "me" href = "https://fosstodon.org/@freddy" >
< link rel = "me" href = "https://mastodon.social/@dngray" >
< link rel = "me" href = "https://mastodon.social/@blacklight447" >
< link rel = "me" href = "https://fosstodon.org/@hook54321" >
2022-04-01 21:29:18 +02:00
{% endblock %}
2022-04-04 16:44:50 +02:00
{% block tabs %}
2022-04-01 21:29:18 +02: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-14 02:19:13 +02: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 17:48:48 +02:00
Recommended Tools
2022-04-01 21:29:18 +02:00
< / a >
2022-04-12 03:06:25 +02:00
< a href = "https://blog.privacyguides.org/" title = "Blog posts from Privacy Guides contributors" class = "md-button" >
2022-04-01 21:29:18 +02:00
Read our blog
< / a >
< / div >
< / div >
< / div >
< / section >
{% endblock %}
2022-04-05 18:27:02 +02:00
{% block footer %}
2022-05-02 02:52:46 +02:00
< footer class = "md-footer" >
< div class = "md-footer-meta md-typeset" >
< div class = "md-footer-meta__inner md-grid" >
{% include "partials/copyright.html" %}
{% if config.extra.social %}
{% include "partials/social.html" %}
{% endif %}
< / div >
< / div >
< / footer >
2022-04-05 18:27:02 +02:00
{% endblock %}