Static portfolio site for a product / software engineer with 4+ years of experience, built with HTML, CSS, and vanilla JavaScript and designed for GitHub Pages.
index.html– main single-page app with sections for About, Experience, Skills, Projects, Open Source, and Contact.styles.css– dark, tech-oriented UI with responsive layout.script.js– smooth scrolling, project filtering, mobile nav, and a small UX demo for the contact form.KV-Dubai.pdf– your resume (place it in the same folder so the Resume link works).
- Open
index.htmldirectly in a browser, or - Serve the folder with any static server (for example
python -m http.serverfrom this directory).
- Create a new GitHub repository (e.g.
portfolio). - Copy these files into the repo root and commit.
- Push to GitHub.
- In the repository settings, enable GitHub Pages with the source set to the
mainbranch root. - Your site will be available at
https://<username>.github.io/<repo>/(or root if you use the special<username>.github.iorepo).