privacyguides.org/theme/overrides/home.nl.html
Crowdin Bot 29658d1d98
New Crowdin Translations (#2088)
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
2023-03-14 16:54:06 +10:30

26 lines
1.2 KiB
HTML

{% extends "schema.html" %}
{% block extrahead %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css?v=3.3.0' | url }}">
{{ super() }}
{% 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>De gids voor het herstellen van jouw online privacy.</h1>
<p>Enorme organisaties houden jouw online activiteiten in de gaten. Privacy Guides is jouw centrale bron voor privacy en beveiliging om jezelf online te beschermen.</p>
<a href="{% if config.extra.offline %}basics/threat-modeling.html{% else %}kb/{% endif %}" title="De eerste stap op weg naar privacy" class="md-button md-button--primary">
Begin jouw privacyreis
</a>
<a href="{% if config.extra.offline %}tools.html{% else %}tools/{% endif %}" title="Aanbevolen privacytools, -diensten en -kennis" class="md-button">
Aanbevolen tools
</a>
</div>
</div>
</div>
</section>
{% endblock %}