-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdata.json
55 lines (52 loc) · 1.21 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
47
48
49
50
51
52
53
54
55
{
"name": "John Doe",
"profilePic": "https://ankerdata.netlify.app/profile-img-logo-only.png",
"links": [
{
"title": "Link One",
"link": "https://link.com/"
},
{
"title": "Link Two",
"link": "https://link.com/"
},
{
"title": "Link Three",
"link": "https://link.com/"
},
{
"title": "Link Four",
"link": "https://link.com/"
},
{
"title": "Link Five",
"link": "https://link.com/"
},
{
"title": "Link Six",
"link": "https://link.com/"
},
{
"title": "Link Seven",
"link": "https://link.com/"
}
],
"socials": [
{
"title": "github",
"link": "https://github.com/0xkhan"
},
{
"title": "dribbble",
"link": "https://dribbble.com/0xkhani"
},
{
"title": "twitter",
"link": "https://twitter.com/0xkhani"
},
{
"title": "instagram",
"link": "https://instagram.com/0xkhani"
}
]
}