Redesign About page around engineering trajectory - #32
Merged
Conversation
Replaces the old single-paragraph body with a fuller information hierarchy — Identity, Background, Blockchain, How I Think About Systems, Engineering Direction, This Site, and Elsewhere — following the site's existing MonoLabel + border-t section-divider convention (same pattern already used on /research/[slug]) rather than introducing a new one. - Positions the trajectory honestly: blockchain developer with a software engineering background (frontend → backend/Python/Django → TypeScript/blockchain) moving deeper into protocol-level engineering, not an established protocol expert. - Adds the personal portrait (src/assets/portrait.jpg, unmodified) beside the identity block, reusing the exact crop/no-border/ background-matched treatment established in the homepage Hero, sized for this page's narrower Container. - "This Site" and "Elsewhere" are now real inline links (Systems/ Research/Lab routes, GitHub/LinkedIn/X) inside descriptive sentences instead of a separate role/link list — socialLinks data that only the footer surfaced before now has real content use on the one page its own code comment said it belonged. - Updates the page's own metadata description to match; homepage, nav, and every other route are untouched. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
Redesigns
/aboutcontent and hierarchy — from a single compressed paragraph to a fuller, sectioned page that positions the trajectory honestly (blockchain developer with a software engineering background, moving deeper into protocol-level engineering) without overstating current expertise.Changes
MonoLabel+border-tdivider convention (already used on/research/[slug]), no new UI patterns introduced.src/assets/portrait.jpg, unmodified) added beside the identity block, reusing the exact crop/no-border/background-matched treatment from the homepage Hero.No changes to homepage, nav, or any other route.
Verification
npx tsc --noEmit— cleannpm run lint— cleannpm run test— 56/56 passnpm run build— succeeds,/aboutstill prerenders static🤖 Generated with Claude Code