-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
572 lines (572 loc) · 29.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
<!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">
<link rel="icon" href="images/logo.png">
<title style="text-align:center">EDUTECH</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<!-- Font -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css">
<!---carousel -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Header -->
<header id="header">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top mt-3" id="navbar">
<div class="container">
<a class="navbar-brand" href="#">EDUTECH</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#home">HOME <span class="sr-only"></span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#project">PROJECTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">PRICING</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">TEAM</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">BLOG</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">CONTACT</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/TECH.jpg" class="d-block w-100" alt="banner1">
<div class="carousel-caption">
<h1>WELCOME TO THE <br> TECHNOLOGICAL WORLD! </h1>
<p>If we teach today as we taught yesterday, we rob our children of tomorrow</p>
<button>Learn More </button>
<button>Learn More </button>
</div>
</div>
<div class="carousel-item">
<img src="images/TECH2.jpg" class="d-block w-100" alt="banner2">
<div class="carousel-caption">
<h1>WELCOME TO THE <br> TECHNOLOGICAL WORLD! </h1>
<p>If we teach today as we taught yesterday, we rob our children of tomorrow</p>
<button>Learn More </button>
<button>Learn More </button>
</div>
</div>
<div class="carousel-item">
<img src="images/TECH3.jpg" class="d-block w-100" alt="banner3">
<div class="carousel-caption">
<h1>WELCOME TO THE TECHNOLOGICAL WORLD!</h1>
<p>If we teach today as we taught yesterday, we rob our children of tomorrow</p>
<button>Learn More </button>
<button>Learn More </button>
</div>
</div>
<div class="carousel-item">
<img src="images/TECH4.jpg" class="d-block w-100" alt="banner4">
<div class="carousel-caption">
<h1>WELCOME TO THE <br> TECHNOLOGICAL WORLD! </h1>
<p>If we teach today as we taught yesterday, we rob our children of tomorrow</p>
<button>Learn More </button>
<button>Learn More </button>
</div>
</div>
<div class="carousel-item">
<img src="images/TECH5.jpg" class="d-block w-100" alt="banner5">
<div class="carousel-caption">
<h1>WELCOME TO THE <br> TECHNOLOGICAL WORLD! </h1>
<p>If we teach today as we taught yesterday, we rob our children of tomorrow</p>
<button>Learn More </button>
<button>Learn More </button>
</div>
</div>
<div class="carousel-item">
<img src="images/TECH6.jpg" class="d-block w-100" alt="banner6">
<div class="carousel-caption">
<h1>WELCOME TO THE <br> TECHNOLOGICAL WORLD! </h1>
<p>If we teach today as we taught yesterday, we rob our children of tomorrow</p>
<button>Learn More </button>
<button>Learn More </button>
</div>
</div>
</div>
</div>
</header>
<main>
<!-- Home -->
<section id="home">
<div class="container-fluid p-5">
<div class="row">
<div class="col-md-8 col-12 mx-auto mt-3">
<h1 class="text-center heading my-3">WELCOME TO EDUTECH!</h1>
<div class="row mt-5 mx-auto d-flex justify-content-between align-items-center first_row pt-5">
<div class="col-md-8 col-12 d-flex justify-content-center">
<p> Edutech is an indian massive open online course provider founded in 2021 by creativeabhi13. Edutech works with universities and other organizations to offer online courses, certifications, and degrees in a variety of subjects. We help organizations of all types and sizes prepare for the path ahead — wherever it leads. Our curated collection of business and technical courses help companies, governments, and nonprofits go further by placing learning at the center of their strategies..</p>
</div>
<div class="col-md-2 col-12 icon_umbrella">
<i class="fas fa-umbrella"></i>
</div>
</div>
<div class="row mt-5 d-flex justify-content-between align-items-center second_row mx-auto text-center">
<div class="col-md-3 col-10 d-flex justify-content-center align-items-center flex-column mx-auto mt-2">
<div class="icon">
<i class="fas fa-bell"></i>
</div>
<h5>Edutech Alert</h5>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ad, commodi voluptatibus sapiente porro praesentium ratione ipsa cupiditate consectetur quas debitis</p>
<button>Learn More</button>
</div>
<div class="col-md-3 col-10 d-flex justify-content-center align-items-center flex-column mx-auto mt-2">
<div class="icon">
<i class="fas fa-envelope"></i>
</div>
<h5>Edutech Message</h5>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ad, commodi voluptatibus sapiente porro praesentium ratione ipsa cupiditate consectetur quas debitis </p>
<button>Learn More</button>
</div>
<div class="col-md-3 col-10 d-flex justify-content-center align-items-center flex-column mx-auto mt-2">
<div class="icon">
<i class="fas fa-receipt"></i>
</div>
<h5>Edutech Draft</h5>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ad, commodi voluptatibus sapiente porro praesentium ratione ipsa cupiditate consectetur quas debitis</p>
<button>Register Now</button>
</div>
</div>
<br>
<hr style="background: #adadad; height: 0.2rem !important; margin-top: 5rem !important;">
</div>
</div>
</section>
<!-- Project -->
<section id="project">
<div class="container-fluid">
<div class="row pb-5">
<div class="col-md-12 col-12">
<h1 class="heading">Projects</h1>
<div class="row mt-5">
<div class="col-md-3 col-12 p_container mx-auto">
<img src="images/webdev.jpg" alt="Project1" class="img-fluid">
<div class="p_description">
<h5>Web devlopment</h5>
<p>Welcome to the Complete Web Development Bootcamp, the only course you need to learn to code and become a full-stack web developerLearn to Design and Create Websites. Build a responsive and accessible web portfolio using HTML5, CSS3, and JavaScript.</p>
<button>Register Now</button>
</div>
</div>
<div class="col-md-3 col-12 p_container mx-auto">
<img src="images/Artificial-Intelligence-Technology.png" alt="Project1" class="img-fluid">
<div class="p_description">
<h5>Artificial Intelligence</h5>
<p>Learn Artificial Intelligence from leading experts and attain a Dual Certificate on AI and Machine Learning from the world-renowned universities. Take the step towards your professional growth by obtaining expertise in the real-world application of the latest technological tools of AI.</p>
<button>Register Now</button>
</div>
</div>
<div class="col-md-3 col-12 p_container mx-auto">
<img src="images/Machine-learningg.jpg" alt="Project1" class="img-fluid">
<div class="p_description">
<h5>Machine Learning</h5>
<p>Machine learning isn’t just useful for predictive texting or smartphone voice recognition. Machine learning is constantly being applied to new industries and new problems. Whether you’re a marketer, video game designer, or programmer eductech has a course to help you apply machine learning to your work.</p>
<button>Register Now</button>
</div>
</div>
<div class="col-md-3 col-12 p_container mx-auto">
<img src="images/data-science.jpg" alt="Project1" class="img-fluid">
<div class="p_description">
<h5>Data science</h5>
<p>Learn Data Science from global experts and attain a Data Science Certification from the world's renowned universities. Become a Data Scientist by taking up the comprehensive Data Science courses designed for working professionals and fresh graduates..</p>
<button>Register Now</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing-->
<section id="pricing">
<div class="container py-5 mb-3">
<div class="row">
<div class="col-md-12 col-10 mx-auto">
<h1 class="heading">Pricing Table</h1>
<div class="row mt-5">
<div class="col-md-4 col-11 mx-auto text-center pricing_container">
<h5>NORMAL PLAN</h5>
<p>15$/Per course</p>
<ul>
<li>10 REAL TIME PROJECTS</li>
<li>5 MINI PROJECT</li>
<li>10 Doubt Session</li>
<li>Group Discussion</li>
</ul>
<button>BUY</button>
</div>
<div class="col-md-4 col-11 mx-auto text-center pricing_container">
<h5>STANDARD PLAN</h5>
<p>25$/Per course</p>
<ul>
<li>20 REAL TIME PROJECTS</li>
<li>10 MINI PROJECT</li>
<li>25 Doubt Session</li>
<li>Group Discussion</li>
</ul>
<button>BUY</button>
</div>
<div class="col-md-4 col-11 mx-auto text-center pricing_container">
<h5>PREMIUM PLAN</h5>
<p>40$/Per course</p>
<ul>
<li>30 REAL TIME PROJECTS</li>
<li>20MINI PROJECT</li>
<li>UNLIMITED DOUBT SESSION</li>
<li>Group Discussion</li>
</ul>
<button>BUY</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Demo Video -->
<section id="video_projects">
<div class="container-fluid py-5" style="background: #82589F;">
<div class="row">
<div class="col-md-12 col-11 mx-auto">
<h1 class="heading" style="color: #fff;">Demo Video</h1>
</div>
</div>
<div class="owl-carousel owl-theme mt-5">
<div class="item">
<div class="video" style="margin: 0; ">
<iframe width="420" height="240" src="https://www.youtube.com/embed/PXwUEJVSAeA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption d-flex justify-content-between text-white">
<p>Artificial Intelligence</p>
</div>
</div>
</div>
<div class="item">
<div class="video" style="margin: 0 1rem ;">
<iframe width="420" height="240" src="https://www.youtube.com/embed/LHBE6Q9XlzI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption d-flex justify-content-between text-white">
<p>Data Science</p>
</div>
</div>
</div>
<div class="item">
<div class="video" style="margin: 0 3rem ;">
<iframe width="420" height="240" src="https://www.youtube.com/embed/l1EssrLxt7E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption d-flex justify-content-between text-white">
<p>Web Development</p>
</div>
</div>
</div>
<div class="item">
<div class="video" style="margin: 0 3rem !important;">
<video width="430" height="240" controls>
<source src="images/v4.mp4" type="video/mp4">
</video>
<div class="caption d-flex justify-content-between text-white">
<p>Video Title</p>
<p>20$</p>
</div>
</div>
</div>
<div class="item">
<div class="video" style="margin: 0 3rem !important;">
<video width="430" height="240" controls>
<source src="images/v5.mp4" type="video/mp4">
</video>
<div class="caption d-flex justify-content-between text-white">
<p>Video Title</p>
<p>20$</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Edutech Team -->
<section id="team">
<div class="container py-5">
<div class="row">
<div class="col-md-8 col-11 mx-auto">
<h1 class="heading">Edutech Team</h1>
<div class="row mt-5">
<div class="col-md-4 col-11 mx-auto text-center card_container">
<img src="images/team.jpeg" alt="Member1" class="img-fluid image">
<div class="social_icons">
<i class="fab fa-facebook"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
</div>
<h5>Abhishek Kumar</h5>
<p>Owner</p>
</div>
<div class="col-md-4 col-11 mx-auto text-center card_container">
<img src="images/team2.jpeg" alt="Member2" class="img-fluid image">
<div class="social_icons">
<i class="fab fa-facebook"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
</div>
<h5>Aditya Krishnan Nambiar</h5>
<p>Team Head</p>
</div>
<div class="col-md-4 col-11 mx-auto text-center card_container">
<img src="images/team3.jpg" alt="Member3" class="img-fluid image">
<div class="social_icons">
<i class="fab fa-facebook"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
</div>
<h5>Bhupinder singh</h5>
<p>Team Lead</p>
</div>
<div class="col-md-4 col-11 mx-auto text-center card_container">
<img src="images/team4.png" alt="Member4" class="img-fluid image">
<div class="social_icons">
<i class="fab fa-facebook"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
</div>
<h5>Ashwani Kumar</h5>
<p>Team Lead1</p>
</div>
<div class="col-md-4 col-11 mx-auto text-center card_container">
<img src="images/team5.jpeg" alt="Member5" class="img-fluid image">
<div class="social_icons">
<i class="fab fa-facebook"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
</div>
<h5>Sandeep Kumar Yadav</h5>
<p>Team Lead2</p>
</div>
<div class="col-md-4 col-11 mx-auto text-center card_container">
<img src="images/team6.jpeg" alt="Member6" class="img-fluid image">
<div class="social_icons">
<i class="fab fa-facebook"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
</div>
<h5>Rishikesh Yadav</h5>
<p>Team Lead3</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Life in Edutech -->
<section id="LIZ">
<div class="container-fluid py-5" style="background: #dfe6e9;">
<div class="row">
<div class="col-md-8 col-11 mx-auto">
<h1 class="heading mt-3">Life in Edutech</h1>
<div class="row mt-5">
<div class="col-md-12 col-12 mx-auto text-center">
<img src="images/te1.jpg" alt="Team1" class="img-fluid" id="main_image">
</div>
</div>
<div class="owl-carousel owl-theme mt-5 owl_carousel">
<div class="item">
<div class="image">
<img src="images/te2.jpg" alt="team" onclick="changePic('images/t1.jpg')">
</div>
</div>
<div class="item">
<div class="image">
<img src="images/te3.jpg" alt="team" onclick="changePic('images/t2.jpg')">
</div>
</div>
<div class="item">
<div class="image">
<img src="images/te5.jpg" alt="team" onclick="changePic('images/t3.jpg')">
</div>
</div>
<div class="item">
<div class="image">
<img src="images/te6.jpg" alt="team" onclick="changePic('images/t4.jpg')">
</div>
</div>
<div class="item">
<div class="image">
<img src="images/te7.png" alt="team" onclick="changePic('images/t5.jpg')">
</div>
</div>
<div class="item">
<div class="image">
<img src="images/te4.jpg" alt="team" onclick="changePic('images/t6.jpg')">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog -->
<section id="blog">
<div class="container-fluid py-5">
<div class="row">
<div class="col-md-8 col-11 mx-auto">
<h1 class="heading">Blog</h1>
<div class="row mt-5">
<div class="col-md-4 col-11 mx-auto text-center mt-3">
<img src="images/blog 1.jpg" alt="Member1" class="img-fluid image">
<h5>Data Science Central</h5>
<p>2 Nov,2021</p>
<p style="color: #000;">Data Science Central does exactly what its name suggests and acts as an online resource hub for just about everything related to data science and big data. The site covers a wide array of data science topics regarding analytics, technology, tools, data visualization, code, and job opportunities. Industry experts contribute discussion and insights about key topics. The site updates frequently, nearly two blog posts a day from contributing writers, and it also offers a community forum for discussion or questions.</p>
<button>Read More</button>
</div>
<div class="col-md-4 col-11 mx-auto text-center mt-3">
<img src="images/blog2.jpeg" alt="Member1" class="img-fluid image">
<h5>Open Artifical Intelligence</h5>
<p>3 Nov, 2021</p>
<p style="color: #000;">OpenAI comes from industry experts who want to bring AI to the masses. It's linked to the non-profit research company OpenAI, co-chaired by Elon Musk and Sam Altman, and sponsored by companies such as Amazon Web Services, Microsoft, and Infosys who are trying to make AI accessible—hence the name. Contributors discuss their collective efforts to promote and advance AI technologies through long-term research. It’s a valuable resource for anyone interested in the future of AI.this is also good course.</p>
<button>Read More</button>
</div>
<div class="col-md-4 col-11 mx-auto text-center mt-3">
<img src="images/blog3.webp" alt="Member1" class="img-fluid image">
<h5>Site point for web Development</h5>
<p>5 Nov, 2021</p>
<p style="color: #000;">SitePoint is great if you’re looking for a web development blog that focuses exclusively on development, programming languages and development tools. If you choose to follow this web development blog, you’ll be getting a report on a new topic of interest in the development world each month. You can also subscribe to their daily email newsletters that revolve around the monthly feature topic. And if you’re looking for more than just reading materials, they offer stimulating ebooks, videos and courses for $9 a month.</p>
<button>Read More</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact">
<h1 class="heading">Contact </h1>
<div class="container-fluid py-5">
<div class="row">
<div class="col-md-12 col-12 mx-auto">
<div class="row">
<div class="col-md-6 col-12 mx-auto">
<div class="mapouter">
<div class="gmap_canvas">
<iframe class="gmap_iframe" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14306.47724495984!2d84.1872534!3d26.3064385!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x1ac8d21b370de87d!2sCreativeabhi13!5e0!3m2!1sen!2sin!4v1635618923096!5m2!1sen!2sin"></iframe>
<a href="https://www.fridaynightfunkin.net/friday-night-funkin-mods-fnf-play-online/">Friday Night Funkin Mods</a>
</div>
</div>
</div>
<div class="col-md-6 col-12 mx-auto contact_form p-3">
<h1 class="heading">Let us know</h1>
<form>
<div class="form-group">
<label for="name">Name</label>
<input type="email" class="form-control" id="name">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="text" class="form-control" id="email">
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" class="form-control" id="subject">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" id="message" cols="30" rows="10"></textarea>
</div>
<button>Submit</button>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!--footer-->
<footer>
<section id="footer" style="background: #dfe6e9;">
<div class="container py-5">
<div class="row">
<div class="col-md-10 col-11 mx-auto">
<div class="row text-center">
<div class="col-md-4 col-11">
<h5>Office Address</h5>
<ul>
<li>creativeabhi13</li>
<li>16,siwan bihar</li>
<li> INDIA</li>
</ul>
</div>
<div class="col-md-4 col-11">
<h5>Follow US</h5>
<ul>
<a href="https://www.facebook.com/creativeabhi13" target="blank">
<img src="images/fb.png" width="30px" height="30px" alt="">
</a>
<a href="https://www.instagram.com/creativeabhi13" target="blank">
<img src="images/insta.png" width="30px" height="30px" alt="">
</a>
<a href="https://www.youtube.com/creativeabhi13" target="blank">
<img src="images/youtube.png" width="40px" height="40px" alt="">
</a>
<a href="https://www.linkedin.com/in/creativeabhi13/" target="blank">
<img src="images/linkedin.png" width="40px" height="40px" alt="">
</a>
<a href="https://wa.me/+918603944898" target="blank">
<img src="images/wha.png" width="40px" height="40px" alt="">
</a>
</ul>
</div>
<div class="col-md-4 col-11">
<h5>Contact US</h5>
<ul>
<li>+91-8603944898</li>
<li>Edutech@skype</li>
<li>[email protected]</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="copyright">
<h2> © 2021 Copyright All Right Reserved By <strong>
<span>©EDUTECH </span>
</strong>
</h2>
</div>
<div class="credits">
<h3>Designed By <a href="https://en.wikipedia.org/wiki/India">INDIA</a>
</h3>
</div>
</section>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js" integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="js/index.js"></script>
</body>
</html>