https://github.com/jingew/jingew.github.io
https://github.com/jingew/jingew.github.io
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jingew/jingew.github.io
- Owner: JingeW
- License: other
- Created: 2024-11-04T18:54:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-20T01:55:13.000Z (10 months ago)
- Last Synced: 2025-08-20T03:44:03.854Z (10 months ago)
- Language: CSS
- Size: 13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jinge Wang's Personal Homepage
This is my personal homepage showcasing my professional background as a Computer Science Ph.D. graduate and Data Scientist at Polygon Health Analytics. The website features sections for "About," "Experience," and "Projects," along with interactive elements and contact information.
## Features
- **About**: Introduction and academic/professional background
- **Experience**: Comprehensive CV with education, work experience, publications, and achievements
- **Projects**: Gallery of AI/ML projects with GitHub links
- **Contact Form**: Interactive contact form for professional inquiries
- **Responsive Design**: Works seamlessly across all devices
## Project Structure
- **index.html**: Main homepage with navigation and overview sections
- **about.html**: Detailed background and professional summary
- **experience.html**: Complete CV with education, experience, publications, and achievements
- **projects.html**: Project showcase with descriptions and GitHub links
- **assets/**: CSS, JavaScript, and font files
- **images/**: Project images and personal photos
- **pdfs/**: CV and other documents
## Technologies Used
- HTML5 with semantic markup
- CSS3 with responsive design
- JavaScript for interactive elements
- FontAwesome for icons
- SASS for CSS preprocessing
## Development
To run locally with live reload:
```bash
npx live-server --port=8000 --open=/index.html
```
## Deployment
This project is deployed via [GitHub Pages](https://pages.github.com/). All paths are configured for GitHub Pages deployment.