-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
780 lines (641 loc) · 36.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
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
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
<!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>Home</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
<link rel="icon" href="img/LOGO.png" type="image/png" sizes="30x30">
<!-- ===== CSS ===== -->
<link rel="stylesheet" href="style.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- ===== Boxicons CSS ===== -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- external css link -->
<link rel="stylesheet" href="home.css">
<!-- bootstrap tag of icon -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
</head>
<body style="background-color:white;">
<!-- horizontal latest news slider -->
<div>
<div class="row w-100 " style="height: auto;">
<div style="background-color: #66fcf1; color: #0b0c10; " class="col-3 col-md-2 latestnews foradjustingrow">
<b>LATEST UPDATES</b>
</div>
<div style="background-color: #45a29e; color:white;" class="col-6 col-md-8 latestnews container-fluid">
<marquee behavior="scroll" direction="left" style="text-align: center; width: 100;">Big news for new
students | Now it's a chance to avail 50%discount for A one grade achievers in matric | Last date
for registration is 20th May 2022. | Last date for short term courses registration is 10th May |
Admission will be considered on the basis of first come first serve.</marquee>
</div>
<div class="col-3 col-md-2">
<a href="/registrationform.html" style="text-decoration: none; color: #45a29e;">
<h6 class="latestnews foradjustingrow"><b> <i class="bi bi-person-fill"></i> Student's Login</b>
</h6>
</a>
</div>
</div>
<!-- navbar -->
<nav class="responsivenav">
<div class="nav-bar">
<i class='bx bx-menu sidebarOpen'></i>
<a href="index.html"><img style="height: 50px; text-indent: 10px;" src="img/LOGO2.png" alt=""></a>
<div class="menu">
<div class="logo-toggle">
<span class="logo"><a href="#"><b>EXCELLENT COACHING</b></a></span>
<i class='bx bx-x siderbarClose'></i>
</div>
<ul class="nav-links">
<li><a href="/index.html" class="nava">Home</a></li>
<li><a href="/aboutus.html" class="nava">Aboutus</a></li>
<li>
<li>
<div class="dropdown">
<a class="dropdown-toggle nava" style="text-decoration: none;" href="#" role="button"
id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
Courses
</a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<li><a class="dropdown-item" href="IT course.html">Information Technology(IT)</a>
</li>
<li><a class="dropdown-item" href="/Biotech.html">Biotechnology</a></li>
<li><a class="dropdown-item" href="/eng lang course.html">English Language</a></li>
</ul>
</div>
</li>
</li>
<li><a href="/faculty.html" class="nava">Faculty</a></li>
<li><a href="/contactus.html" class="nava">Contactus</a></li>
<li><a href="/registrationform.html" class="nava">Form</a></li>
</ul>
</div>
<div class="darkLight-searchBox">
<div class="dark-light">
</div>
<div class="searchBox">
<div class="searchToggle">
<i class='bx bx-x cancel'></i>
</div>
</div>
</div>
</div>
</nav>
</div>
<!-- carousel -->
<div id="myCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-current="true"
aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img style="width: 100%; height: 100%;" src="img/vasily-koloda-8CqDvPuo_kI-unsplash.jpg" alt="">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"
aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false">
<rect width="100%" height="100%" fill="#777" />
</svg>
<div class="container">
<div class="carousel-caption text-start tr" style="color:#45a29e ;
">
<h1><b style=" -webkit-text-stroke: 1px purple;" class="resptxth">Excellent Coaching</b></h1>
<h5 style="color: #45a29e;" class="resptxt"><b>We don't just speak success stories, we create them.</b></h5>
<br><br>
</div>
</div>
</div>
<div class="carousel-item">
<img style="width: 100%; height: 100%;" src="img/kenny-eliason-1-aA2Fadydc-unsplash.jpg" alt="">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"
aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false">
<rect width="100%" height="100%" fill="#777" />
</svg>
<div class="container">
<div class="carousel-caption text-start tr">
<h1><b style="color: red;">Learn<br> Innovate<br>
Lead</b></h1><br><br>
</div>
</div>
</div>
<div class="carousel-item">
<img style="width: 100%; height: 100%;" src="img/edwin-andrade-4V1dC_eoCwg-unsplash.jpg" alt="">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"
aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false">
<rect width="100%" height="100%" fill="#777" />
</svg>
<div class="container">
<div class="carousel-caption text-start tr">
<p class="resptxtlast"><b>We make dreams come true, with the power of education.<br>
Our highly qualified , experienced faculty provide countless<br>
knowledge to our student, We also arrange seminars for our<br> students
to let they gain experiences with new projects.</b></p><br><br><br><br><br>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" 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="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- welcome to the future of learning -->
<div class="row w-100 futureoflearning" style="background-color: #0b0c10; width: 100%; padding: 30px; margin: 0;">
<div class="col-12 col-md-8">
<h1 data-aos="fade-right" style="color: #66fcf1; padding-top:60px ;"><img src="img/bulb.png" alt="" height="50px"
style="margin-bottom: 50px; margin-left: 0px; padding-left: 0%; "><b>Welcome to the <br>
future of learning</b></h1><br><br>
<p style="color: white; padding-left: 90px; padding-right: 100px;"><b><i>Excellent makes learning engaging &
effective by leveraging deep pedagogy &
cutting edge technology. With offerings ranging from adaptive self-learning courses on apps &
web to personalised 1-on-1 classes with expert teachers, we have programs for every
learner.</i></b></p><br>
<a href="aboutus.html"><button
style="background-color: #45a29e; color: #000000; z-index: 3; border: #c5c6c7 solid; padding: 5px; border-radius: 5px;">Explore
Learning Programs</button></a>
</div>
<div class="col-12 col-md-4">
<div class="welcomeimg">
<div
style="background-color: white; background-image: url(img/07.png); background-repeat: no-repeat; border-radius: 50%; height:392px; width: 75%; padding: 20px 20px 0px 20px; z-index: 3; border-style: groove; margin-top: 80px;">
</div>
</div>
<img src="img/clipart.png" style="height: 100px; margin-left: 70%; padding-bottom: 0%;" alt="">
</div>
</div>
<!-- about excellent coaching -->
<div class="row w-100">
<div class="col-12 col-sm-12 col-md-8 issue-text" style="padding: 50px 20px 50px 50px; ">
<h3
style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
ABOUT EXCELLENT COACHING</h3>
<p>Excellent Coaching Centre was established on March 15, 1993. Since then it is functioning zealously and
marching forward with its committed goal, that is, to educate our youth and make them worthy citizen of
the country. The History is long and bright and will itself speak the contribution it made to the cause
of education which is in the form of more than fifty thousand passed out students. Many of them have
raised up to rank of Parliamentarian, Doctors, Engineers, Military and Civil Officials, Professors,
Lawyers, Jurists, Scholars and many other are rendering valuable services in and abroad the country.
<h5
style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
Interaction with Parents</h5>
Continuous Communication is made with the parents to discuss the matter related to the improvement of
academic Performance of the students.
<h5
style="font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">
Faculty</h5>
The art of teaching is itself a phenomenon of perception, awareness and the attainment of perfection.
With
this fact in mind a seasoned and highly professional faculty is arranged for the deliverance of the
subjects.</p>
<!-- courses -->
<h2 class="coursesh2"><b><i>COURSES</i></b></h2>
<br>
<div class="row w-100" style=" margin: 0%;">
<div class="col-12 col-lg-4">
<a href="/IT course.html" style="text-decoration: none;">
<div class="card coursescard">
<img src="img/it course.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><b>Information<br>Technology (IT)</b></h5>
</div>
</a>
</div>
</div>
<div class=" col-12 col-lg-4">
<a href="/Biotech.html" style="text-decoration: none;">
<div class="card coursescard">
<img src="img/biotechnology course.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><b>Biotechnology<br>(Bio-informatics)</b></h5>
</div>
</a>
</div>
</div>
<div class="col-12 col-lg-4">
<a href="/eng lang course.html" style="text-decoration: none;">
<div class="card coursescard">
<img src="img/eng lang course.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><b>English <br> Language</b></h5>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- vertical latest news slider and banner -->
<div class="col-12 issue col-sm-12 col-md-4 col-lg-5.8">
<div class="featured-box featured-box-primary"><br><br><br><br>
<img class="img-fluid" src="img/Untitled copy.jpg" alt="">
<div class="box-content ms-5"
style="width:80%; border:1px solid black; border-radius: 10px; margin-top: 30px;">
<h4 class="text-uppercase"
style="background-color:#c5c6c7; font-style: italic; padding: 20px; border-top-left-radius: 10px; text-align: center; justify-content: center; border-top-right-radius: 10px;">
NEWS & LATEST UPDATES</h4>
<marquee scrollamount="2" onMouseOver="this.setAttribute('scrollamount', 0, 0);"
onMouseOut="this.setAttribute('scrollamount', 2, 0)" ;="" direction="up" height="300px">
<div style="font-size:14px; color:#000000; padding: 30px;">
<strong style="color:#0066CC">Dear Parents & Students!</strong><br>
Admissions open for physical classes for the session 2022-23. <br>
<hr size="1">
<strong style="color:#0066CC">Dear Parents & Students!</strong><br>
Please visit our official website www.excellentcoaching.edu.pk and our social media
pages for latest news and updates.<br>
<hr size="1">
<strong style="color:#0066CC">Attention all IX & X Students!</strong><br>
To help you prepare best for your exams, our experts have formulated guess papers
consisting of all the important questions that are expected in the coming board
examinations 2021.<br>
Here are the links to the papers containing important questions.<br>
IX: http://bit.ly/3bpkOep<br>
X: http://bit.ly/31HOAX2<br>
<hr size="1">
<strong style="color:#0066CC">@ExcellentCentreKarimabad: </strong>ADMISSION OPEN in new
groups for IX/X/XI/XII (Sci & Comm).<br>
* Excellent faculty<br>
* Guaranteed excellent results<br>
* Flexible timings<br>
* Transport available<br>
* Most cost effective fee structure<br>
Call now to reserve a seat for yourself 03353062594, 36826389, 36826381<br>
<hr size="1">
<strong style="color:#0066CC">Excellent Coaching Centre is proud to announce the 100%
result of SSC Part - ll. More than 50% of our hard-working students have aced the
exams with A-one and A grades! Many congratulations on the huge success of
Batch-2021.</strong><br>
<hr size="1">
<strong style="color:#0066CC">Dear Students,</strong><br>
All model papers and importants for the session 2021-22 for classes IX/X/XI/XII (Sci and
Comm) are now available in the Download section of our website. Simply log on to
dcc.excellentgroup.edu.pk.<br>
For admission enquiries please call 36826389, 36826381<br>
<hr size="1">
</div>
</marquee>
</div>
</div>
</div>
</div>
</div>
<hr>
<!-- faculty cards -->
<div class="container facultycards">
<input type="radio" name="dot" id="one">
<input type="radio" name="dot" id="two">
<div class="main-card">
<div class="cards">
<div class="card">
<div class="content">
<div class="img">
<img src="https://habib.edu.pk/wp-content/uploads/2014/10/shahid-sheikh.jpg" alt="">
</div>
<div class="details">
<div class="name">Mohammad Shahid Shaikh</div>
<div class="job"> Electrical and Computer Engineering</div>
</div>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="img">
<img src="https://habib.edu.pk/wp-content/uploads/2016/06/Humaira-Qureshi.jpg.jpeg" alt="">
</div>
<div class="details">
<div class="name">Humaira Qureshi</div>
<div class="job">English Language Teacher</div>
</div>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="img">
<img src="https://habib.edu.pk/wp-content/uploads/2015/09/Basit_Memon.jpg" alt="">
</div>
<div class="details">
<div class="name">Abdul Basit Memon</div>
<div class="job">Electrical and Computer Engineering</div>
</div>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
</div>
<div class="cards">
<div class="card">
<div class="content">
<div class="img">
<img src="https://habib.edu.pk/wp-content/uploads/2018/08/abdul-samad-updated.jpg" alt="">
</div>
<div class="details">
<div class="name">Abdul Samad</div>
<div class="job">Computer Science</div>
</div>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="img">
<img src="https://habib.edu.pk/wp-content/uploads/2021/03/Sameena-Shahzaman-190x220-1.png"
alt="">
</div>
<div class="details">
<div class="name">Sameena Shah Zaman</div>
<div class="job">Bio-Science Teacher</div>
</div>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="img">
<img src="https://habib.edu.pk/wp-content/uploads/2017/02/shafayat-abrar-updated.jpg"
alt="">
</div>
<div class="details">
<div class="name">shafayat Abrar</div>
<div class="job">Electrical and Computer Engineering</div>
</div>
<div class="media-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="button">
<label for="one" class=" active one"></label>
<label for="two" class="two"></label>
</div>
</div>
<!-- testimonials carousel -->
<hr>
<div class="row w-100 testimonialmain" style="background-color: #c5c6c7; margin: 0px;">
<h1
style="margin-top: 50px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; color: #45a29e ;">
<b>TESTIMONIALS</b>
</h1>
<div class="col-12 testimonialpic col-md-2 ">
<img src="img/testimonial.jpg"
style="height: 120px; border-radius: 50%; margin-top: 30px; margin-left: 60px;" alt="">
</div>
<div id="carouselId" class="carousel slide col-12 col-md-10 testimonial" data-bs-ride="carousel">
<ol class="carousel-indicators ">
<li data-bs-target="#carouselId" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#carouselId" data-bs-slide-to="1"></li>
<li data-bs-target="#carouselId" data-bs-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox" style="background-color: #c5c6c7;">
<div class="carousel-item active testimonialtext"
style="height: 200px; font-style: italic; margin-top: 70px; font-size: 19px;">
<p style="padding: 0px 70px 0px 70px;">I just take classes from here for IELTS preparation and
Alhamdulillah cleared my test. All this credit goes to excellent faculty, They hired best
teachers for us, which always follows rules and regulation. Coaching management is just awesome,
I'm seeing this coaching the best one in future InshaAllah.
<br>
<b>Abdullah Khan</b><br>
CEO, Pakistan
</p>
</div>
<div class="carousel-item testimonialtext"
style="height: 200px; font-style: italic; margin-top: 70px; font-size: 19px;">
<p style="padding: 0px 70px 0px 70px;">
Excellent is doing all good in IT as well, Life without IT is very complicated, and Excellent
done great work for it, I graduated from Excellent long back.They didn't just provide me IT
skills but lessons of life also.After Diploma, I moved to London and started working in the
banking industry. Now I'm living a good life. Excellent made me confident along with IT skills.
<br>
<b>Zain Abbassi</b><br>
Enterpreneur, London
</p>
</div>
<div class="carousel-item testimonialtext"
style="height: 200px; font-style: italic; margin-top: 70px; font-size: 19px;">
<p style="padding: 0px 70px 0px 70px;">
Excellent is one of the growing centers not only in Pakistan but on other countries as well.I
feel proud to mention that I am the graduate of first batch of Excellent in Pakistan.When I
joined Excellent, I was never clear about my career. It's been more than 13 years that I am
successfully growing in multinational IT industry; and it's all because of Excellent.
<br>
<b>Aqsa Ibrahim</b><br>
</p>
</div>
</div>
</div>
</div>
<!-- why us parallax -->
<div class="row w-100" style="margin: 0px;">
<div class="col-12 parallax">
<div class="container">
<div class="container w-100 " style="padding-top: 50px; margin: 0px; justify-content: center; ">
<h2 class="container box"><b>WHY EXCELLENT</b></h2><br>
</div>
</div>
<div class="container">
<p style="text-align: center; justify-content: center;">
Excellent has achieved such an excellent reputation and success rate by appointing only highly
trained teachers who excel in their fields. Moreover, our routinely updated material and extensive
course ensure that no stone is left unturned in helping students achieving bright future.
</p><br><br>
<div class="row">
<div class="col-md-3 dec">
<img src="img/employee.png">
<h5><b>Most Experienced Faculty</b></h5>
</div>
<div class="col-md-3 dec">
<img src="img/laurel.png">
<h5><b>Highest Rate of Achievements</b></h5>
</div>
<div class="col-md-3 dec">
<img src="img/mission.png">
<h5><b>100% Genuine Results</b></h5>
</div>
<div class="col-md-3 dec">
<img src="img/library.png">
<h5><b>Regularly Updated Material</b></h5>
</div>
</div>
<div class="row">
<div class="col-md-3 dec">
<img src="img/clipboard.png">
<h5><b>High quality Handouts</b></h5>
</div>
<div class="col-md-3 dec">
<img src="img/secretary.png">
<h5><b>Extra Sessions for Weak Students</b></h5>
</div>
<div class="col-md-3 dec">
<img src="img/leadership.png">
<h5><b>Career Guidance Sessions</b></h5>
</div>
<div class="col-md-3 dec">
<img src="img/inventory.png">
<h5><b>Online & offline classes</b></h5>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<footer style="background-color: #c5c6c7;">
<div class="w-100"><br>
<div
style="justify-content: center; text-align: center; background-color: #0b0c10; color: white; padding: 17px;">
<h5>Get your seat booked</h5>
<a href="registrationform.html"> <button class="sign-in">Sign In</button></a>
<p>New candidate? Register here</p>
</div>
<div class="footerimg row w-100" style="color: #c5c6c7; padding: 20px; margin: 0%;">
<div class="col-sm-4">
<img src="img/LOGO2.png" style="width: 250px;"><br><br>
<p>Excellent Coaching center, Franchise Support Office, Suite #159, 5th Floor, Progressive Center,
PECHS Block 6, Main Shahrah-e-Faisal, Karachi, Pakistan. POBOX 98400</p>
<div class="foricon">
<a href="#"><i class="bi bi-facebook"></i></a>
<a href="#"><i class="bi bi-twitter"></i></a>
<a href="#"><i class="bi bi-instagram"></i></a>
<a href="#"><i class="bi bi-youtube"></i></a>
</div>
</div>
<div class="col-sm-3">
<h5 style="color: white;"><b>CONTACT US</b></h5><br>
<a href="" class=" footercontactus" style="text-decoration: none;"><b><i
class="bi bi-telephone"></i> +92 21 65849552</b></a>
<br><br>
<a href="" class=" footercontactus" style="text-decoration: none;"><b><i
class="bi bi-geo-alt-fill"></i> SD-1, Block A North Nazimabad Town, Karachi,
Karachi City, Sindh 74700, Pakistan
</b></a><br><br>
<a href="mailto:[email protected]" class=" footercontactus"
style="text-decoration: none;"><b><i class="bi bi-envelope-fill"></i>
[email protected]</b></a>
</div>
<div class="col-sm-3">
<h5 style="color: white;"><b>QUICK ACCESS</b></h5><br>
<a href="/aboutus.html" class="footerlinks" style="text-decoration: none;"><b>ABOUT
US</b></a><br><br>
<a href="/contactus.html" class="footerlinks" style="text-decoration: none;"><b>CONTACT
DETAILS</b></a><br><br>
<a href="/faculty.html" class="footerlinks"
style="text-decoration: none;"><b>FACULTY</b></a><br><br>
<a href="/registrationform.html" class="footerlinks" style="text-decoration: none;"><b>FORM</b></a>
</div>
<div class="col-sm-2">
<h5 style="color: white;"><b>LIKE US</b></h5><br>
<div class="fb-like" data-href="https://www.facebook.com/ELC.009" data-width=""
data-layout="box_count" data-action="like" data-size="small" data-share="true"></div>
</div>
</div>
<div class="row w-100" style="background-color: #0b0c10; height: 80px; margin: 0%;">
<div class="col-12 col-md-6" style="padding: 18px;">
<img src="img/LOGO.png" height="50px">
</div>
<div class=" col-12 col-md-6" style="padding: 25px; color:grey;">
<p>Copyright © 2022,<a href="" style="color: white; text-decoration: none;">Mahnoor</a>,All rights reserved</p>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.js"
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v13.0"
nonce="39LCxC4V"></script>
<script src="https://code.jquery.com/jquery-3.6.0.js"
integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- javascripting for navbar -->
<script>
const body = document.querySelector("body"),
nav = document.querySelector("nav"),
modeToggle = document.querySelector(".dark-light"),
searchToggle = document.querySelector(".searchToggle"),
sidebarOpen = document.querySelector(".sidebarOpen"),
siderbarClose = document.querySelector(".siderbarClose");
let getMode = localStorage.getItem("mode");
if (getMode && getMode === "dark-mode") {
body.classList.add("dark");
}
// js code to toggle dark and light mode
modeToggle.addEventListener("click", () => {
modeToggle.classList.toggle("active");
body.classList.toggle("dark");
// js code to keep user selected mode even page refresh or file reopen
if (!body.classList.contains("dark")) {
localStorage.setItem("mode", "light-mode");
} else {
localStorage.setItem("mode", "dark-mode");
}
});
// js code to toggle sidebar
sidebarOpen.addEventListener("click", () => {
nav.classList.add("active");
});
body.addEventListener("click", e => {
let clickedElm = e.target;
if (!clickedElm.classList.contains("sidebarOpen") && !clickedElm.classList.contains("menu")) {
nav.classList.remove("active");
}
});
</script>
<!-- javascripting for navbar locating top on scrolling -->
<script>
var header = document.querySelector('.responsivenav');
var origOffsetY = header.offsetTop;
function onScroll(e) {
window.scrollY >= origOffsetY ? header.classList.add('sticky') :
header.classList.remove('responsivenav');
}
document.addEventListener('scroll', onScroll);
</script>
</body>
</html>