2022-04-01 15:29:18 -04:00
{% extends "base.html" %}
{% block extrahead %}
2022-05-31 14:42:26 -04:00
< link rel = "preload" href = "{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as = "font" type = "font/woff" crossorigin >
2022-05-31 00:13:46 -04:00
< link rel = "stylesheet" href = "{{ 'assets/stylesheets/home.css?v=2.10.0' | url }}" >
2022-04-01 15:29:18 -04:00
{% endblock %}
2022-04-04 10:44:50 -04:00
{% block tabs %}
2022-04-01 15:29:18 -04:00
{{ super() }}
2022-08-17 00:08:35 -04:00
< style > . md-content > . md-typeset h1 { visibility : hidden ; font-size : 0 ; } . md-button { margin-top : .5 rem ; } < / style >
2022-04-01 15:29:18 -04:00
< 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 >
2022-10-24 13:03:22 -04:00
< a href = "kb/" title = "The first step of your privacy journey" class = "md-button md-button--primary" >
2022-05-21 17:55:14 -04:00
Start Your Privacy Journey
2022-04-01 15:29:18 -04:00
< / a >
2022-05-21 17:55:14 -04:00
< a href = "tools/" title = "Recommended privacy tools, services, and knowledge" class = "md-button" >
Recommended Tools
2022-04-01 15:29:18 -04:00
< / a >
< / div >
< / div >
< / div >
< / section >
{% endblock %}