A clean, modern, and fully responsive HTML résumé (CV) template designed by Hong Wang.
- Dark/Light Mode: Automatic theme switching based on user system preference, with a manual toggle.
- Modern Design: Built with Bootstrap 5.3 and modern CSS properties (variables, flexbox).
- Beautiful Typography: Utilizes Google Fonts (
InterandOutfit). - Icons: Integrated with FontAwesome 6 for crisp vector icons.
- Fully Responsive: Looks perfect on mobile, tablet, and desktop devices.
- No Dependencies: Vanilla JavaScript (No jQuery required).
- Easily Customizable: Simple HTML structure and CSS variables for quick theme changes.
- Clone or Download the Repository:
git clone https://github.com/H0NGWANG/pure-cv.git
- Open
index.html: Look for the HTML structure and replace the placeholder text with your own information. - Customize Styles: Open
css/style.cssand tweak the variables at the top under:rootto change the main colors.:root { --primary-color: #0f172a; /* Change your primary color */ --secondary-color: #3b82f6; /* Change accent color */ }
- Update Image: Replace
img/avatar.jpgwith your own profile image. - Contact Form: The contact form currently points to Formspree in
js/script.js. You should sign up for a Formspree account, get your unique form ID, and updatescript.jsaccordingly (or change the action directly inindex.html).
This project is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
What this means: You are completely free to:
- Share — copy and redistribute the material in any medium or format.
- Adapt — remix, transform, and build upon the material for any purpose, even commercially.
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
- Please do not remove the copyright notice and credits link in the footer of this template.
To view a copy of the license, visit read the LICENSE file or visit Creative Commons.
