Personal website of Lan Feng, PhD candidate at EPFL.
Built on the Clarity Template by Shikun Liu. Deployed via GitHub Pages.
Just open index.html in a browser, or serve the directory:
python3 -m http.server 8000
# then visit http://localhost:8000index.html— the landing pageclarity/— Clarity template CSS/JSassets/— fonts, icons, figures, CV, stylesheets
Pushes to main auto-deploy to GitHub Pages via .github/workflows/deploy.yml.