From 8de3bcf645c4d3061e6244dc900e65f0113ccee1 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 23:10:38 +0800
Subject: [PATCH] Add seventh screen: offline privacy with shield visual
---
docs/index-en.html | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/docs/index-en.html b/docs/index-en.html
index 5542131..c7406d1 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -171,6 +171,41 @@
</div>
</section>
+ <section class="privacy" aria-label="Offline privacy">
+ <div class="layout privacy__split">
+ <div class="privacy__copy">
+ <h2 class="privacy__headline">100% offline, 100% ad-free</h2>
+ <p class="privacy__lead">Data stays on your device—no analytics SDK, no ads. Never needs the network.</p>
+
+ <div class="privacy__feature">
+ <h3 class="privacy__feature-title">Privacy matters</h3>
+ <p class="privacy__feature-text">TagLauncher never touches your privacy. Every line of code is built for local efficiency.</p>
+ </div>
+
+ <div class="privacy__feature">
+ <h3 class="privacy__feature-title privacy__feature-title--accent">
+ <span class="privacy__feature-icon" aria-hidden="true"></span>
+ Pure & native
+ </h3>
+ <p class="privacy__feature-text">No bloated network components—fast launch, zero background footprint.</p>
+ </div>
+
+ <p class="privacy__protocol">TagLauncher Security Protocol</p>
+ </div>
+
+ <figure class="privacy__art">
+ <img
+ src="assets/shield-check.png"
+ alt=""
+ width="379"
+ height="437"
+ loading="lazy"
+ decoding="async"
+ role="presentation">
+ </figure>
+ </div>
+ </section>
+
<main class="page-main">
<div class="layout">
<section class="card">
--
Gitblit v1.9.3