Commit Graph

4 Commits

Author SHA1 Message Date
daveadmin 61503fdac4 fix(pre-release): remove draft text, fix [object Object] on ai-lab, clean slug routing
- ai-lab.astro: wrap venture summaries in LocaleCopy (was rendering [object Object])
- [slug].astro: add writing to exclusion list; remove draft sidebar paragraph
- site.ts: redirect family slug to /family-lab
- cookies.astro, privacy.astro: strip draft-only language from copy
- education.astro: remove unfinished-content bullet from editorial note

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 19:40:22 +02:00
daveadmin 2a06888fd6 Add full trilingual EN/FR/NB support across all pages and data
- Convert all data files (site, profile, norway, jazz, projects, cv) to Record<LocaleCode, string> fields
- Update all page templates to use LocaleCopy component for locale-aware rendering
- Fix CSS specificity conflict: .locale-copy .locale-copy__text (spec 20) now beats container span rules (spec 11)
- Update LocaleSwitcher, BaseLayout, and SectionCard for locale prop types
- Design system overhaul: Special Elite font, burgundy #8f2218, DG seal favicon

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 23:23:14 +02:00
daveadmin 77f57cf528 Commit multilingual editorial frontend work 2026-04-07 07:36:27 +02:00
daveadmin aec24d92b6 Initial Astro redesign and deploy workflow 2026-04-06 13:00:53 +02:00