redesign: about page with editorial hero, prose styling, TOC scrollspy#31
Merged
Conversation
…ollspy Full redesign of /about: centered editorial hero band with the Greek wordmark, two-column layout with prose-styled content and a sticky right-side TOC. TOC uses IntersectionObserver scrollspy to highlight the active section as the user scrolls. Also fix first-of-child to first-child in prose CSS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full redesign of /about page.
Hero band: centered Greek wordmark with cyan gradient, title, tagline, and meta (Ribose / BSD / GitHub link).
Body: two-column layout. Left column is prose-styled content (max 780px) with the Tailwind Typography plugin. Right column is a sticky TOC sidebar listing all h2/h3 headings.
Scrollspy: IntersectionObserver tracks which section is in view and highlights the corresponding TOC entry with a brand-colored left bar. TOC hidden on mobile (<1024px).
Also fixed first-of-child to first-child in prose CSS (was a lightningcss warning).
Test plan: vitest 187/3; build 51 pages; verified hero, prose, TOC (12 entries), scrollspy script all present in built output.