projectious.work

Worked examples

The system applied end to end · Serve over HTTP, not file://

Interface
1
Dashboard mockup
Client engagement dashboard — sidebar nav, KPI row, engagement table, agent-activity feed. The composed pattern, built only from documented components.
dashboard.dc.html
2
Mobile onboarding
Three screens in a device frame — onboarding, engagement list, finding review. The responsive end of the same system.
mobile-onboarding.dc.html
Documents and collateral
3
Slide deck
A full client deck at 1920×1080 with speaker notes. Arrow keys navigate; print to PDF to export.
slide-deck.dc.html
4
Resume template
One-page CV on the paged-document shell. The pattern for any single-page proposal or memo.
resume.dc.html
5
Service flier
Sales one-pager — "Cloud migration accelerator". Midnight band, three benefits, a numbered process, one call to action.
flier.dc.html
6
Email newsletter
Sendable message — table-based, 600px, Outlook-safe bulletproof button, websafe font fallbacks. Opens from the filesystem too.
email-newsletter.html
Portfolio
7
Diagram gallery
Sequence diagram, architecture topology, and org chart — the three diagram types consulting deliverables actually need.
diagram-gallery.dc.html
Every file here except the newsletter loads its imports by fetch, so it needs an HTTP origin. Run ./scripts/serve-docs.sh and browse to /brand/downloads/examples/, or serve this directory directly. See README.md for the vendoring rules.