mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-01 00:01:04 +00:00
Add Crowdin Translations (#2026)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com> Co-authored-by: Jonah Aragon <jonah@triplebit.net>
This commit is contained in:

committed by
GitHub

parent
2150385184
commit
7b6a158e4d
25
theme/overrides/home.nl.html
Normal file
25
theme/overrides/home.nl.html
Normal file
@@ -0,0 +1,25 @@
|
||||
{% 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>De gids voor het herstellen van uw online privacy.</h1>
|
||||
<p>Enorme organisaties houden uw online activiteiten in de gaten. Privacy Guides is uw centrale bron voor privacy en beveiliging om uzelf online te beschermen.</p>
|
||||
<a href="kb/" title="De eerste stap op weg naar privacy" class="md-button md-button--primary">
|
||||
Begin uw privacyreis
|
||||
</a>
|
||||
<a href="tools/" title="Aanbevolen privacytools, -diensten en -kennis" class="md-button">
|
||||
Aanbevolen tools
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user