2023-02-28 21:22:46 +01:00
{% extends "main.html" %}
2023-02-24 23:47:54 +01:00
{% block extrahead %}
2023-02-28 21:22:46 +01:00
< link rel = "stylesheet" href = "{{ 'assets/stylesheets/home.css?v=3.3.0' | url }}" >
{{ super() }}
2023-02-24 23:47:54 +01:00
{% endblock %}
{% block tabs %}
{{ super() }}
< style > . md-content > . md-typeset h1 { visibility : hidden ; font-size : 0 ; } . md-button { margin-top : .5 rem ; } < / style >
< section class = "mdx-container" >
< div class = "md-grid md-typeset" >
< div class = "mdx-hero" >
< div class = "mdx-hero__content" >
2023-02-27 14:15:26 +01:00
< 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 >
2023-02-24 23:47:54 +01:00
< a href = "kb/" title = "De eerste stap op weg naar privacy" class = "md-button md-button--primary" >
2023-02-27 14:15:26 +01:00
Begin jouw privacyreis
2023-02-24 23:47:54 +01:00
< / a >
< a href = "tools/" title = "Aanbevolen privacytools, -diensten en -kennis" class = "md-button" >
Aanbevolen tools
< / a >
< / div >
< / div >
< / div >
< / section >
{% endblock %}