A single‑page resume built with HTML + CSS and styled to mimic a clean two‑column CV.
- Fork this repository, or
- Download and use it as a template for your own resume site
Open index.html in your browser to preview your changes locally.
Option A: User/Organization Site
- Create a new public repo named
<your-username>.github.io(replace<your-username>with your actual GitHub username) - Commit
index.htmlandstyles.cssto themainbranch - Your site will be live at
https://<your-username>.github.io/
Option B: Project Site
- Use any repository name
- Push your code to the
mainbranch - In Settings → Pages, set Source to Branch:
main - Your site will be live at
https://<your-username>.github.io/<repo-name>/
- Content: Edit your information in
index.html - Styling: Adjust colors and spacing in
styles.css(see:rootvariables)