The About page (Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/aurora-cosmos/llms.txt
Use this file to discover all available pages before exploring further.
/about) tells the human story behind the code. It uses a vertical timeline to walk through career milestones and life chapters, then closes with a two-column “System Diagnostics” panel that frames personal strengths and weaknesses in developer-flavored language. The page heading is branded “Origin Story” in the template, with the sub-line “No actual astrology, just suspiciously organized files.”
Layout overview
The page is constrained tomax-w-4xl mx-auto py-12 and divides into two major sections:
-
Timeline — A vertical timeline built with a
before:pseudo-element gradient line (from-cosmic-magenta via-cosmic-violet to-aurora-teal) running down the center onmd:screens and along the left edge on mobile. Each milestone card is amotion.divthat enters viawhileInViewscroll animation. -
System Diagnostics — A wide
glass-panelcard at the bottom with agrid grid-cols-1 md:grid-cols-2layout. The left column lists “Strengths” intext-aurora-turquoiseand the right lists “Known Bugs” intext-cosmic-magenta. Each list item uses a small coloredrounded-fulldot as a bullet.
Timeline milestone cards
The template ships with four milestones stored as an array of objects. Each card contains:year— displayed infont-mono text-sm text-slate-400title— displayed infont-display font-bold text-2xlwith the milestone’s color tokendesc— body text intext-slate-300 leading-relaxedicon— a lucide-react icon rendered inside arounded-full glass-panelbadge on the timeline spinecolor,bgColor,borderColor— per-card Tailwind token strings for the icon badge
Icon badges
Each milestone icon sits in a
w-16 h-16 rounded-full glass-panel border-2 ring centered on the timeline line. On md: screens the ring is positioned with left-1/2 -translate-x-1/2; on mobile it’s left-8 -translate-x-1/2.Card positioning
Cards alternate left and right on desktop via
md:flex-row-reverse on even-indexed items. On mobile all cards are left-aligned with ml-24 to clear the icon badge.whileInView entrance
Each
motion.div uses initial={{ opacity: 0, y: 50 }} → whileInView={{ opacity: 1, y: 0 }} with viewport={{ once: true, margin: "-100px" }} and duration: 0.6. Cards animate as they scroll into view.Hover state
Each glass-panel card has
hover:border-aurora-turquoise/50 transition-colors duration-300 on the wrapping div, and the title gains group-hover:text-glow to simulate a soft neon highlight.System Diagnostics panel
The panel at the bottom of the page uses aglass-panel p-8 rounded-3xl border-aurora-teal/30 wrapper with a blur-[80px] aurora glow positioned in the top-right corner via an absolutely-placed div.
- Strengths column — header in
text-aurora-turquoise font-mono; bullets usew-1.5 h-1.5 rounded-full bg-aurora-greendots - Known Bugs column — header in
text-cosmic-magenta font-mono; bullets usew-1.5 h-1.5 rounded-full bg-cosmic-magentadots
Color tokens used
| Element | Token / class |
|---|---|
| Page heading gradient | from-aurora-turquoise to-cosmic-violet |
| Timeline spine gradient | from-cosmic-magenta via-cosmic-violet to-aurora-teal |
| Healthcare milestone | text-cosmic-magenta, bg-cosmic-magenta/20, border-cosmic-magenta/50 |
| Retail milestone | text-cosmic-violet, bg-cosmic-violet/20, border-cosmic-violet/50 |
| Inspect Element milestone | text-aurora-turquoise, bg-aurora-turquoise/20, border-aurora-turquoise/50 |
| Dev milestone | text-aurora-teal, bg-aurora-teal/20, border-aurora-teal/50 |
| Diagnostics panel border | border-aurora-teal/30 |
| Strengths bullets | bg-aurora-green |
| Known Bugs bullets | bg-cosmic-magenta |
Customization guide
Edit or add timeline milestones
The milestones live in the Use the four aurora/cosmic color tokens to keep each milestone visually distinct:
pe array (compiled) — in your source, it will be a plain JS/TS array of objects. Each object follows this shape:cosmic-magenta, cosmic-violet, aurora-turquoise, aurora-teal.Update the Strengths list
Find the unordered list under the
text-aurora-turquoise header in the System Diagnostics panel. Replace the <span> text for each <li> with your own strengths:Update the Known Bugs list
The right column mirrors the structure but uses
bg-cosmic-magenta bullets. Keep the tone playful — this is meant to be self-deprecating humor, not a real weakness list: