-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
462 lines (339 loc) · 18.3 KB
/
contactus.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
<!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>Contact us</title>
<link rel="icon" href="img/LOGO.png" type="image/png" sizes="30x30">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
<!-- ===== CSS ===== -->
<link rel="stylesheet" href="style.css">
<!-- ===== 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="contactus.css">
<!-- bootstrap tag of icon -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
</head>
<body>
<!-- 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>
<!-- contact us main heading -->
<div class="container-fluid" style="background-color: #45a29e; padding: 30px; margin-top:80px ;">
<h1 style="color: white; justify-content: center; text-align: center;"><b>CONTACT US</b></h1>
</div>
<!-- our campus -->
<div class="container">
<div class="container w-100 " style="padding-top: 100px; margin: 0px; justify-content: center; ">
<h2 class="container box"><b>OUR CAMPUSES</b></h2>
</div>
</div>
<div class="row w-100 campuses" style=" margin: 0px;">
<div class="col-md-4">
<h5><b>DHA Phase 6 Campus (Head Office)</b></h5>
50C, Shahbaz lane 4, D.H.A Phase 6, Defence Housing <br> Authority, Karachi, <br>
021-35893385 / 35388455 / 35386815 / 0302- <br>2545809
</div>
<div class="col-md-4">
<h5><b>DHA Phase 4 Campus</b></h5>
73-C, 9th Commercial Street, Phase 4, DHA, Karachi. <br>
021-35887865 / 0331 3730363
</div>
<div class="col-md-4">
<h5><b>Gulshan Campus</b></h5>
E4, First Floor, Maqbool Heights, Main NIPA Chowrangi, <br> Above Mobile World. Block 10, Gulshan-e-Iqbal, Karachi. <br>
021-34989588 / 34993726 / 34993996 / 0321-9289588
</div>
</div>
<div class="row w-100 campuses" style="padding-top: 0px; margin: 0px;">
<div class="col-md-4">
<h5><b>Bahadurabad Campus</b></h5>
Mezzanine Floor, Alamgir Heights, Alamgir Road, Near <br> Sharfabad Chowrangi, Bahadurabad, Karachi. <br>
021-34911161/ 34921180 / 0303-2267893
</div>
<div class="col-md-4">
<h5><b>North Nazimabad Campus I</b></h5>
C-17, Block I, 5-Star Chowrangi, Near Depilex Beauty <br> Parlor, North Nazimabad, Karachi. <br>
021-36631160 / 36634284 / 0321-2333114
</div>
<div class="col-md-4">
<h5><b>North Nazimabad Campus II</b></h5>
2nd Floor Saima Paari View, B-99 Block H, North <br> Nazimabad, near Donisl Snacks. <br>
021-36641888/ 366418889 / 03332867446-7
</div>
</div>
<div class="row w-100 campuses" style="padding-top: 0px; margin: 0px;">
<div class="col-md-4">
<h5><b>North Karachi (UP More Campus)</b></h5>
A-985 Sector 11-B Second floor Main U.P More bus stop <br> North Karachi ,Karachi <br>
021-36932266 / 0311-2299282 / 0322-2685558
</div>
</div>
<br>
<!-- map -->
<div class="container-fluid w-100" style="margin: 0px;">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3612.320532273119!2d68.53447034999571!3d25.124852040719762!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x394c3f79ffcbea87%3A0x8cbe72d8e81036a7!2sExcellent%20Coaching%20Centre%2C%20Tando%20Muhammad%20Khan!5e0!3m2!1sen!2s!4v1650225211314!5m2!1sen!2s" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<br>
<br>
<!-- contactus form -->
<div class="container">
<div class="container" style="margin-top: 50px; border-radius: 40px; margin: 0px; background-color: #45a29e;">
<div class="row" style="margin-top: 0px; padding: 0px;">
<form class="needs-validation col-12 col-md-8" onsubmit="user()" action="index.html" method="get" novalidate style="color:#0b0c10; padding: 60px;">
<div class="form-row row">
<div class="col-12 col-md-6 ">
<label for="validationCustom01">First name</label>
<input type="text" class="form-control" id="validationCustom01" name="firstname" placeholder="First name"
required>
<div class="valid-feedback">
<!-- Looks good! -->
</div>
</div>
<div class="col-12 col-md-6">
<label for="validationCustom02">Last name</label>
<input type="text" name="lastname" class="form-control" id="validationCustom02" placeholder="Last name"
required>
<div class="valid-feedback">
<!-- Looks good! -->
</div>
</div>
</div>
<div class="form-row row">
<div class="col-12 col-md-6">
<label for="validationCustomUsername">Username</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text" id="inputGroupPrepend">@</span>
</div>
<input type="email" class="form-control" id="validationCustomUsername" placeholder="Username"
aria-describedby="inputGroupPrepend" name="username" required>
<div class="invalid-feedback">
Please choose a username.
</div>
</div>
</div>
<div class="col-12 col-md-6 ">
<label for="validationCustom03">Mobile Number</label>
<input type="number" name="number" class="form-control" id="validationCustom03" placeholder="Phone Number" required>
<div class="invalid-feedback">
Please provide a valid phone number.
</div>
</div>
<div>
<div class="col-12 col-md-12 ">
<label for="validationCustom04">Subject</label>
<input type="text" name="subject" class="form-control" id="validationCustom04" required>
</div>
</div>
<div class="row">
<div class="col-12 col-md-12">
<label for="validationCustom05">Message</label>
<input type="text" name="message" class="form-control" id="validationCustom05" required style="height: 200px;">
<div class="invalid-feedback">
Let us know your problem!
</div>
</div>
</div>
<div class="row">
<button class="btn col-12 col-md-3" style="background-color: #66fcf1; z-index: 3; margin-top: 20px; margin-left: 12px; " type="submit"><b>Submit form</b></button>
</div>
</form>
</div>
<div class="col-12 col-md-4 sidenavigations">
<h1 class="sidenavigationh1" style=" text-align: center; justify-content: center;color: #66fcf1; padding-top: 60px;"><b>CONTACT US</b></h1><hr>
<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><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<br><br>
<a href="" class=" footercontactus" style="text-decoration: none;"><b><i class="bi bi-telephone"></i> +92 21 65849552</b></a>
</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>
<!-- 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>
<!-- contact us form javascripting -->
<script>
// Example starter JavaScript for disabling form submissions if there are invalid fields
(function () {
'use strict';
window.addEventListener('load', function () {
// Fetch all the forms we want to apply custom Bootstrap validation styles to
var forms = document.getElementsByClassName('needs-validation');
// Loop over them and prevent submission
var validation = Array.prototype.filter.call(forms, function (form) {
form.addEventListener('submit', function (event) {
if (form.checkValidity() === false) {
event.preventDefault();
event.stopPropagation();
}
form.classList.add('was-validated');
}, false);
});
}, false);
})();
</script>
<!-- form submit alert -->
<script>
function user(){
alert("Thanks For Contacting us,we will get back to you shortly");}
</script>
</body>
</html>