-
Notifications
You must be signed in to change notification settings - Fork 191
/
index.html
871 lines (790 loc) · 36.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Data Science Portal" />
<meta name="description"
content="We offer complete resources for data science, which helps students in their academics as well as aspiring data scientist to learn data science in depth" />
<meta name="keywords"
content="data scientist, data science, what is data scientist, data scientist course, data science course, free data science course" />
<meta name="language" content="en" />
<meta name="author" content="Data Science" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="7 days" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Data Science Portal" />
<meta property="og:url" content="https://aniketsinha2002.github.io/DataScienceWebsite.github.io/" />
<meta property="og:title" content="Data Science Portal" />
<meta property="og:description"
content="We offer complete resources for data science, which helps students in their academics as well as aspiring data scientist to learn data science in depth" />
<meta property="og:image"
content="https://github.com/aniketsinha2002/DataScienceWebsite.github.io/assets/56786344/7747b4b2-579f-4d50-884d-43ead2ffb359" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://aniketsinha2002.github.io/DataScienceWebsite.github.io/" />
<meta property="twitter:title" content="Data Science Portal" />
<meta property="twitter:description"
content="We offer complete resources for data science, which helps students in their academics as well as aspiring data scientist to learn data science in depth" />
<meta property="twitter:image"
content="https://github.com/aniketsinha2002/DataScienceWebsite.github.io/assets/56786344/7747b4b2-579f-4d50-884d-43ead2ffb359" />
<title>Data Science Portal | A complete resources to become a Data Scientist</title>
<!-- CSS FILE LINK -->
<link rel="stylesheet" href="./css/style.css">
<!-- BOOTSTRAP 4.7 CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-- TAILWIND CSS -->
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />
<!-- ICONSCOUT CDN -->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v2.1.6/css/unicons.css" />
<!-- GOOGLE FONTS (MONTSERRAT) -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
<!--Bot.css-->
<link rel="stylesheet" href="./css/bot.css">
<!-- SWIPER JS -->
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<!--Favicon-->
<link rel="icon" href="images/data-sciencee.webp" />
<!-- icon pack -->
<link href="https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css" rel="stylesheet" />
<!-- Chat Bot -->
<link rel="stylesheet" href="/chatbot/style.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
</head>
<body>
<!--header>
<nav>
<div class="container nav__container grad">
<!-<div class="logo">
<img src="./images/logo.png" alt="">
</div>->
<a href="index.html">
<h4>DATA SCIENCE</h4>
</a>
<ul class="nav__menu">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#courses">Courses</a></li>
<li><a href="#faqs">FAQ</a></li>
<li><a href="contact/index.html">Contact</a></li>
<li><a class="signup" href="./login/index.html">Sign Up</a></li>
</ul>
<button id="open-menu-btn"><i class="uil uil-bars"></i></button>
<button id="close-menu-btn"><i class="uil uil-multiply"></i></button>
</div>
</nav>
</header>
<!-========================== END OF NAVBAR ============================->
<main>
<section class="landingpg text-gray-400 body-font">
<div class="shape">
<img class="shape1" src="images/shape1.svg" alt="shape_illustration_1" />
<img class="shape2" src="images/shape1.svg" alt="shape_illustration_2" />
<img class="shape3" src="images/shape1.svg" alt="shape_illustration_3" />
<img class="shape4" src="images/shape1.svg" alt="shape_illustration_4" />
<img class="shape5" src="images/shape1.svg" alt="shape_illustration_5" />
</div>
<div
class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center"
>
<div
class="grad1 button lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center"
>
<h1
class="pge1 title-font sm:text-4xl text-3xl mb-4 font-medium text-white"
>
<b>
Learn <br /><span>Data Science</span>
<br class="hidden lg:inline-block" />
Interactively</b
>
</h1>
<!- <p class="para1 mb-8">Build projects, practice and learn to code from scratch - without leaving your browser.</p> ->
<h1>
<p
href=""
class="typewrite"
data-period="2000"
style="font-size: 0.7em"
data-type='[ "Data is future.", "Data is big.", "Data is beautiful.", "Data is valuable.", "Data is growing." ]'
>
<span class="wrap"></span>
</p>
</h1>
<a href="#" class="bttn bttn-prrimary btn-top"
><span>Get Started</span></a
>
</div>
<div class="imgg lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img
class="object-cover object-center rounded"
alt="hero"
src="./images/1.png"
/>
</div>
</div-->
<header>
<nav class="navbar">
<div class="container nav__container grad">
<!--<div class="logo">
<img src="./images/logo.png" alt="">
</div>-->
<a href="index.html">
<h4>DATA SCIENCE</h4>
</a>
<ul class="nav__menu">
<li class="active nav-link-container"><a href="index.html" class="nav-link nav-animation">Home</a></li>
<li class="nav-link-container"><a href="#about" class="nav-link nav-animation">About</a></li>
<li class="nav-link-container"><a href="#courses" class="nav-link nav-animation">Courses</a></li>
<li class="nav-link-container"><a href="#faqs" class="nav-link nav-animation">FAQ</a></li>
<li class="nav-link-container"><a href="contact/index.html" class="nav-link nav-animation">Contact</a></li>
<li class="nav-link-container "><a href="./Team/team.html" class="nav-link nav-animation">TEAM</a></li>
<li class="nav-link-container"><a class="signup nav-link" href="./login/index.html">Sign Up</a></li>
</ul>
<button id="open-menu-btn"><i class="uil uil-bars"></i></button>
<button id="close-menu-btn"><i class="uil uil-multiply"></i></button>
</div>
</nav>
</header>
<main>
<section class="landingpg text-gray-400 body-font">
<div class="shape">
<img class="shape1" src="images/shape1.svg" alt="" />
<img class="shape2" src="images/shape1.svg" alt="" />
<img class="shape3" src="images/shape1.svg" alt="" />
<img class="shape4" src="images/shape1.svg" alt="" />
<img class="shape5" src="images/shape1.svg" alt="" />
</div>
<div class="container header__container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div
class="grad1 button lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
<h1 class="pge1 title-font sm:text-4xl text-3xl mb-4 font-medium text-white">
<b>
Learn <br /><span>Data<br>Science</span>
<br class="hidden lg:inline-block" />
Interactively</b>
</h1>
<p class="para1 mb-8">Build Projects, Practice and <br>Learn to code from scratch<br>without leaving your
browser.</p>
<h1>
<p href="" class="typewrite" data-period="2000" style="font-size: 0.7em"
data-type='[ "Data is future.", "Data is big.", "Data is beautiful.", "Data is valuable.", "Data is growing." ]'>
<span class="wrap"></span>
</p>
</h1>
<a href="./login/index.html" class="bttn bttn-prrimary btn-top"><span>Get Started</span></a -->
</div>
<div class="imgg lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class="object-cover object-center rounded" alt="hero" src="./images/1.webp" />
</div>
</div>
<div class="social-menu">
<ul>
<li>
<a href="https://www.facebook.com/your-page-url"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="https://www.twitter.com/your-twitter-url"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://www.instagram.com/your-instagram-url"><i class="fa fa-instagram"></i></a>
</li>
<li>
<a href="https://www.youtube.com/channel/your-youtube-url"><i class="fa fa-youtube"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/your-linkedin-url"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</section>
<!--========================== END OF LANDING PAGE ============================-->
<!-- <section class="grad4" id="about">
<div class="container about__achievements-container">
<div
data-aos="fade-right"
data-aos-offset="300"
data-aos-easing="ease-in-sine"
class="about__achievements-left"
>
<img class="grad2" src="./images/domain.png" alt="data_science_domains"/>
</div>
<div
data-aos="fade-left"
data-aos-offset="300"
data-aos-easing="ease-in-sine"
class="about__achievements-right"
>
<h1 class="vision grad3">What is Data Science ?</h1>
<p>
Data Science is the field of study that combines domain expertise
, programming skills , knowledge of mathematics and statistics to
extract meaningful insights from data for business.
<br /><br />
It is a multidisciplinary approach that combines principles and
practices from the fields of artificial intelligence and above
fields to analyze large amounts of data. <br /><br />
This analysis helps data scientists to ask and answer questions
like what happened , why it happened , what will happen , and what
can be done with the results.
</p>
</div>
</div>
</section> -->
<section id="about">
<div class="row" style="display: flex;">
<div class="col-lg-6">
<img src="images/dsimg.webp" alt="data_science_domains" id="whatsdata">
</div>
<div class="col-lg-6" style="width: 50%;margin-left: 8rem;">
<h1 class="heading">What is Data Science ?</h1>
<p style="font-size: 1.2rem;">Data Science is the field of study that combines domain expertise
, programming skills , knowledge of mathematics and statistics to
extract meaningful insights from data for business.
<br><br>
It is a multidisciplinary approach that combines principles and
practices from the fields of artificial intelligence and above
fields to analyze large amounts of data. <br><br>
This analysis helps data scientists to ask and answer questions
like what happened , why it happened , what will happen , and what
can be done with the results.
</p>
</div>
</div>
</section>
<!----================ END OF What is Data Sc ===-->
<section class="achievement">
<div class="ach achievements__cards">
<article class="achievement__card" data-aos="flip-up">
<span class="achievement__icon">
<i class="uil uil-video"></i>
</span>
<!-- <h3>450+</h3> -->
<h3>
<span data-purecounter-start="0" data-purecounter-end="450" data-purecounter-once="true"
class="purecounter">0</span>+
</h3>
<p>Courses</p>
</article>
<article class="achievement__card" data-aos="flip-up">
<span class="achievement__icon">
<i class="uil uil-users-alt"></i>
</span>
<!-- <h3>79,000+</h3> -->
<h3>
<span data-purecounter-start="0" data-purecounter-end="79000" data-purecounter-once="true"
class="purecounter">0</span>+
</h3>
<p>Students</p>
</article>
<article class="achievement__card" data-aos="flip-up">
<span class="achievement__icon">
<i class="uil uil-trophy"></i>
</span>
<!-- <h3>26+</h3> -->
<h3>
<span data-purecounter-start="0" data-purecounter-end="26" data-purecounter-once="true"
class="purecounter">0</span>+
</h3>
<p>Awards</p>
</article>
</div>
</section>
<!----================ END OF CARDS ===-->
<section class="courses" id="courses">
<h2 class="headingh2" data-aos="zoom-in">Popular Data Science Books</h2>
<div class="container courses__container">
<article class="course" data-aos="flip-left">
<div class="course__image">
<img src="./images/probStatis.jpg" alt="course1" />
</div>
<div class="course__info">
<h4>Probability-Statistics-Engineering</h4>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Nesciunt aperiam deserunt eaque quos iure ad debitis.
</p>
<a href="https://www.amazon.in/Probability-Statistics-Engineering-William-Hines/dp/8126516461" class="btn btn-primary">Buy book</a>
</div>
</article>
<article class="course" data-aos="flip-up">
<div class="course__image">
<img src="./images/python.jpg" alt="course2" />
</div>
<div class="course__info">
<h4>Python-Data-Analysis</h4>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Nesciunt aperiam deserunt eaque quos iure ad debitis.
</p>
<a href="https://www.amazon.in/Python-Data-Analysis-Wrangling-Grayscale/dp/9355421907/ref=sr_1_3?adgrpid=114078160230&dib=eyJ2IjoiMSJ9.PyDuWqGUwtJibxU5F5_dUHGWZe54E44dUKtWvvT6IpXeJGTkSUxmXNG2hIGPV-XyyCm5rfJnjdjO8KUuUaH9LZ-V6HbjvKyVAdifbTD19Hfm4jYR_oXjsMJ-rrCd31G6N-cj3cF0SahruOYpLBXhpWTlf6EmL9iMUd_HdhJ_9g-br2QieU8jPQPt2I4xbKI7lb6-04iOAVNazvVgSt-ResvPMTSp6uxvHtS_EuPXdL4.pD_n7GTVxNUbnIr4exOvar2rxNF2XDlMhvM1x-wc2wk&dib_tag=se&ext_vrnc=hi&gclid=CjwKCAjwi_exBhA8EiwA_kU1Mqj3aEO50SVezBtCLznNcwajARdUdjxjLDNGNI_tRWjE3g4uDRvPfxoC_LsQAvD_BwE&hvadid=590406319115&hvdev=c&hvlocphy=9040191&hvnetw=g&hvqmt=e&hvrand=3181651967684368312&hvtargid=kwd-583425533738&hydadcr=25341_2634646&keywords=python+for+data+analysis+amazon&qid=1715351370&sr=8-3" class="btn btn-primary">Buy book</a>
</div>
</article>
<article class="course" data-aos="flip-right">
<div class="course__image">
<img src="./images/machine.jpg" alt="course3" />
</div>
<div class="course__info">
<h4>Hands-Machine-Learning</h4>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Nesciunt aperiam deserunt eaque quos iure ad debitis.
</p>
<a href="https://www.amazon.in/Hands-Machine-Learning-Scikit-Learn-TensorFlow/dp/9355421982/ref=sr_1_3?adgrpid=58677648693&dib=eyJ2IjoiMSJ9.lt5rf-bTj6nMywsDrEdE05cGdFQwxgbVnbfAnfV4H1bOu68I7LKJQB-_nQnbgFV2EC8Bty7AhSnrdO4hD3kuMMtTvKfHLYrQ4_f-phm8k-8p1TdTGlX-EC_8fCaz8lzMNdKEMZBsxFrET3lh8SIzZxbzoLj4dUU5tHn-h8lHrbUqAnC0kqA6rwZ3Tp5Ea9G_ETmzI1CkboXKA8djHm0Mw1wnPTQoksVagjeDMjPbs0E.YJ5PonncqgLeucAyAHxzdA9XxJTlVZU7_Cicp8d6KJM&dib_tag=se&ext_vrnc=hi&gclid=CjwKCAjwi_exBhA8EiwA_kU1MugXZr6gkxgB0sJnXiVUb49BNtWs6rEuny6GKdPMrzBpswhAQFzgdRoC2wEQAvD_BwE&hvadid=590284811174&hvdev=c&hvlocphy=9040191&hvnetw=g&hvqmt=e&hvrand=13330266282294139831&hvtargid=kwd-295090772533&hydadcr=18007_2248542&keywords=hands+on+machine+learning&qid=1715351606&sr=8-3" class="btn btn-primary">Buy book</a>
</div>
</article>
</section>
</div>
<section class="courses" id="courses">
<h2 class="headingh2" data-aos="zoom-in">Popular Data Science Courses</h2>
<div class="container courses__container">
<article class="course" data-aos="flip-left">
<div class="course__image">
<img src="./images/Data-Scientist.webp" alt="course1" />
</div>
<div class="course__info">
<h4>GFG Data Science course</h4>
<p>
You can find the complete course on Data science here along with projects.
</p>
<a href="https://practice.geeksforgeeks.org/courses/data-science-live?source=google&medium=cpc&device=c&keyword=data%20science%20course&matchtype=b&campaignid=17061683975&adgroup=139651128687&gad=1&gclid=Cj0KCQjw5f2lBhCkARIsAHeTvlhFSSVoZfpfScApBk5UgCNdXh7uBqmBgNQWVamY2xYTErJZSnlcRN8aAnVHEALw_wcB"
target="_blank" class="btn btn-primary">Learn More</a>
</div>
</article>
<article class="course" data-aos="flip-left">
<div class="course__image">
<img src="./images/machine-learning.jpg" alt="course1" />
</div>
<div class="course__info">
<h4>Machine learning online course</h4>
<p>
This course is completely free of cost offered by Edureka and is available on youtube.
</p>
<a href="https://www.youtube.com/watch?v=GwIo3gDZCVQ" target="_blank" class="btn btn-primary">Learn More</a>
</div>
</article>
<article class="course" data-aos="flip-left">
<div class="course__image">
<img src="./images/data.jpg" alt="course1" />
</div>
<div class="course__info">
<h4>Data Science online course</h4>
<p>
Complete Data Science course offered by Udemy
</p>
<a href="https://www.udemy.com/course/the-data-science-course-complete-data-science-bootcamp/"
target="_blank" class="btn btn-primary">Learn More</a>
</div>
</article>
</div>
</section>
<!--====================== END OF COURSES =====================-->
<section class="faqs" id="faqs">
<h2 class="headingh2" data-aos="zoom-in">Frequently Asked Questions</h2>
<div class="container faqs__container">
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>How do I know the right courses for me?</h4>
<p>
Determine your specific goals and objectives in the field of
data science. Are you looking to acquire a broad understanding
of the field or specialize in a specific area. Knowing your
goals will help you narrow down the course options.
</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>What programming languages are used in data science?</h4>
<p>
Python and R are the most commonly used programming languages in
data science courses due to their extensive libraries and tools
for data analysis and machine learning.
</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>What are the prerequisites for a data science course?</h4>
<p>
To study data science, it is crucial to have a strong foundation
in mathematics, including statistics and linear algebra.
Additionally, proficiency in programming languages like Python
or R is essential for data manipulation and analysis.
</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>What is the meaning of Deep Learning</h4>
<p>
Deep learning is a subset of machine learning that trains neural
networks to mimic the human brain, enabling automatic learning
through interconnected layers. It utilizes backpropagation to
adjust network weights and improve accuracy in predictions.
</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>What is Machine learning?</h4>
<p>
Machine learning focuses on developing algorithms that enable
computers to learn and make predictions or decisions without
explicit programming instructions, based on patterns and data.
It involves training models on data to improve their performance
over time.
</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>How to kick start your career in Data science</h4>
<p>
Acquire a strong foundation in statistics and programming
languages like Python or R. Gain hands-on experience through
projects, internships, and online courses to showcase your
skills and build a professional network within the data science
community.
</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>
What job roles are available in the field of data science?
</h4>
<p>
The field of data science offers diverse job roles, including
data scientist, data analyst, machine learning engineer,
business analyst, data engineer, and data consultant, among
others.
</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>What are the tools and technologies used in data science?</h4>
<p>
Some popular tools and technologies used in the field of data
science include Python (with libraries such as Pandas, NumPy,
and Scikit-learn), R (with packages like ggplot and caret), and
data visualization tools like Tableau and Matplotlib.
</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>How long do the data science courses typically last?</h4>
<p>
The duration of our data science courses varies depending on the
specific course. We offer both short-term intensive courses and
longer-term comprehensive programs. The course duration is
mentioned in the course details on our website.
</p>
</div>
</article>
<article class="faq">
<div class="faq__icon"><i class="uil uil-plus"></i></div>
<div class="question__answer">
<h4>Are the courses suitable for non-technical professionals?</h4>
<p>
Yes, we offer data science courses tailored to accommodate
learners with non-technical backgrounds. These courses provide a
comprehensive introduction to data science concepts and
emphasize practical applications without assuming extensive
technical knowledge.
</p>
</div>
</article>
</div>
</section>
</main>
<!--====================== END OF FAQs =====================-->
<!-- FOOTER SECTION START -->
<footer>
<div class="container footer__container">
<div class="footer__1">
<a href="./index.html" class="footer__logo">
<h4>DATA SCIENCE</h4>
</a>
<p class="datascience1">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis
ipsum nobis ratione.
</p>
</div>
<div class="footer__2">
<h4 class="datascience">Data Science</h4>
<ul class="permalinks">
<li><a href="./index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#courses">Courses</a></li>
<li><a href="contact/index.html">Contact</a></li>
</ul>
</div>
<div class="footer__3">
<h4>Primacy</h4>
<ul class="privacy">
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms and conditions</a></li>
<li><a href="#">Refund Policy</a></li>
</ul>
</div>
<div class="footer__4">
<h4>Contact Us</h4>
<div>
<ul class="privacy">
<li><a href="tel:+91 0000000000">+91 0000000000</a></li>
<li><a href="tel:+91 0000000000">+91 0000000000</a></li>
<li><a href="mailto:abc@gmail.com">abc@gmail.com</a></li>
</ul>
</div>
<ul class="footer__socials">
<li>
<a href="https://www.facebook.com/your-page-url"><i class="uil uil-facebook-f"></i></a>
</li>
<li>
<a href="https://www.instagram.com/your-instagram-url"><i class="uil uil-instagram-alt"></i></a>
</li>
<li>
<a href="https://www.twitter.com/your-twitter-url"><i class="uil uil-twitter"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/your-linkedin-url"><i class="uil uil-linkedin-alt"></i></a>
</li>
</ul>
</div>
<div class="footer__5">
<!--Adding ChatBot to the website-->
<!-- Bot AI container -->
<div class="bot-ai-container">
<h2>Bot AI Chat-bot</h2>
<!-- Chat container for the chatbot -->
<div class="chat-container">
<!-- Bot's messages will be displayed here -->
<div class="message bot">
<div class="message-text">Hello! How can I help you today?</div>
</div>
</div>
<!-- Type your message input -->
<input type="text" id="user-input" placeholder="Type your message..." class="colr" style="color: black;" />
<button id="send-btn">Send</button>
</div>
<script>
// JavaScript code for the chatbot
document
.getElementById("send-btn")
.addEventListener("click", function () {
// Get user input
const userInput = document.getElementById("user-input").value;
// Display user message
displayMessage(userInput, "user");
// Process user input
const botResponse = generateBotResponse(userInput);
// Display bot response
displayMessage(botResponse, "bot");
// Clear input
document.getElementById("user-input").value = "";
});
function displayMessage(message, sender) {
const messageContainer = document.querySelector(".chat-container");
const messageElement = document.createElement("div");
messageElement.classList.add("message", sender);
const messageText = document.createElement("div");
messageText.classList.add("message-text");
messageText.innerText = message;
messageElement.appendChild(messageText);
messageContainer.insertBefore(
messageElement,
messageContainer.firstChild
);
// Scroll to the bottom to show the latest message
messageContainer.scrollTop = messageContainer.scrollHeight;
}
function generateBotResponse(userInput) {
// Convert user input to lowercase for easier matching
const lowercaseInput = userInput.toLowerCase();
// Bot's responses based on user input
if (lowercaseInput.includes("hello") || lowercaseInput.includes("hi")) {
return "Hello! How can I help you today?";
} else if (
lowercaseInput.includes("website") ||
lowercaseInput.includes("web")
) {
return "Our website is the best place to learn Data Science!";
} else if (lowercaseInput.includes("contact")) {
return "You can contact us at abc@gmail.com";
} else if (
lowercaseInput.includes("product") ||
lowercaseInput.includes("services")
) {
return "We offer a variety of Data Science courses that provide interactive learning. Please visit our website to explore!";
} else {
return "I'm sorry, I didn't understand that. Could you please rephrase your question?";
}
}
</script>
</div>
</div>
<div class="footer__copyright">
<small>© Copyright 2024 | <span>Aniket Sinha</span></small>
</div>
</footer>
<!-- FOOTER SECTION END -->
<!-- ====================== START OF SCROLL-TO-TOP BUTTON===================== -->
<div class="progress">
<span class="progress-value"><i onclick="scrolltotop()" class="fa fa-arrow-up" aria-hidden="true"></i></span>
</div>
<!-- ====================== END OF SCROLL-TO-TOP BUTTON===================== -->
</div>
<!-- ====================== END OF SCROLL-TO-TOP BUTTON===================== -->
<!-- <div class="chatbox-wrapper">
<div class="chatbox-toggle">
<i class="bx bx-message-dots"></i>
</div>
<div class="chatbox-message-wrapper">
<div class="chatbox-message-header">
<div class="chatbox-message-profile">
<img
src="/images/pngegg(2).webp"
alt="illustration"
class="chatbox-message-image"
/>
<div>
<h4 class="chatbox-message-name">Aniket</h4>
<p class="chatbox-message-status">online</p>
</div>
</div>
<div class="chatbox-message-dropdown">
<i
class="bx bx-dots-vertical-rounded chatbox-message-dropdown-toggle"
id="dots-nav"
></i>
<ul class="chatbox-message-dropdown-menu">
<li>
<a href="#">Report</a>
</li>
</ul>
</div>
</div>
<div class="chatbox-message-content">
<h4 class="chatbox-message-no-message">Ask me anything !</h4> -->
<!-- <div class="chatbox-message-item sent">
<span class="chatbox-message-item-text">
Lorem, ipsum, dolor sit amet consectetur adipisicing elit. Quod, fugiat?
</span>
<span class="chatbox-message-item-time">08:30</span>
</div>
<div class="chatbox-message-item received">
<span class="chatbox-message-item-text">
Lorem, ipsum, dolor sit amet consectetur adipisicing elit. Quod, fugiat?
</span>
<span class="chatbox-message-item-time">08:30</span>
</div> -->
<!-- </div>
<div class="chatbox-message-bottom">
<form action="#" class="chatbox-message-form">
<textarea
rows="1"
placeholder="Enter your message..."
class="chatbox-message-input"
></textarea>
<button type="submit" class="chatbox-message-submit">
<i class="bx bx-send"></i>
</button>
</form>
</div>
</div>
</div>
</div> -->
<!-- SCRIPT TAGS START HERE -->
<script src="./main.js"></script>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="./main.js"></script>
<script src="./chatbot/script.js"></script>
<script>
let scroll1 = document.querySelector(".progress");
window.addEventListener("scroll",function(){
scroll1.classList.toggle("opa", window.scrollY > 700)
})
// slides for testimonials section
var swiper = new Swiper(".mySwiper", {
slidesPerView: 1,
spaceBetween: 30,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
// when window width is >= 600px
breakpoints: {
600: {
slidesPerView: 2,
},
},
});
</script>
<script src="https://cdn.jsdelivr.net/npm/@srexi/purecounterjs/dist/purecounter_vanilla.js"></script>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<!-- adding jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="smoothscroll.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
// slides for testimonials section
var swiper = new Swiper(".mySwiper", {
slidesPerView: 1,
spaceBetween: 30,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
// when window width is >= 600px
breakpoints: {
600: {
slidesPerView: 2,
},
},
});
const navLinks = document.querySelectorAll('.nav-link')
const navLinkArray = [...navLinks]
console.log(navLinkArray)
navLinkArray.forEach(link => {
link.addEventListener('click', function (e) {
// get current clicked link
const currentLink = e.target
// get all nav-link except the current clicked link
const siblingLinks = navLinkArray.filter(nLink => nLink != currentLink)
siblingLinks.forEach(nav_link => {
const parent_container = nav_link.closest('.nav-link-container')
parent_container.classList.remove('active')
})
// remove class "active" from all the sibling nav-links
// adding active class
const parent_container = link.closest('.nav-link-container')
parent_container.classList.add('active')
})
})
</script>
<script>
AOS.init();
</script>
<!--
<script src="./chatbot/script.js"></script> -->
<!-- SCRIPT TAGS ENDS HERE -->
</body>
</html>