This is my personal CV website showcasing my skills, education, work experience, and project experience. The website supports both English and Chinese languages and features a responsive design for various devices.
Live Demo: https://hetai.github.io/cv/
- HTML5
- CSS3
- JavaScript (basic interactions)
- Responsive design
- Font Awesome icons
- Add a portfolio showcase
- Implement dark mode toggle
- Add more interactive animations
- Optimize page loading performance
- Responsive design
- Language switching (English/Chinese)
- Clean and modern UI
- SEO-friendly meta tags
- Social media sharing with Open Graph tags
index.html- Main English versionindex-cn.html- Chinese versionstyles.css- Styling for both versionsdev-config.js- Configuration for development environment
- Clone the repository
git clone https://github.com/hetai/cv.git
cd cv
- Start local server
# Using Python
python -m http.server 8000
# Or using Node.js
npx http-server . -p 8000
- Visit
http://localhost:8000to view the site
The project is deployed using GitHub Pages. Changes pushed to the main branch will automatically deploy to production.
Deployed Site: https://hetai.github.io/cv/
- Update personal information in
index.html - Adjust styles in
styles.css - Replace favicon and other icon files
MIT License
This project was inspired by:

