-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
535 lines (521 loc) · 30.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
<!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>Code Academy - Learn Coding from expert trainer</title>
<!-- Bootstrap Css Cdn -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<!-- font awesome -->
<script src="https://kit.fontawesome.com/802fdeb78f.js" crossorigin="anonymous"></script>
<!-- Custom Css File -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Header area start -->
<header class="header-wrapper">
<nav class="navbar navbar-expand-lg">
<div class="container ">
<a class="navbar-brand fs-2 fw-bold" href="#">Code Acdemy</a>
<button class="btn btn-outline-info d-none d-md-block d-lg-none ms-auto me-3 px-4 rounded-1">Register</button>
<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-lg-auto mb-2 mb-lg-0">
<li class="nav-item px-xl-3 px-lg-1 px-md-1 px-sm-1 px-0">
<a class="nav-link text-muted" href="#">Home</a>
</li>
<li class="nav-item px-xl-3 px-lg-1 px-md-1 px-sm-1 px-0">
<a class="nav-link text-muted" href="#">Courses</a>
</li>
<li class="nav-item px-xl-3 px-lg-1 px-md-1 px-sm-1 px-0">
<a class="nav-link text-muted" href="#">Deals</a>
</li>
<li class="nav-item px-xl-3 px-lg-1 px-md-1 px-sm-1 px-0">
<a class="nav-link text-muted" href="#">Success</a>
</li>
<li class="nav-item px-xl-3 px-lg-1 px-md-1 px-sm-1 px-0">
<a class="nav-link text-muted" href="#">About</a>
</li>
<li class="nav-item px-xl-3 px-lg-1 px-md-1 px-sm-1 px-0">
<a class="nav-link text-muted" href="#">Register</a>
</li>
</ul>
<button class="btn btn-outline-info d-none d-lg-block px-4 rounded-1">Register</button>
</div>
</div>
</nav>
</header>
<!-- Header area end -->
<!-- Hero Carousel area start -->
<main>
<section class="hero-carousel my-4">
<div class="container">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="false">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./images/cover/cover-1.png" class="d-block w-100 overlay" alt="...">
<div class="carousel-caption d-md-block">
<h5 class=" carousel-caption-heading fw-bold">Learn Without Limits</h5>
<p class="py-3 paragraph-text px-lg-5">Start, switch, or advance your career with more than 1000+ courses, Professional Certificates, and degrees from world-class universities and companies.</p>
<a href="#" class="btn btn-info text-white rounded-1 px-5 py-3">Get Started</a>
</div>
</div>
<div class="carousel-item">
<img src="./images/cover/cover-2-1.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-md-block">
<h5 class="carousel-caption-heading fw-bold">Online Web Development Classes</h5>
<p class="py-3 paragraph-text px-lg-5">Learn web Development from top rated instructor,Find what fascinates you as you explore these web development classes.
</p>
<a href="#" class="btn btn-info text-white rounded-1 px-5 py-3">Get Started</a>
</div>
</div>
<div class="carousel-item">
<img src="./images/cover/cover-3.jpg" class="d-block w-100" alt="...">
<div class=" carousel-caption d-md-block">
<h5 class="carousel-caption-heading fw-bold">Online Graphic Design Classes</h5>
<p class="py-3 paragraph-text px-lg-5 ">Learn graphic designs from top rated instructor,Find what fascinates you as you explore these graphic design classes.</p>
<a href="#" class="btn btn-info text-white rounded-1 px-5 py-3">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>
</div>
</section>
<!-- Hero Carousel area end -->
<!-- Courses area start -->
<section class="course-area my-5">
<div class="container">
<div class="course-section-heading col-lg-6 col-12 px-2 text-center mx-auto">
<h2 class="carousel-caption-heading fw-bold">Discover our Popular Courses</h2>
<p class="text-muted py-2 paragraph-text lead">Checkout our latest online courses</p>
</div>
<div class="course-grid my-5">
<div class="row gx-4">
<!-- course 1 -->
<div class="col-lg-6 col-12">
<div class="card mb-3" >
<div class="row">
<div class="col-md-4 col-12">
<img src="./images/course/course-1.png" class="w-100 h-100 rounded-start" alt="..." >
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title h4 fw-bold">Fundamental Of UI/UX Design</h5>
<p class="card-text text-muted pt-2">Find what fascinates you as you explore these UI/UX Design classes.
</p>
<p class="card-text text-info fw-bold">Price : 20$</p>
</div>
</div>
</div>
</div>
</div>
<!-- course 2 -->
<div class="col-lg-6 col-12">
<div class="card mb-3" >
<div class="row ">
<div class="col-md-4">
<img src="./images/course/course-2.png" class="w-100 h-100 rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title h4 fw-bold">Javascript Basic to advance</h5>
<p class="card-text text-muted pt-2">Find what fascinates you as you explore these Javascript basic to advance classes.</p>
<p class="card-text text-info fw-bold">Price : 20$</p>
</div>
</div>
</div>
</div>
</div>
<!-- course 3 -->
<div class="col-lg-6 col-12">
<div class="card mb-3" >
<div class="row">
<div class="col-md-4">
<img src="./images/course/course-3.png" class="w-100 h-100 rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body pt-3">
<h5 class="card-title h4 fw-bold">Fullstack Web Development</h5>
<p class="card-text text-muted pt-2">Find what fascinates you as you explore these fullstack web development classes.</p>
<p class="card-text text-info fw-bold">Price : 20$</p>
</div>
</div>
</div>
</div>
</div>
<!-- course 4 -->
<div class="col-lg-6 col-12">
<div class="card mb-3" >
<div class="row ">
<div class="col-md-4">
<img src="./images/course/course-4.png" class="w-100 h-100 rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body pt-3">
<h5 class="card-title h4 fw-bold">Digital Marketing</h5>
<p class="card-text text-muted pt-2">Find what fascinates you as you explore these digital marketing classes.</p>
<p class="card-text text-info fw-bold">Price : 20$</p>
</div>
</div>
</div>
</div>
</div>
<!-- course 5 -->
<div class="col-lg-6 col-12">
<div class="card mb-3" >
<div class="row ">
<div class="col-md-4">
<img src="./images/course/course-5.png" class="w-100 h-100 rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body pt-3">
<h5 class="card-title h4 fw-bold">Photography Basic Rules</h5>
<p class="card-text text-muted pt-2">Find what fascinates you as you explore these Photography basic classes.</p>
<p class="card-text text-info fw-bold">Price : 20$</p>
</div>
</div>
</div>
</div>
</div>
<!-- course 6 -->
<div class="col-lg-6 col-12 ">
<div class="card mb-3" >
<div class="row ">
<div class="col-md-4">
<img src="./images/course/course-6.png" class="w-100 h-100 rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body pt-3">
<h5 class="card-title h4 fw-bold">Motion Graphics</h5>
<p class="card-text text-muted pt-2">Find what fascinates you as you explore these Motion Graphics classes.</p>
<p class="card-text text-info fw-bold">Price : 20$</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="view-more-course-btn d-flex justify-content-center my-4">
<a href="#" class="btn btn-info text-white px-4 py-3 rounded-1 ">See More Courses</a>
</div>
</div>
</div>
</section>
<!-- Courses area end -->
<!-- explore elearning area start -->
<section class="elearning-area my-5 py-5">
<div class="container ">
<div class="row bg-light mx-md-0 mx-1 ms-lg-0">
<div class="col-lg-5 col-md-5 col-12 p-0">
<div class="inner-img py-5">
<div class="spacing"></div>
</div>
</div>
<div class="col-lg-7 col-md-7 col-12 px-lg-5 px-2 py-lg-5 py-5 d-flex align-items-center">
<div class="inner-content px-3">
<h2 class="h1 fw-bold">Explore The Code Academy</h2>
<p class="text-muted py-4">Code Acdemy partners with more than 20 leading universities and companies to bring flexible, affordable, job-relevant online learning to individuals and organizations worldwide. We offer a range of learning opportunities—from hands-on projects and courses to job-ready certificates and degree programs.We believe
Learning is the source of human progress.It has the power to transform our world from illness to health, from poverty to prosperity, from conflict to peace.</p>
<div class="inner-counts row row-cols-2 row-cols-md-2 row-cols-lg-3 justify-content-between mb-3">
<div class="inner-count">
<h2 class="h1 fw-bold">3.2K+</h2>
<p class="text-muted">Online Course</p>
</div>
<div class="inner-count ">
<h2 class="h1 fw-bold">600+</h2>
<p class="text-muted">Experts Member</p>
</div>
<div class="inner-count">
<h2 class="h1 fw-bold">1K+</h2>
<p class="text-muted">Rating & Review</p>
</div>
</div>
<a href="#" class="btn btn-info text-white px-5 py-3">Read More</a>
</div>
</div>
</div>
</div>
</section>
<!-- explore elearning area end -->
<!-- Ready to join area start -->
<section class="ready-to-join my-5 mx-lg-0 mx-3">
<div class="container">
<div class="row bg-info rounded-3 p-3 p-lg-5 p-md-5 p-sm-3 pt-5 justify-content-between align-items-center text-center text-lg-start ">
<div class="col-lg-6 col-12 ">
<div class="join-area-content ">
<h2 class="h1 text-white fw-bold">Ready to join</h2>
<p class="text-light">Start, switch, or advance your career with more than 1000+ courses, Professional Certificates, and degrees from world-class universities and companies.</p>
</div>
</div>
<div class="col-lg-6 col-12 p-2 p-lg-5 ">
<!-- Button trigger modal -->
<button type="button" class="btn btn-light d-flex mx-auto mx-lg-0 rounded-1 px-4 py-3 ms-lg-auto" data-bs-toggle="modal" data-bs-target="#staticBackdrop">
Register Now
</button>
<!-- Modal -->
<div class="modal fade" id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropLabel">Get Exclusive Discount</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<h2 class="h5 text-center fw-bold mb-3">Exclusive 20% Discount for New Student</h2>
<div class="form-floating mb-3">
<input type="text" class="form-control" id="floatingInput" placeholder="Mukut Chakraborty">
<label for="floatingInput">Enter Full Name</label>
</div>
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingInput" placeholder="[email protected]">
<label for="floatingInput">Email address</label>
</div>
<div class="form-floating">
<input type="password" class="form-control" id="floatingPassword" placeholder="Password">
<label for="floatingPassword">Choose Password</label>
</div>
<div class="">
<input type="submit" class="btn btn-info form-control text-white my-3 py-3" id="submit-btn" value="Register Now">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-info text-white">Understood</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Ready to join area end -->
<!-- Student area start -->
<section class="student-area my-5 mx-2 mx-lg-0">
<div class="container">
<h1 class="h1 fw-bold">Meet Our Successfull <br>Students</h1>
<p class="text-muted py-3 lead">Some of our students from the prior summer session are seen below.</p>
<div class="row my-5 mx-2 mx-lg-0 mx-lg-0 mx-md-2 mx-sm-2 gy-3">
<div class="col-lg-3 col-md-6 col-12">
<div class="card">
<img src="./images/student/student-1.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title fw-bold">Mukut Chakraborty</h5>
<p class="text-muted">Web Developer</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="card">
<img src="./images/student/student-2.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title fw-bold">Jannatul Islam</h5>
<p class="text-muted">Motion Design</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="card">
<img src="./images/student/student-3.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title fw-bold">Imran Hossain</h5>
<p class="text-muted">Graphic Designer</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12 d-none d-md-block d-lg-block">
<div class="card">
<img src="./images/student/student-4.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title fw-bold">Nishi Akter</h5>
<p class="text-muted">Digital Marketer</p>
</div>
</div>
</div>
<div class="view-more-course-btn d-flex justify-content-center my-4 d-block d-md-none">
<a href="" class="btn btn-info text-white px-4 py-3 rounded-1 ">View All</a>
</div>
</div>
</div>
</section>
<!-- Student area end -->
<!-- testimonial area start -->
<section class="testimonial-area my-5">
<div class="container">
<div class="course-section-heading col-lg-6 col-12 px-2 text-center mx-auto">
<h2 class="carousel-caption-heading fw-bold">Some Students Feedback</h2>
<p class="text-muted py-2 paragraph-text">Checkout our latest students reviews</p>
</div>
<div class="row justify-content-between my-5 gy-4 mx-2 mx-lg-0">
<div class="col-lg-6 col-12 position-relative">
<button class="btn btn-info rounded-circle position-absolute top-50 testimonial-btn-left d-none d-lg-block"><i class="fa-solid fa-chevron-left text-white"></i></button>
<div class="testimonial-inner border rounded-3 p-4 ">
<div class="icon-star d-flex justify-content-between align-items-center">
<i class="fa-solid fa-quote-right display-3 text-muted"></i>
<div class="stars">
<i class="fa-solid fa-star text-warning"></i>
<i class="fa-solid fa-star text-warning"></i>
<i class="fa-solid fa-star text-warning"></i>
<i class="fa-solid fa-star text-warning"></i>
<i class="fa-solid fa-star-half-stroke text-warning"></i>
</div>
</div>
<p class="text-muted py-3">I love this instructor's detailed explanations and well put together courses. I've probably purchased most of this Instructor's courses, just because he does a way better job than most on the presentation of his content and outstanding support community.</p>
<div class="student-details d-flex align-items-center">
<img src="./images/student/student-5.png" alt="" srcset="" class="img-fluid">
<div class="student-info ms-3 pt-3 ">
<h6 class="h6 fw-bold">James</h6>
<p class="text-muted">Web Developer</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-12 position-relative">
<button class="btn btn-info rounded-circle position-absolute top-50 testimonial-btn-right d-none d-lg-block"><i class="fa-solid fa-chevron-right text-white"></i></button>
<div class="testimonial-inner border rounded-3 p-4">
<div class="icon-star d-flex justify-content-between align-items-center">
<i class="fa-solid fa-quote-right display-3 text-muted"></i>
<div class="stars">
<i class="fa-solid fa-star text-warning"></i>
<i class="fa-solid fa-star text-warning"></i>
<i class="fa-solid fa-star text-warning"></i>
<i class="fa-solid fa-star text-warning"></i>
<i class="fa-solid fa-star-half-stroke text-warning"></i>
</div>
</div>
<p class="text-muted py-3">What a wonderful course that every React beginner should have. Max cover all the aspect that react developer should have from very ground level to high. I learned a lot from this course and it helped me to be an experienced React Developer. Thank you Max for your effort. Cheers!!!</p>
<div class="student-details d-flex align-items-center">
<img src="./images/student/student-6.png" alt="" srcset="" class="img-fluid">
<div class="student-info ms-3 pt-3">
<h6 class="h6 fw-bold">Riya Chakraborty</h6>
<p class="text-muted">React Developer</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- testimonial area end -->
<!-- faq area start -->
<section class="faq-area my-5">
<div class="container">
<div class="course-section-heading col-lg-8 col-12 px-2 text-center mx-auto">
<h2 class="carousel-caption-heading fw-bold">Frequently Asked Questions</h2>
<p class="text-muted py-2 paragraph-text">Some of the most important questions. Every developer must be knowledgeable of such faq answers.</p>
</div>
<div class="row mx-2 justify-content-center ">
<div class="col-lg-8 col-12 py-5">
<!--faq accordian -->
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
What is the difference between Bootstrap & Tailwind Css?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>Bootstrap comes with a set of pre-styled responsive, <strong> mobile-first components </strong> that possess a definite UI kit.
Tailwind CSS uses a set of utility classes to create a <strong> neat UI with more flexibility and uniqueness.</strong> </p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
What is the difference between flex and grid?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>CSS Grids helps you create the outer layout of the webpage. You can build complex as well responsive design with this. This is why it is called <strong>layout first</strong> Flexbox mostly helps align content & move blocks.
CSS grids are for <strong>2D layouts. It works with both rows and columns.</strong>
Flexbox works better in one dimension only (either rows OR columns).It will be more time saving and helpful if you use both at the same time.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed fw-bold" 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">
<p>The CSS box model is a container that contains multiple properties including ,<strong > borders, margin, padding, and the content itself. </strong> It is used to create the design and layout of web pages. It can be used as a toolkit for customizing the layout of different elements.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed fw-bold" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseThree">
Whar is semantic tag?
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p>The HTML semantics refers to the tags that provide meaning to an <strong>HTML</strong> page rather than just presentation. It makes HTML more comprehensible by better defining the different sections and layout of web pages</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- faq area end -->
<!-- Company logo -area start -->
<section class="company-logo-area my-5 d-none d-xl-block">
<div class="container">
<h2 class="carousel-caption-heading fw-bold text-center">Trusted by over 800+ companies</h2>
<div class="logo-wrapper row row-cols-6 py-4 gx-5 align-items-center my-4 ">
<!-- <div></div> -->
<img src="./images/company/company-1.png" alt="" srcset="" class="img-fluid">
<img src="./images/company/company-2.png" alt="" srcset="" class="img-fluid">
<img src="./images/company/company-3.png" alt="" srcset="" class="img-fluid">
<img src="./images/company/company-4.png" alt="" srcset="" class="img-fluid">
<img src="./images/company/company-5.png" alt="" srcset="" class="img-fluid">
<img src="./images/company/company-6.png" alt="" srcset="" class="img-fluid">
</div>
</div>
</section>
<!-- Company logo -area end -->
</main>
<!-- footer area -->
<footer class="footer-area bg-dark">
<div class="container">
<div class="row justify-content-center py-4 ">
<div class="col-lg-6 col-md-6 col-10 text-center py-5">
<a href="#" class="text-white h1 fw-bold text-decoration-none"> Code Academy</a>
<address class="text-white py-2">
Office 41, Zawaya Buildin, Ghala Muscat,
Sultanate of Oman
</address>
<a href="#" class="text-white text-decoration-none"> Privacy Ploicy | Terms of use</a>
<div class="social-icons mt-5">
<a href="https://www.facebook.com/" class="btn rounded-circle cs-social-btn mx-1"><i class="fa-brands fa-facebook-f text-white"></i></a>
<a href="https://twitter.com/?lang=en" class="btn rounded-circle cs-social-btn mx-1"><i class="fa-brands fa-twitter text-white"></i></a>
<a href="https://www.linkedin.com/" class="btn rounded-circle cs-social-btn mx-1"><i class="fa-brands fa-linkedin-in text-white"></i></a>
<a href="https://www.tiktok.com/en/" class="btn rounded-circle cs-social-btn mx-1"><i class="fa-brands fa-tiktok text-white"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap Js Cdn -->
<script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>