Simple static portfolio site generated for Cloudflare Pages deployment.
How to preview locally
# From the repository root
python3 -m http.server 8000
# then open http://localhost:8000Deploy to Cloudflare Pages
- Create a new Pages project and connect to this repository.
- Set build command: (none) — this is a static site.
- Set build directory:
/or leave empty if Pages accepts root.
Notes & next steps
- Add screenshots and case study pages for each project.
- Add optimized images and Lighthouse/a11y improvements.
- Replace mailto form with serverless function or Form provider for production.