This is the personal website for Lin Pei。
- Clean, minimal, and asymmetrical layout
- Two-column structure with navigation and content
- Monochromatic color scheme (black, light gray, and white)
- Responsive design that works on various screen sizes
- Modern image display with 60/40 layout ratio
- HTML5
- CSS3
- Responsive design
rickielin.github.io/
├── css/ # CSS 样式文件
│ ├── styles.css # 主样式文件
│ ├── about.css # About 页面样式
│ ├── project.css # Project 页面样式
│ ├── consulting.css # Consulting 页面样式
│ └── contact.css # Contact 页面样式
├── images/ # 图片资源
│ ├── profile-image.jpg # 个人照片
│ └── ... # 其他图片
├── index.html # 首页
├── about.html # About 页面
├── project.html # Project 页面
├── consulting.html # Consulting 页面
└── contact.html # Contact 页面
This website is hosted on GitHub Pages. To make changes:
- Clone the repository
- Make your changes
- Commit and push to the main branch
- GitHub Pages will automatically deploy the changes
All rights reserved © Lin Pei