-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProfiles.json
More file actions
76 lines (76 loc) · 1.75 KB
/
Profiles.json
File metadata and controls
76 lines (76 loc) · 1.75 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"Profiles": [
{
"Name": "Ankit Ghoshal",
"image":"./images/ghoshal.png",
"Leetcode": "https://leetcode.com/ankitghosal2002/",
"GFG": "https://auth.geeksforgeeks.org/user/ankitghosal2002",
"CodeChef": "https://www.codechef.com/users/ankit20002",
"Github": "https://github.com/ankitbhoi/LeetCode"
},
{
"Name": "Animesh Mondal",
"image":"./images/animesh.png",
"Leetcode": "https://leetcode.com/animesh_266/",
"GFG":"https://auth.geeksforgeeks.org/user/animeshmondal1414/",
"CodeChef":"https://www.codechef.com/users/animesh_266",
"Github": ""
},
{
"Name": "Meenakshi Sinha",
"image":"./images/meenakshi.png",
"GFG":"",
"Leetcode": "https://leetcode.com/meenakshi_025/",
"CodeChef":"",
"Github": ""
},
{
"Name": "Diwakar Kumar",
"image":"./images/diwakar.png",
"Leetcode": "https://leetcode.com/Diwakar_1593/",
"GFG": "https://auth.geeksforgeeks.org/user/diwakar200kumar/",
"CodeChef":"",
"Github": ""
},
{
"Name":"Anupam Das",
"image":"./images/anupam.png",
"GFG":"",
"Leetcode":"https://leetcode.com/Anupam221/",
"CodeChef":"",
"Github": ""
},
{
"Name": "Anjali Jha",
"image":"./images/anjali.png",
"GFG":"",
"Leetcode":"https://leetcode.com/anjalijha042/",
"CodeChef":"",
"Github": ""
},
{
"Name": "Rohan Dev Singh",
"image":"./images/rohan.png",
"Leetcode":"",
"GFG":"",
"CodeChef":"",
"Github": ""
},
{
"Name": "Siddhi",
"image":"./images/siddhi.png",
"Leetcode":"https://leetcode.com/siddhi88/",
"GFG":"",
"CodeChef":"",
"Github": ""
},
{
"Name":"Ankit Sharma",
"image":"./images/ankit.png",
"Leetcode":"",
"GFG":"",
"CodeChef":"https://www.codechef.com/users/anks02",
"Github": ""
}
]
}