The About page (routeDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/retro-cosmic-arcade/llms.txt
Use this file to discover all available pages before exploring further.
/about, HTML shell title: “About | retro-cosmic-arcade”) is your personal introduction to visitors — a digital bio card dressed up in Y2K flair. It typically combines a written introduction with visual personality: <PixelHPBar> components that display skills as RPG-style HP gauges, <Polaroid> components for photos or fun images, and <ChromeButton> elements for social and external links. This page explains the conventions used and how to update the content.
Route Details
| Property | Value |
|---|---|
| Route path | /about |
| HTML shell | pages/About.html |
window.__STATIC_PAGE_ROUTE__ | "/about" |
| WebringNav label | ABOUT |
<title> tag | About | retro-cosmic-arcade |
Typical Page Sections
Bio / Introduction
A written paragraph or two about who you are, your background, and what you work on. Use
font-vt323 for the body text and font-silkscreen for section headings.Skill HP Bars
A grid of
<PixelHPBar> components displaying technical skills as filled pixel bars — the same visual language as an RPG character stats screen.Polaroid Photos
<Polaroid> components showing a profile photo, workspace shot, or any image that gives personality to the page. Can be dragged by the visitor.Links & CTAs
<ChromeButton> elements linking to GitHub, LinkedIn, a résumé PDF, or the contact page. Keep labels retro: “GITHUB PROFILE”, “DOWNLOAD CV”.Basic Implementation
Updating Your Bio Content
Edit the intro text
Find the
<p> elements in your About route component and replace them with your own biography. Keep paragraphs concise — the font-vt323 style works best at 2–4 sentences per block.Swap the Polaroid image
Pass an
src prop to <Polaroid> pointing to your photo (place images in the public/ folder or assets/). Adjust the rotation prop (positive = clockwise, negative = counter-clockwise) for a casual, pinned-to-corkboard feel.Adjust skill percentages
Update the
percentage values on each <PixelHPBar>. Each percentage maps to 0–20 filled segments — see the Skills page docs for the full breakdown.The About page intentionally doubles as a quick-glance skills preview. For a more detailed skills breakdown with additional categories, direct visitors to the dedicated Skills page (WebringNav label: STATS).