-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparticipants.json
941 lines (931 loc) · 31.4 KB
/
participants.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
[
{
"name": "Anmol Sinha",
"imageurl": "https://example.com/your-avatar.jpg",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/Anmoliita",
"twitter": "",
"referral": ""
},
{
"name": "Ayush Sharma",
"imageurl": "",
"about": "Hello, I'm learning web development.",
"college": "BIET, Jhansi",
"facebook": "",
"github": "https://github.com/meAyushSharma",
"twitter": "https://twitter.com/Ayush_Sharma60",
"referral": "None"
},
{
"name": "Swati Shah",
"imageurl": "https://www.google.com/search?q=avatar+image+for+github+square+shape&sca_esv=590900121&rlz=1C1UEAD_enIN1031IN1031&sxsrf=AM9HkKnNLEyI9njnHJ8ISujNsfv3Q2B38g",
"about": "Hello, I'm a web developer",
"college": "IIIT ALLAHABAD",
"facebook": "",
"github": "",
"twitter": "",
"referral": "Open Code"
},
{
"name": "Sahul Kumar",
"imageurl": "",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/InnocentSinner08",
"twitter": "https://twitter.com/in_cesin",
"referral": "None"
},
{
"name": "Harshal Gainer",
"imageurl": "https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.polygon.com%2F23032963%2Fdemon-slayer-season-3-everything-we-know&psig=AOvVaw0OvpVA7MP92CVllMci4X-2&ust=1702649416125000&source=images&cd=vfe&opi=89978449&ved=0CBIQjRxqFwoTCLDPzb-Nj4MDFQAAAAAdAAAAABAD",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "https://facebook.com",
"github": "https://github.com/Harshal5167",
"twitter": "https://twitter.com",
"referral": "None"
},
{
"name": "Diwakar Kashyap",
"imageurl": "https://avatars.githubusercontent.com/u/94478026?v=4",
"about": "Hello, I'm a Fullstack web developer using Typescript",
"college": "Ganjdundwara PG college",
"facebook": "",
"github": "https://github.com/DIWAKARKASHYAP",
"twitter": "https://twitter.com/diwakar_766",
"referral": "No One"
},
{
"name": "Komal Pardasani",
"imageurl": "contestant/avatar.jpg",
"about": "Hello I'm a web developer",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/Komalpardasani",
"twitter": "",
"referral": "IIITA"
},
{
"name": "Parimal Amrutkar",
"imageurl": "https://p7.hiclipart.com/preview/7/618/505/avatar-icon-fashion-men-vector-avatar-thumbnail.jpg",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/parimal-10",
"twitter": "",
"referral": ""
},
{
"name": "Mansa Mahendru",
"imageurl": "https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/021ff234-e11d-4884-81e7-cb822338f600/width=1200/021ff234-e11d-4884-81e7-cb822338f600.jpeg",
"about": "Hello I'm a designer",
"college": "IIITA",
"facebook": "url",
"github": "https://github.com/Hannah2k23",
"twitter": "url",
"referral": "N/A"
},
{
"name": "Jatin Panday",
"imageurl": "mentor/image.jpg",
"about": "Hello I'm a web developer",
"facebook": "https://th.bing.com/th/id/R.e5e4f3b22566b2ccea9bc6680987f913?rik=uVBstjRkbiuw7g&riu=http%3a%2f%2fwww.pngmart.com%2ffiles%2f12%2fBoy-Emoji-Avatar-PNG.png&ehk=SgpajcnA5u9WwI2Xh9dZlQv%2ftFhmblCXdw7OIQTR2dM%3d&risl=&pid=ImgRaw&r=0",
"github": "https://github.com/JATIN-PANDAY",
"twitter": ""
},
{
"name": "Agatsya Narayanan",
"imageurl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTy2QeqHWU_3ydvcC9iF6uEWBKwy4-dF6bIOu-qX83vo38KJkGjCTJdJDXothWAaGkvcbc&usqp=CAU",
"about": "Hello I'm trying to be a web developer",
"college": "IIIT Allahabad",
"facebook": "url",
"github": "Agatsya0494",
"twitter": "url",
"referral": "N.A"
},
{
"name": "Abhishek Kumar",
"imageurl": "https://avatars.githubusercontent.com/u/120461549?v=4",
"about": "Hello I'm a begineer web developer",
"college": "IIIT Allahabad",
"facebook": "",
"github": "https://github.com/abhi5h6k",
"twitter": "",
"referral": "OmBuddhadev"
},
{
"name": "Rudresh Dabre",
"imageurl": "blob:https://web.whatsapp.com/dac80ec9-0830-41c9-bcb2-721092b30b60",
"about": "Hello, I am beginner in web development",
"college": "IIIT Allahabad",
"facebook": "",
"github": "https://github.com/Rudreshdabre12",
"twitter": "",
"referral": "Nishant Kale"
},
{
"name": "Aashish Raghav",
"imageurl": " ",
"about": "Participant openCode",
"facebook": "--",
"github": "https://github.com/Aashish-Raghav",
"twitter": "--"
},
{
"name": "Sushmitha",
"imageurl": "",
"about": "Hello, I'm a web developer",
"college": "Indian Institute of Information Technology,Allahabad",
"facebook": "",
"github": "https://github.com/imsushmitha-13",
"twitter": "",
"referral": ""
},
{
"name": "Ajay Kumar",
"imageurl": "image/avatar url",
"about": "Hello, I'm a web developer,cybersecurity enthusiast and game lover",
"college": "IIITA",
"facebook": "url",
"github": "https://github.com/ajay484/Collaborative-Web-2023",
"twitter": "url",
"referral": "Opencode"
},
{
"name": "Veerathu Sri Sindhu",
"imageurl": "https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.pcinvasion.com%2Fice-age-scrats-nutty-adventure-has-you-collecting-nuts-as-scrat%2F&psig=AOvVaw3E-oD_jgO6cvOT6yZLu-Ps&ust=1702657109580000&source=images&cd=vfe&opi=89978449&ved=0CBIQjRxqFwoTCPjg5ZOqj4MDFQAAAAAdAAAAABAI",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "none",
"github": "https://github.com/Sindhu194",
"twitter": "none",
"referral": "none"
},
{
"name": "Aditi Gupta",
"imageurl": "https://avatars.githubusercontent.com/u/127166802?v=4",
"about": "I am tech enthusiast",
"college": "IIIT Allahabad",
"facebook": " ",
"github": "https://github.com/aditi976",
"twitter": " ",
"referral": "College Seniors"
},
{
"name": "Aditya Reddy",
"imageurl": "https://butwhytho.net/wp-content/uploads/2023/09/Kento-Nanami-But-Why-Tho-1-1.jpg",
"about": "Hello, I am useless.",
"college": "IIIT Allahabad",
"facebook": "None",
"github": "https://github.com/illum1nadi",
"twitter": "None",
"referral": "None"
},
{
"name": "Sanju",
"imageurl": "",
"about": "Hi! I'm a software enthusiast and a tech geek, particularly passionate about front-end development with Vue and React, and back-end development with C++ and Python",
"college": "Rajiv Gandhi Institute of Technology",
"facebook": "",
"github": "https://github.com/sanju26honey",
"twitter": "",
"referral": "Devfolio"
},
{
"name": "Aniketh Pala",
"imageurl": "",
"about": "Hello, I'm a web developer",
"college": "Vishwakarma Institute of technology, Pune",
"facebook": "",
"github": "https://github.com/Aniketh4",
"twitter": "",
"referral": "Devfolio"
},
{
"name": "Asher Ahmad",
"imageurl": "",
"about": "'Sup, I am a web developer",
"college": "Indian Institute of Information Technology,Allahabad",
"facebook": "NA",
"github": "https://github.com/AshAhmad2022",
"twitter": "NA",
"referral": "NA"
},
{
"name": "Shrutika Rathi",
"imageurl": "Dont have any image url right now",
"about": "Hello, I'm a student at IIITA",
"college": "IIITA",
"facebook": "Not using facebook",
"github": "https://github.com/shrutikarathi6",
"twitter": "Not using twitter",
"referral": "Seniors"
},
{
"name": "Nivedh Biju Pazhayedathuparambil",
"imageurl": "",
"about": "Hello, I'm a competetive programmer and full stack developer",
"college": "IIITDM Kancheepuram",
"facebook": "",
"github": "https://github.com/Nivedh-Biju",
"twitter": "",
"referral": ""
},
{
"name": "Tanisha Prakash",
"imageurl": " ",
"about": "Student at IIITA, know a bit of coding and developing",
"college": "IIIT Alahabad",
"facebook": " ",
"github": "https://github.com/ashinat24",
"twitter": " ",
"referral": "College mail"
},
{
"name": "Anushka Pandit",
"imageurl": " ",
"about": "Student at IIITA",
"college": "IIIT Allahabad",
"facebook": " ",
"github": "https://github.com/anushkp1107",
"twitter": " ",
"referral": "N/A"
},
{
"name": "Krishay Nair",
"imageurl": "image/Krishay.jpg",
"about": "Hello, I'm a web developer and a 3rd year computer science student",
"college": "Rajiv Gandhi Institute of Technology",
"facebook": "https://www.facebook.com/krishay.nair.3/",
"github": "https://github.com/KrishayNair",
"twitter": "https://twitter.com/NairKrishay",
"referral": "none"
},
{
"name": "Kushal",
"imageurl": "https://avatars.githubusercontent.com/kushal7201",
"about": "I'm passionate about exploring the latest technologies and applying them to solve problems.",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/kushal7201",
"twitter": "",
"referral": "NA"
},
{
"name": "Vineesh Mittal",
"imageurl": "",
"about": "Hello, I'm a web developer",
"college": "Indian Institute Of Information Technology",
"facebook": "",
"github": "https://github.com/vineeshmittal1",
"twitter": "",
"referral": ""
},
{
"name": "Pranav Bansal",
"imageurl": "https://drive.google.com/file/d/1aTXNIcUpKvsCS06BiRdJwUMOGgfzTDQF/view?usp=sharing",
"about": "Heyy, I'm a full stack web developer",
"college": "Indian Institue of Information Technology,Allahabad",
"facebook": "https://www.facebook.com/profile.php?id=100093990730902",
"github": "https://github.com/PranavBansal21",
"twitter": "https://twitter.com/PranavB80112",
"referral": "N/A"
},
{
"name": "Aryan Raj",
"imageurl": "https://github.com/users/Aryan4884/achievements/pull-shark",
"about": "Hello, I'm a web developer and also interested in open source",
"college": "Indian Institute Of Technology, Varanasi",
"facebook": "",
"github": "https://github.com/Aryan4884",
"twitter": "",
"referral": "My Friend"
},
{
"name": "Sanjay Paul",
"imageurl": "",
"about": "Contributor",
"facebook": "",
"github": "https://github.com/rebornstar1",
"twitter": ""
},
{
"name": "Aman Kumar",
"imageurl": "httpsdrive.google.comfiled1tPIQvH0TGH3hJFZiEe8hd56QP5z7soafviewusp=sharing",
"about": "Hello I'm a web developer",
"college": "My college",
"facebook": "",
"github": "https://github.com/amankumar0724",
"twitter": "",
"referral": "Gaurav"
},
{
"name": "Wadad Parker",
"imageurl": "https://avatars.githubusercontent.com/u/117439709?s=400&u=1a029e51943426fbd8dab2bbddffad409d6512c4&v=4",
"about": "A web developer, specialist in frontend",
"college": "Jain College",
"facebook": "",
"github": "https://github.com/WadadParker",
"twitter": "https://twitter.com/wadadparker",
"referral": ""
},
{
"name": "Ayush Sahu",
"imageurl": "https://avatars.githubusercontent.com/u/136724527?v=4",
"about": "Hello, I'm a web developer, who loves designing Interfaces and converting them to code.",
"college": "Indian Institute of Technology (BHU), Varanasi",
"facebook": "",
"github": "https://github.com/Murdock9803",
"twitter": "",
"referral": ""
},
{
"name": "Anshika Bhardwaj",
"imageurl": "https://cdn.discordapp.com/avatars/726443885768999032/fd76cb9b56c18ab855fd991fc5c92be3.webp?size=80",
"about": "Hello, I'm an engineering student",
"college": "VIT",
"facebook": "na",
"github": "https://github.com/AnshikaSwirl",
"twitter": "na",
"referral": "na"
},
{
"name": "Amitabh Singh",
"imageurl": "image/avatar https://www.dexerto.com/cdn-cgi/image/width=3840,quality=75,format=auto/https://editors.dexerto.com/wp-content/uploads/2023/08/14/one-piece-gear-5-luffy.jpeg",
"about": "Hello, I'm a web developer",
"college": "IIT BHU",
"facebook": "",
"github": "https://github.com/optimus-pride",
"twitter": "",
"referral": "institute mail"
},
{
"name": "Nandini Gupta",
"imageurl": "https://avatars.githubusercontent.com/u/123091848?s=96&v=4",
"about": "Hello, I am currently learning DSA along with keeping pace with competitive coding",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/Nandinig24",
"twitter": "",
"referral": "N/A"
},
{
"name": "Rohit Pandey",
"imageurl": "https://i.pinimg.com/originals/34/f2/50/34f250635ed02218356595ea6d730518.jpg",
"about": "Hello, I'm somophore at IIITA",
"college": "Indian Institute of Information Technology, ALLAHABAD",
"facebook": "https://www.facebook.com/profile.php?id=100088945585340",
"github": "https://github.com/Rohit-110",
"twitter": "https://twitter.com/Rohit_0406",
"referral": "N/A"
},
{
"name": "Nitu Sherawat",
"imageurl": "https://drive.google.com/drive/folders/1HAm5sUhQWN8Qm6hJrLkx2rEN4569TfC8?usp=sharing",
"about": "Hello, I'm a web developer",
"college": "IIIT Allahabad",
"facebook": "https://www.facebook.com/profile.php?id=100087911315931",
"github": "https://github.com/Nitu-Sherawat",
"twitter": "url",
"referral": "N/A"
},
{
"name": "Vasu",
"imageurl": "https://ibb.co/XzgkL53",
"about": "Hello,I am a web developer and an ECE student",
"college": "Indian Institute of Information Technology",
"facebook": "https://www.facebook.com/profile.php?id=100069303575242",
"github": "https://github.com/vasusingla545",
"twitter": "https://twitter.com/Vasu45891740",
"referral": "Geekhaven"
},
{
"name": "Shaurya Jain",
"imageurl": "images/Shauryajain (2).jpg",
"about": "Hello, I'm a Frontend Web Developer. I have experience in using technologies like React.js , Next.js",
"college": "IIIT Allahabad",
"facebook": "url",
"github": "https://github.com/ShauryaJain03",
"twitter": "url",
"referral": "Who referred you?"
},
{
"name": "Yuvraj Singh Kanojia",
"imageurl": "https://i.pinimg.com/736x/00/dd/44/00dd440af1919a8533cc461c1691889b.jpg",
"about": "Student",
"facebook": "",
"github": "https://github.com/yuvrajSingh930",
"twitter": ""
},
{
"name": "Divya Agrawal",
"imageurl": "https://media.licdn.com/dms/image/D4D03AQHnFQgz7KL-Ew/profile-displayphoto-shrink_200_200/0/1676355303240?e=1707955200&v=beta&t=CF6lZjQrESn3Qcd8blJRXbN7pqWA6Sh0pRNsPzKsoE0",
"about": "Hello, I'm a passionate web developer pursuing B.Tech in Information Technology from IIIT Gwalior.",
"college": "Atal Bihari Vajpayee Indian Institute of Information Technology and Management, Gwalior",
"facebook": "N/A",
"github": "https://github.com/divyaagrawal261",
"twitter": "N/A",
"referral": "N/A"
},
{
"name": "Chirag Malik",
"imageurl": "https://avatars.githubusercontent.com/u/150550493?v=4",
"about": "I've great interest towards Web Developement, just finished MERN stack and looking forward to explore open source.",
"college": "Indian Institute of Technology (Banaras Hindu University) Varanasi",
"facebook": "",
"github": "https://github.com/chiragmalik2612",
"twitter": "https://twitter.com/_chiiragmalik_",
"referral": "College Mail"
},
{
"name": "Veerathu Sri Sindhu",
"imageurl": "https://avatars.githubusercontent.com/u/141700335?v=4",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "dont have",
"github": "https://github.com/Sindhu194",
"twitter": "dont have"
},
{
"name": "Ayush Krishna",
"imageurl": "https://www.instagram.com/p/CsYJnfurk9GTNIcj7FUqjwGf6GAZRIEBrkeDRM0/",
"about": "Participant",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/Ayushk00",
"twitter": "",
"referral": "Akshay Waghmare"
},
{
"name": "Tejas Sharma",
"imageurl": "https://avatars.githubusercontent.com/u/120678627?s=400&v=4",
"about": "Hello, I'm a web developer",
"college": "IIIT Allahabad",
"facebook": "NIL",
"github": "https://github.com/Tej-as1",
"twitter": "NIL",
"referral": "NIL"
},
{
"name": "Kartik Aggarwal",
"imageurl": "https://drive.google.com/file/d/1yBBucauJvHI32XgcTZa697y1f_Cy6ugs/view?usp=sharing",
"about": "Hello, I am full stack web developer and also a competitive programmer and have good knowledge of Data Structures and Algorithms.",
"college": "Jaypee Institiue of Information Technology",
"facebook": "",
"github": "https://github.com/Xaverick",
"twitter": "",
"referral": "College Seniors"
},
{
"name": "Jai Khanna",
"imageurl": "https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.thehergula.com%2Fjujutsu-kaisens-gojo-satoru-will-be-animes-most-popular-character%2F&psig=AOvVaw2ZTSgtr8Q1eCk6jm0ix-WS&ust=1702629985495000&source=images&cd=vfe&opi=89978449&ved=0CBIQjRxqFwoTCOCMi4_FjoMDFQAAAAAdAAAAABAD",
"about": "Hello, I'm a wannabe full stack developer",
"college": "IIITA",
"facebook": "https://www.facebook.com/jai.khanna.5203/",
"github": "https://github.com/CodinJack",
"twitter": "https://twitter.com/JaiKhanna12",
"referral": "N/A"
},
{
"name": "Sandarbh Kansal",
"imageurl": "https://avatars.githubusercontent.com/u/153264259?s=400&u=42bcde3055e24f948bb9a6f4a4cd109ed634f724&v=4",
"about": "Hello I'm a web developer",
"college": "Indian Institute Of Information Technology , Allahabad",
"facebook": "https://www.facebook.com/profile.php?id=100007338639599",
"github": "https://github.com/sandarbhkansal007",
"twitter": "",
"referral": ""
},
{
"name": "Sarthak Verma",
"imageurl": "https://avatars.githubusercontent.com/u/114106172?v=4",
"about": "Hello, I'm a web developer",
"college": "IIIT-A",
"facebook": "",
"github": "urlhttps://github.com/sarthakvermaa",
"twitter": "",
"referral": "Jot"
},
{
"name": "Prateek Pathak",
"imageurl": "https://avatars.githubusercontent.com/u/119005608?v=4",
"about": "Hello I'm a web developer",
"college": "IIIT Allahabad",
"facebook": "",
"github": "",
"twitter": "",
"referral": ""
},
{
"name": "DHRUV AGRAWAL",
"imageurl": "",
"about": "Hello, I'm a web developer",
"college": "Indian institute of information technology allahabhd",
"facebook": "url",
"github": "https://github.com/DHRUVV23/portfolio",
"twitter": "",
"referral": " "
},
{
"name": "Poonam Gate",
"imageurl": "https://avatars.githubusercontent.com/u/120942108?s=400&v=4",
"about": "",
"facebook": "",
"github": "https://github.com/PoonamGate",
"twitter": "https://twitter.com/PG504910332147"
},
{
"name": "Anmol Sinha",
"imageurl": "image/avatar url",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/Anmoliita",
"twitter": "",
"referral": ""
},
{
"name": "Vedant Kulkarni",
"imageurl": "",
"about": "Hello, I'm a web developer",
"college": "IIIT-A",
"facebook": "",
"github": "https://avatars.githubusercontent.com/u/122982383?v=4",
"twitter": "",
"referral": ""
},
{
"name": "Veerathu Sri Sindhu",
"imageurl": "https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.pcinvasion.com%2Fice-age-scrats-nutty-adventure-has-you-collecting-nuts-as-scrat%2F&psig=AOvVaw3E-oD_jgO6cvOT6yZLu-Ps&ust=1702657109580000&source=images&cd=vfe&opi=89978449&ved=0CBIQjRxqFwoTCPjg5ZOqj4MDFQAAAAAdAAAAABAI",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "none",
"github": "https://github.com/Sindhu194",
"twitter": "none",
"referral": "none"
},
{
"name": "Parth Kansagra",
"imageurl": "https://www.google.com/imgres?imgurl=https%3A%2F%2Fvariety.com%2Fwp-content%2Fuploads%2F2021%2F07%2FRick-Astley-Never-Gonna-Give-You-Up.png%3Fw%3D1024&tbnid=KKLyMQcf-M4kQM&vet=12ahUKEwipsLC004-DAxXJtGMGHd50DUoQMygBegQIARB1..i&imgrefurl=https%3A%2F%2Fvariety.com%2F2021%2Fdigital%2Fnews%2Frick-astley-never-gonna-give-you-up-1-billion-youtube-views-1235030404%2F&docid=0tR9HAdgSrzjFM&w=1024&h=576&q=rick%20astley&client=firefox-b-d&ved=2ahUKEwipsLC004-DAxXJtGMGHd50DUoQMygBegQIARB1",
"about": "Still learning!",
"college": "IITH",
"facebook": "none",
"github": "https://github.com/parth_1egend",
"twitter": "parth_1egend",
"referral": "none"
},
{
"name": "Aansh Chandrakant Dubey",
"imageurl": "https://c4.wallpaperflare.com/wallpaper/592/378/467/tv-show-rick-and-morty-mug-shot-rick-sanchez-wallpaper-preview.jpg",
"about": "What do you mean, happy?",
"college": "IITJ",
"facebook": "",
"github": "https://github.com/QuantTitan",
"twitter": "",
"referral": ""
},
{
"name": "Anmol Sinha",
"imageurl": "image/avatar url",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/Anmoliita",
"twitter": "",
"referral": ""
},
{
"name": "Atharva Chavan",
"imageurl": "https://photos.app.goo.gl/w7pfpER9UbgfhwsW6",
"about": "Hello , I am a Web Developer",
"college": "IIITA",
"facebook": "none",
"github": "https://github.com/atharva0192",
"twitter": "none",
"referral": "none"
},
{
"name": "Dikshant Khandelwal",
"imageurl": "https://drive.google.com/file/d/1HS-19Wsj6iQPdf_T9Z9pZUAPuIHIWWqn/view?usp=drive_link",
"about": "Hola, I am a web developer.",
"college": "IITH",
"facebook": "",
"github": "https://github.com/DikshantK2004",
"twitter": "",
"referral": ""
},
{
"name": "Sugam Sareen",
"imageurl": "",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/ssugam10",
"twitter": "N/A",
"referral": "N/A"
},
{
"name": "Anukrati Chaturvedi",
"imageurl": "image/avatar url",
"about": "Hello, I'm a sophmore at IIITM enthusiastic to learn",
"college": "ABV-IIITM GWALIOR",
"facebook": "",
"github": "https://github.com/anukraticodes",
"twitter": "",
"referral": ""
},
{
"name": "Nishant Kale",
"imageurl": "",
"about": "Hello, I'm a web developer",
"college": "Indian Institute Of Information Technology Allahabad",
"facebook": "url",
"github": "https://github.com/nishantkale22",
"twitter": "",
"referral": " "
},
{
"name": "Vraj Shah",
"imageurl": "image/avatar url",
"about": "Hello, I'm a full stack developer",
"college": "IIIT Alahabad",
"facebook": "url",
"github": "https://github.com/Vrajshah34",
"twitter": "url",
"referral": "none"
},
{
"name": "Vidhi Aggarwal",
"imageurl": "image/avatar url",
"about": "Hello, I'm a web developer",
"college": "IIITA",
"facebook": "url",
"github": "https://github.com/vidhi1954",
"twitter": "url",
"referral": " "
},
{
"name": "Ankita Singh",
"imageurl": "",
"about": "Hello, I'm a web developer",
"college": "Indian Institute Of Information Technology Allahabad",
"facebook": "url",
"github": "https://github.com/saanjh24",
"twitter": "",
"referral": " "
},
{
"name": "Satvik",
"imageurl": "",
"about": "Hello, I'm contributor",
"college": "Indian Institute Of Information Technology Allahabad",
"facebook": "",
"github": "https://github.com/Satvik7773",
"twitter": "",
"referral": " "
},
{
"name": "Prakhar Shukla",
"imageurl": "https://media.licdn.com/dms/image/D4D03AQFcqrdma7djag/profile-displayphoto-shrink_800_800/0/1689774859727?e=1707955200&v=beta&t=ZlWQrbvCQ4yJIRTUtNa9y7U8Kwj1ta67aJrNZsHlub4",
"about": "Hello, I'm contributor",
"college": "Indian Institute Of Information Technology Allahabad",
"facebook": "https://www.instagram.com/prakhar_shukla.py/",
"github": "https://github.com/tonyStark-Jr",
"twitter": "",
"referral": ""
},
{
"name": "Nuaim Mohammed C.L.",
"imageurl": "",
"about": "Tries out different topics",
"college": "IIITDM Kancheepuram",
"facebook": "",
"github": "https://github.com/Talentedfalcon",
"twitter": "",
"referral": "OpenCode"
},
{
"name": "R Aswin",
"imageurl": "",
"about": "Budding Web Developer and a contributor",
"college": "DSCE Bangalore",
"facebook": "",
"github": "https://github.com/Aswinr24",
"twitter": "",
"referral": ""
},
{
"name": "Aditya Khairnar",
"imageurl": "",
"about": "Hello, I'm a web developer and contributor",
"college": "IIITA",
"facebook": "https://www.facebook.com/profile.php?id=61551867999629",
"github": "https://github.com/k7aditya",
"twitter": "url",
"referral": "none"
},
{
"name": "Navaneetha Krishnan R",
"imageurl": "",
"about": "Web Developer",
"college": "CEG Chennai",
"facebook": "https://www.facebook.com/rnavaneetha.krishnan.9",
"github": "https://github.com/rnavaneeth992",
"twitter": "https://twitter.com/RNavaneethKris1",
"referral": ""
},
{
"name": "Arin Kulkarni",
"imageurl": "",
"about": "I am pr0geek",
"college": "IIT H",
"facebook": "",
"github": "https://github.com/akoolarni",
"twitter": "",
"referral": ""
},
{
"name": "Nilesh Chaubey",
"imageurl": "",
"about": "Participating in opencode 23",
"college": "Indian Institute Of Information Technology Allahabad",
"facebook": "",
"github": "https://github.com/nilesh9758",
"twitter": "",
"referral": ""
},
{
"name": "Akshat Joshi",
"imageurl": "",
"about": "Web Developer",
"college": "IIIT A",
"facebook": "",
"github": "https://github.com/Aj9630747827",
"twitter": "",
"referral": ""
},
{
"name": "Rishika Boinapally",
"imageurl": "",
"about": "I am a Web Developer",
"college": "IIIT A",
"facebook": "",
"github": "https://github.com/rishikaboinapally",
"twitter": "",
"referral": "Seniors"
},
{
"name": "Shubham Gupta",
"imageurl": "https://media.licdn.com/dms/image/D4D03AQHZW6r9eepOHg/profile-displayphoto-shrink_800_800/0/1689264073705?e=1707955200&v=beta&t=idgdSlYRXXlpwZDBT11YNj00YGuOjE2SWvnGwP-u7TE",
"about": "Contribatar",
"college": "IIIT A",
"facebook": "https://www.facebook.com/shubhamm.guptaa",
"github": "https://github.com/Jarviss77",
"twitter": "https://twitter.com/Shubhamm_Guptaa",
"referral": ""
},
{
"name": "Shweta Pandey",
"imageurl": "",
"about": "Hello, This is Shweta",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/Shweta-1902",
"twitter": "",
"referral": ""
},
{
"name": "Deepanshu Singh",
"imageurl": "",
"about": "sleepyhead",
"college": "IIIT ALLAHABAD",
"facebook": "",
"github": "https://github.com/singh-deep-anshu",
"twitter": "",
"referral": "Open Code"
},
{
"name": "Harsh Bagwar",
"imageurl": "",
"about": "Hello, This is Harsh, with my thoughts revolving around web3, blockchain, and brownies.",
"college": "IIITA",
"facebook": "",
"github": "https://github.com/harshbagwar",
"twitter": "",
"referral": ""
},
{
"name": "Aditya Verma",
"imageurl": "",
"about": "I'm a newbie Web developer",
"college": "MIT Manipal",
"facebook": "",
"github": "https://github.com/clumsydog09",
"twitter": "",
"referral": ""
},
{
"name": "Sunil Yadav",
"imageurl": "",
"about": "Hello , I am a Blockchain Developer",
"college": "IIIT Allahabad",
"facebook": "",
"github": "https://github.com/Sunil7932",
"twitter": "",
"referral": ""
},
{
"name": "Apoorv012",
"imageurl": "",
"about": "Hello , I am a Backend Developer and a Game dev",
"college": "JIIT Noida",
"facebook": "",
"github": "https://github.com/Apoorv012",
"twitter": "",
"referral": ""
},
{
"name": "Arpit Anand",
"imageurl": "",
"about": "Hello, I'm a web developer",
"college": "IIIT Allahabad",
"facebook": "",
"github": "https://github.com/Buddha-11",
"twitter": "",
"referral": ""
},
{
"name": "Aastha Ojha",
"imageurl": "",
"about": "Hi, I am a contributor in opencode",
"college": "Indian Institue of Information Technology,Allahabad",
"facebook": "",
"github": "https://github.com/Aastha-ojha-20",
"twitter": "",
"referral": ""
},
{
"name" : "Sayantan Sett",
"imageurl" : "",
"about" : "I'm a Web Developer and a UI Designer",
"college" : "MIT Manipal",
"facebook" : "",
"github" : "https://github.com/satan-pro",
"twitter" : "",
"referral" : ""
},
{
"name": "BHAVYASRI",
"imageurl": "",
"about": "Hello, I'm a designer",
"college": "IIIT Allahabad",
"facebook": "",
"github": "https://github.com/bhavyasri6475",
"twitter": "",
"referral": ""
},
{
"name": "Usman Faki",
"imageurl": "N/A",
"about": "Hello, I'm a web developer",
"college": "UMYU",
"facebook": "N/A",
"github": "https://github.com/usman3600/",
"twitter": "N/A",
"referral": "N/A"
},
{
"name": "Shakthi Raj",
"imageurl": "image/avatar url",
"about": "Hello, I'm a web developer",
"college": "The oxford college of business management bangalore",
"facebook": "",
"github": "https://github.com/Shakthi78",
"twitter": "",
"referral": ""
},
{
"name": "Abhishek Sharma",
"imageurl": "https://w0.peakpx.com/wallpaper/719/18/HD-wallpaper-cool-anime-boy-hoodie-headphones-hands-anime.jpg",
"about": "Hello, I'm a Full Stack Developer ",
"college": "GLA University",
"facebook": "",
"github": "https://github.com/abhisheksharma010",
"twitter": "https://twitter.com/___Introvert_",
"referral": ""
},
{
"name": "Soumya Arya",
"imageurl": "",
"about": "Learning CP and WEBD ",
"college": "IIIT ALLAHABAD",
"facebook": "",
"github": "https://github.com/soumyaarya",
"twitter": "",
"referral": ""
}
]