Skip to main content

Documentation Index

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

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

The About page appears as “Out of the Dye Bath” in the navigation bar. It is designed to be readable first and decorative second, with room for extended biography content that introduces the person behind the portfolio. Unlike the project and skills pages, which are built for quick scanning, the About page gives visitors space to understand your background and the kind of work you want to be known for.

File location

pages/About.html

Components used

The About page uses the following shared components:
ComponentRole
SwirlNavFixed top navigation shared across all pages
PageTransitionEntry animation when the page loads
DyeCursorDecorative cursor trail effect
SoapBubbleDecorative visual element for depth
TieDyeSwirlBackground color element used for visual accents

What to customize

The About page is where you introduce yourself in your own words. The README recommends thinking about this content in five areas:
  • Background information — where you come from, how you got into development or design
  • Career goals — what you are working toward and what kind of opportunities you are looking for
  • Education — formal or self-directed learning that shaped your skill set
  • Personal story — the experiences, interests, or perspective that make your work yours
  • The kind of work you want to be known for — the clearest signal to potential employers or collaborators
Keep paragraphs short and headings clear so visitors can scan the page even if they do not read every word.

Design note

The About page is intentionally given more whitespace than the Projects or Skills pages. Biography content needs room to breathe — dense blocks of text are harder to read on screens, and too much decoration competes with the writing. Use short paragraphs, clear subheadings, and resist the urge to fill every section with decorative elements.

Linking to About

From index.html or any other page in the pages/ folder, link to the About page using a relative path:
<!-- From index.html (at the repository root) -->
<a href="./pages/About.html">About</a>

<!-- From another file inside pages/ -->
<a href="./About.html">About</a>
GitHub Pages is case-sensitive, so About.html and about.html are treated as different files. Use the exact capitalization that matches the filename on disk.

Build docs developers (and LLMs) love