From c440c26292eb3a783a7170d0afc6b033eb78b814 Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 12 Mar 2026 02:20:55 +0000 Subject: [PATCH] Change strapline to "A framework-free reactive hypermedium" Co-Authored-By: Claude Opus 4.6 --- sx/sx/layouts.sx | 4 ++-- sx/sxc/home.sx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sx/sx/layouts.sx b/sx/sx/layouts.sx index 75a8ff9..cc2f068 100644 --- a/sx/sx/layouts.sx +++ b/sx/sx/layouts.sx @@ -34,7 +34,7 @@ "()"))) ;; Tagline — clicking "reactive" cycles colour. (p :style (str (mb 1) (cssx (:text (colour "stone" 500) (size "lg")))) - "Framework free " + "A framework-free " (span :style (str (cssx (:text (colour (deref current-family) (deref shade)) (weight "bold"))) @@ -44,7 +44,7 @@ (swap! idx inc) (reset! shade (+ 400 (* (mod (* (deref idx) 137) 5) 50)))))) "reactive") - " hypermedia") + " hypermedium") ;; Lake: server morphs copyright on navigation without disturbing signals. (lake :id "copyright" (p :style (cssx (:text (colour "stone" 400) (size "xs"))) diff --git a/sx/sxc/home.sx b/sx/sxc/home.sx index fe4196f..de0b9dc 100644 --- a/sx/sxc/home.sx +++ b/sx/sxc/home.sx @@ -6,7 +6,7 @@ (h1 :class "text-5xl font-bold text-stone-900 mb-4" (span :class "text-violet-600 font-mono" "()")) (p :class "text-2xl text-stone-600 mb-4" - "Framework free reactive hypermedia") + "A framework-free reactive hypermedium") (p :class "text-sm text-stone-400" "© Giles Bradshaw 2026") (p :class "text-lg text-stone-500 max-w-2xl mx-auto mb-12"