mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
{% extends "base.html" %}
|
|
{% block extrahead %}
|
|
<link rel="preload" href="{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as="font" type="font/woff" crossorigin>
|
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css?v=2.10.0' | url }}">
|
|
<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">
|
|
{% endblock %}
|
|
{% block tabs %}
|
|
{{ 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>
|
|
<p>Massive organizations are monitoring your online activities. Privacy Guides is your central privacy and security resource to protect yourself online.</p>
|
|
<a href="basics/threat-modeling/" title="The first step of your privacy journey" class="md-button md-button--primary">
|
|
Start Your Privacy Journey
|
|
</a>
|
|
<a href="tools/" title="Recommended privacy tools, services, and knowledge" class="md-button">
|
|
Recommended Tools
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{% endblock %}
|