The Home page is the portfolio’s opening screen — styled after the attract-mode display of a classic arcade cabinet. Visitors land on a simulated high-score leaderboard where every entry is a clickable navigation link to a different section of the site. The design communicates the portfolio’s retro aesthetic immediately, rewarding curious users who naturally try to “insert a coin” and start exploring.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/dev-mode/llms.txt
Use this file to discover all available pages before exploring further.
Layout Overview
The screen is divided into three layers stacked vertically:- Title block — The animated
DEV_MODElogotype at the top - High-score leaderboard — Five ranked entries linking to site sections
- Marquee ticker — A fixed-position news banner scrolling across the bottom
Title Animation
TheDEV_MODE heading cycles continuously through three colors — cyan, magenta, and lime — using a CSS keyframe animation. Beneath it, a static subtitle reads:
blink animation and links to /#/about.
High-Score Leaderboard
The leaderboard lists five entries in descending point order. Each row displays a rank, a section name, a point value, and navigates to the corresponding route on click.| Rank | Name | Points | Route |
|---|---|---|---|
| 1ST | PROJECTS | 9999 | /#/projects |
| 2ND | WRITING | 8420 | /#/writing |
| 3RD | SKILLS | 7777 | /#/skills |
| 4TH | CASES | 6500 | /#/cases |
| 5TH | ABOUT | 4040 | /#/about |
Point values are purely decorative — they do not reflect any ranking of importance. The ordering is a design choice to surface the most visual sections first.
Marquee News Ticker
A fixed banner runs along the bottom of the viewport and scrolls continuously from right to left. The full ticker message is:Route
| Property | Value |
|---|---|
| Hash route | /#/ |
| Entry point | Yes — default landing page |
| CTA link | /#/about |