From 312b5a36c2418fd098fb06ffb339ab0d22df7427 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 18:14:12 +0800
Subject: [PATCH] Fix hero: one visible screenshot, CSS-only stack layers behind
---
docs/index-en.html | 29 +++++++++++++----------------
1 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/docs/index-en.html b/docs/index-en.html
index 16a6204..0c57f0c 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -37,27 +37,24 @@
<p class="hero__lead">Don't mourn Launchpad on macOS 26 Tahoe. It was never great—and it still isn't.</p>
</div>
- <div class="hero__visual" aria-hidden="true">
+ <div class="hero__visual">
<div class="hero__stack">
- <figure class="hero-shot hero-shot--back">
- <div class="hero-shot__chrome">
+ <div class="hero-stack-layer hero-stack-layer--far" aria-hidden="true">
+ <div class="hero-stack-layer__chrome"><span></span><span></span><span></span></div>
+ <div class="hero-stack-layer__body"></div>
+ </div>
+ <div class="hero-stack-layer hero-stack-layer--near" aria-hidden="true">
+ <div class="hero-stack-layer__chrome"><span></span><span></span><span></span></div>
+ <div class="hero-stack-layer__body"></div>
+ </div>
+ <figure class="hero-window">
+ <div class="hero-window__chrome">
<span></span><span></span><span></span>
</div>
- <div class="hero-shot__screen">
- <img src="assets/hero-shot-memo.jpg" alt="" width="1600" height="1040" loading="lazy" decoding="async">
- </div>
- <div class="hero-shot__reflection">
- <img src="assets/hero-shot-memo.jpg" alt="" width="1600" height="1040">
- </div>
- </figure>
- <figure class="hero-shot hero-shot--front">
- <div class="hero-shot__chrome">
- <span></span><span></span><span></span>
- </div>
- <div class="hero-shot__screen">
+ <div class="hero-window__screen">
<img src="assets/hero-shot-grid.jpg" alt="TagLauncher App Grid" width="1600" height="1040" fetchpriority="high" decoding="async">
</div>
- <div class="hero-shot__reflection">
+ <div class="hero-window__reflection" aria-hidden="true">
<img src="assets/hero-shot-grid.jpg" alt="" width="1600" height="1040">
</div>
</figure>
--
Gitblit v1.9.3