2023-03-11 09:57:24 -05:00
{% extends "schema.html" %}
2023-02-24 16:23:02 -05:00
{% block extrahead %}
2023-02-28 15:22:46 -05:00
< link rel = "stylesheet" href = "{{ 'assets/stylesheets/home.css?v=3.3.0' | url }}" >
{{ super() }}
2023-02-24 16:23:02 -05: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" >
< 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 >
2023-03-14 02:24:06 -04:00
< a href = "{% if config.extra.offline %}basics/threat-modeling.html{% else %}kb/{% endif %}" title = "Gizlilik yolculuğunuzun ilk adı mı " class = "md-button md-button--primary" >
2023-02-24 16:23:02 -05:00
Gizlilik Yolculuğunuza Başlayı n
< / a >
2023-03-14 02:24:06 -04:00
< a href = "{% if config.extra.offline %}tools.html{% else %}tools/{% endif %}" title = "Önerilen gizlilik araçları , hizmetleri ve bilgileri" class = "md-button" >
2023-02-24 16:23:02 -05:00
Tavsiye Edilen Araçlar
< / a >
< / div >
< / div >
< / div >
< / section >
{% endblock %}