mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-30 23:31:08 +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.zh.html
Normal file
25
theme/overrides/home.zh.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>保护你的在线隐私</h1>
|
||||
<p>大规模组织正在监控你的在线活动。 Privacy Guides是您保护自己在线隐私的实用资源。</p>
|
||||
<a href="kb/" title="你隐私之旅的第一步" class="md-button md-button--primary">
|
||||
开始你的隐私之旅
|
||||
</a>
|
||||
<a href="tools/" title="推荐的隐私工具、服务和知识" class="md-button">
|
||||
推荐工具
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user