mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
26 lines
1.2 KiB
HTML
26 lines
1.2 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>Çevrimiçi gizliliğinizi yeniden sağlama rehberi.</h1>
|
|||
|
<p>Büyük kurumlar sizin çevrimiçi hareketlerinizi izliyor. Privacy Guides, kendinizi çevrimiçi olarak korumanız için merkezi gizlilik ve güvenlik kaynağıdır.</p>
|
|||
|
<a href="kb/" title="Gizlilik yolculuğunuzun ilk adımı" class="md-button md-button--primary">
|
|||
|
Gizlilik Yolculuğunuza Başlayın
|
|||
|
</a>
|
|||
|
<a href="tools/" title="Tavsiye edilen gizlilik araçları, servisler ve bilgi" class="md-button">
|
|||
|
Tavsiye Edilen Araçlar
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</section>
|
|||
|
{% endblock %}
|