From e63be3e571bc449f4f7aadc5a34834a6aa0ffd96 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 18:52:08 +0800
Subject: [PATCH] Build hero 3D window stack from real app screenshot
---
docs/index-en.html | 203 ++++++++++++++++++++++++++------------------------
1 files changed, 107 insertions(+), 96 deletions(-)
diff --git a/docs/index-en.html b/docs/index-en.html
index ed963c7..0c7cb21 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -5,125 +5,136 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TagLauncher — Tag-based Mac app launcher</title>
<meta name="description" content="TagLauncher organizes Mac apps with tags: scrollable grid, multi-tag apps, searchable notes, JSON layout backup—beyond Launchpad folders and pages.">
- <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-website-2880x1800.jpg">
+ <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-visual-stack.jpg">
<link rel="stylesheet" href="styles.css">
<link rel="alternate" hreflang="en" href="index-en.html">
<link rel="alternate" hreflang="zh-Hans" href="index.html">
</head>
<body class="page-home">
- <header class="site-header site-header--overlay">
- <div class="inner">
+ <header class="site-header">
+ <div class="layout site-header__bar">
<a class="brand" href="index-en.html">
- <img src="assets/app-icon-256.png" width="36" height="36" alt="">
+ <img src="assets/app-icon-256.png" width="34" height="34" alt="">
TagLauncher
</a>
- <nav aria-label="Main">
+ <nav class="site-nav" aria-label="Main">
<a href="index-en.html" aria-current="page">Home</a>
<a href="support.html">Support</a>
<a href="privacy.html">Privacy</a>
<a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">Help PDFs</a>
</nav>
- <p class="lang-switch lang-switch--header">
- <a href="index.html">中文</a>
- <a href="index-en.html" class="active">EN</a>
- </p>
+ <div class="lang-switch" role="navigation" aria-label="Language">
+ <a href="index.html" hreflang="zh-Hans">中文</a>
+ <a href="index-en.html" class="is-active" hreflang="en">EN</a>
+ </div>
</div>
</header>
- <section class="hero-full" aria-label="TagLauncher hero">
- <img
- class="hero-full__img"
- src="assets/hero-website-2880x1800.jpg"
- alt="TagLauncher App Grid"
- width="2880"
- height="1800"
- fetchpriority="high"
- decoding="async">
- <p class="hero-full__tagline">Organize Mac apps with tags—not folders</p>
+ <section class="hero" aria-label="TagLauncher hero">
+ <div class="layout hero__split">
+ <div class="hero__copy">
+ <h1 class="hero__headline">Possibly the best Mac app launcher—in the world</h1>
+ <p class="hero__lead">Don't mourn Launchpad on macOS 26 Tahoe. It was never truly good—it was only barely usable.</p>
+ </div>
+
+ <figure class="hero__art">
+ <img
+ src="assets/hero-visual-stack.jpg"
+ alt="TagLauncher App Grid with stacked 3D window presentation"
+ width="1180"
+ height="640"
+ fetchpriority="high"
+ decoding="async">
+ </figure>
+ </div>
</section>
- <main class="wrap content-below">
- <section class="card">
- <h2>Why not just Launchpad?</h2>
- <table class="compare">
- <thead>
- <tr>
- <th></th>
- <th>Launchpad</th>
- <th>TagLauncher</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><strong>Browse</strong></td>
- <td>Pages of icons—hard to scan when you have many apps</td>
- <td>One scrollable grid</td>
- </tr>
- <tr>
- <td><strong>Organize</strong></td>
- <td>Folders; one app, one folder</td>
- <td>Multiple tags per app</td>
- </tr>
- <tr>
- <td><strong>Notes</strong></td>
- <td>No per-app purpose notes</td>
- <td>Searchable app notes</td>
- </tr>
- <tr>
- <td><strong>Backup</strong></td>
- <td>Layout is hard to export</td>
- <td>JSON export / import</td>
- </tr>
- </tbody>
- </table>
- </section>
+ <main class="page-main">
+ <div class="layout">
+ <section class="card">
+ <h2>Why not just Launchpad?</h2>
+ <table class="compare">
+ <thead>
+ <tr>
+ <th></th>
+ <th>Launchpad</th>
+ <th>TagLauncher</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td><strong>Browse</strong></td>
+ <td>Pages of icons—hard to scan many apps</td>
+ <td>One scrollable grid</td>
+ </tr>
+ <tr>
+ <td><strong>Organize</strong></td>
+ <td>Folders; one app per folder</td>
+ <td>Multiple tags per app</td>
+ </tr>
+ <tr>
+ <td><strong>Notes</strong></td>
+ <td>No per-app purpose notes</td>
+ <td>Searchable app notes</td>
+ </tr>
+ <tr>
+ <td><strong>Backup</strong></td>
+ <td>Layout hard to export</td>
+ <td>JSON export / import</td>
+ </tr>
+ </tbody>
+ </table>
+ </section>
- <section class="card">
- <h2>Core features</h2>
- <div class="feature-grid">
- <div class="feature">
- <strong>App Grid</strong>
- Press <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> for a full-screen-friendly grid.
+ <section class="card">
+ <h2>Core features</h2>
+ <div class="feature-grid">
+ <div class="feature">
+ <strong>App Grid</strong>
+ <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> opens the grid.
+ </div>
+ <div class="feature">
+ <strong>Quick Search</strong>
+ Search names, tags, and notes.
+ </div>
+ <div class="feature">
+ <strong>Tags</strong>
+ Custom colors; drag icons onto tags.
+ </div>
+ <div class="feature">
+ <strong>App notes</strong>
+ Remember what each app is for.
+ </div>
+ <div class="feature">
+ <strong>Layout backup</strong>
+ Export and import JSON.
+ </div>
+ <div class="feature">
+ <strong>Local-first</strong>
+ Data stays on your Mac.
+ </div>
</div>
- <div class="feature">
- <strong>Quick Search</strong>
- Search app names, tags, and notes.
- </div>
- <div class="feature">
- <strong>Tags</strong>
- Custom colors; drag icons onto tag names to categorize.
- </div>
- <div class="feature">
- <strong>App notes</strong>
- Remember what each app is for—searchable.
- </div>
- <div class="feature">
- <strong>Layout backup</strong>
- Export and import JSON layouts.
- </div>
- <div class="feature">
- <strong>Local-first</strong>
- Data stays on your Mac; no analytics SDK.
- </div>
- </div>
- </section>
+ </section>
- <section class="card card-cta">
- <p>Mac App Store coming soon · macOS 15.0+ · 29 UI languages</p>
- <div class="cta-row">
- <a class="btn btn-primary" href="support.html">Support & contact</a>
- <a class="btn btn-secondary" href="privacy.html">Privacy policy</a>
- </div>
- </section>
+ <section class="card card-cta">
+ <p>Mac App Store coming soon · macOS 15.0+ · 29 UI languages</p>
+ <div class="cta-row">
+ <a class="btn btn-primary" href="support.html">Support & contact</a>
+ <a class="btn btn-secondary" href="privacy.html">Privacy policy</a>
+ </div>
+ </section>
+ </div>
</main>
- <footer class="site-footer wrap">
- <p>
- <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a>
- · <a href="support.html">Support</a>
- · <a href="privacy.html">Privacy</a>
- </p>
- <p>© 2026 TagLauncher · Hainan Wanxing Technology Co., Ltd. (海南万幸科技有限公司)</p>
+ <footer class="site-footer">
+ <div class="layout">
+ <p>
+ <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a>
+ · <a href="support.html">Support</a>
+ · <a href="privacy.html">Privacy</a>
+ </p>
+ <p>© 2026 TagLauncher · Hainan Wanxing Technology Co., Ltd. (海南万幸科技有限公司)</p>
+ </div>
</footer>
</body>
</html>
\ No newline at end of file
--
Gitblit v1.9.3