A modern personal website showcasing my experience as a Technical Artist and Full Stack Developer.
Visit: kosam0913.github.io
- HTML5, CSS3, Vanilla JavaScript
- Font Awesome icons
- GitHub Pages hosting
kosam0913.github.io/
├── assets/ # Static assets
│ ├── css/ # Stylesheets
│ │ └── main-style.css # Main CSS file
│ ├── images/ # All images
│ │ ├── bg/ # Background images
│ │ ├── favicon/ # Favicon files
│ │ ├── img/ # Profile images
│ │ └── portfolio/ # Project images
│ └── docs/ # Documents
│ ├── *.docx # Resume files
│ └── *.pdf
├── # Content organization
│ ├── blog/ # Blog posts
│ └── portfolio/ # Portfolio projects
│ └── tree_node/ # TreeNode project details
├── ref/ # Reference materials
├── index.html # Main website file
├── deploy.bat # Deployment script
└── README.md # This file
- Three-column layout: Personal info sidebar, main content, navigation sidebar
- Responsive design: Optimized for desktop, tablet, and mobile
- Glass-morphism effects: Modern backdrop-filter blur effects
- Compact information density: Optimized for professional presentation
- Smooth scrolling navigation: Enhanced user experience
- Desktop: 1200px+ (Full three-column layout)
- Tablet: 768px-1199px (Stacked layout)
- Mobile: <768px (Single column)
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.
For manual deployment:
./deploy.bat
© 2025 Xinjie Hu. All rights reserved.
- Email: kosam0913@gmail.com
- LinkedIn: linkedin.com/in/xinjie-hu-574070125
- GitHub: github.com/kosam0913