-
Notifications
You must be signed in to change notification settings - Fork 192
/
course.html
523 lines (454 loc) · 29 KB
/
course.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
<!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">
<title>DataTech</title>
<link rel="icon" type="image/x-icon" href="/images/logo.webp">
<!-- BOOTSTRAP 4.7 CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js">
</script>
<!-- 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">
<!-- SWIPER JS -->
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<!-- CSS FILE LINK -->
<link rel="stylesheet" href="courses.css">
</head>
<body>
<header>
<nav>
<div class="container nav__container grad">
<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="#faq">Faq</a></li>
<li><a href="#contact">Contact</a></li>
<li><a class="btn" href="./Form/logsig.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 NAV BAR =======================================
-->
<!-- START OF HERO SECTION -->
<main>
<section 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 items-center text-center">
<h1 class="pge1 title-font sm:text-4xl text-3xl font-medium text-white"><b>Welcome to<br><span>Data
Science</span>
<br class="hidden lg:inline-block"> Courses</b></h1>
<p class="home__text">Learn Data Science Fundamentals Using R Programming Language</p>
<a class="btn button button--primary text-white button--lg mt-5 bg-center ml-24 bg-gradient "
href="https://www.udemy.com/course/data-science-fundamentals-with-r-programming-language/">Get Started
</a>
</div>
<div class=" grad2 w-full md:w-1/2 lg:max-w-md lg:flex lg:items-center lg:justify-center ">
<img class="w-full md:w-4/5 lg:w-full z-10 object-cover object-center rounded " src="./images/3.webp"
alt="hero">
</div>
</section>
</div>
<!--
=========================== END OF HERO =======================================
-->
<section class="about_course">
<h2 class="headingh2">About</h2>
<div class="ach achievements__cards">
<article class="achievement__card">
<h3>What You will learn</h3>
<p>Use R to clean, analyze, and visualize data.<br>
Learn how to ask the right questions, obtain data, and perform reproducible research.<br>
Use GitHub to manage data science projects.
</p>
</article>
<article class="achievement__card">
<h3>Skills you will gain</h3>
<p>Data Science <br>
Machine Learning<br>
Github<br>R Programming<br>
Exploratory Data Analysis<br>Rstudio<br>Data Manipulation
</p>
</article>
<article class="achievement__card">
<h3>Courses</h3>
<p>The Data Scientist’s Toolbox<br>
R Programming<br>
Getting and Cleaning Data<br>
Exploratory Data Analysis
</p>
</article>
</div>
</section>
<!--
================================ END OF ABOUT =======================================
-->
<section class="tools_used">
<h2 class="headingh2">Tools </h2>
<div class="tools inline-flex mx-48 space-x-16">
<figure
class="relative max-w-sm transition-all duration-300 cursor-pointer filter grayscale hover:grayscale-0">
<img class=" object-contain h-32 w-40 justify-center items-center"
src="./images/github-2447911.webp">
</figure>
<figure
class="relative max-w-sm transition-all duration-300 cursor-pointer filter grayscale hover:grayscale-0">
<img class=" object-contain h-32 w-40" src="./images/r.webp">
</figure>
<figure
class="relative max-w-sm transition-all duration-300 cursor-pointer filter grayscale hover:grayscale-0">
<img class=" object-contain h-32 w-40" src="./images/data-science.webp">
</figure>
<figure
class="relative max-w-sm transition-all duration-300 cursor-pointer filter grayscale hover:grayscale-0">
<img class=" object-contain h-32 w-40" src="./images/ml.webp">
</figure>
<figure
class="relative max-w-sm transition-all duration-300 cursor-pointer filter grayscale hover:grayscale-0">
<img class=" object-contain h-32 w" src="./images/expodata.webp">
</figure>
<figure
class="relative max-w-sm transition-all duration-300 cursor-pointer filter grayscale hover:grayscale-0">
<img class=" object-contain h-32 w-" src="./images/data.webp">
</figure>
</div>
</section>
<!--
================================ END OF TOOLS =======================================
-->
<section class="how specialisation works">
<h2 class="headingh2">How it works</h2>
<div class="flex">
<div class=" px-10 w-2/3">
<h3>Take Course</h3>
<p class="py-4">A Data Tech Specialization is a series of courses that helps you master a skill. To
begin, enroll in the Specialization directly, or review its courses and choose the one you'd like to
start with. When you subscribe to a course that is part of a Specialization, you’re automatically
subscribed to the full Specialization. It’s okay to complete just one course — you can pause your
learning or end your subscription at any time. Visit your learner dashboard to track your course
enrollments and your progress.</p>
<h3>Hands-on Project</h3>
<p class="py-4">Every Specialization includes a hands-on project. You'll need to successfully finish the
project(s) to complete the Specialization and earn your certificate. If the Specialization includes
a separate course for the hands-on project, you'll need to finish each of the other courses before
you can start it.</p>
<h3>Earn a Certificate</h3>
<p>When you finish every course and complete the hands-on project, you'll earn a Certificate that you
can share with prospective employers and your professional network.</p>
</div>
<div class="w-2/3">
<img src="./images/1-a.webp" alt="Image description">
</div>
</div>
</section>
<!---- ================================ END OF HOW IT WORKS =======================================
-->
<section class="offered_by">
<h2 class="headingh2 text-left mx-5">Offered By</h2>
<div class="offer flex">
<div class="w-2/2 px-10">
<img class="object-contain h-35 w-40" src="./images/johns-hopkins.webp" alt="Image description">
</div>
<div class="w-1/2 px-10">
<h3 class="py-2"><a href="https://www.jhu.edu/">Johns Hopkins University</h3></a>
<p>
The mission of The Johns Hopkins University is to educate its students and cultivate their capacity
for
life-long learning, to foster independent and original research, and to bring the benefits of
discovery to
the world.
</p>
</div>
</div>
</section>
</main>
<!--
================================ END OF OFFERED BY =======================================
-->
<div class="testimonial__body my-24 px-6 mx-auto">
<section class=" testinomial mb-32 text-gray-800 text-center">
<h2 class="text-3xl font-bold mb-12 text-white ">Testimonials</h2>
<div class="grid md:grid-cols-3 gap-x-6 lg:gap-x-12">
<div class="mb-12 md:mb-0">
<div class="flex justify-center mb-6">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(1).jpg"
class="rounded-full shadow-lg w-32" />
</div>
<h5 class="text-lg text-white font-bold mb-4">Maria Smantha</h5>
<h6 class="font-medium text-blue-600 mb-4">Data Analyst</h6>
<p class="mb-4 text-white">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="quote-left"
class="w-6 pr-2 inline-block text-white" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512">
<path fill="currentColor"
d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z">
</path>
</svg>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod eos id officiis hic
tenetur quae quaerat ad velit ab hic tenetur.
</p>
<ul class="flex justify-center mb-0">
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star-half-alt"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 536 512">
<path fill="currentColor"
d="M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z">
</path>
</svg>
</li>
</ul>
</div>
<div class="mb-12 md:mb-0">
<div class="flex justify-center mb-6">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(2).jpg"
class="rounded-full shadow-lg w-32" />
</div>
<h5 class="text-lg font-bold mb-4 text-white">Lisa Cudrow</h5>
<h6 class="font-medium text-blue-600 mb-4">Data Scientist</h6>
<p class="mb-4 text-white">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="quote-left"
class="w-6 pr-2 inline-block text-white" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512">
<path fill="currentColor"
d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z">
</path>
</svg>Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit
laboriosam, nisi ut aliquid commodi.
</p>
<ul class="flex justify-center mb-0">
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
</ul>
</div>
<div class="mb-0">
<div class="flex justify-center mb-6">
<img src="https://mdbootstrap.com/img/Photos/Avatars/img%20(9).jpg"
class="rounded-full shadow-lg w-32" />
</div>
<h5 class="text-lg font-bold mb-4 text-white">John Smith</h5>
<h6 class="font-medium text-blue-600 mb-4">Data Engineer</h6>
<p class="mb-4 text-white">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="quote-left"
class="w-6 pr-2 inline-block text-white" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512">
<path fill="currentColor"
d="M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z">
</path>
</svg>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium
voluptatum deleniti atque corrupti.
</p>
<ul class="flex justify-center mb-0">
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z">
</path>
</svg>
</li>
<li>
<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star"
class="w-4 text-yellow-500" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512">
<path fill="currentColor"
d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z">
</path>
</svg>
</li>
</ul>
</div>
</div>
</section>
</div>
<!--
============================== END OF TESTINOMIAL ================================
-->
<footer id="contact">
<div class="container footer__container">
<div class="footer__1">
<a href="index.html" class="footer__logo">
<h4>DATA SCIENCE</h4>
</a>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis ipsum nobis ratione.
</p>
</div>
<div class="footer__2">
<h4>Data Science</h4>
<ul class="permalinks">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#courses">Courses</a></li>
<li><a href="#faq">Faq</a></li>
<li><a href="#contact">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>
<p><a href="tel:+91 0000000000" style="color: white;">+91 0000000000</a></p>
<p><a href="mailto:abc@gmail.com" style="color: white;">abc@gmail.com</a></p>
</div>
<ul class="footer__socials">
<li>
<a href="#"><i class="uil uil-facebook-f"></i></a>
</li>
<li>
<a href="#"><i class="uil uil-instagram-alt"></i></a>
</li>
<li>
<a href="#"><i class="uil uil-twitter"></i></a>
</li>
<li>
<a href="#"><i class="uil uil-linkedin-alt"></i></a>
</li>
</ul>
</div>
</div>
<div class="footer__copyright">
<small>© Copyright 2024 | <span>Aniket Sinha</span></small>
</div>
</footer>
<!--
============================ END OF FOOTER ===================================
-->
</body>
</html>