This is a single-page resume website built using pure HTML only as part of the Web Dev Cohort 2026 assignment.
- Semantic HTML structure
- No CSS used
- Sections for About, Skills, Experience, Projects, Education, and Contact
- Clone the repository
- Open
index.htmlin any web browser
git clone [https://github.com/Sidratul02/Html-resume.git]Then make changes if needed and open with Live Server.
(https://sidratul02.github.io/Html-resume/)
1.Push this folder to a GitHub repository.
2.In the repo, go to Settings → Pages.
3.Under “Build and deployment”, choose “Deploy from a branch”.
4.Select branch: main (or your default) and folder: / (root).
5.Click Save; wait a minute for the site to build.
6.Your site will be available at: `https://<username>.github.io/<repo>/`