forked from Syknapse/Contribute-To-This-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
797 lines (758 loc) · 34.3 KB
/
index.html
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
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="assets/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700">
<link href="https://fonts.googleapis.com/css2?family=Domine&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="icon" type="image/png" href="favicon.png">
<title>Contribute To This Project</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="column">
<!-- Night Mode Creation -->
<div class="nightmode">
<div class="toggle-box">
<input type="checkbox" name="checkbox1" id="toggle-box-checkbox">
<label for="toggle-box-checkbox" class="toggle-box-label-left"></label>
<label for="toggle-box-checkbox" class="toggle-box-label"></label>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js" integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==" crossorigin="anonymous"></script>
</div>
<!-- / Night Mode Creation -->
</div>
</div>
<div class="row">
<div class="column-double">
<div class="column-left">
<h1>CONTRIBUTE TO THIS PROJECT</h1>
<h2>A project for first-time contributions</h2>
<p>
This is a tutorial to help first-time contributors participate in a simple and easy project. Get more
comfortable using GitHub and make your first open source contribution. It's quick and easy.
</p>
<a class="button" href="https://github.com/Syknapse/Contribute-To-This-Project/blob/master/README.md" target="_blank" title="Go to project README - A step by step tutorial">
Learn how to contribute
<i class="fas fa-long-arrow-alt-right"></i>
</a>
</div>
</div>
<div class="column">
<div class="column-right">
<div class="twitter-button">
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-size="large" data-text="Contribute To This Project. An easy Git and GitHub project for first-time contributors, with a full tutorial." data-url="https://github.com/Syknapse/Contribute-To-This-Project" data-via="Syknapse" data-hashtags="100DaysOfCode" data-show-count="false" title="Tweet this project">
Tweet
</a>
<script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<p>Contributions so far...</p>
<div class="animated" id="contributions-number">0</div>
</div>
</div>
</div>
<!-- <div class="searchContainer">
<input id="searchbar" type="search" name="search" placeholder="Search for your card here!" />
</div> -->
<div class="grid" id="contributions">
<!-- ================================================ -->
<!-- ================== TEMPLATE ================== -->
<!-- DO NOT modify the TEMPLATE directly, make a copy and paste it below -->
<!-- ________ *TEMPLATE: MAKE A COPY* Contributor card START ________ -->
<div class="card">
<p class="name">Your name</p>
<p class="contact">
<i class="fab fa-twitter"></i>
<a href="https://www.twitter.com" target="_blank">Your handle</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com" target="_blank">Your handle</a>
</p>
<p class="about">about you</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="#" target="_blank" title="First Resource">Resource 1</a>
</li>
<li>
<a href="#" target="_blank" title="Second Resource">Resource 2</a>
</li>
<li>
<a href="#" target="_blank" title="Third resource">Resource 3</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->
<!-- COPY everything ABOVE this, from contributor card start to end along with the "START" and "END" comment lines -->
<!-- ============== ^^^^ TEMPLATE ^^^^ ============== -->
<!-- ================================================ -->
<!-- DO NOT modify the TEMPLATE directly, make a copy and paste it below -->
<!-- Keep one line of space above and below your card -->
<!-- ========= Paste YOUR CARD directly BELOW this line ========= -->
<!-- ________ Ram Contributor card START ________ -->
<div class="card">
<p class="name">Ram Tyagi</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://www.github.com/Ram-tyagi" target="_blank">Ram Tyagi</a>
</p>
<p class="about">Frontend Developer, learning backend</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.youtube.com/c/JavaScriptMastery" target="_blank" title="GFG">Javascript Mastery</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="Second Resource">Freecode Camp</a>
</li>
<li>
<a href="https://chat.openai.com/" target="_blank" title="Third resource">Chat GPT</a>
</li>
</ul>
</div>
</div>
<!-- ________ Ram Contributor card END ________ -->
<!-- ________ Durgesh Contributor card START ________ -->
<div class="card">
<p class="name">Durgesh Kumar Prajapati</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/durgesh4993/" target="_blank">Durgesh's LinkedIn</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Durgesh4993" target="_blank">Durgesh's GitHub</a>
</p>
<p class="about">Full Stack Web Developer, Open Source Contributor & Mentor</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="First Resource">W3school</a>
</li>
<li>
<a href="https://fullstackopen.com/en/" target="_blank" title="Second Resource">Fullstackopen</a>
</li>
<li>
<a href="https://openclassrooms.com/en/" target="_blank" title="Third resource">openclassrooms</a>
</li>
</ul>
</div>
</div>
<!-- ________ Durgesh Contributor card END ________ -->
<!-- ________ Samir Contributor card START ________ -->
<div class="card">
<p class="name">Samir</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/samir666" target="_blank">Samir's LinkedIn</a>
<i class="fab fa-youtube"></i>
<a href="https://www.youtube.com/@mygoldenlights" target="_blank">@mygoldenlights</a>
</p>
<p class="about">about you</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.youtube.com/@mygoldenlights" target="_blank" title="First Resource : Youtube">MyYoutube</a>
</li>
<li>
<a href="https://www.linkedin.com/in/samir666" target="_blank" title="Second Resource : LinkedIn">MyLinkedIn</a>
</li>
<li>
<a href="https://partner.cloudskillsboost.google/public_profiles/d617ffa6-a106-487c-99d9-ab3b39f7b1ec" target="_blank" title="3. Google Cloud Badges">MyGCPBadges</a>
</li>
</ul>
</div>
</div>
<!-- ________ Samir Contributor card END ________ -->
<!-- ________ Shubham Contributor card START ________ -->
<div class="card">
<p class="name">Shubham Kashyap</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/shubhamkyup/" target="_blank">Shubham Kashyap</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/Shubhamkashyap1601" target="_blank">Shubhamkashyap1601</a>
</p>
<p class="about">Doing my things</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://chat.openai.com/" target="_blank" title="ChatGpt">ChatGPT(Website)</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="W3-schools">w3schools(Website)</a>
</li>
<li>
<a href="https://www.youtube.com/@TraversyMedia" target="_blank" title="Traversy Media">
TraversyMedia(Youtube)
</a>
</li>
</ul>
</div>
</div>
<!-- ________ Joseph Contributor card END ________ -->
<!-- ________ Yashika Contributor card START ________ -->
<div class="card">
<p class="name">Yashika</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/yashika-mehndiratta-694268248/" target="_blank">
Harshitha A Shanbhog
</a>
<i class="fab fa-github"></i>
<a href="https://github.com/y4sh1k4" target="_blank">Yashika</a>
</p>
<p class="about">
A computer science graduate, who has recently discovered a passion for full-stack web development and is new
to the world of open-source contributions
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://getbootstrap.com/" target="_blank" title="bootstrap">BootStrap</a>
</li>
<li>
<a href="https://chat.openai.com/" target="_blank" title="ChatGpt">ChatGPT</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN Web Docs">MDN Web Docs</a>
</li>
</ul>
</div>
</div>
<!-- ________ Yashika Contributor card END ________ -->
<!-- ________ Rookie Contributor card START ________ -->
<div class="card">
<p class="name">Rookie</p>
<p class="contact">
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/royalfocus1?lang=en" target="_blank">Rookie</a>
<i class="fab fa-github"></i>
<a href="https://github.com/geekcheeky" target="_blank">Rookie</a>
</p>
<p class="about">A web developer who is eager to learn as much as possible</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="First Resource">MDN</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="Second Resource">Free code camp</a>
</li>
<li>
<a href="https://www.tutorialspoint.com/" target="_blank" title="Third resource">Tutorials Point</a>
</li>
</ul>
</div>
</div>
<!-- ________ Rookie Contributor card END ________ -->
<!-- ________ Harshitha Shanbhog Contributor card START ________ -->
<div class="card">
<p class="name">Shanbhog</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/harshitha-a-shanbhog-4063931b4" target="_blank">
Harshitha A Shanbhog
</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Harshitha-Shanbhog" target="_blank">Harshitha-Shanbhog</a>
</p>
<p class="about">
A computer science graduate, who has recently discovered a passion for full-stack web development and is new
to the world of open-source contributions
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://getbootstrap.com/" target="_blank" title="bootstrap">BootStrap</a>
</li>
<li>
<a href="https://chat.openai.com/" target="_blank" title="ChatGpt">ChatGPT</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN Web Docs">MDN Web Docs</a>
</li>
</ul>
</div>
</div>
<!-- ________ Harshitha Shanhog Contributor card END ________ -->
<!-- ________ Rohan Sharma Contributor card START ________ -->
<div class="card">
<p class="name">Rohan</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/rohan-sharma-9386rs/" target="_blank">
Rohan Sharma
</a>
<i class="fab fa-github"></i>
<a href="https://github.com/RS-labhub" target="_blank">Rohan Sharma</a>
</p>
<p class="about">
A computer science graduate, who has recently discovered a passion for full-stack web development, cloud computing and is new
to the world of open-source contributions.
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://getbootstrap.com/" target="_blank" title="bootstrap">BootStrap</a>
</li>
<li>
<a href="https://chat.openai.com/" target="_blank" title="ChatGpt">ChatGPT</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN Web Docs">MDN Web Docs</a>
</li>
</ul>
</div>
</div>
<!-- ________ Rohan Sharma Contributor card END ________ -->
<!-- ________ YakupFE Contributor card START ________ -->
<div class="card">
<p class="name">Yakup Furkan ERPEK</p>
<p class="contact">
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/ErpekYakup" target="_blank">YFE</a>
<i class="fab fa-github"></i>
<a href="https://github.com/YakupFE" target="_blank">YakupFE</a>
</p>
<p class="about">Trying to be a game developer, loves automating and optimizing</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://projecteuler.net/about" target="_blank" title="1St">Project Euler</a>
</li>
<li>
<a href="https://www.youtube.com/@BenCloward/videos" target="_blank" title="2nd">Ben Cloward</a>
</li>
<li>
<a href="https://80.lv/" target="_blank" title="3rd">80 level</a>
</li>
</ul>
</div>
</div>
<!-- ________ YakupFE Contributor card END ________ -->
<!-- ________ Shreyash Contributor card START ________ -->
<div class="card">
<p class="name">Shreyash Mishra</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://www.github.com/Shreyash-cyber" target="_blank">Shreyash Cyber</a>
</p>
<p class="about">A computer science student who loves tech</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.geeksforgeeks.org/" target="_blank" title="GFG">GFG</a>
</li>
<li>
<a href="https://stackoverflow.com/" target="_blank" title="Second Resource">Stack Overflow</a>
</li>
<li>
<a href="https://chat.openai.com/" target="_blank" title="Third resource">Chat GPT</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->
<!-- ________ Ankoor Gorai Contributor card START ________ -->
<div class="card">
<p class="name">Ankoor Gorai</p>
<p class="contact">
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/ankoorgorai" target="_blank">@ankoorgorai</a>
<i class="fab fa-github"></i>
<a href="https://github.com/ankoorgorai" target="_blank">@ankoorgorai</a>
</p>
<p class="about">Passionate CSE undergraduate experienced in Web Development.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://youtu.be/UU09eguVzFE?si=Z3hx2szPuXsPG1nf" target="_blank" title="1st">Ruby On Rails Bootcamp</a>
</li>
<li>
<a href="https://youtu.be/ZVnjOPwW4ZA?si=bPicTWhlyuZV39ST" target="_blank" title="2nd">NextJs Tutorial</a>
</li>
<li>
<a href="https://youtu.be/0LhBvp8qpro?si=cRI6_CWDh3FwZckn" target="_blank" title="3rd">Angular Project</a>
</li>
</ul>
</div>
</div>
<!-- ________ Ankoor Gorai Contributor card END ________ -->
<!-- ________ Suresh Contributor card START ________ -->
<div class="card">
<p class="name">Suresh Patel</p>
<p class="contact">
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/btrezzyx" target="_blank">Suresh</a>
<i class="fab fa-github"></i>
<a href="https://github.com/sureshp820" target="_blank">Suresh</a>
</p>
<p class="about">Trying to be a game developer, loves automating and optimizing</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://projecteuler.net/about" target="_blank" title="1St">Project Euler</a>
</li>
<li>
<a href="https://www.youtube.com/@BenCloward/videos" target="_blank" title="2nd">Ben Cloward</a>
</li>
<li>
<a href="https://80.lv/" target="_blank" title="3rd">80 level</a>
</li>
</ul>
</div>
</div>
<!-- ________ Suresh Contributor card END ________ -->
<!-- ________ Jahnavi Contributor card START ________ -->
<div class="card">
<p class="name">Thutta Jahnavi</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://www.github.com/jahnavithutta129" target="_blank">jahnavithutta129</a>
</p>
<p class="about">A passionate developer with web development and Java skills.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="FreeCodeCamp">FreeCodeCamp</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="W3Schools">W3Schools</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN Web Docs">MDN Web Docs</a>
</li>
</ul>
</div>
</div>
<!-- ________ Jahnavi Contributor card END ________ -->
<!-- ________ *Agrima Singh Rajput Contributor card START ________ -->
<div class="card">
<p class="name">Agrima Singh Rajput</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/agrima-rajput153/" target="_blank">agrima-rajput153</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Agrima5115" target="_blank">Agrima5115</a>
</p>
<p class="about">
👋 Computer Science student 🌐 | Aspiring Web & App Developer 🚀 | Open to collaborations 🤝 | Let's code
the future together! 🌟
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN">MDN Web Docs</a>
</li>
<li>
<a href="https://firebase.google.com/" target="_blank" title="Firebase">Firebase</a>
</li>
<li>
<a href="https://aws.amazon.com/" target="_blank" title="AWS">AWS - Amazon Web Services</a>
</li>
</ul>
</div>
</div>
<!-- ________ *TEMPLATE* Contributor card END ________ -->
<!-- ________ Niraj Contributor card START ________ -->
<div class="card">
<p class="name">Niraj</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/niraj-patel-a09ab6295/" target="_blank">Niraj Patel</a>
<i class="fab fa-github"></i>
<a href="https://github.com/btrezzy" target="_blank">btrezzy</a>
</p>
<p class="about">A passionate developer with web development. Web3 enthusiast and a fast learner.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="FreeCodeCamp">FreeCodeCamp</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="W3Schools">W3Schools</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN Web Docs">MDN Web Docs</a>
</li>
</ul>
</div>
</div>
<!-- ________Niraj Contributor card END ________ -->
<!-- ________ *ROhan Contributor card START ________ -->
<div class="card">
<p class="name">Rohan</p>
<p class="contact">
<i class="fab fa-twitter"></i>
<a href="https://github.com/RohanReddy2003" target="_blank">rohan</a>
<i class="fab fa-github"></i>
<a href="https://github.com/RohanReddy2003" target="_blank">RohanReddy2003</a>
</p>
<p class="about">about you</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.toools.design/mockups-ui-kits-and-freebies#ui-freebies" target="_blank" title="Tools.design">
TOOOLS.design(free UI/UX tools)
</a>
</li>
<li>
<a href="https://savee.it/" target="_blank" title="savee">savee(pinterest for designers)</a>
</li>
<li>
<a href="https://eycndy.co/" target="_blank" title="Eye candy">Eye candy(film making ideas)</a>
</li>
</ul>
</div>
</div>
<!-- ________ Rohan Contributor card END ________ -->
<!-- ________ Saksham Bhugra Contributor card START ________ -->
<div class="card">
<p class="name">Saksham Bhugra</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/saksham-bhugra-a55980249/" target="_blank">saksham-bhugra-a55980249</a>
<i class="fab fa-github"></i>
<a href="https://github.com/sh4d0w" target="_blank">sh4d0wy</a>
</p>
<p class="about">
A passionate developer with web development and Java skills. Web3 enthusiast and a fast learner.
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="FreeCodeCamp">FreeCodeCamp</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="W3Schools">W3Schools</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN Web Docs">MDN Web Docs</a>
</li>
</ul>
</div>
</div>
<!-- ________Saksham Bhugra Contributor card END ________ -->
<!-- ________ Joseph Contributor card START ________ -->
<div class="card">
<p class="name">Bello Osaze Joseph</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/bello-joseph-970727265" target="_blank">Bello (Osaze) Joseph</a>
<i class="fab fa-github"></i>
<a href="https://www.github.com/Sephjoe123" target="_blank">Sephjoe123</a>
</p>
<p class="about">Just a guy who loves to make things, innovation is the key-word in my life</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://chat.openai.com/" target="_blank" title="ChatGpt">ChatGPT(Website)</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="W3-schools">w3schools(Website)</a>
</li>
<li>
<a href="https://www.youtube.com/@TraversyMedia" target="_blank" title="Traversy Media">
TraversyMedia(Youtube)
</a>
</li>
</ul>
</div>
</div>
<!-- ________ Joseph Contributor card END ________ -->
<!-- ________ Faro0kh Contributor card START ________ -->
<div class="card">
<p class="name">Farookh Siddiqui</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://www.github.com/farukhS52" target="_blank">FarukhS52</a>
</p>
<p class="about">A passionate developer with web development and Java skills.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="FreeCodeCamp">FreeCodeCamp</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="W3Schools">W3Schools</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN Web Docs">MDN Web Docs</a>
</li>
</ul>
</div>
</div>
<!-- ________ Farookh Contributor card END ________ -->
<!-- ________ Daulat Contributor card START ________ -->
<div class="card">
<p class="name">Daulat Ojha</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://www.github.com/daulatojha17" target="_blank">daulatojha17</a>
</p>
<p class="about">Machine learning enthusiast</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="FreeCodeCamp">FreeCodeCamp</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="W3Schools">W3Schools</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN Web Docs">MDN Web Docs</a>
</li>
</ul>
</div>
</div>
<!-- ________ Daulat Contributor card END ________ -->
<!-- ________ Sahil873 Contributor card START ________ -->
<div class="card">
<p class="name">Sahil Bhagwan Patil</p>
<p class="contact">
<i class="fab fa-linkedin"></i>
<a href="https://www.linkedin.com/in/sahil-patil-4a658a229/" target="_blank">Sahil Patil</a>
<i class="fab fa-github"></i>
<a href="https://github.com/Sahil873" target="_blank">Sahil873</a>
</p>
<p class="about">
👋 IT Student 🌐 | Aspiring Web & Competitive Programmer 🚀 | Open to collaborations 🤝 | Let's code
the future together! 🌟
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN">MDN Web Docs</a>
</li>
<li>
<a href="https://firebase.google.com/" target="_blank" title="Firebase">Firebase</a>
</li>
<li>
<a href="https://aws.amazon.com/" target="_blank" title="AWS">AWS - Amazon Web Services</a>
</li>
</ul>
</div>
</div>
<!-- ________ Sahil873 Contributor card END ________ -->
<!-- ________ Vishal Contributor card START ________ -->
<div class="card">
<p class="name">Vishal</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://www.github.com/VyKSI" target="_blank">Vishal</a>
</p>
<p class="about">
Computer Science student 🌐 | Aspiring Web & App Developer 🚀
</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.geeksforgeeks.org/" target="_blank" title="1St">Geeks for Geeks</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="2nd">MDN Web Docs</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="3rd">FreeCodeCamp</a>
</li>
</ul>
</div>
</div>
<!-- ________ Farookh Contributor card END ________ -->
<!-- ________ Tanmay Contributor card START ________ -->
<div class="card">
<p class="name">Tanmay Giram</p>
<p class="contact">
<i class="fab fa-github"></i>
<a href="https://github.com/Tanmay-Giram" target="_blank">Tanmay</a>
</p>
<p class="about">A passionate Android and Web Developer.</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://developer.mozilla.org/en-US/" target="_blank" title="MDN Web Docs">MDN Web Docs</a>
</li>
<li>
<a href="https://www.w3schools.com/" target="_blank" title="W3Schools">W3Schools</a>
</li>
<li>
<a href="https://www.freecodecamp.org/" target="_blank" title="FreeCodeCamp">FreeCodeCamp</a>
</li>
</ul>
</div>
</div>
<!-- ________ Tanmay Contributor card END ________ --
<!-- ________ AmanPathan card START ________ -->
<div class="card">
<p class="name">AmanPathan</p>
<p class="contact">
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/aman_a_pathan" target="_blank">aman_a_pathan</a>
<i class="fab fa-github"></i>
<a href="https://github.com/amanpathan" target="_blank">AmanPathan</a>
</p>
<p class="about">I'm a passionate FullStack Web Developer and Open-Source Contributor</p>
<div class="resources">
<p>3 Useful Dev Resources</p>
<ul>
<li>
<a href="https://www.flickr.com/" target="_blank" title="First Resource">Flickr - stock images</a>
</li>
<li>
<a href="https://paletton.com/#uid=1000u0kllllaFw0g0qFqFg0w0aF" target="_blank" title="Second Resource">paletton - color picker</a>
</li>
<li>
<a href="https://github.com/sudheerj/reactjs-interview-questions" target="_blank" title="Third resource">React Interview Questions</a>
</li>
</ul>
</div>
</div>
<!-- ________AmanPathan card END ________ -->
<!-- <<<<< Do not change anything below this line >>>>> -->
<!-- -------------------------------------------------- -->
</div>
<hr>
<button id="topButton" title="Go to top">
<svg fill="currentColor" preserveAspectRatio="xMidYMid meet" height="1em" width="1em" viewBox="0 0 40 40" style="vertical-align: middle; font-size: 2.25em">
<g>
<path d="m21.7 9.3l-7.9 7.9c-0.6 0.6-0.6 1.7 0 2.3s1.7 0.7 2.4 0l3.8-3.8v12.6c0 1 0.7 1.7 1.7 1.7s1.6-0.7 1.6-1.7v-12.6l3.9 3.8c0.3 0.3 0.7 0.5 1.1 0.5s0.9-0.2 1.2-0.5c0.7-0.6 0.7-1.7 0-2.3l-7.8-7.9z"></path>
</g>
</svg>
</button>
<footer>
Project by
<a href="https://twitter.com/Syknapse" target="_blank">Syk Houdeib</a>
2017-
<span id="currentYear"></span>
</footer>
</div>
<script type="module" src="assets/script.js"></script>
</body></html>