# AGENTS.md ## Project Overview Personal digital business card / portfolio website for Solomon Laing. A static, framework-less site with zero build steps — plain HTML, CSS, and vanilla JavaScript. ## Architecture - **index.html** — Single-page site structure (header, bio sections, social links, contact info, footer) - **style.css** — All styling; mobile-first with a `600px` breakpoint - **main.js** — Text word-split animation on click (using anime.js) - **cards.js** — Card entrance animation and hover effects (using anime.js) - **demo.js** — Stagger grid animation loop (using anime.js) - **assets/** — SVG icons and resume PDF ## Key Conventions - **No build tools or bundlers.** All JS is loaded via `