Migrate About Page to Astro #13

Closed
opened 2026-03-01 15:34:15 +00:00 by alexander.lyall · 0 comments

Context

To complete the framework migration and ensure a 100% consistent user experience, the informational pages must also be moved into the new architecture.

Objective

Rebase the existing About page into an Astro component using the global layout shell.

Acceptance Criteria

  • Migration: Create about.astro utilizing the BaseLayout.astro wrapper.
  • Content Porting: Move all existing copy, attributions, and project information over from the legacy site.
  • Styling: Apply the global CSS typography variables (--ui-font, --text, --muted) so the page perfectly matches the rest of the web app.
### Context To complete the framework migration and ensure a 100% consistent user experience, the informational pages must also be moved into the new architecture. ### Objective Rebase the existing About page into an Astro component using the global layout shell. ### Acceptance Criteria - [ ] **Migration:** Create `about.astro` utilizing the `BaseLayout.astro` wrapper. - [ ] **Content Porting:** Move all existing copy, attributions, and project information over from the legacy site. - [ ] **Styling:** Apply the global CSS typography variables (`--ui-font`, `--text`, `--muted`) so the page perfectly matches the rest of the web app.
alexander.lyall added this to the Version 2.0 milestone 2026-03-01 15:34:15 +00:00
alexander.lyall added the Kind/Documentation
Priority
Low
4
Kind/Enhancement
labels 2026-03-01 15:34:15 +00:00
alexander.lyall self-assigned this 2026-03-01 15:34:15 +00:00
alexander.lyall added this to the Version 2.0 project 2026-03-01 15:34:15 +00:00
alexander.lyall moved this to To Do in Version 2.0 on 2026-03-01 15:38:35 +00:00
alexander.lyall moved this to In Progress in Version 2.0 on 2026-03-01 16:32:44 +00:00
alexander.lyall moved this to Done in Version 2.0 on 2026-03-01 18:16:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexander.lyall/computing-box#13