This repository hosts the source code for my personal website, jerrylau91.github.io.
A minimalist personal homepage designed to showcase my profile and links.
- HTML5: Semantic markup.
- CSS3: Custom styling with Flexbox, responsive design, and hover effects.
- Assets: Avatar image stored in
assets/.
- Responsive layout optimized for mobile and desktop.
- Clean, minimalist aesthetic.
- Interactive link buttons.
- Clone the repository.
- Open
index.htmlin your browser or serve it using a local server (e.g.,python3 -m http.server).