From a95212aa87874fb2e61b25374e3324641b048d0c Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Thu, 23 Apr 2026 09:13:15 -0700 Subject: [PATCH] feat(site): Designing orientation page with compass loop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New /designing page: the missing "how do I actually use this tool?" story, organized around a four-phase core loop. Start, iterate, polish, maintain. Text-dominant editorial sections, cards are rare, spacing pulls from DESIGN.md's scale only. Hero runs as a single editorial spread: title and lede on the left, a compass loop on the right. The compass is a thin ink circle with cardinal phase labels at N/E/S/W, clockwise arrow glyphs at 45° transit points, a slow orbiting accent dot, and an italic impeccable wordmark in the middle. Collapses to vertical stack below 880px. Phase sections below the hero are full width. Each opens with a numbered eyebrow, italic Cormorant title (spine), and a 60ch sub. Appendix sections (register cross-link, DESIGN.md interop, what to avoid, CTA) use a quieter title tier in roman to separate spine from supporting material. All separators are 1px mist hairline, no 2px black rules; rhythm comes from variable padding and margins. Adds /live-mode hero-frame polish, new top-nav entry (Home · Designing · Docs · Anti-Patterns · Live · Overlay), footer link, and the server route for /designing. Co-Authored-By: Claude Opus 4.7 (1M context) --- content/site/partials/header.html | 1 + public/css/docs-visuals.css | 1192 ++++++++++++++++++++++++++++- public/designing/index.html | 550 +++++++++++++ public/index.html | 2 + public/live-mode/index.html | 1 + scripts/build-sub-pages.js | 402 ++++++++++ server/index.js | 2 + 7 files changed, 2149 insertions(+), 1 deletion(-) create mode 100644 public/designing/index.html diff --git a/content/site/partials/header.html b/content/site/partials/header.html index d6f80c7e9..d28c67058 100644 --- a/content/site/partials/header.html +++ b/content/site/partials/header.html @@ -7,6 +7,7 @@