This repository contains a simple responsive portfolio site ready to host on GitHub Pages.
- index.html — main single-page site
- assets/styles.css — site styles
- assets/script.js — small UI script
- Create a new repository on GitHub (e.g.,
aswin-portfolio). - Add these files preserving the folder structure.
- Commit and push to
main. - In the repository settings, enable GitHub Pages and set the source to
mainbranch and/ (root). - Wait a minute and your site will be available at
https://<your-username>.github.io/<repo-name>/.
- Replace placeholder text or add project links and video embeds in
index.html. - Add images to an
assets/imagesfolder and reference them in the HTML. - To use a custom domain, add it in GitHub Pages settings.
You may reuse and adapt this template. No license attached.