mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-31 15:51:08 +00:00
Download Translations from Crowdin (#2054)
This commit is contained in:
25
theme/overrides/home.zh-Hant.html
Normal file
25
theme/overrides/home.zh-Hant.html
Normal file
@@ -0,0 +1,25 @@
|
||||
{% extends "main.html" %}
|
||||
{% 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>
|
||||
<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