Static portfolio site for Brian Brady.
index.html- the page structure and portfolio content.styles.css- the visual system, responsive layout, and strange-web treatment.script.js- animated canvas signal field and marquee behavior.CNAME- custom domain configuration for GitHub Pages.
Open index.html directly in a browser, or run a simple static server from this folder.
npx serve .Export any local HTML page or URL to PDF with Playwright.
npm run export:pdf -- index.html dist/index.pdf
npm run export:pdf -- contact.html dist/contact.pdf
npm run export:pdf -- https://brianbrady.dev dist/site.pdfShortcut scripts are also available:
npm run export:pdf:index
npm run export:pdf:contactThis project is ready for GitHub Pages. Publish the repository, then set Pages to deploy from the main branch root.