28 lines
906 B
JSON
28 lines
906 B
JSON
{
|
|
"avatar": "https://i.loli.net/2018/05/04/5aeb37415a0dc.jpg",
|
|
"name": "Stacy Kara",
|
|
"tag": "Web前端/Java/技术宅",
|
|
"desc": "你的简介(建议一两句话)",
|
|
"skills": {
|
|
"Javascript": 8,
|
|
"Python": 6,
|
|
"invisible-split-line-1": -1,
|
|
"Node.js": 4
|
|
},
|
|
"projects": [{
|
|
"name": "你的项目A",
|
|
"image": "https://d13yacurqjgara.cloudfront.net/users/138819/screenshots/2578899/dribbble_800x600_01_1x.png",
|
|
"tags": ["2016年", "项目标签"],
|
|
"description": "你的项目A的简介",
|
|
"link_text": "网站链接",
|
|
"link": "https://dribbble.com/"
|
|
}, {
|
|
"name": "你的作品B",
|
|
"image": "https://d13yacurqjgara.cloudfront.net/users/4094/screenshots/2578885/time-lords-drib_1x.jpg",
|
|
"description": "你的作品B的简介",
|
|
"tags": ["Github", "设计"],
|
|
"link_text": "Github地址",
|
|
"link": "https://github.com/"
|
|
}]
|
|
}
|