Skip to content

hetai/cv

Repository files navigation

Personal CV Website

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/

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (basic interactions)
  • Responsive design
  • Font Awesome icons

Future Plans

  • Add a portfolio showcase
  • Implement dark mode toggle
  • Add more interactive animations
  • Optimize page loading performance

Preview

Desktop Preview Mobile Preview

Features

  • Responsive design
  • Language switching (English/Chinese)
  • Clean and modern UI
  • SEO-friendly meta tags
  • Social media sharing with Open Graph tags

Project Structure

  • index.html - Main English version
  • index-cn.html - Chinese version
  • styles.css - Styling for both versions
  • dev-config.js - Configuration for development environment

Local Development

  1. Clone the repository
git clone https://github.com/hetai/cv.git
cd cv
  1. Start local server
# Using Python
python -m http.server 8000

# Or using Node.js
npx http-server . -p 8000
  1. Visit http://localhost:8000 to view the site

Deployment

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/

Customization

  1. Update personal information in index.html
  2. Adjust styles in styles.css
  3. Replace favicon and other icon files

License

MIT License

Author

He Tai

References

This project was inspired by:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published