-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
46 lines (46 loc) · 1.07 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "Snowz",
"avatar": "https://cdn.discordapp.com/avatars/665677266772033593/8e79a7022b6eb330db9b353220339d72?size=1024",
"socials": [
{
"title": "Twitter",
"href": "https://twitter.com"
},
{
"title": "GitHub",
"href": "https://github.com/"
},
{
"title": "Instagram",
"href": "https://instagram.com/"
},
{
"title": "YouTube",
"href": "https://youtube.com/"
}
],
"links": [
{
"title": "Amazon Wishlist",
"href": "https://amazon.com/",
"image": "https://static.wixstatic.com/media/d2252d_4c1a1bda6a774bd68f789c0770fd16e5~mv2.png"
},
{
"title": "Project 1",
"href": "https://github.com/example/test"
},
{
"title": "Project 2",
"href": "https://github.com/example/test"
},
{
"title": "Project 3",
"href": "https://github.com/example/test"
},
{
"title": "Keyboard",
"href": "https://www.amazon.com/s?k=keyboard",
"image": "https://m.media-amazon.com/images/I/81yd9W+0doL._AC_SX466_.jpg"
}
]
}