-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
668 lines (585 loc) · 27.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
<!DOCTYPE html>
<html lang="en">
<head>
<title>ICE2CPT - International Conference on Electrical, Electronics and Computer Science with Advance Power Technologies</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="description" content="">
</head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" />
<link rel="stylesheet" type="text/css" href="icomoon/icomoon.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/vendor.css">
<link rel="stylesheet" type="text/css" href="style.css">
<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=Jost:wght@400;600;700&family=Roboto+Slab&display=swap"
rel="stylesheet">
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<defs>
<symbol xmlns="http://www.w3.org/2000/svg" id="link" viewBox="0 0 24 24">
<path fill="currentColor"
d="M12 19a1 1 0 1 0-1-1a1 1 0 0 0 1 1Zm5 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1Zm0-4a1 1 0 1 0-1-1a1 1 0 0 0 1 1Zm-5 0a1 1 0 1 0-1-1a1 1 0 0 0 1 1Zm7-12h-1V2a1 1 0 0 0-2 0v1H8V2a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3Zm1 17a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9h16Zm0-11H4V6a1 1 0 0 1 1-1h1v1a1 1 0 0 0 2 0V5h8v1a1 1 0 0 0 2 0V5h1a1 1 0 0 1 1 1ZM7 15a1 1 0 1 0-1-1a1 1 0 0 0 1 1Zm0 4a1 1 0 1 0-1-1a1 1 0 0 0 1 1Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="arrow-right" viewBox="0 0 24 24">
<path fill="currentColor"
d="M17.92 11.62a1 1 0 0 0-.21-.33l-5-5a1 1 0 0 0-1.42 1.42l3.3 3.29H7a1 1 0 0 0 0 2h7.59l-3.3 3.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l5-5a1 1 0 0 0 .21-.33a1 1 0 0 0 0-.76Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="category" viewBox="0 0 24 24">
<path fill="currentColor"
d="M19 5.5h-6.28l-.32-1a3 3 0 0 0-2.84-2H5a3 3 0 0 0-3 3v13a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-10a3 3 0 0 0-3-3Zm1 13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-13a1 1 0 0 1 1-1h4.56a1 1 0 0 1 .95.68l.54 1.64a1 1 0 0 0 .95.68h7a1 1 0 0 1 1 1Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="calendar" viewBox="0 0 24 24">
<path fill="currentColor"
d="M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3Zm1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="heart" viewBox="0 0 24 24">
<path fill="currentColor"
d="M20.16 4.61A6.27 6.27 0 0 0 12 4a6.27 6.27 0 0 0-8.16 9.48l7.45 7.45a1 1 0 0 0 1.42 0l7.45-7.45a6.27 6.27 0 0 0 0-8.87Zm-1.41 7.46L12 18.81l-6.75-6.74a4.28 4.28 0 0 1 3-7.3a4.25 4.25 0 0 1 3 1.25a1 1 0 0 0 1.42 0a4.27 4.27 0 0 1 6 6.05Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="plus" viewBox="0 0 24 24">
<path fill="currentColor"
d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="minus" viewBox="0 0 24 24">
<path fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="cart" viewBox="0 0 24 24">
<path fill="currentColor"
d="M8.5 19a1.5 1.5 0 1 0 1.5 1.5A1.5 1.5 0 0 0 8.5 19ZM19 16H7a1 1 0 0 1 0-2h8.491a3.013 3.013 0 0 0 2.885-2.176l1.585-5.55A1 1 0 0 0 19 5H6.74a3.007 3.007 0 0 0-2.82-2H3a1 1 0 0 0 0 2h.921a1.005 1.005 0 0 1 .962.725l.155.545v.005l1.641 5.742A3 3 0 0 0 7 18h12a1 1 0 0 0 0-2Zm-1.326-9l-1.22 4.274a1.005 1.005 0 0 1-.963.726H8.754l-.255-.892L7.326 7ZM16.5 19a1.5 1.5 0 1 0 1.5 1.5a1.5 1.5 0 0 0-1.5-1.5Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="check" viewBox="0 0 24 24">
<path fill="currentColor"
d="M18.71 7.21a1 1 0 0 0-1.42 0l-7.45 7.46l-3.13-3.14A1 1 0 1 0 5.29 13l3.84 3.84a1 1 0 0 0 1.42 0l8.16-8.16a1 1 0 0 0 0-1.47Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="trash" viewBox="0 0 24 24">
<path fill="currentColor"
d="M10 18a1 1 0 0 0 1-1v-6a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1ZM20 6h-4V5a3 3 0 0 0-3-3h-2a3 3 0 0 0-3 3v1H4a1 1 0 0 0 0 2h1v11a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V8h1a1 1 0 0 0 0-2ZM10 5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1h-4Zm7 14a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8h10Zm-3-1a1 1 0 0 0 1-1v-6a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="star-outline" viewBox="0 0 15 15">
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
d="M7.5 9.804L5.337 11l.413-2.533L4 6.674l2.418-.37L7.5 4l1.082 2.304l2.418.37l-1.75 1.793L9.663 11L7.5 9.804Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="star-solid" viewBox="0 0 15 15">
<path fill="currentColor"
d="M7.953 3.788a.5.5 0 0 0-.906 0L6.08 5.85l-2.154.33a.5.5 0 0 0-.283.843l1.574 1.613l-.373 2.284a.5.5 0 0 0 .736.518l1.92-1.063l1.921 1.063a.5.5 0 0 0 .736-.519l-.373-2.283l1.574-1.613a.5.5 0 0 0-.283-.844L8.921 5.85l-.968-2.062Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="search" viewBox="0 0 24 24">
<path fill="currentColor"
d="M21.71 20.29L18 16.61A9 9 0 1 0 16.61 18l3.68 3.68a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.39ZM11 18a7 7 0 1 1 7-7a7 7 0 0 1-7 7Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="user" viewBox="0 0 24 24">
<path fill="currentColor"
d="M15.71 12.71a6 6 0 1 0-7.42 0a10 10 0 0 0-6.22 8.18a1 1 0 0 0 2 .22a8 8 0 0 1 15.9 0a1 1 0 0 0 1 .89h.11a1 1 0 0 0 .88-1.1a10 10 0 0 0-6.25-8.19ZM12 12a4 4 0 1 1 4-4a4 4 0 0 1-4 4Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="close" viewBox="0 0 15 15">
<path fill="currentColor"
d="M7.953 3.788a.5.5 0 0 0-.906 0L6.08 5.85l-2.154.33a.5.5 0 0 0-.283.843l1.574 1.613l-.373 2.284a.5.5 0 0 0 .736.518l1.92-1.063l1.921 1.063a.5.5 0 0 0 .736-.519l-.373-2.283l1.574-1.613a.5.5 0 0 0-.283-.844L8.921 5.85l-.968-2.062Z" />
</symbol>
</defs>
</svg>
<div class="preloader-wrapper">
<div class="preloader">
</div>
</div>
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasCart" aria-labelledby="My Cart">
<div class="offcanvas-header">
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="list-group mb-4">
<li class="list-group-item d-flex justify-content-between align-items-center py-3 lh-sm">
<div>
<h6 class="my-0">Marketing Course</h6>
<small class="text-body-secondary">Brief description</small>
</div>
<span class="text-body-secondary">$120</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center py-3 lh-sm">
<div>
<h6 class="my-0">Strategy Course</h6>
<small class="text-body-secondary">Brief description</small>
</div>
<span class="text-body-secondary">$80</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center py-3 lh-sm">
<div>
<h6 class="my-0">Digital Course</h6>
<small class="text-body-secondary">Brief description</small>
</div>
<span class="text-body-secondary">$50</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center py-3">
<span class="fw-bold">Total (USD)</span>
<strong>$250</strong>
</li>
</ul>
<div class="d-grid my-5">
<button class="btn btn-primary px-5 py-3" type="submit">Continue to checkout</button>
</div>
</div>
</div>
</div>
<nav class="main-menu d-flex navbar fixed-top navbar-expand-lg p-2 py-3 p-lg-4 py-lg-4 ">
<div class="container-fluid">
<div class="main-logo">
<a href="index.html">
<img style="height: 80px;" src="images/logo.gif" alt="logo" class="img-fluid">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar"
aria-controls="offcanvasNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasNavbar" aria-labelledby="offcanvasNavbarLabel">
<div class="offcanvas-header">
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body justify-content-end">
<ul class="navbar-nav menu-list list-unstyled align-items-lg-center d-flex gap-md-3 mb-0">
<li class="nav-item dropdown">
<a class="nav-link mx-2 dropdown-toggle align-items-center" role="button" id="pages"
data-bs-toggle="dropdown" aria-expanded="false">Information of Authors</a>
<ul class="dropdown-menu" aria-labelledby="pages">
<li><a href="crucialdates.html" class="dropdown-item">Crucial Dates</a></li>
<li><a href="callforpapers.html" class="dropdown-item">Call for Papers</a></li>
<li><a href="manuscriptsubmission.html" class="dropdown-item">Manusript Submission</a></li>
<li><a href="registrationdetails.html" class="dropdown-item">Registration Details</a></li>
<li><a href="awards.html" class="dropdown-item">Awards</a></li>
</ul>
</li>
<li class="nav-item">
<a href="organizingcommittee.html" class="nav-link mx-0.8">Organizing Committee</a>
</li>
<li class="nav-item">
<a href="keynotespeakers.html" class="nav-link mx-0.8">Keynote Speakers</a>
</li>
<li class="nav-item">
<a href="technicalprogramcommittee.html" class="nav-link mx-0.8">Technical Program Committee</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link mx-2 dropdown-toggle align-items-center" role="button" id="shop"
data-bs-toggle="dropdown" aria-expanded="false">More</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="shop">
<li><a href="sponsorship.html" class="dropdown-item">Technical/Financial Sponsorship</a></li>
<li><a href="venue.html" class="dropdown-item">Conference Venue</a></li>
<li><a href="confprogram.html" class="dropdown-item">Conference Program</a></li>
<li><a href="contact.html" class="dropdown-item">Contact Us</a></li>
</ul>
</li>
</ul>
<div class="d-none d-lg-flex align-items-center ms-5">
<ul class="d-flex justify-content-end list-unstyled m-0">
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid d-lg-none">
<div class="d-flex align-items-end mt-3">
</div>
</div>
</nav>
<section id="hero">
<div class="container-fluid">
<div class="row">
<div class="col-md-8 col-lg-3 offset-md-2 padding-large ps-lg-0 pe-lg-5">
<h1 style="color: blue;">International Conference on Electrical, Electronics and Computer Science with Advance Power Technologies</h1>
<h3>NIT Jamshedpur, India</h3>
<p class="secondary-font my-4 pb-2">24th - 26th May 2024<br/>
Theme: Energizing Tomorrow – Building a Resilient Electric Ecosystem</p>
<div>
</div>
</div>
<div class="col-md-6 col-lg-7 d-block d-md-none d-lg-block p-0">
<img src="images/billboard-img.jpg" alt="img" class="img-fluid">
</div>
</div>
</div>
</section>
<section id="countdown" class="text-center my-5">
<h2 class="countdown-heading">Countdown of the Conference</h2>
<div id="countdown-timer" class="countdown-timer"></div>
</section>
<style>
#countdown {
padding: 20px;
}
.countdown-heading {
font-size: 2rem;
font-weight: 600;
color: black;
margin-bottom: 15px;
}
.countdown-timer {
font-size: 1.8rem;
font-weight: bold;
color: darkblue;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 10px;
}
/* Styling for each time unit */
.countdown-unit {
display: flex;
flex-direction: column;
align-items: center;
padding: 8px;
border: 1px solid #ddd;
border-radius: 8px;
min-width: 90px;
background: #f9f9f9;
}
.countdown-unit span {
font-size: 1.4rem;
color: #555;
}
/* Responsive Styling */
@media (max-width: 768px) {
.countdown-heading {
font-size: 1.6rem;
}
.countdown-timer {
font-size: 1.5rem;
}
.countdown-unit {
min-width: 80px;
padding: 6px;
}
.countdown-unit span {
font-size: 1.2rem;
}
}
@media (max-width: 576px) {
.countdown-heading {
font-size: 1.4rem;
}
.countdown-timer {
font-size: 1.2rem;
gap: 5px;
}
.countdown-unit {
min-width: 70px;
padding: 4px;
}
.countdown-unit span {
font-size: 1rem;
}
}
</style>
<section id="service" class="padding-medium">
<div class="container">
<div class="text-center">
<h2 class="display-5 fw-semibold">Why to <span style="color: blue;"> choose us</span></h2>
<p class="secondary-font">Get many features from us exactly what you are looking for.</p>
</div>
<div class="row g-md-4 mt-2">
<div class="col-md-4 mt-4">
<div class="services-element p-4 rounded-3 d-flex">
<div>
<iconify-icon class="service-icon fs-1" icon="fluent:notepad-person-24-regular"></iconify-icon>
</div>
<div class="ps-3">
<h4 class="py-2 m-0">Professional Instruction</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio sint dolores cupiditate, commodi
voluptatem corrupti voluptatibus quisquam officiis quod id.</p>
</div>
</div>
</div>
<div class="col-md-4 mt-4">
<div class="services-element p-4 rounded-3 d-flex">
<div>
<iconify-icon class="service-icon fs-1" icon="la:certificate"></iconify-icon>
</div>
<div class="ps-3">
<h4 class="py-2 m-0">Certified Courses</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio sint dolores cupiditate, commodi
voluptatem corrupti voluptatibus quisquam officiis quod id.</p>
</div>
</div>
</div>
<div class="col-md-4 mt-4">
<div class="services-element p-4 rounded-3 d-flex">
<div>
<iconify-icon class="service-icon fs-1" icon="mdi:virtual-meeting"></iconify-icon>
</div>
<div class="ps-3">
<h4 class="py-2 m-0">Learn Courses Online</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio sint dolores cupiditate, commodi
voluptatem corrupti voluptatibus quisquam officiis quod id.</p>
</div>
</div>
</div>
<div class="col-md-4 mt-4">
<div class="services-element p-4 rounded-3 d-flex">
<div>
<iconify-icon class="service-icon fs-1" icon="mdi:school-online"></iconify-icon>
</div>
<div class="ps-3">
<h4 class="py-2 m-0">5000+ Online Courses</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio sint dolores cupiditate, commodi
voluptatem corrupti voluptatibus quisquam officiis quod id.</p>
</div>
</div>
</div>
<div class="col-md-4 mt-4">
<div class="services-element p-4 rounded-3 d-flex">
<div>
<iconify-icon class="service-icon fs-1" icon="uil:notebooks"></iconify-icon>
</div>
<div class="ps-3">
<h4 class="py-2 m-0">Free Online Ebooks</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio sint dolores cupiditate, commodi
voluptatem corrupti voluptatibus quisquam officiis quod id.</p>
</div>
</div>
</div>
<div class="col-md-4 mt-4">
<div class="services-element p-4 rounded-3 d-flex">
<div>
<iconify-icon class="service-icon fs-1" icon="uiw:global"></iconify-icon>
</div>
<div class="ps-3">
<h4 class="py-2 m-0">Global Location</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio sint dolores cupiditate, commodi
voluptatem corrupti voluptatibus quisquam officiis quod id.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="register">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-md-6 ">
<img src="images/register-img.png" alt="img" class="img-fluid">
</div>
<div class="col-md-4 ">
<div class="mb-5 mt-5 mt-lg-0">
<h2 class="display-5 fw-semibold"> Get Your <span style="color: blue;">Skills Certificate</span></h2>
<p class="secondary-font">Simple steps to get your quality skills certificate
through EPREC.</p>
</div>
<form id="form">
<input type="text" name="email" placeholder="Write Your Name*" class="form-control w-100 mb-4">
<input type="email" name="email" placeholder="Write Your Email Address*" class="form-control w-100 mb-4">
<button class="btn btn-getstarted px-5 py-3 mt-2"> Get Started now</button>
</form>
</div>
</div>
</div>
</section>
<section id="achivement" style="background-color: #f5f5f5;">
<div class="container padding-medium">
<div class="row">
<div class="col-md-3">
<div class="text-center">
<img src="images/topic.png" alt="img" class="img-fluid">
<h4 class="py-2 mt-3 m-0">300+ Topics</h4>
<p class="text-uppercase">choose your choice</p>
</div>
</div>
<div class="col-md-3">
<div class="text-center">
<img src="images/student.png" alt="img" class="img-fluid">
<h4 class="py-2 mt-3 m-0">1000+ Students</h4>
<p class="text-uppercase">bright future</p>
</div>
</div>
<div class="col-md-3">
<div class="text-center">
<img src="images/instruction.png" alt="img" class="img-fluid">
<h4 class="py-2 mt-3 m-0">300+ Instructors</h4>
<p class="text-uppercase">trained professionals</p>
</div>
</div>
<div class="col-md-3">
<div class="text-center">
<img src="images/award.png" alt="img" class="img-fluid">
<h4 class="py-2 mt-3 m-0">120+ Awards</h4>
<p class="text-uppercase">hard process</p>
</div>
</div>
</div>
</div>
</section>
<section id="testimonial" style="background-image:url(images/background-img.jpg); background-repeat: no-repeat; ">
<div class="container padding-medium">
<div class="text-center">
<h2 class="display-5 fw-semibold">see what our <span style="color: blue;"> learners say</span></h2>
<p class="secondary-font">Here we got the real proof to express our work. Our learners expressed our work.</p>
</div>
<div class="row">
<div class="offset-md-1 col-md-10">
<div class="swiper testimonial-swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="text-center my-4">
<img src="images/reviewer-1.jpg" alt="img" class="img-fluid rounded-circle">
<h5 class="m-0 mt-2">Recco Gracia</h5>
<p class="text-muted">Web Developer</p>
<p class="lh-lg fw-bold text-black-50">“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea. Consectetur adipisicing elit, sed do eiusmod
tempor incididunt enim ad minim veniam”</p>
</div>
</div>
<div class="swiper-slide">
<div class="text-center my-4">
<img src="images/reviewer-2.jpg" alt="img" class="img-fluid rounded-circle">
<h5 class="m-0 mt-2">Georgie Maggie</h5>
<p class="text-muted">Digital Marketer</p>
<p class="lh-lg fw-bold text-black-50">“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea. Consectetur adipisicing elit, sed do eiusmod
tempor incididunt enim ad minim veniam”</p>
</div>
</div>
<div class="swiper-slide">
<div class="text-center my-4">
<img src="images/reviewer-3.jpg" alt="img" class="img-fluid rounded-circle">
<h5 class="m-0 mt-2">Emmy Watson</h5>
<p class="text-muted">Photographer</p>
<p class="lh-lg fw-bold text-black-50">“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea. Consectetur adipisicing elit, sed do eiusmod
tempor incididunt enim ad minim veniam”</p>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container padding-medium ">
<div class="row">
<div class="col-md-4 my-3">
<h5 class="text-uppercase fw-bold mb-4">Contact us</h5>
<p><iconify-icon class="social-icon text-primary fs-5 me-2" icon="mdi:location"
style="vertical-align:text-bottom"></iconify-icon> <span class="fw-bold">Address: </span> 30 E Lake St,
Chicago, USA</p>
<p><iconify-icon class="social-icon text-primary fs-5 me-2" icon="solar:phone-bold"
style="vertical-align:text-bottom"></iconify-icon> <span class="fw-bold">Phone: </span> (510) 710-3464</p>
<p><iconify-icon class="social-icon text-primary fs-5 me-2" icon="ic:baseline-email"
style="vertical-align:text-bottom"></iconify-icon> <span class="fw-bold">Email: </span>
</p>
</div>
<div class="col-md-2 my-3">
<div class="footer-menu">
<h5 class="text-uppercase fw-bold mb-4">Links</h5>
<ul class="menu-list list-unstyled">
<li class="menu-item mb-2">
<a href="index.html" class="footer-link">Home</a>
</li>
<li class="menu-item mb-2">
<a href="#" class="footer-link">About us</a>
</li>
<li class="menu-item mb-2">
<a href="contact.html" class="footer-link">Contact</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2 my-3">
<div class="footer-menu">
<h5 class="text-uppercase fw-bold mb-4">support</h5>
<ul class="menu-list list-unstyled">
<li class="menu-item mb-2">
<a href="#" class="footer-link">FAQs</a>
</li>
<li class="menu-item mb-2">
<a href="#" class="footer-link">Support</a>
</li>
</ul>
</div>
</div>
<div class="col-md-3 my-3">
<div class="footer-menu">
<h5 class="text-uppercase fw-bold mb-4">Follow us</h5>
<div class="social-links mt-4">
<ul class="d-flex list-unstyled gap-3">
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2" icon="ri:facebook-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2" icon="ri:twitter-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2" icon="ri:pinterest-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2" icon="ri:instagram-fill"></iconify-icon>
</a>
</li>
<li class="social">
<a href="#">
<iconify-icon class="social-icon fs-4 me-2" icon="ri:youtube-fill"></iconify-icon>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<div id="footer-bottom">
<hr class="m-0 text-black-50">
<div class="container py-3">
<div class="row mt-3">
<div class="col-md-6 copyright">
<p>© 2024 EPREC. All rights reserved.</p>
</div>
</div>
</div>
</div>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script src="https://code.iconify.design/iconify-icon/1.0.7/iconify-icon.min.js"></script>
<script>
function updateCountdown() {
const targetDate = new Date("December 28, 2024 00:00:00").getTime();
const now = new Date().getTime();
const difference = targetDate - now;
if (difference < 0) {
document.getElementById("countdown-timer").innerHTML = "The date has passed!";
return;
}
const days = Math.floor(difference / (1000 * 60 * 60 * 24));
const hours = Math.floor((difference % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((difference % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((difference % (1000 * 60)) / 1000);
document.getElementById("countdown-timer").innerHTML =
`${days} Days ${hours} Hours ${minutes} Minutes ${seconds} Seconds`;
}
setInterval(updateCountdown, 1000);
</script>
</body>
</html>