-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.json
More file actions
46 lines (46 loc) · 1.1 KB
/
contact.json
File metadata and controls
46 lines (46 loc) · 1.1 KB
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
{
"info": [
{
"id": 1,
"name": "Narendra Singh",
"badge": "🐇 Research Rabbit",
"img": "/images/profile/narendra.png",
"twitter": {
"logo": "Twitter.svg",
"link": "https://twitter.com/perfectly_pixel"
},
"linkedin": {
"logo": "Linkedin.svg",
"link": "https://www.linkedin.com/in/narendra4u/"
}
},
{
"id": 2,
"name": "Pallavi Bagchi",
"badge": "🐧 Product Penguin",
"img": "/images/profile/pallavi.png",
"twitter": {
"logo": "Twitter.svg",
"link": "https://twitter.com/PallaviBagchi"
},
"linkedin": {
"logo": "Linkedin.svg",
"link": "https://www.linkedin.com/in/pallavibagchi/"
}
},
{
"id": 3,
"name": "Amol Telang",
"badge": "⚔️ Notion Ninja",
"img": "/images/profile/amol.png",
"twitter": {
"logo": "Twitter.svg",
"link": "https://twitter.com/telangamol"
},
"linkedin": {
"logo": "Linkedin.svg",
"link": "https://www.linkedin.com/in/telangamol/"
}
}
]
}