forked from GDSC-IIIT-V/gdsc-github-workshop-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
32 lines (31 loc) · 975 Bytes
/
Copy pathdata.json
File metadata and controls
32 lines (31 loc) · 975 Bytes
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
{
"data": [
{
"name": "Ayush Khandelwal",
"batch": 2021,
"picture_url": "https://i.imgur.com/zmWvcO1.jpg",
"twitter": "https://twitter.com/Ayushtwt",
"github": "https://github.com/Ayush-Khandelwal28",
"linkedin": "https://www.linkedin.com/in/ayushkhandelwal28/",
"quote": "Always Learning"
},
{
"name": "Aryan Amit Gupta",
"batch": 2021,
"picture_url": "https://i.imgur.com/ukkIKBc.jpg",
"twitter": "https://twitter.com/Aryanonyahoo",
"github": "https://github.com/aryanargupta",
"linkedin": "https://www.linkedin.com/in/aryan-amit-gupta/",
"quote": "Failures make the taste of Success sweet"
},
{
"name": "Deepanshu",
"batch": 2023,
"picture_url": "https://i.imgur.com/PDLnJ1R.png",
"twitter": "https://twitter.com/deep_rao03",
"github": "https://github.com/deeprao03",
"linkedin": "",
"quote": "Accept Yourself"
}
]
}