This is my personal portfolio site, built from scratch using HTML, CSS, and JavaScript as a way to learn and explore web development hands-on.
๐ Live Site: shanptom.github.io
To deploy this site on GitHub Pages:
- Push the repo to GitHub.
- Go to Settings โ Pages.
- Under Source, select:
- Branch:
main(or your working branch) - Folder:
/V4or your main site folder
- Branch:
- Click Save โ your site will be live at
https://<username>.github.io/.