Skip to main content

Documentation Index

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

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

The About page presents the developer’s career journey as a series of dated intelligence field reports, each stamped with a security classification level that escalates as the career progresses — from UNCLASSIFIED to ACTIVE. Two entries (logs 03 and 05) are marked isRedacted: true and use the RedactedReveal animation, which renders the log body as a blacked-out redaction bar that lifts on hover or focus to expose the underlying text. The page closes with a Behavioral Analysis section that lists six personality observations styled as terse intelligence field notes.

Route

The About page is served at /#/about. The static shell for pre-render or direct linking is data/about.html.

History Log Format

Each entry in the historyLogs array describes a career milestone as a filed intelligence report.
FieldTypeDescription
idstringUnique log identifier — e.g. "log-01"
datestringISO-style log date or "PRESENT" for the active entry
classificationstringSecurity clearance level label applied as a stamp
textstringFull log body text rendered as field report prose
isRedactedboolean?When true, wraps the text in a RedactedReveal animation

Log Entries

All six history logs in chronological order:
  • log-01 · 2016.08.14 · UNCLASSIFIED — Enrollment in nursing program; first documented exposure to structured analytical thinking.
  • log-02 · 2018.05.22 · RESTRICTED — Retail merchandising role; subject independently authored spreadsheet macros to automate reporting workflows.
  • log-03 · 2020.03.15 · CONFIDENTIAL (redacted) — Discovery of HTML and CSS during a period of global isolation; initial self-directed technical training begins.
  • log-04 · 2021.11.01 · SECRET — First formal developer role secured; subject refactored legacy authentication system.
  • log-05 · 2023.06.10 · TOP SECRET (redacted) — Assumed lead frontend architecture responsibilities; deep immersion in the React ecosystem.
  • log-06 · PRESENT · ACTIVE — Operational status: seeking new deployment.
Logs with isRedacted: true (log-03 and log-05) render their text field inside a RedactedReveal component. The redaction lifts on pointer hover or keyboard focus, revealing the content with a CSS transition.

Behavioral Analysis

The behaviorFlags array contains six personality observations rendered as a bulleted list, styled as terse intelligence field notes in the UI.
  1. Notices awkward wording and inconsistent branding immediately.
  2. Physically unable to ignore off-center buttons or crooked alignment.
  3. Deeply suspicious of generic layouts and fake corporate enthusiasm.
  4. Prefers documentation that gets straight to the point.
  5. Treats accessibility as a baseline requirement, not a feature.
  6. Maintains an overly organized file structure.

Components Used

ClassificationStamp

Renders the clearance level badge on each log entry and on the page header. Accepts the classification string from the log data as its variant prop.

RedactedReveal

Wraps the text of any log where isRedacted: true. Displays a redaction bar that transitions to readable text on hover or focus.

TabDivider

Used as a styled section header between the History Log timeline and the Behavioral Analysis section.

Build docs developers (and LLMs) love