Personal portfolio website for Venkata Maruthi Sowmyanath Adapala.
Live site: aviansilk.github.io/portfolio
Static site — no build step, no framework.
| File | Role |
|---|---|
index.html |
All page content |
style.css |
Styling and responsive layout |
script.js |
Copyright year + mobile menu toggle |
assets/images/ |
Profile photo |
Open index.html directly in a browser, or serve it with any static file server:
npx serve .
# or
python3 -m http.server 8080Pushing to main automatically updates the GitHub Pages deployment.