1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-12 06:41:15 +00:00
Files
privacyguides.org/theme/overrides/home.fa.html
T

26 lines
1.3 KiB
HTML
Raw Normal View History

2023-03-11 14:57:24 +00:00
{% extends "schema.html" %}
2023-02-28 14:22:46 -06:00
{% 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>راهنمای بازگرداندن حریم خصوصی شما.</h1>
<p>سازمانهای بزرگ فعالیتهای اینترنتی شما را رصد می‌کنند. وبسایت Privacy Guides منبع اصلی حریم خصوصی و امنیت شما برای محافظت از خودتان در اینترنت است.</p>
2023-03-14 06:24:06 +00:00
<a href="{% if config.extra.offline %}basics/threat-modeling.html{% else %}kb/{% endif %}" title="The first step of your privacy journey" class="md-button md-button--primary">
2023-02-28 14:22:46 -06:00
Start Your Privacy Journey
</a>
2023-03-14 06:24:06 +00:00
<a href="{% if config.extra.offline %}tools.html{% else %}tools/{% endif %}" title="ابزار، خدمات و دانش حفظ حریم خصوصی توصیه شده" class="md-button">
2023-02-28 14:22:46 -06:00
ابزارهای پیشنهادی
</a>
</div>
</div>
</div>
</section>
{% endblock %}