From 9a4a79714bd13ee607b2fe3b526ea31a4adab8fe Mon Sep 17 00:00:00 2001 From: Corwin Marsh Date: Thu, 27 Aug 2026 10:33:00 -0700 Subject: [PATCH] [verified] concept: add specimen library homepage --- src/pages/index.astro | 834 ++++++++++++++++++------------------------ 1 file changed, 351 insertions(+), 483 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 1bd1467..8e10856 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,99 +1,133 @@ --- -import Layout from "../layouts/Layout.astro"; import { projects } from "../data/projects"; const primaryLinks = [ { label: "GitHub", href: "https://github.com/corwinm" }, { label: "HaphazardDev", href: "https://github.com/HaphazardDev" }, ]; ---- - - +const objectForms = ["aperture", "axis", "signal", "modules"]; +--- - -