Skip to content

skylarsprogramming/personalportfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio

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.

How to run locally

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 open http://localhost:8080/
  • Python: python -m http.server 8080
  • VS Code: use the Live Server extension

Customize

  • Replace "Your Name" in the HTML files.
  • Replace the video src in index.html under the Introduction Video section.
  • Replace project cards with your content in projects.html and the featured grid in index.html.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published