0.37
Added
src/components/TerminalReadout.astro— animated CRT-style terminal panel in hero right column. Typing lines, pulsing bars with randomised speeds, live article count from collections. Purely CSS/JS, respectsprefers-reduced-motion. Hidden on ≤768px.src/styles/tokens.css— new design token file with dark editorial palette (#0B0B0Dbg,#CAFF00neon lime, Saira Condensed + DM Sans + JetBrains Mono), overrides old teal/gold system via cascade.
Changed
- Full visual redesign: dark editorial aesthetic, neon lime accent, sharp corners everywhere (
border-radius: 0 !important). - Font stack: Saira Condensed (headlines) + DM Sans (body) + JetBrains Mono (mono/meta).
- Hero section: two-column split layout — headline/CTA left, animated terminal right. Image removed.
- Homepage section order: Hero → Ticker → Problem → Services → Knowledge → Why → Courses → CTA.
- Knowledge grid expanded from 3 to 9 items (3×3), combining knowledge + blog post collections.
- Heading case: h1/h2 uppercase with
letter-spacing: 0.08em, h3–h6 mixed case. Article and post titles mixed case. - All blockquotes use
var(--f-mono)(JetBrains Mono). - Section paragraph size:
--font-size-xl(24px) →--font-size-md(18px). - Footer and header nav links:
text-transform: lowercase. - Why-section: long title replaced with "Tre måter vi hjelper deg fremover." + neon eyebrow label.
- Sticky header with
backdrop-filter: blur(12px)andborder-bottom: 1px solid var(--line).