Problem
LearningProjectSection only supports a single title + paragraph + 3D viewer. We need structured slots for progress, “connection to humanoid,” and external links without cramming everything into one block.
Scope
- Extend props / layout for optional highlights (short bullets or secondary body).
- Optional Connection to humanoid block (e.g.
CardTitle + BodyText, or a single ProjectDetailCard-style row for parity with the Humanoid page).
- Optional links (label + href) for outbound URLs (Arctos site, AlohaMini GitHub, etc.).
- Keep existing projects working; match responsive rhythm of the current page.
Acceptance Criteria
Files
Related
Problem
LearningProjectSectiononly supports a single title + paragraph + 3D viewer. We need structured slots for progress, “connection to humanoid,” and external links without cramming everything into one block.Scope
CardTitle+BodyText, or a singleProjectDetailCard-style row for parity with the Humanoid page).Acceptance Criteria
h1–h6orptags—use shared Typography components.npm run lintandnpm run typecheckpass.Files
src/pages/Projects/components/LearningProjectSection.tsxsrc/pages/Projects/LearningProjects.tsxRelated