mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
4f8663321a
Co-authored-by: Freddy <freddy@privacyguides.org> Co-authored-by: matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> Co-authored-by: mfwmyfacewhen <94880365+mfwmyfacewhen@users.noreply.github.com> Co-authored-by: Kai Tebay <95620167+KaiTebay@users.noreply.github.com>
26 lines
1.1 KiB
HTML
26 lines
1.1 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 }}">
|
|
{% endblock %}
|
|
{% block tabs %}
|
|
{{ super() }}
|
|
<style>.md-content > .md-typeset h1{visibility:hidden;font-size:0;}.md-button{margin-top:.5rem;}</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="kb/" 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 %}
|