A modern, dark-themed multi-page portfolio with a silver 3D object built using Three.js. Includes pages for Home (with 3D hero and intro video), Projects, and Contact.
Because the site imports ES modules from a CDN, you should serve it over HTTP (not file://).
Options:
- Node:
npx http-server -p 8080
then openhttp://localhost:8080/
- Python:
python -m http.server 8080
- VS Code: use the Live Server extension
- Replace "Your Name" in the HTML files.
- Replace the video
src
inindex.html
under the Introduction Video section. - Replace project cards with your content in
projects.html
and the featured grid inindex.html
.