Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/apursley2012/color-melt/llms.txt

Use this file to discover all available pages before exploring further.

The Home page is the first thing every visitor sees when they open a Color Melt portfolio site. Labeled “The Studio” in the navigation bar (bg-dye-red), it serves as the portfolio’s visual and editorial introduction — combining an animated hero, decorative layout components, and a high-level overview of the creator’s work into a single richly layered landing experience.

Purpose

The Studio page is the portfolio’s primary entry point and the file GitHub Pages loads by default. Its job is to establish the site’s visual identity immediately, communicate who the portfolio belongs to, and give visitors a reason to keep exploring. A hiring manager, collaborator, or client landing on this page should be able to grasp the creator’s name, discipline, and aesthetic within seconds. The page is intentionally dense with themed visuals — spirals, lava blobs, shirt racks, rainbow arches — because the overall Color Melt aesthetic is meant to be felt on arrival. Every decorative component is layered around the written content so the personality of the site supports rather than replaces the portfolio information.

Components Used

ComponentRole on This Page
TieDyeSpiralFull-bleed animated spiral that anchors the page’s visual identity in the hero section
LavaBlobFluid morphing shape used as a decorative background accent
StickerSheetDisplays a grid of sticker-style visual elements representing the creator’s work and personality
ShirtRackRenders a row of shirt-style cards as a playful visual summary of featured projects or themes
RainbowArchDecorative arched rainbow element used as a section divider or visual accent
SpiralTimelinePresents a brief timeline summary of career milestones or key highlights
MagazineSpreadLays out a two-column editorial-style content block for featured work or an introduction
PatchworkQuiltDisplays a patchwork tile grid for a quick visual summary of skills or focus areas
SmileyFlowerDecorative animated element providing visual punctuation between content sections
LiquidFormRenders the themed contact or interaction form element
CursorDropsAdds the theme-specific cursor trail effect active across all pages
NavigationRenders the shared top navigation bar with color-coded pill links to all portfolio sections
PageTransitionWraps page content in the animated entrance transition used across all static page routes

Content to Customize

1

Replace the portfolio owner's name and headline

Update the primary name and role or headline displayed in the hero section. This is the first text a visitor reads and should clearly state who the portfolio belongs to and what they do.
2

Update the short introduction copy

Replace the starter introduction paragraph with a one-to-three sentence summary of the creator’s background, discipline, and what makes their work distinct. Keep it brief — detailed biography belongs on the About page.
3

Swap StickerSheet content

Replace the default sticker visuals with images, icons, or labels that reflect the creator’s actual interests, tools, or personality. Sticker content can reference technologies, side projects, or creative references.
4

Update ShirtRack items

Replace the default shirt-style cards with the creator’s featured projects or thematic areas. Each card should link to the relevant Projects or Case Studies page entry.
5

Revise MagazineSpread copy

Replace the editorial introduction text in the MagazineSpread block with genuine writing about the creator’s approach to their work, a personal statement, or a highlight from their most significant project.
6

Update SpiralTimeline entries

Replace the placeholder timeline events with real career milestones, education, key projects, or inflection points in the creator’s professional story. Dates and labels should reflect actual history.
7

Update PatchworkQuilt tiles

Replace the default quilt tiles with skill categories, tools, or areas of focus relevant to the creator. Each tile can carry a label and a background color from the Color Melt palette.
8

Update navigation links and page title

Confirm the <title> tag in index.html reflects the site name, and verify all navigation pill labels and paths are correct before publishing.

File Location

The Home page template is index.html at the root of the repository — not inside the pages/ folder. This placement is required for GitHub Pages to find and serve it as the site’s entry point.
index.html          ← homepage, lives at the repo root
pages/About.html
pages/Projects.html
pages/Skills.html
pages/Work.html
Unlike the other portfolio pages, index.html does not include a window.__STATIC_PAGE_ROUTE__ script tag. The React app treats the root route / as the default and renders The Studio view automatically when no hash route is set.
Keep index.html at the repository root at all times. Moving it into a subfolder will break GitHub Pages deployment because the platform expects the homepage to live at /(root).
The shared assets and components are loaded relative to the root, so all ./assets/ and ./components/ paths in index.html resolve correctly from that location.

Build docs developers (and LLMs) love