From d274b21cf786e0dd34467a06f8f496c8cfa3e2f0 Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Tue, 23 Jun 2026 12:42:12 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20unified=20geodesic=20logo=20=E2=80=94?= =?UTF-8?q?=20inverted=20medial=20triangle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the dot-in-triangle (docs) and plain △ (landing) with a unified geodesic 2V subdivision logo. Both sites now use the same geometric mark: a large triangle with an inverted inner triangle whose vertices touch the midpoints of the outer sides. Reflects geodesic dome design — Class I, Frequency 2 subdivision. --- docs/website/public/clawdie-mark.svg | 5 +++++ docs/website/src/components/LandingBody.astro | 10 ++++++---- docs/website/src/layouts/Landing.astro | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 docs/website/public/clawdie-mark.svg diff --git a/docs/website/public/clawdie-mark.svg b/docs/website/public/clawdie-mark.svg new file mode 100644 index 00000000..8f3fe203 --- /dev/null +++ b/docs/website/public/clawdie-mark.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/docs/website/src/components/LandingBody.astro b/docs/website/src/components/LandingBody.astro index ac16c479..1ce5e13f 100644 --- a/docs/website/src/components/LandingBody.astro +++ b/docs/website/src/components/LandingBody.astro @@ -23,8 +23,7 @@ const About = aboutEntry ? (await render(aboutEntry)).Content : null; const Arch = archEntry ? (await render(archEntry)).Content : null; const Cta = ctaEntry ? (await render(ctaEntry)).Content : null; -// Only set during ISO builds — shows the exact image version the docs were built against. -// Links to the matching Forgejo release tag. +// Only set during ISO builds — shows the exact image version. const isoVersion = import.meta.env.ASTRO_ISO_VERSION || null; const isoTagUrl = isoVersion ? `https://code.smilepowered.org/clawdie/clawdie-iso/releases/tag/v${isoVersion}` @@ -33,7 +32,7 @@ const isoTagUrl = isoVersion
-
+

Clawdie
{locale === 'sl' ? 'AI v vaših rokah' : 'AI you own'}

{strings.meta.description}

@@ -75,7 +74,10 @@ const isoTagUrl = isoVersion { isoVersion && ( ) } diff --git a/docs/website/src/layouts/Landing.astro b/docs/website/src/layouts/Landing.astro index 922e7631..56d4c050 100644 --- a/docs/website/src/layouts/Landing.astro +++ b/docs/website/src/layouts/Landing.astro @@ -61,7 +61,7 @@ const sharedPath = stripPrefix(path, locale);
{strings.footer.rights}
- +