SG
sg777/sg777.github.io
sg777.github.io
My personal portfolio website hosted on GitHub Pages.
Live Site
Visit: https://sg777.github.io
Setup
This site is automatically deployed via GitHub Pages whenever changes are pushed to the main branch.
Local Development
To preview locally, simply open index.html in your browser or use a local server:
# Using Python
python -m http.server 8000
# Using Node.js (npx)
npx serve .Then open http://localhost:8000 in your browser.
Customization
- Edit
index.htmlto update content, projects, and skills - Modify CSS variables in
:rootto change colors and theming - Update social links in the contact section
License
MIT