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 — fromDocumentation 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.
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 thehistoryLogs array describes a career milestone as a filed intelligence report.
| Field | Type | Description |
|---|---|---|
id | string | Unique log identifier — e.g. "log-01" |
date | string | ISO-style log date or "PRESENT" for the active entry |
classification | string | Security clearance level label applied as a stamp |
text | string | Full log body text rendered as field report prose |
isRedacted | boolean? | 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.
Behavioral Analysis
ThebehaviorFlags array contains six personality observations rendered as a bulleted list, styled as terse intelligence field notes in the UI.
- Notices awkward wording and inconsistent branding immediately.
- Physically unable to ignore off-center buttons or crooked alignment.
- Deeply suspicious of generic layouts and fake corporate enthusiasm.
- Prefers documentation that gets straight to the point.
- Treats accessibility as a baseline requirement, not a feature.
- 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.