The About window (Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/old-windows/llms.txt
Use this file to discover all available pages before exploring further.
about_me.html) presents your developer biography in the style of a hand-crafted late-90s personal webpage. It uses a warm #ffffe0 (pale yellow) background and a serif font to evoke the feeling of a printed page, floating a cyan avatar box to the left of three paragraphs of biographical text. A WebRing badge sits at the very bottom, complete with Prev / Random / Next navigation buttons.
Visual Design
The window draws on classic web publishing conventions rather than the terminal aesthetic used by the Home window:- Background —
bg-[#ffffe0], the classic “light yellow” page colour - Typography —
font-serifbody text with afont-pixelheading, giving it a handmade zine quality - Avatar placeholder — a
128×128bg-win-cyanbox with the👨💻emoji centred inside, floated left viafloat-left mr-6 mb-4so text wraps naturally around it - Heading underline — a solid
border-b-2 border-blackrule below the “About Me” title - WebRing badge — a dashed-border footer section with three inline
<button>elements styled as blue underlined links
Features
Float-wrap biography layout
The avatar sits inside a
win-border-outset inset box floated to the left. The three bio paragraphs flow around it using standard CSS float behaviour — no flexbox or grid required, just like 1999.Three biography paragraphs
Each paragraph uses
text-lg leading-relaxed for comfortable readability. They cover your origin story, current specialisation, and a personal fun-fact or hobby to add personality.Customization
Replace the avatar placeholder
The avatar is a coloured
<div> with an emoji. Swap the emoji for an <img> tag pointing to a real photo, keeping the same outer wrapper dimensions (w-32 h-32):Edit the bio paragraphs
Find the three
<p className="mb-4 text-lg leading-relaxed"> elements inside AboutComponent and replace the text with your own story:Replace the WebRing text
The three WebRing buttons (
[< Prev], [Random], [Next >]) have no onClick handlers — they are purely decorative chrome. To keep the retro look but surface a real link, swap the badge paragraph for your own text or remove the section entirely if you don’t want it: