A modern, fully responsive resume template built with HTML5 and SCSS. Designed for developers and designers to showcase their skills and experience in a clean, professional web format. Created as part of the Leapfrog Student Partnership 2025 program.
https://sonseldeep.github.io/Resume_CSS/
- Mobile-first responsive design
- Clean, semantic HTML5 structure
- SCSS with BEM methodology for maintainable styles
- Sections for Profile, Experience, Education, Skills, and Contact
- Easy to customize and extend
- Cross-browser compatibility
git clone https://github.com/Sonseldeep/Resume_CSS.git
cd Resume_CSSOpen index.html directly in your browser to view the resume.
- Update your information in
index.htmlunder the relevant sections.
-
Edit SCSS files in the
scss/directory. -
Recompile SCSS to CSS:
sass scss/style.scss css/style.css
(Requires Sass to be installed)
Resume_CSS/
βββ css/
β βββ style.css
βββ scss/
β βββ style.scss
βββ index.html
βββ README.md
- HTML5
- SCSS (Sass)
- BEM Methodology
- Visual Studio Code
- Special thanks to the mentors and reviewers at Leapfrog Student Partnership 2025.
- Inspired by modern portfolio and resume design principles.