forked from Kushal997-das/Project-Guidance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
707 lines (616 loc) · 45.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project Guidance</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet"
href="https://horizon-tailwind-react-git-tailwind-components-horizon-ui.vercel.app/static/css/main.ad49aa9b.css" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,1,0" />
<script src="https://cdn.jsdelivr.net/npm/particles.js"></script>
<script src="particles-config.js"></script>
</head>
<body class="font-sans justify-center align-center ">
<!-- Header Section -->
<nav class="sticky top-0 z-50 py-3 backdrop-blur-lg border-b border-neutral-700/80">
<div class="container px-4 py-0 mx-auto relative lg:text-sm">
<div class="flex justify-between mt-4 items-center">
<div class="flex items-center flex-shrink-0">
<span class="text-xl tracking-tight">Project Guidance</span>
</div>
<ul class="lg:flex hidden max-w-[638px]:hidden sm:hidden md:hidden lg:ml-14 lg:space-x-1">
<li class=" font-semibold hover-effect">
<a href="#intro" class="no-new-tab hover-effect">Introduction</a>
</li>
<li class=" font-semibold hover:text-sm transition-all duration-300">
<a href="#domains" class="no-new-tab ">Domains</a>
</li>
<li class="font-semibold hover-effect">
<a href="#contribution" class="no-new-tab">Contribution</a>
</li>
<li class=" font-semibold hover-effect">
<a href="#contents" class="no-new-tab">Contents</a>
</li>
<li class=" font-semibold hover-effect">
<a href="#contributors" class="no-new-tab">Contributors</a>
</li>
</ul>
<div class=" md:flex sm:flex flex-col justify-end">
<button id="menuButton">
<!-- Icons for Menu and X can be added via SVG or other methods -->
<svg id="menuIcon" class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6h16M4 12h16m-7 6h7"></path>
</svg>
<svg id="closeIcon" class="w-6 h-6 hidden" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
</div>
</div>
<div id="mobileMenu"
class="hidden text-white backdrop-blur opacity-85 fixed right-0 z-20 bg-neutral-900 w-full p-12 flex flex-col justify-center items-center lg:hidden">
<ul>
<li class="py-4">
<a href="#intro" class="no-new-tab font-semibold hover-effect">Introduction</a>
</li>
<li class="py-4">
<a href="#domains" class="no-new-tab font-semibold hover-effect">Domains</a>
</li>
<li class="py-4">
<a href="#contribution" class="no-new-tab font-semibold hover-effect">Contribution</a>
</li>
<li class="py-4">
<a href="#contents" class="no-new-tab font-semibold hover-effect">Contents</a>
</li>
<li class="py-4">
<a href="#contributors" class="no-new-tab font-semibold hover-effect">Contributors</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Main Content -->
<main class="container mx-auto px-4 py-10">
<div id="particles-js"></div>
<section class="py-24 flex items-center min-h-screen justify-center bg-black">
<div class="mx-auto max-w-[60rem]">
<div class="text-center">
<h1 class="text-white text-[3rem] font-bold hover-effect">Project
Guidance
</h1>
<p class="mt-3 text-lg leading-relaxed text-gray-200">An opensource repository for amazing projects
in popular languages</p>
</div>
<div class="mt-6 flex items-center justify-center gap-4">
<a href="#intro"
class="transform rounded-md no-new-tab bg-indigo-600/95 px-5 py-3 font-medium text-white transition-colors hover:bg-indigo-700">Start
Learning</a>
<a href="https://github.com/Kushal997-das/Project-Guidance"
class="transform rounded-md border border-slate-200 px-5 py-3 font-medium text-white transition-colors hover:bg-slate-50 hover:text-black">
View Github </a>
</div>
</div>
</section>
<center>
<section class="text-center align-center justify-center section-spacing">
<div class="flex flex-wrap justify-center max-w-8xl gap-5">
<img src="https://img.shields.io/github/watchers/Kushal997-das/Project-Guidance?style=social"
alt="GitHub watchers" class="h-auto w-auto">
<a href="#Contribution" title="Contributions are welcome">
<img src="https://img.shields.io/badge/contributions-welcome-green.svg"
alt="Contributions are welcome">
</a>
<img src="https://img.shields.io/github/last-commit/Kushal997-das/Project-Guidance?logo=git&logoColor=white"
alt="GitHub last commit">
<img src="https://img.shields.io/github/contributors/Kushal997-das/Project-Guidance?color=green"
alt="All contributors">
<img src="https://img.shields.io/github/repo-size/Kushal997-das/Project-Guidance?color=blue"
alt="GitHub repo size">
<img src="https://img.shields.io/badge/Status-Ongoing-green.svg" alt="Status ongoing">
<img src="https://img.shields.io/github/license/Kushal997-das/Project-Guidance.svg?color=red"
alt="License">
<img src="https://img.shields.io/github/forks/kushal997-das/Project-Guidance.svg?color=green"
alt="GitHub forks">
<img src="https://img.shields.io/github/stars/Kushal997-das/Project-Guidance.svg?color=orange"
alt="GitHub stars">
<img src="https://img.shields.io/github/issues/Kushal997-das/Project-Guidance.svg?color=red"
alt="GitHub issues">
<img src="https://img.shields.io/github/issues-closed/Kushal997-das/Project-Guidance.svg"
alt="GitHub issues closed">
<img src="https://img.shields.io/github/issues-pr/Kushal997-das/Project-Guidance.svg?color=yellow"
alt="GitHub pull requests">
<img src="https://img.shields.io/github/issues-pr-closed/Kushal997-das/Project-Guidance.svg?color=red"
alt="GitHub pull requests closed">
<a href="#Contents" title="Project Count">
<img src="https://img.shields.io/badge/Projects-100+-blue.svg?color=5ac4bf" alt="Projects">
</a>
</div>
</section>
</center>
<center>
<section id="intro" class="section-spacing max-w-[60em] mb-80">
<h1
class="mb-4 text-5xl hover-effect neon-text mt-56 mb-66 font-bold leading-none tracking-tight text-white md:text-5xl lg:text-6xl ">
Introduction</h1>
<div class=" mt-36 mb-60">
<p class="mb-5 font-semibold text-[1rem] sm:text-xl max-w-4xl">Project-Guidance
contains amazing
projects written in multiple
programming
languages.
Here you can easily find beginner to advanced level projects. The main reason behind creating
this
repository is so that people can find their projects all at one place with the source code. Most
of
the
programmers (beginners 🔰) are unable to find the project so we took the initiative to help
them.
Consider this repository as your personal space to find or add any new project to this
repository.
Being an open source contributor doesn't just mean writing code,
either. You
can help
out by
writing documentation, tests, or even giving suggestions. 🌟🏆</p>
</div>
</section>
</center>
<h1 class="mb-4 text-4xl hover-effect neon-text mt-36 mb-86 font-bold leading-none tracking-tight text-center text-white md:text-5xl lg:text-6xl "
id="domains">
Domain
Names 🚀</h1>
<section class="max-w-7xl mx-auto mt-56 px-4 sm:px-6 lg:px-4 mb-12">
<article>
<section class="mt-6 grid grid-cols-1 md:grid-cols-1 lg:grid-cols-3 gap-x-6 gap-y-8">
<!-- Artificial Intelligence -->
<article
class="relative w-full h-64 bg-cover bg-center group rounded-lg overflow-hidden shadow-lg hover:shadow-2xl transition duration-300 ease-in-out"
style="background-image: url('https://www.twi-global.com/image-library/artificial-intelligence-example-s.xafb901b8.jpg?crop=2048,1299,0,33');">
<div
class="absolute inset-0 bg-black bg-opacity-50 group-hover:opacity-75 transition duration-300 ease-in-out">
</div>
<div
class="relative w-full h-full px-4 sm:px-6 lg:px-4 flex flex-col justify-center items-center">
<h3 class="text-center mb-4">
<a class="text-white text-2xl font-bold text-center" href="#">
<span class="absolute inset-0"></span>
Artificial Intelligence
</a>
</h3>
<ul class="list-disc list-inside text-white">
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Artificial%20Intelligence/Basic"
class="text-blue-300 font-semibold hover:underline">Basic</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Artificial%20Intelligence/Intermediate"
class="text-blue-300 font-semibold hover:underline">Intermediate</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Artificial%20Intelligence/Advanced"
class="text-blue-300 font-semibold hover:underline">Advanced</a></li>
</ul>
</div>
</article>
<!-- Desktop Application -->
<article
class="relative w-full h-64 bg-cover bg-center group rounded-lg overflow-hidden shadow-lg hover:shadow-2xl transition duration-300 ease-in-out"
style="background-image: url('https://tse3.mm.bing.net/th?id=OIP.TJO-CjFrXCs8_G_m2KEk5wHaE8&pid=Api&P=0&h=220');">
<div
class="absolute inset-0 bg-black bg-opacity-50 group-hover:opacity-75 transition duration-300 ease-in-out">
</div>
<div
class="relative w-full h-full px-4 sm:px-6 lg:px-4 flex flex-col justify-center items-center">
<h3 class="text-center mb-4">
<a class="text-white text-2xl font-bold text-center" href="#">
<span class="absolute inset-0"></span>
Desktop Application
</a>
</h3>
<ul class="list-disc list-inside text-white">
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Desktop%20Application/Basic"
class="text-blue-300 font-semibold hover:underline">Basic</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Desktop%20Application/Intermediate"
class="text-blue-300 font-semibold hover:underline">Intermediate</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Desktop%20Application/Advanced"
class="text-blue-300 font-semibold hover:underline">Advanced</a></li>
</ul>
</div>
</article>
<!-- IOT (Internet of Things) -->
<article
class="relative w-full h-64 bg-cover bg-center group rounded-lg overflow-hidden shadow-lg hover:shadow-2xl transition duration-300 ease-in-out"
style="background-image: url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2089&q=80');">
<div
class="absolute inset-0 bg-black bg-opacity-50 group-hover:opacity-75 transition duration-300 ease-in-out">
</div>
<div
class="relative w-full h-full px-4 sm:px-6 lg:px-4 flex flex-col justify-center items-center">
<h3 class="text-center mb-4">
<a class="text-white text-2xl font-bold text-center" href="#">
<span class="absolute inset-0"></span>
IOT (Internet of Things)
</a>
</h3>
<ul class="list-disc list-inside text-white">
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/IOT(Internet%20of%20Things)/Basic"
class="text-blue-300 font-semibold hover:underline">Basic</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/IOT(Internet%20of%20Things)/Intermediate"
class="text-blue-300 font-semibold hover:underline">Intermediate</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/IOT(Internet%20of%20Things)/Advanced"
class="text-blue-300 font-semibold hover:underline">Advanced</a></li>
</ul>
</div>
</article>
<!-- Machine Learning and Data Science -->
<article
class="relative w-full h-64 bg-cover bg-center group rounded-lg overflow-hidden shadow-lg hover:shadow-2xl transition duration-300 ease-in-out"
style="background-image: url('https://images.unsplash.com/photo-1573497491208-6b1acb260507?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2089&q=80');">
<div
class="absolute inset-0 bg-black bg-opacity-50 group-hover:opacity-75 transition duration-300 ease-in-out">
</div>
<div
class="relative w-full h-full px-4 sm:px-6 lg:px-4 flex flex-col justify-center items-center">
<h3 class="text-center mb-4">
<a class="text-white text-2xl font-bold text-center" href="#">
<span class="absolute inset-0"></span>
Machine Learning and Data Science
</a>
</h3>
<ul class="list-disc list-inside text-white">
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic"
class="text-blue-300 font-semibold hover:underline">Basic</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Intermediate"
class="text-blue-300 font-semibold hover:underline">Intermediate</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Advanced"
class="text-blue-300 font-semibold hover:underline">Advanced</a></li>
</ul>
</div>
</article>
<!-- Mobile Application -->
<article
class="relative w-full h-64 bg-cover bg-center group rounded-lg overflow-hidden shadow-lg hover:shadow-2xl transition duration-300 ease-in-out"
style="background-image: url('https://tse1.mm.bing.net/th?id=OIP.xqg3QveEHg58-FCjcDg_5wHaFz&pid=Api&P=0&h=220');">
<div
class="absolute inset-0 bg-black bg-opacity-50 group-hover:opacity-75 transition duration-300 ease-in-out">
</div>
<div
class="relative w-full h-full px-4 sm:px-6 lg:px-4 flex flex-col justify-center items-center">
<h3 class="text-center mb-4">
<a class="text-white text-2xl font-bold text-center" href="#">
<span class="absolute inset-0"></span>
Mobile Development
</a>
</h3>
<ul class="list-disc list-inside text-white">
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Mobile%20Development/Basic"
class="text-blue-300 hover:underline font-semibold">Basic</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Mobile%20Development/Intermediate"
class="text-blue-300 font-semibold hover:underline">Intermediate</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Mobile%20Development/Advanced"
class="text-blue-300 font-semibold hover:underline">Advanced</a></li>
</ul>
</div>
</article>
<!-- Web Development -->
<article
class="relative w-full h-64 bg-cover bg-center group rounded-lg overflow-hidden shadow-lg hover:shadow-2xl transition duration-300 ease-in-out"
style="background-image: url('https://images.unsplash.com/photo-1516245834210-c4c142787335?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2089&q=80');">
<div
class="absolute inset-0 bg-black bg-opacity-50 group-hover:opacity-75 transition duration-300 ease-in-out">
</div>
<div
class="relative w-full h-full px-4 sm:px-6 lg:px-4 flex flex-col justify-center items-center">
<h3 class="text-center mb-4">
<a class="text-white text-2xl font-bold text-center" href="#">
<span class="absolute inset-0"></span>
Web Development
</a>
</h3>
<ul class="list-disc list-inside text-white">
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Web%20Development/Basic"
class="text-blue-300 font-semibold hover:underline">Basic</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Web%20Development/Intermediate"
class="text-blue-300 font-semibold hover:underline">Intermediate</a></li>
<li><a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Web%20Development/Advanced"
class="text-blue-300 font-semibold hover:underline">Advanced</a></li>
</ul>
</div>
</article>
</section>
</article>
</section>
<section id="contribution" class="section-spacing">
<h1
class="mb-36 text-4xl hover-effect neon-text mt-56 mb-86 font-bold leading-none tracking-tight text-center text-white md:text-5xl lg:text-6xl ">
Contribution Guidelines</h1>
<center>
<div class="h-0 justify-center max-w-4xl mb-36">
<p class=" font-semibold text-xl h-0 ">This documentation contains a
detailed
explanation of
how you can
contribute
to
this
project. If you have any questions or issues, don't hesitate to open an issue in the repository.
</p>
</div>
</center>
<div class="flex justify-center items-center mt-0 h-[100vh]">
<center>
<div
class="z-5 relative flex flex-col rounded-[20px] max-w-[100%] bg-black bg-clip-border shadow-3xl shadow-shadow-500 flex flex-col w-full p-4 3xl:p-[18px] bg-black undefined">
<div class="relative flex flex-row justify-between">
<div class="flex items-center">
<h4 class="ml-4 text-xl font-bold text-white text-center">Steps to Contribute:</h4>
</div>
</div>
<div class="h-full w-full mt-5 bg-black text-white">
<div class="mt-5 flex items-center justify-between p-2">
<div class="flex items-center gap-2">
<input type="checkbox"
class="defaultCheckbox relative flex h-[20px] min-h-[20px] w-[20px] min-w-[20px] appearance-none items-center
justify-center rounded-md border border-gray-300 text-white/0 outline-none transition duration-[0.2s]
checked:border-none checked:text-white hover:cursor-pointer dark:border-white/10 checked:bg-brand-500 dark:checked:bg-brand-400"
name="weekly" />
<p class="text-base font-bold">Fork this repository</p>
</div>
</div>
<div class="mt-2 flex items-center justify-between p-2">
<div class="flex items-center gap-2">
<input type="checkbox"
class="defaultCheckbox relative flex h-[20px] min-h-[20px] w-[20px] min-w-[20px] appearance-none items-center
justify-center rounded-md border border-gray-300 text-white/0 outline-none transition duration-[0.2s]
checked:border-none checked:text-white hover:cursor-pointer dark:border-white/10 checked:bg-brand-500 dark:checked:bg-brand-400"
name="weekly" checked />
<p class="text-base font-bold">Clone the forked repository to your local machine.
</p>
</div>
</div>
<div class="mt-2 flex items-center justify-between p-2">
<div class="flex items-center gap-2">
<input type="checkbox"
class="defaultCheckbox relative flex h-[20px] min-h-[20px] w-[20px] min-w-[20px] appearance-none items-center
justify-center rounded-md border border-gray-300 text-white/0 outline-none transition duration-[0.2s]
checked:border-none checked:text-white hover:cursor-pointer dark:border-white/10 checked:bg-brand-500 dark:checked:bg-brand-400"
name="weekly" checked />
<p class="text-base font-bold">Create a new branch for your feature or bug fix.</p>
</div>
</div>
<div class="mt-2 flex items-center justify-between p-2">
<div class="flex items-center gap-2">
<input type="checkbox"
class="defaultCheckbox relative flex h-[20px] min-h-[20px] w-[20px] min-w-[20px] appearance-none items-center
justify-center rounded-md border border-gray-300 text-white/0 outline-none transition duration-[0.2s]
checked:border-none checked:text-white hover:cursor-pointer dark:border-white/10 checked:bg-brand-500 dark:checked:bg-brand-400"
name="weekly" checked />
<p class="text-base font-bold">Make your changes in your branch.</p>
</div>
</div>
<div class="mt-2 flex items-center justify-between p-2">
<div class="flex items-center gap-2">
<input type="checkbox"
class="defaultCheckbox relative flex h-[20px] min-h-[20px] w-[20px] min-w-[20px] appearance-none items-center
justify-center rounded-md border border-gray-300 text-white outline-none transition duration-[0.2s]
checked:border-none checked:text-white hover:cursor-pointer dark:border-white/10 checked:bg-brand-500 dark:checked:bg-brand-400"
name="weekly" checked />
<p class="text-base font-bold">Push your changes to your forked repository.</p>
</div>
</div>
<div class="mt-2 flex items-center justify-between p-2">
<div class="flex items-center gap-2">
<input type="checkbox"
class="defaultCheckbox relative flex h-[20px] min-h-[20px] w-[20px] min-w-[20px] appearance-none items-center
justify-center rounded-md border border-gray-300 text-white/0 outline-none transition duration-[0.2s]
checked:border-none checked:text-white hover:cursor-pointer dark:border-white/10 checked:bg-brand-500 dark:checked:bg-brand-400"
name="weekly" checked />
<p class="text-base font-bold">Open a pull request to merge your changes into the
main
repository.</p>
</div>
</div>
</div>
</div>
</center>
</div>
<div class=" flex items-center justify-center">
<p class="mb-10 font-semibold text-xl max-w-[60rem] text-center">Please make sure your
code follows the project's coding
standards
and passes all tests
before opening a pull request. Thank you for contributing!</p>
</div>
</section>
<section id="contents" class="section-spacing">
<h1
class="mb-4 text-4xl hover-effect neon-text mt-36 mb-86 font-bold leading-none tracking-tight text-center text-white md:text-5xl lg:text-6xl ">
Table of Contents 📜</h1>
<section class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-4 mt-10 py-12">
<div class=" flex items-center justify-center">
<p class="mb-20 font-semibold text-xl max-w-4xl text-center"> Find the project you are looking
for by exploring our extensive collection of
categorized
projects.</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div
class="w-full bg-gray-800 rounded-lg sahdow-lg overflow-hidden flex flex-col justify-center items-center">
<div>
<img class="object-center object-cover h-auto w-full"
src="https://img.freepik.com/premium-photo/3d-rendering-robot-artificial-intelligence-black-background-futuristic-technology-robot_844516-420.jpg"
alt="photo">
</div>
<div class="text-center py-8 sm:py-6">
<p class="text-xl text-slate-200 font-semibold mb-2 card-text">Artificial Intelligence</p>
<a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Artificial%20Intelligence"
class="text-base text-gray-300 font-normal hover:text-blue-300 hover:underline">Github</a>
</div>
</div>
<div
class="w-full bg-gray-800 rounded-lg sahdow-lg overflow-hidden flex flex-col justify-center items-center">
<div>
<img class="object-center object-cover h-auto w-full"
src="https://images.hdqwalls.com/wallpapers/computer-laptop-desk-light-lamp-dark-room-fa.jpg"
alt="photo">
</div>
<div class="text-center py-8 sm:py-6">
<p class="text-xl text-slate-200 font-semibold mb-2 card-text">Desktop Application</p>
<a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Desktop%20Application"
class="text-base text-gray-300 hover:text-blue-300 hover:underline font-normal">Github</a>
</div>
</div>
<div
class="w-full bg-gray-800 rounded-lg sahdow-lg overflow-hidden flex flex-col justify-center items-center">
<div>
<img class="object-center object-cover h-auto w-full"
src="https://tse2.mm.bing.net/th?id=OIP.aTC4vb6h9m1dILQS468xCQHaEs&pid=Api&P=0&h=220"
alt="photo">
</div>
<div class="text-center py-8 sm:py-6">
<p class="text-xl text-slate-200 font-semibold mb-2 card-text">IOT (Internet of Things)</p>
<a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/IOT(Internet%20of%20Things)"
class="text-base text-gray-300 hover:text-blue-300 hover:underline font-normal">Github</a>
</div>
</div>
<div
class="w-full bg-gray-800 rounded-lg sahdow-lg overflow-hidden flex flex-col justify-center items-center">
<div>
<img class="object-center object-cover h-auto w-full"
src="https://wallpaperbat.com/img/239221-data-science-overview-ants-site.jpg"
alt="photo">
</div>
<div class="text-center py-8 sm:py-6">
<p class="text-xl text-slate-200 font-semibold mb-2 card-text">Machine Learning and Data
Science</p>
<a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science"
class="text-base text-gray-300 hover:text-blue-300 hover:underline font-normal">Github</a>
</div>
</div>
<div
class="w-full bg-gray-800 rounded-lg sahdow-lg overflow-hidden flex flex-col justify-center items-center">
<div>
<img class="object-center object-cover h-auto w-full"
src="https://www.udacity.com/blog/wp-content/uploads/2020/12/Mobile-App-Development_Blog-scaled.jpeg"
alt="photo">
</div>
<div class="text-center py-8 sm:py-6">
<p class="text-xl text-slate-200 font-semibold mb-2 card-text">Mobile Application</p>
<a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Mobile%20Applications"
class="text-base text-gray-300 hover:text-blue-300 hover:underline font-normal">Github</a>
</div>
</div>
<div
class="w-full bg-gray-800 rounded-lg sahdow-lg overflow-hidden flex flex-col justify-center items-center">
<div>
<img class="object-center object-cover h-auto w-full"
src="https://artbluck.com/wp-content/uploads/2019/04/119761-OPOVDW-164-03.jpg"
alt="photo">
</div>
<div class="text-center py-8 sm:py-6">
<p class="text-xl text-slate-200 font-semibold mb-2 card-text">Web Development</p>
<a href="https://github.com/Kushal997-das/Project-Guidance/tree/main/Web%20Development"
class="text-base text-gray-300 hover:text-blue-300 hover:underline font-normal">Github</a>
</div>
</div>
</div>
</section>
</section>
<section id="contributors" class="section-spacing mb-56">
<h1
class=" text-4xl hover-effect neon-text mt-36 mb-50 font-bold leading-none tracking-tight text-center text-white md:text-5xl lg:text-6xl ">
Contributors</h1>
<div class=" flex items-center mt-20 mb-46 justify-center">
<p class=" font-semibold text-xl max-w-[60rem] text-center">Thanks goes to these wonderful people
who have contributed to this
project:</s< /p>
</div>
<center>
<a href="https://github.com/Kushal997-das/Project-Guidance/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Kushal997-das/Project-Guidance" alt="Contributors"
class="rounded-md neon-border mt-40">
</a>
</center>
</section>
</main>
<!-- Footer Section -->
<footer class="bg-gray-800 dark:bg-gray-900">
<div class="container px-6 py-12 mx-auto">
<div class="grid grid-cols-1 gap-6 sm:grid-cols-2 sm:gap-y-10 lg:grid-cols-4">
<div class="sm:col-span-2">
<div>
<p class="font-semibold text-gray-100 dark:text-white">Quick Link</p>
<div class="flex flex-col items-start mt-5 space-y-2">
<a href="#intro"
class="text-gray-200 transition-colors no-new-tab duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:underline hover:text-blue-500">Home</a>
<a href="#contributors"
class="text-gray-200 transition-colors duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:underline hover:text-blue-500">Our
Contributors</a>
<a href="#contents"
class="text-gray-200 transition-colors no-new-tab duration-300 dark:text-gray-300 dark:hover:text-blue-400 hover:underline hover:text-blue-500">Contents</a>
</div>
</div>
</div>
<hr class="my-6 border-gray-200 md:my-8 dark:border-gray-700">
<div class="flex items-center justify-between">
<div class="flex -mx-2">
<a href="#"
class="mx-2 text-gray-600 transition-colors duration-300 dark:text-gray-300 hover:text-blue-500 dark:hover:text-blue-400"
aria-label="Reddit">
<svg class="w-5 h-5 fill-current" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C21.9939 17.5203 17.5203 21.9939 12 22ZM6.807 10.543C6.20862 10.5433 5.67102 10.9088 5.45054 11.465C5.23006 12.0213 5.37133 12.6558 5.807 13.066C5.92217 13.1751 6.05463 13.2643 6.199 13.33C6.18644 13.4761 6.18644 13.6229 6.199 13.769C6.199 16.009 8.814 17.831 12.028 17.831C15.242 17.831 17.858 16.009 17.858 13.769C17.8696 13.6229 17.8696 13.4761 17.858 13.33C18.4649 13.0351 18.786 12.3585 18.6305 11.7019C18.475 11.0453 17.8847 10.5844 17.21 10.593H17.157C16.7988 10.6062 16.458 10.7512 16.2 11C15.0625 10.2265 13.7252 9.79927 12.35 9.77L13 6.65L15.138 7.1C15.1931 7.60706 15.621 7.99141 16.131 7.992C16.1674 7.99196 16.2038 7.98995 16.24 7.986C16.7702 7.93278 17.1655 7.47314 17.1389 6.94094C17.1122 6.40873 16.6729 5.991 16.14 5.991C16.1022 5.99191 16.0645 5.99491 16.027 6C15.71 6.03367 15.4281 6.21641 15.268 6.492L12.82 6C12.7983 5.99535 12.7762 5.993 12.754 5.993C12.6094 5.99472 12.4851 6.09583 12.454 6.237L11.706 9.71C10.3138 9.7297 8.95795 10.157 7.806 10.939C7.53601 10.6839 7.17843 10.5422 6.807 10.543ZM12.18 16.524C12.124 16.524 12.067 16.524 12.011 16.524C11.955 16.524 11.898 16.524 11.842 16.524C11.0121 16.5208 10.2054 16.2497 9.542 15.751C9.49626 15.6958 9.47445 15.6246 9.4814 15.5533C9.48834 15.482 9.52348 15.4163 9.579 15.371C9.62737 15.3318 9.68771 15.3102 9.75 15.31C9.81233 15.31 9.87275 15.3315 9.921 15.371C10.4816 15.7818 11.159 16.0022 11.854 16C11.9027 16 11.9513 16 12 16C12.059 16 12.119 16 12.178 16C12.864 16.0011 13.5329 15.7863 14.09 15.386C14.1427 15.3322 14.2147 15.302 14.29 15.302C14.3653 15.302 14.4373 15.3322 14.49 15.386C14.5985 15.4981 14.5962 15.6767 14.485 15.786V15.746C13.8213 16.2481 13.0123 16.5208 12.18 16.523V16.524ZM14.307 14.08H14.291L14.299 14.041C13.8591 14.011 13.4994 13.6789 13.4343 13.2429C13.3691 12.8068 13.6162 12.3842 14.028 12.2269C14.4399 12.0697 14.9058 12.2202 15.1478 12.5887C15.3899 12.9572 15.3429 13.4445 15.035 13.76C14.856 13.9554 14.6059 14.0707 14.341 14.08H14.306H14.307ZM9.67 14C9.11772 14 8.67 13.5523 8.67 13C8.67 12.4477 9.11772 12 9.67 12C10.2223 12 10.67 12.4477 10.67 13C10.67 13.5523 10.2223 14 9.67 14Z">
</path>
</svg>
</a>
<a href=""
class="mx-2 text-gray-600 transition-colors duration-300 dark:text-gray-300 hover:text-blue-500 dark:hover:text-blue-400"
aria-label="Facebook">
<svg class="w-5 h-5 fill-current" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M2.00195 12.002C2.00312 16.9214 5.58036 21.1101 10.439 21.881V14.892H7.90195V12.002H10.442V9.80204C10.3284 8.75958 10.6845 7.72064 11.4136 6.96698C12.1427 6.21332 13.1693 5.82306 14.215 5.90204C14.9655 5.91417 15.7141 5.98101 16.455 6.10205V8.56104H15.191C14.7558 8.50405 14.3183 8.64777 14.0017 8.95171C13.6851 9.25566 13.5237 9.68693 13.563 10.124V12.002H16.334L15.891 14.893H13.563V21.881C18.8174 21.0506 22.502 16.2518 21.9475 10.9611C21.3929 5.67041 16.7932 1.73997 11.4808 2.01722C6.16831 2.29447 2.0028 6.68235 2.00195 12.002Z">
</path>
</svg>
</a>
<a href="https://github.com/Kushal997-das/Project-Guidance"
class="mx-2 text-gray-600 transition-colors duration-300 dark:text-gray-300 hover:text-blue-500 dark:hover:text-blue-400"
aria-label="Github">
<svg class="w-5 h-5 fill-current" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M12.026 2C7.13295 1.99937 2.96183 5.54799 2.17842 10.3779C1.395 15.2079 4.23061 19.893 8.87302 21.439C9.37302 21.529 9.55202 21.222 9.55202 20.958C9.55202 20.721 9.54402 20.093 9.54102 19.258C6.76602 19.858 6.18002 17.92 6.18002 17.92C5.99733 17.317 5.60459 16.7993 5.07302 16.461C4.17302 15.842 5.14202 15.856 5.14202 15.856C5.78269 15.9438 6.34657 16.3235 6.66902 16.884C6.94195 17.3803 7.40177 17.747 7.94632 17.9026C8.49087 18.0583 9.07503 17.99 9.56902 17.713C9.61544 17.207 9.84055 16.7341 10.204 16.379C7.99002 16.128 5.66202 15.272 5.66202 11.449C5.64973 10.4602 6.01691 9.5043 6.68802 8.778C6.38437 7.91731 6.42013 6.97325 6.78802 6.138C6.78802 6.138 7.62502 5.869 9.53002 7.159C11.1639 6.71101 12.8882 6.71101 14.522 7.159C16.428 5.868 17.264 6.138 17.264 6.138C17.6336 6.97286 17.6694 7.91757 17.364 8.778C18.0376 9.50423 18.4045 10.4626 18.388 11.453C18.388 15.286 16.058 16.128 13.836 16.375C14.3153 16.8651 14.5612 17.5373 14.511 18.221C14.511 19.555 14.499 20.631 14.499 20.958C14.499 21.225 14.677 21.535 15.186 21.437C19.8265 19.8884 22.6591 15.203 21.874 10.3743C21.089 5.54565 16.9181 1.99888 12.026 2Z">
</path>
</svg>
</a>
</div>
</div>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function () {
const menuButton = document.getElementById('menuButton');
const menuIcon = document.getElementById('menuIcon');
const closeIcon = document.getElementById('closeIcon');
const mobileMenu = document.getElementById('mobileMenu');
menuButton.addEventListener('click', function () {
const isMenuOpen = mobileMenu.classList.toggle('hidden');
menuIcon.classList.toggle('hidden', !isMenuOpen);
closeIcon.classList.toggle('hidden', isMenuOpen);
});
});
window.addEventListener('DOMContentLoaded', (event) => {
// Select all anchor tags without the 'no-new-tab' class and add the target attribute with the value '_blank'
const anchorTags = document.querySelectorAll('a:not(.no-new-tab)');
anchorTags.forEach(anchor => {
anchor.setAttribute('target', '_blank');
});
});
</script>
<!-- scripts -->
<script src="particles.js"></script>
<script src="app.js"></script>
</body>
</html>