Skip to main content

个人:名片

· One min read
lailai
Student & Developer

使用 VSCode 的 CodeSnap 插件制作了一套 JSON 风格的个人名片。

效果展示

正面反面

代码

business-card.json
{
"name": "lailai",
"title": "Student & Developer",
"location": "Hangzhou, China",
"website": "https://lailai.one",
"phone": "+86 17757102577",
"email": "lailai0x394@gmail.com"
}