-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
616 lines (594 loc) · 35.5 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
<!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>CourseWare</title>
<link rel="shortcut icon" href="images/icon/lightbulb.png" type="image/x-icon">
<!-- Bootstrap CDN Here -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Manrope Font Here -->
<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=Manrope:wght@200;300;400;700&display=swap" rel="stylesheet">
<!-- FontAwesome CDN Here -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- css style link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- nav and top banner section -->
<header>
<!-- navbar section start -->
<section class="container py-3">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand fw-bold fs-3" href="#">CourseWare</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0 opacity-50">
<li class="nav-item pe-4">
<a class="nav-link text-dark" href="#home">Home</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link text-dark" href="#course">Courses</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link text-dark" href="#explore">Deals</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link text-dark" href="#student">Success</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link text-dark" href="#about">About</a>
</li>
<li class="nav-item pe-4">
<a class="nav-link text-dark" href="#join">Register</a>
</li>
</ul>
<div class="d-flex">
<button class="btn btn-outline-primary px-4 fw-bold">Register</button>
</div>
</div>
</div>
</nav>
</section>
<!-- navbar section end -->
<!-- top banner section-->
<section class="container mb-5" id="home">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<!-- <div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div> -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/cover/cover-1.jpg" class="d-block w-100 blur-25" alt="slider 1">
<div class="carousel-caption mb-md-5 pb-md-5">
<h1 class="mb-2 fw-bold">The New Way of Learning</h1>
<p class="d-block mb-4">It's a digital learning platform where you will get all your <br>
resources of learning new
contents within a click</p>
<a href="" class="mb-xl-5 btn btn-primary px-3 py-2">Get Started</a>
</div>
</div>
<div class="carousel-item">
<img src="images/cover/cover-2.jpg" class="d-block w-100 blur-25" alt="slider 2">
<div class="carousel-caption mb-md-5 pb-md-5">
<h1 class="mb-2 fw-bold">Welcome to The Digital Learning</h1>
<p class="d-block mb-4">In this new era of digital world you're learning should be also in a <br>
digital way.</p>
<a href="" class="mb-xl-5 btn btn-primary px-3 py-2">Get Started</a>
</div>
</div>
<div class="carousel-item">
<img src="images/cover/cover-3.jpg" class="d-block w-100 blur-25" alt="slider 3">
<div class="carousel-caption mb-md-5 pb-md-5">
<h1 class="mb-2 fw-bold">2.5k Courses and Resources Here</h1>
<p class="d-block mb-4">Bringing you all the world class contents in one place which you can <br>
access from
anywhere</p>
<a href="" class="mb-xl-5 btn btn-primary px-3 py-2">Get Started</a>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- end of top banner section -->
</header>
<main>
<!-- course section start -->
<section id="course">
<div class="container mb-4 ">
<div class="text-center">
<h1 class="fw-bold">Discover Our Popular Courses</h1>
<p class="mx-md-5">We tried to provide you the top most demanded courses for you. <br>
Choose your
favourite sector and
develop yourself.</p>
</div>
<div class="row align-items-center justify-content-between">
<div
class="col-xl-6 h-100 row flex-column flex-md-row p-0 my-3 align-items-center border rounded-3">
<div class="col-md-4 p-0 me-3">
<img class="d-block w-100 img-fluid img-responsive" src="images/course/course-1.png" alt="">
</div>
<div class="col-md-7 ms-auto me-3 mt-4 mt-md-0">
<h5 class="fw-bold mt-md-2">Fundamental Of UI/UX Design</h5>
<p class="d-block py-2 pt-md-0">
UI/UX is now ruling the world. Get this one and be one of the ruler.
</p>
<span class="fw-semibold text-primary">Price : 20$</span>
</div>
</div>
<div
class="col-xl-6 h-100 row flex-column flex-md-row p-0 my-3 align-items-center border rounded-3">
<div class="col-md-4 p-0 me-3">
<img class="d-block w-100" src="images/course/course-2.png" alt="">
</div>
<div class="col-md-7 ms-auto me-3 mt-4 mt-md-0">
<h5 class="fw-bold mt-md-2">Javascript Basic to advanced</h5>
<p class="d-block py-2 pt-md-0">
Learn modern JS in a very interactive way from basic to advanced.
</p>
<span class="fw-semibold text-primary">Price : 20$</span>
</div>
</div>
</div>
<div class="row align-items-center justify-content-between">
<div
class="col-xl-6 h-100 row flex-column flex-md-row p-0 my-3 align-items-center border rounded-3">
<div class="col-md-4 p-0 me-3">
<img class="d-block w-100" src="images/course/course-3.png" alt="">
</div>
<div class="col-md-7 ms-auto me-3 mt-4 mt-md-0">
<h5 class="fw-bold mt-md-2 ">Fullstack Web Development</h5>
<p class="d-block py-2 pt-md-0">
Develop your imagination with responsiveness.
</p>
<span class="fw-semibold text-primary">Price : 20$</span>
</div>
</div>
<div
class="col-xl-6 h-100 row flex-column flex-md-row p-0 my-3 align-items-center border rounded-3 d-none d-lg-flex">
<div class="col-md-4 p-0 me-3">
<img class="d-block w-100" src="images/course/course-4.png" alt="">
</div>
<div class="col-md-7 ms-auto me-3 mt-4 mt-md-0">
<h5 class="fw-bold mt-md-2">Digital Marketing</h5>
<p class="d-block py-2 pt-md-0">
Learn digital marketing to inhance your marketing knowledge.
</p>
<span class="fw-semibold text-primary">Price : 20$</span>
</div>
</div>
</div>
<div class="row align-items-center justify-content-between">
<div
class="col-xl-6 h-100 row flex-column flex-md-row p-0 my-3 align-items-center border rounded-3 d-none d-lg-flex">
<div class="col-md-4 p-0 me-3">
<img class="d-block w-100" src="images/course/course-5.png" alt="">
</div>
<div class="col-md-7 ms-auto me-3 mt-4 mt-md-0">
<h5 class="fw-bold mt-md-2">Photography Basic Rules</h5>
<p class="d-block py-2 pt-md-0">
Develop your most amazing photgraphy skill with us.
</p>
<span class="fw-semibold text-primary">Price : 20$</span>
</div>
</div>
<div
class="col-xl-6 h-100 row flex-column flex-md-row p-0 my-3 align-items-center border rounded-3 d-none d-lg-flex">
<div class="col-md-4 p-0 me-3">
<img class="d-block w-100" src="images/course/course-6.png" alt="">
</div>
<div class="col-md-7 ms-auto me-3 mt-4 mt-md-0">
<h5 class="fw-bold mt-md-2">Motion Graphics</h5>
<p class="d-block py-2 pt-md-0">
Add animation in your project to show more dynamic of your skill.
</p>
<span class="fw-semibold text-primary">Price : 20$</span>
</div>
</div>
</div>
<div class="col-md-12 text-center py-4">
<button type="button" class="btn btn-primary px-4 py-2 fs-6 ">See More Courses</button>
</div>
</div>
</section>
<!-- course section end -->
<!-- explore section start -->
<section id="explore">
<div class="container py-5">
<div class="row">
<div class="col-lg-6 col-md-7 d-flex justify-content-md-center">
<img src="images/other/working.png" alt="responsive webite"
class="img-fluid img-responsive center-block d-block">
</div>
<div class="d-flex flex-column justify-content-center align-items-start col-lg-6 col-md-5 pt-3">
<h1 class="fw-bold ms-3 text-wrap-md">Explore The e-learning Institute</h1>
<p class="fw-bolder opacity-75 ms-3">Explore the best institutions to learn best lessons and
have great carriculams. Find out which institute is best for which skill development and
make your choice. We are here to provide you the information. <br>
Every year thounsands student from other countries involving them into e-larning platform.
</p>
<div class="container">
<div class="row">
<div class="col">
<h1 class="fw-bold">3.2K+</h1>
<p>Online Course</p>
</div>
<div class="col">
<h1 class="fw-bold">600+</h1>
<p>Expert member</p>
</div>
<div class="col">
<h1 class="fw-bold">1k+</h1>
<p>Rating & Review</p>
</div>
</div>
</div>
<button type="button" class="btn btn-primary opacity-75 rounded px-4 py-2 ms-3">Read
More</button>
</div>
</div>
</div>
</section>
<!-- explore section end -->
<!-- join section start -->
<section id="join">
<div class="container bg-primary opacity-75 my-4 rounded">
<div class="p-5 row align-items-center justify-content-lg-between justify-content-md-center">
<div class="col-lg-8 col-md-12 col-sm-12 text-light text-lg-start text-md-center text-sm-center">
<h1 class="fw-bold">Ready to join?</h1>
<p>It is a long established fact that a reader will be distracted by the
readable content of a page when looking at its layout.</p>
</div>
<div
class="col-lg-4 col-md-12 d-flex text-end justify-content-lg-end justify-content-md-center justify-content-sm-center">
<!-- Button trigger modal -->
<button type="button" class="btn btn-light text-primary opacity-75 rounded px-4 text-center"
data-bs-toggle="modal" data-bs-target="#exampleModal"><span class="fw-bold">Register
Now</span></button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content text-center">
<div class="register-cover shadow">
<div class="d-flex justify-content-between p-3">
<div></div>
<button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button>
</div>
<div class="row align-items-center pb-5">
<div class="w-100">
<img class="d-block mx-auto" width="75" src="images/icon/lightbulb.png"
alt="logo">
</div>
<h1>CourseWar</h1>
<small>Learn today and Earn tomorrow</small>
</div>
</div>
<div>
<form class="py-4 px-5">
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Full Name"
aria-label="name" aria-describedby="basic-addon1" required>
</div>
<div class="input-group mb-3">
<input type="email" class="form-control" placeholder="Email Address"
aria-label="email" aria-describedby="basic-addon1" required>
</div>
<div class="input-group mb-3">
<input type="password" class="form-control" placeholder="Password"
aria-label="Password" aria-describedby="basic-addon1" required>
</div>
<button class="btn btn-dark px-3 my-2" type="submit">
<span>Create An Account</span>
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- join section end -->
<!-- students section start -->
<section id="student">
<div class="container my-5">
<div class="text-center">
<h1 class="fw-bold">Meet Our Successful Students</h1>
<p class="py-3">Your hard work will decide your success and <br> we will guide you towards your
dream and
success. </p>
</div>
<div class="row text-center">
<div class="col-lg-3 col-md-6 justify-content-center">
<div class="card h-100">
<img src="images/student/student-1.png" class="card-img-top d-block w-100 mx-auto"
alt="...">
<div class="card-body">
<h5 class="card-title">Awlad Hossain</h5>
<small class="card-text">UI/UX Designer</small>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 justify-content-center">
<div class="card h-100">
<img src="images/student/student-2.png" class="card-img-top d-block w-100 mx-auto"
alt="...">
<div class="card-body">
<h5 class="card-title">Jannatul Islam</h5>
<small class="card-text">Motion Design</small>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 justify-content-center">
<div class="card h-100">
<img src="images/student/student-3.png" class="card-img-top d-block w-100 mx-auto"
alt="...">
<div class="card-body">
<h5 class="card-title">Imran Hossain</h5>
<small class="card-text">Graphic Designer</small>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 justify-content-center d-none d-md-block">
<div class="card h-100" style="height: 100%;">
<img src="images/student/student-4.png" class="card-img-top d-block w-100 mx-auto"
alt="...">
<div class="card-body">
<h5 class="card-title">Nishi Akter</h5>
<small class="card-text">Web Developer</small>
</div>
</div>
</div>
</div>
<div class="d-flex justify-content-center my-5">
<a href="" class="btn bg-primary text-light opacity-75 px-4 py-2">View all</a>
</div>
</div>
</section>
<!-- students section end -->
<!-- feedback section start -->
<section id="student">
<div class="container my-5">
<div class="text-center">
<h1 class="fw-bold">Some Students Feedback</h1>
<p class="py-3">Let's read some of our students feedback of our courses.</p>
</div>
<div class="row row-cols-1 row-cols-md-12 my-2 gx-5">
<div class="col col-lg-6 col-md-12 col-sm-12">
<div class="card border p-3 mb-5 bg-body rounded">
<div class="card-body">
<div class="row justify-content-end">
<div class="col">
<img class="img-fluid pb-3" src="images/other/comma.png" alt=""
style="width: 50px;">
</div>
<div class="col-auto me-auto" style="color: rgb(204, 152, 9);">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star-half"></i>
</div>
</div>
<p>This course will introduce you to the basic elements of academic information
seeking - we will explore the search process from defining a strategy to evaluating
and
documenting your search results.</p>
<div class="d-flex">
<div>
<img class="img-fluid pe-3" src="images/student/student-5.png" alt="">
</div>
<small>Regina Miles <br>
UI/UX Designer</small>
</div>
</div>
</div>
</div>
<div class="col col-lg-6 col-md-12 col-sm-12">
<div class="card border p-3 mb-5 bg-body rounded">
<div class="card-body">
<div class="row justify-content-end">
<div class="col">
<img class="img-fluid pb-3" src="images/other/comma.png" alt=""
style="width: 50px;">
</div>
<div class="col-auto me-auto" style="color: rgb(204, 152, 9);">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star-half"></i>
</div>
</div>
<p>The course was very comprehensive and easy to understand. The instructors
made sure that they are giving the information in a way that won't make me confused.
Thank you so much for this great course!</p>
<div class="d-flex">
<div>
<img class="img-fluid pe-3" src="images/student/student-6.png" alt="">
</div>
<small>Ravina Rim <br>
Web Developer</small>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- feedback section end -->
<!-- questions section start -->
<section id="about">
<div class="container py-3">
<div class="text-center">
<h1 class="fw-bold pb-4">Frequently Asked Questions</h1>
<p>Here we are answering some most asked questions over the internet. <br> May you find it helpful.
</p>
</div>
<div class="col-md-10 col-xl-8 mx-auto mt-5">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button fw-bolder" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
What is the difference between Flexbox and Grid?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne"
data-bs-parent="#accordionExample">
<div class="accordion-body">
The most important thing to know is that flexbox is one-dimensional, while CSS Grid
is
two-dimensional. Flexbox lays out
items along either the horizontal or the vertical axis, so you have to decide
whether
you want a row-based or a
column-based layout.On the other hand, CSS Grid lets you work along two axes:
horizontally and vertically.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed fw-bolder" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false"
aria-controls="collapseTwo">
Describe the difference between Bootstrap and Tailwind?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
data-bs-parent="#accordionExample">
<div class="accordion-body">
Bootstrap comes with a set of pre-styled responsive, mobile-first components that
possess a definite UI kit. On the
other hand Tailwind offers predesigned widgets to build a site from scratch with
fast UI
development. Websites created
using Tailwind CSS are much more customizable than bootstrap.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed fw-bolder" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false"
aria-controls="collapseThree">
What is CSS Box Model?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree"
data-bs-parent="#accordionExample">
<div class="accordion-body">
The CSS box model is essentially a box that wraps around every HTML element. It
consists
of: margins, borders, padding,
and the actual content.
1.Content - The content of the box, where text and images appear
2.Padding - Clears an area around the content. The padding is transparent
3.Border - A border that goes around the padding and content
4.Margin - Clears an area outside the border. The margin is transparent
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed fw-bolder" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false"
aria-controls="collapseFour">
What is Semantic Tag?
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour"
data-bs-parent="#accordionExample">
<div class="accordion-body">
Semantic HTML elements are those that clearly describe their meaning in a human- and
machine-readable way. Elements such
as <header> , <footer> and <article> are all considered semantic because they
accurately
describe the purpose of the element and the type of content that is
inside
them.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- questions section end -->
<!-- company name section start -->
<section>
<div class="container py-5 d-none d-xl-block">
<h1 class="fw-bolder text-center mb-4">Trusted by over 800+ companies</h1>
<div class="row justify-content-between align-items-center">
<div class="col-2 p-4"> <img class="w-100" src="images/company/company-1.png" alt=""></div>
<div class="col-2 p-4"> <img class="w-100" src="images/company/company-2.png" alt=""></div>
<div class="col-2 p-4"> <img class="w-100" src="images/company/company-3.png" alt=""></div>
<div class="col-2 p-4"> <img class="w-100" src="images/company/company-4.png" alt=""></div>
<div class="col-2 p-4"> <img class="w-100" src="images/company/company-5.png" alt=""></div>
<div class="col-2 p-4"> <img class="w-100" src="images/company/company-6.png" alt=""></div>
</div>
</div>
</section>
<!-- company name section end -->
</main>
<!-- footer section start -->
<footer class="mt-5 py-5 bg-dark text-center text-white">
<div class="container">
<div class="row align-items-center pb-2">
<div class="w-100">
<img class="d-block mx-auto pb-3" width="75" src="images/icon/lightbulb.png" alt="logo">
</div>
<h3 class="fw-bold">CourseWare</h3>
<p class="fw-light">Learn today and Earn tomorrow</p>
</div>
</div>
<div>
<p>Privacy Policy<span class="px-3">|</span>terms of Service</p>
<div>
<a style="color: #fafafa;" href="https://www.facebook.com/" target="_blank" role="button"><i
class="px-2 fa-brands fa-facebook-f"></i></a>
<a style="color: #fafafa;" href="https://www.linkedin.com/" target="_blank" role="button"><i
class="px-2 fa-brands fa-linkedin-in"></i></a>
<a style="color: #fafafa;" href="https://www.instagram.com/" target="_blank" role="button"><i
class="px-2 fa-brands fa-instagram"></i></a>
</div>
</div>
</footer>
<!-- footer section end -->
<!-- Bootstrap JS Here -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>