Skip to content

H0NGWANG/pure-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure CV Template

A clean, modern, and fully responsive HTML résumé (CV) template designed by Hong Wang.

pure-cv demo

✨ Features

  • 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 (Inter and Outfit).
  • 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.

🚀 Quick Start

  1. Clone or Download the Repository:
    git clone https://github.com/H0NGWANG/pure-cv.git
  2. Open index.html: Look for the HTML structure and replace the placeholder text with your own information.
  3. Customize Styles: Open css/style.css and tweak the variables at the top under :root to change the main colors.
    :root {
        --primary-color: #0f172a;   /* Change your primary color */
        --secondary-color: #3b82f6; /* Change accent color */
    }
  4. Update Image: Replace img/avatar.jpg with your own profile image.
  5. 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 update script.js accordingly (or change the action directly in index.html).

⚖️ License

This project is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

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.

About

A clean, modern, and fully responsive HTML résumé (CV) template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors