The Work page presents employment history in the style of an old-fashioned printed résumé — formal bullet points, company names, and date ranges. The twist is a hidden “REAL story” panel behind each job title: clicking a role expands a Win98-style dialog that replaces the polished CV copy with a candid, self-deprecating account of what actually happened. TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/web-surfer/llms.txt
Use this file to discover all available pages before exploring further.
Briefcase Lucide icon labels the page heading.
Purpose
This section serves as the professional experience timeline. It demonstrates career progression and communicates seniority, while the hidden real-story mechanic adds personality and humour. The dual-layer approach lets the page function as a genuine résumé while winking at the audience.Layout and Structure
The page is a singlemax-w-4xl mx-auto column. The main heading reads "My Work History" with a parenthetical subtitle "(Pretend this is on Indeed)". A Briefcase icon sits alongside the <h1>. An address-bar line below the heading reads "123 Localhost Ave • 127.0.0.1 • devname@hotmail.com".
Below the heading, each job entry is a bordered card with:
- A
win98-buttonjob title — clicking it toggles the real-story panel - Company name and date range in a
font-courier text-smsidebar - A bulleted list of formal accomplishments styled with
ChevronRightbullet icons
"Click a job title for the REAL story!" in small italic text.
When the title is clicked, a Win98Window expands containing the realStory text in font-comic style. The toggle state is local component state (useState(null)) and collapses when you click a second job title.
The three default work entries are:
| Title | Company | Dates |
|---|---|---|
| Senior Webmaster | TechCorp Global | 2020 – Present |
| Frontend Ninja | Startup.io | 2017 – 2020 |
| HTML Enthusiast | Freelance | 2015 – 2017 |
Job Data Structure
Each work entry follows this shape:How to Customize
Replace the job entries
Locate the work history array in the source. Replace the placeholder companies, titles, dates, and bullet points with your actual experience. Keep each
bullets array to three or four items for visual balance.Write your real stories
Each
realStory string is what appears in the hidden panel. This is your chance to be candid and funny. Keep them to two or three sentences — the Win98 dialog has a fixed height and longer text will overflow.Add a printable resume link
Above or below the job list, add a
win98-button that links to a PDF of your résumé stored in public/. The button can use the FileText Lucide icon to signal a downloadable document.