An open API service indexing awesome lists of open source software.

https://github.com/jingew/jingew.github.io


https://github.com/jingew/jingew.github.io

Last synced: 10 months ago
JSON representation

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.