Personal website of Joey Tan. Plain HTML/CSS, no build step.
index.html # Home: name, tagline, contact links
projects/index.html # Projects list — edit the <article class="entry"> blocks
reading/index.html # Reading list — edit the <li> items
styles.css # All styling (Swiss B/W, edit CSS variables at top)
python3 -m http.server 8000
# open http://localhost:8000(Don't open the files directly with file:// — links use absolute paths like /projects/.)
Hosted with GitHub Pages at https://joeytan21.github.io. Any push to main redeploys automatically.