这是我的 GitHub 个人主页源码:
我目前在上海交通大学集成电路学院读本科。最近的项目主要和嵌入式、D2NN 复现、软件工具及网页有关。
主页开头的作品台可以在四个近期项目之间切换。完整项目列表默认只显示一部分,也可以继续展开、筛选、搜索,或者随机挑一个看看。中英文、浅色和深色模式都在浏览器本地保存,不需要账号,也没有第三方统计脚本。
网站使用原生 HTML、CSS 和 JavaScript,发布在 GitHub Pages。项目说明以对应仓库的公开内容为准;不适合公开的数据、权重或业务材料不会放进本站。
This repository contains the source for my GitHub homepage:
I study at the School of Integrated Circuits, Shanghai Jiao Tong University. My recent projects are mostly around embedded systems, D2NN reproduction, software tools, and websites.
The home page opens with an interactive spotlight for four recent projects. The full archive starts compact and can be expanded, filtered, searched, or explored at random. Language and theme preferences stay in the browser. The site has no account system or third-party analytics.
It is plain HTML, CSS, and JavaScript hosted on GitHub Pages. Project descriptions follow the public material in each repository; datasets, weights, or business material that should remain private are not included.
Opening index.html directly works. A local server is useful for testing:
python -m http.server 8012Then open http://127.0.0.1:8012/.