This repository is a starter multi-page portfolio for a front-end developer. It includes:
index.html— main portfolio homepageservices.html,contact.html— supporting pagesprojects/— individual project pagesstyles.css,script.js— shared assetsassets/— sample images and favicon
- Edit the HTML files to replace content and screenshots in
assets/. - Update
styles.csswith your branding (colors, fonts). - For deploying:
- GitHub Pages: push to a public repo and enable Pages.
- Netlify: drag & drop the repo folder to Netlify or connect via Git.
- To add a backend for the contact form, replace the mock handler in
script.jswith your API endpoint.
MIT