From b27ebc3772a410630f5402ea3180e6b2022c5d90 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 14 Jun 2026 17:15:22 +0000 Subject: [PATCH 1/2] Build against chobble-template main; compact, corporate theme refresh Template / build: - Remove the pinned chobble-template git submodule and build against chobble-template main from GitHub (the build scripts already clone it). - Migrate page content to the current template schema: drop the renamed design-system-base.html layout so pages use the default base.html, and convert hero blocks from name/lead to the content field. - Exclude VOICE.md from the published site (now that src has a default layout). - Drop the @chobble/js-toolkit dependency (only sourced from the removed submodule) and reimplement precommit without it. Design: - Compact vertical rhythm by pulling --space-3xl in, which feeds every section-padding variable (~12% shorter homepage). - Sharper corners and a crisp white nav bar with a brand-red top accent; tighten the menu so all items hold a single line instead of wrapping. - Enlarge the nav logo and add a tightly-trimmed brand mark so it fills the bar instead of floating in whitespace. - Add brand-red uppercase "eyebrow" labels above split headings and a thin brand rule atop feature cards for a more deliberate, corporate feel. https://claude.ai/code/session_01SGhcb3D7nyGY8P55V7zJsb --- .gitmodules | 3 -- _includes/navigation-start.html | 2 +- bun.lock | 15 -------- chobble-template | 1 - css/theme.scss | 62 ++++++++++++++++++++++++++++---- images/brand-mark.png | Bin 0 -> 3584 bytes package.json | 7 ---- pages/about.md | 1 - pages/contact.md | 1 - pages/equipment-sales.md | 1 - pages/home.md | 1 - pages/inflatable-repairs.md | 1 - pages/not-found.md | 7 ++-- pages/pipa-testing.md | 1 - pages/rpii-courses.md | 1 - pages/safety.md | 1 - pages/standard-test.md | 1 - pages/thank-you.md | 7 ++-- scripts/consts.js | 1 + scripts/precommit.js | 44 +++++++++++++++-------- 20 files changed, 96 insertions(+), 62 deletions(-) delete mode 100644 .gitmodules delete mode 100644 bun.lock delete mode 160000 chobble-template create mode 100644 images/brand-mark.png diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e1bde00..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "chobble-template"] - path = chobble-template - url = https://github.com/chobbledotcom/chobble-template.git diff --git a/_includes/navigation-start.html b/_includes/navigation-start.html index f7c7c72..520bf69 100644 --- a/_includes/navigation-start.html +++ b/_includes/navigation-start.html @@ -1,5 +1,5 @@