Static personal homepage for https://zzy4566.github.io/.
index.htmlcontains the homepage content.assets/styles.csscontains all styling.assets/i18n.jspowers the Chinese / English language switcher. The default language is Chinese.
This repository is intended for GitHub Pages. After reviewing the content and assets:
git init
git branch -M main
git add .
git commit -m "Create personal homepage"
git remote add origin https://github.com/zzy4566/zzy4566.github.io.git
git push -u origin mainIf the remote already exists locally, use:
git remote set-url origin https://github.com/zzy4566/zzy4566.github.io.git
git push -u origin mainassets/picture.jpgis used as the personal portrait.assets/unipercept_teaser.pngis used as the UniPercept publication teaser.assets/unipercept_framework.pngis kept for a future method/details section.- Add project images for the world-model and diffusion-convergence projects if you want richer project cards.