Skip to main content

Documentation 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.

The Testimonials page turns social proof into a ceremony of its own. Past clients, colleagues, and collaborators become witnesses — people who have observed the craft firsthand and lived to recount it. Their words are presented not as anonymous quotes, but as sworn accounts carrying the weight of experience. The subheading "Tales from those who survived the rituals" adds a darkly comic edge that keeps the tone playful even while the content is earnest.

Route & Static Shell

The Testimonials page is served from pages/Testimonials.html. Its static shell sets the hash to /testimonials on load.
<script>
  window.__STATIC_PAGE_ROUTE__ = "/testimonials";
  if (!window.location.hash || window.location.hash === "#/" || window.location.hash === "#") {
    window.location.hash = "/testimonials";
  }
</script>

Section Headings

ElementText
Section heading"Witnesses to the Craft"
Subheading"Tales from those who survived the rituals"
The heading "Witnesses to the Craft" is rendered in font-heading (Cinzel Decorative) with witch-teal-glow (#2dd4bf) coloring. The subheading "Tales from those who survived the rituals" uses font-body (Cormorant Garamond) and provides the wry, theatrical note that frames the quotes below as testimonials of endurance rather than mere satisfaction surveys.
The word "survived" in the subheading is intentionally tongue-in-cheek. It signals self-awareness — the developer knows the witch aesthetic is a bit dramatic — and it invites the reader to smile before they encounter the genuine praise that follows.

Visual Design

Testimonial entries are displayed against the midnight-base (#0a0e1a) background. Each quote is rendered as a card or styled block using witch-teal-dark (#0e3a3a) fill and witch-teal-bright (#5eead4) accent on the quoted text or attribution. Framer Motion stagger animations bring testimonials into view in sequence on page mount.

Testimonial Entry Structure

Each testimonial entry is a first-person account from a past collaborator.
FieldDescription
QuoteThe testimonial text — the witness’s account
Witness nameThe person’s name (their identity as a “witness”)
Role / contextTheir title or relationship to the developer
Attribution markA typographic or sigil-style decorative separator
The MoonSVG component in “waxing” or “waning” mode may appear as a decorative element between testimonial entries, suggesting the passage of time between each collaboration.

Animation Details

ElementAnimation
Section headingFade in + upward translate on mount
SubheadingShort delayed fade-in
Testimonial cardsStaggered fade-in with slight scale or vertical offset
Quoted textMay animate character-by-character or line-by-line for emphasis
In the site’s thematic navigation, the Testimonials page is linked as “Witnesses to the Craft”, matching the section heading and preserving the arcane chapter-title structure used across all navigation links.

Typography & Color Reference

TokenHexUsage on this page
midnight-base#0a0e1aPage background
witch-teal-glow#2dd4bfSection heading, decorative accents
witch-teal-bright#5eead4Quoted text highlight, attribution text
witch-teal-dark#0e3a3aTestimonial card backgrounds
font-headingCinzel DecorativeSection heading
font-bodyCormorant GaramondSubheading, quote text, witness names

Build docs developers (and LLMs) love