Landing page for AM Consulting's one-day AI build workshop for finance teams.
Live: https://ai-for-cfo.amconsultingai.com
A single self-contained index.html. No build step, no dependencies to install —
fonts come from Google Fonts, everything else (logos, photography, the workshop
brand assets) is inlined as base64 or inline SVG.
Open index.html and edit in place.
- Copy lives in the
Tobject near the bottom of the file, with anenand aheblock. Every string is keyed; elements pick theirs up viadata-t="key". Both blocks must define the same keys — the page renders whichever the visitor selects, and remembers the choice inlocalStorage. - Workflows are the
wfarray inside each language block. Each entry declares its source systems, the short prompts that ride the beams, and amockobject describing the artifact that draws itself (kindistableordashboard). The English and Hebrew entries must stay structurally identical — same order, samekind, same row and column counts. - Logos are the
LOGOmap: real brand marks as inline SVG. Gradient ids are namespaced per brand (xl_,gs_,pb_) so they cannot collide. Keep that convention when adding one. - Brand tokens (colour, type) are the CSS custom properties in
:root, taken from the AM Consulting brand guide.
assets/ holds the full-resolution source image used in the hero, so it can be
recropped without hunting for the original.
GitHub Pages serves main from the repository root. Push to main and the site
updates. CNAME pins the custom domain.