The Work page presents Alex Groovy’s employment history through theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/groovy/llms.txt
Use this file to discover all available pages before exploring further.
PeaceTimeline component — a vertically scrolling timeline where each job entry is marked with a peace-sign icon instead of the typical bullet or dot. The heading “Where I’ve Grooved” and subtitle “A trip down memory lane” set a nostalgic, reflective tone before the timeline unfolds. Three positions are listed in reverse chronological order, each with a distinct accent colour that visually separates one role from the next while contributing to the overall rainbow-palette feel of the portfolio.
Route
| Property | Value |
|---|---|
| Path | /work |
| React component | S |
| Router type | HashRouter — accessed as /#/work |
Current work history
Senior Frontend Engineer — Cosmic Web Co.
2022 – Present · Leading a team of far-out devs building React applications that scale across the universe. Accent colour:
#d946efUI Developer — Groove Tech
2019 – 2022 · Crafted pixel-perfect interfaces and implemented complex animations using Framer Motion. Accent colour:
#2dd4bfJunior Web Designer — Lava Lamp Studios
2017 – 2019 · Started my journey slicing PSDs and writing vanilla JS. Good times, man. Accent colour:
#fde047Work entry object shape
Each item in thejobs array rendered by PeaceTimeline must follow this schema:
A human-readable date range string displayed as the timeline label. Use the format
"YYYY - YYYY" for past roles or "YYYY - Present" for current employment.The job title. Displayed prominently in the timeline card heading. No length restriction, but titles over eight words may wrap awkwardly on mobile — consider abbreviating.
The employer name rendered beneath the job title. Displayed in a slightly smaller, secondary style.
A short paragraph describing responsibilities and achievements in that role. One to three sentences is ideal — the timeline card does not scroll internally, so long descriptions overflow the card bounds.
The accent hex colour applied to the peace-sign timeline marker and the card’s left border for this entry. Use visually distinct values across entries so each role has its own identity.
Full jobs array (as defined in source)
Adding a new work entry
Insert a new object at the beginning of thejobs array (most recent first). Choose a color that hasn’t been used by adjacent entries:
Related components
PeaceTimeline Component
Full props reference and animation configuration for the PeaceTimeline.
Case Studies Page
Deeper project narratives that complement the high-level work history shown here.