The About page steps behind the curtain of the landing experience to present the developer’s personal story and background. Framed in the language of dark-fantasy mysticism, it pairs a dramatic section heading with aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/full-moon/llms.txt
Use this file to discover all available pages before exploring further.
"REVEAL" interaction that progressively discloses content — maintaining the theatrical, ritualistic tone of the portfolio throughout.
Route & Static Shell
The About page is served frompages/About.html. Its static shell sets the hash to /about on load.
The static shell only redirects when the hash is empty or set to the bare root (
# or #/). If the user navigates to this page from another route, their existing hash is preserved and the React router handles rendering.Section Headings
The About page uses two stacked heading elements to introduce the section.| Element | Text |
|---|---|
| Section heading | "The Witch Behind the Curtain" |
| Subheading | "Forged in the dark arts of CSS" |
font-heading (Cinzel Decorative) and is styled with the witch-teal-glow (#2dd4bf) color to stand out against the midnight-base (#0a0e1a) background. The subheading uses font-body (Cormorant Garamond) at a reduced size and opacity, functioning as an atmospheric caption rather than a structural label.
Visual Design
The page background continues themidnight-base (#0a0e1a) dark theme established on the Home page. Framer Motion drives entrance animations for the heading, subheading, and body content, each staggered to animate in from a slightly offset position.
The REVEAL Interaction
The About page features a"REVEAL" button that gates a portion of the page content. This creates a curtain-reveal metaphor consistent with the section title — the developer literally steps out from behind the curtain when the user chooses to look.
| State | Behavior |
|---|---|
| Before reveal | Content section is hidden or obscured; "REVEAL" button is visible |
| On click | Framer Motion animates the hidden content into view |
| After reveal | Full about content is visible; button may hide or transition away |
The
"REVEAL" button label is rendered in uppercase. This is a deliberate typographic choice matching the spellcast / incantation tone — it reads as a command word rather than a standard UI label.Navigation Context
In the site’s thematic navigation, the About page link is labeled “The Witch Behind the Curtain” — the same text as the section heading. This reinforces the in-world identity of each section and makes the navigation feel like a table of arcane chapters rather than a standard menu.Typography & Color Reference
| Token | Hex | Usage on this page |
|---|---|---|
midnight-base | #0a0e1a | Page background |
witch-teal-glow | #2dd4bf | Section heading color |
witch-teal-bright | #5eead4 | Accent highlights |
font-heading | Cinzel Decorative | Section heading |
font-body | Cormorant Garamond | Subheading and body text |