-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-contact2.html
512 lines (489 loc) · 24.6 KB
/
page-contact2.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
<!DOCTYPE html>
<html dir="ltr" lang="en">
<!-- Mirrored from kodesolution.com/html/2017/kidspro-html-b5/page-contact2.html by HTTrack Website Copier/3.x [XR&CO'2017], Mon, 22 May 2023 09:48:17 GMT -->
<head>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="KidsPro - Kids Education & Kindergarten School HTML5 Template" />
<meta name="keywords" content="kindergarten,children,kidsschool,school,baby,childschool,academy,course,education," />
<meta name="author" content="ThemeMascot" />
<!-- Page Title -->
<title>KidsPro - Kids Education & Kindergarten School HTML5 Template</title>
<!-- Favicon and Touch Icons -->
<link href="images/favicon.png" rel="shortcut icon" type="image/png">
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
<link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
<!-- Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.min.css" rel="stylesheet" type="text/css">
<link href="css/javascript-plugins-bundle.css" rel="stylesheet"/>
<!-- CSS | menuzord megamenu skins -->
<link href="js/menuzord/css/menuzord.css" rel="stylesheet"/>
<!-- fonts -->
<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=Lobster+Two&family=Lora:ital,wght@0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- CSS | Main style file -->
<link href="css/style-main.css" rel="stylesheet" type="text/css">
<link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-rounded-boxed.css" rel="stylesheet"/>
<!-- CSS | Responsive media queries -->
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. -->
<!-- CSS | Theme Color -->
<link href="css/colors/theme-skin-color-set1.css" rel="stylesheet" type="text/css">
<!-- external javascripts -->
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/javascript-plugins-bundle.js"></script>
<script src="js/menuzord/js/menuzord.js"></script>
<!-- <link href="css/style.css" rel="stylesheet" type="text/css"> -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="tm-container-1230px has-side-panel side-panel-right">
<div class="side-panel-body-overlay"></div>
<div id="side-panel-container" class="dark" data-tm-bg-img="images/side-push-bg.jpg">
<div class="side-panel-wrap">
<div id="side-panel-trigger-close" class="side-panel-trigger"><a href="#"><i class="fa fa-times side-panel-trigger-icon"></i></a></div>
<img class="logo mb-50" src="images/logo-wide.png" alt="Logo">
<p>Lorem ipsum is simply free text dolor sit am adipi we help you ensure everyone is in the right jobs sicing elit, sed do consulting firms Et leggings across the nation tempor.</p>
<div class="widget">
<h4 class="widget-title widget-title-line-bottom line-bottom-theme-colored1">Latest News</h4>
<div class="latest-posts">
<article class="post clearfix pb-0 mb-10">
<a class="post-thumb" href="news-details.html"><img src="images/blog/s1.jpg" alt="images"></a>
<div class="post-right">
<h5 class="post-title mt-0"><a href="news-details.html">Sustainable Construction</a></h5>
<p>Lorem ipsum dolor...</p>
</div>
</article>
<article class="post clearfix pb-0 mb-10">
<a class="post-thumb" href="news-details.html"><img src="images/blog/s2.jpg" alt="images"></a>
<div class="post-right">
<h5 class="post-title mt-0"><a href="news-details.html">Industrial Coatings</a></h5>
<p>Lorem ipsum dolor...</p>
</div>
</article>
<article class="post clearfix pb-0 mb-10">
<a class="post-thumb" href="news-details.html"><img src="images/blog/s3.jpg" alt="images"></a>
<div class="post-right">
<h5 class="post-title mt-0"><a href="news-details.html">Storefront Installations</a></h5>
<p>Lorem ipsum dolor...</p>
</div>
</article>
</div>
</div>
<div class="widget">
<h5 class="widget-title widget-title-line-bottom line-bottom-theme-colored1">Contact Info</h5>
<div class="tm-widget-contact-info contact-info-style1 contact-icon-theme-colored1">
<ul>
<li class="contact-name">
<div class="icon"><i class="flaticon-contact-037-address"></i></div>
<div class="text">John Doe</div>
</li>
<li class="contact-phone">
<div class="icon"><i class="flaticon-contact-042-phone-1"></i></div>
<div class="text"><a href="tel:+510-455-6735">+510-455-6735</a></div>
</li>
<li class="contact-email">
<div class="icon"><i class="flaticon-contact-043-email-1"></i></div>
<div class="text"><a href="mailto:info@yourdomain.com">info@yourdomain.com</a></div>
</li>
<li class="contact-address">
<div class="icon"><i class="flaticon-contact-047-location"></i></div>
<div class="text">3982 Browning Lane Carolyns Circle, California</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="wrapper" class="clearfix">
<!-- Header -->
<header id="header" class="header header-layout-type-header-2rows">
<div class="header-top bg-white section-typo-dark border-bottom-2px">
<div class="container">
<div class="row">
<div class="col-xl-auto header-top-left align-self-center text-center text-xl-start border-left-1px border-right-1px">
<ul class="element contact-info">
<li class="contact-phone"><i class="fa fa-phone font-icon text-theme-colored1 sm-display-block"></i> Tel: +234 567 891 011</li>
<li class="contact-email"><i class="fa fa-envelope font-icon text-theme-colored1 sm-display-block"></i> info@example.com</li>
<li class="contact-address"><i class="fa fa-map font-icon text-theme-colored1 sm-display-block"></i>Excelsior royal school</li>
</ul>
</div>
<div class="col-xl-auto ms-xl-auto header-top-right align-self-center text-center text-xl-end">
<div class="element pt-0 pt-lg-10 pb-0">
<!-- ajax-load/form-appointment.html -->
<a href="#" class="btn btn-theme-colored1 btn-flat btn-sm ajaxload-popup">Make an Appointment</a>
</div>
</div>
</div>
</div>
</div>
<div class="header-nav tm-enable-navbar-hide-on-scroll">
<div class="header-nav-wrapper navbar-scrolltofixed">
<div class="menuzord-container header-nav-container">
<div class="container position-relative">
<div class="row header-nav-col-row">
<div class="col-sm-auto align-self-center">
<a class="menuzord-brand site-brand" href="index.html">
<img class="logo-default logo-1x" src="images/excel.png" alt="Logo">
<img class="logo-default logo-2x retina" src="images/logo-wide%402x.png" alt="Logo">
</a>
</div>
<div class="col col-xl-auto ms-sm-auto pe-0 align-self-center">
<nav id="top-primary-nav" class="menuzord theme-color1" data-effect="fade" data-animation="none" data-align="right">
<ul id="main-nav" class="menuzord-menu onepage-nav">
<li class="active"><a href="index.html">Home</a> </li>
<li><a href="page-about2.html">About</a></li>
<li><a href="page-courses2.html">Courses</a></li>
<li><a href="#team">Teachers</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#news">Blog</a></li>
</ul>
</nav>
</div>
<div class="col-sm-auto align-self-center element text-center text-md-start d-none d-xl-block border-left-3px">
<ul class="styled-icons icon-gray icon-theme-colored1 icon-md icon-circled clearfix pl-30">
<li><a class="social-link" href="#" ><i class="fab fa-facebook"></i></a></li>
<li><a class="social-link" href="#" ><i class="fab fa-twitter"></i></a></li>
<li><a class="social-link" href="#" ><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="row d-block d-xl-none">
<div class="col-12">
<nav id="top-primary-nav-clone" class="menuzord d-block d-xl-none default menuzord-color-default menuzord-border-boxed menuzord-responsive" data-effect="slide" data-animation="none" data-align="right">
<ul id="main-nav-clone" class="menuzord-menu menuzord-right menuzord-indented scrollable">
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Start main-content -->
<div class="main-content-area">
<!-- Section: page title -->
<section class="page-title layer-overlay overlay-dark-9 section-typo-light bg-img-center" data-tm-bg-img="images/bg/bg1.jpg">
<div class="container pt-50 pb-50">
<div class="section-content">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="title">Contact</h2>
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumbs">
<div class="breadcrumbs">
<span><a href="#" rel="home">Home</a></span>
<span><i class="fa fa-angle-right"></i></span>
<span><a href="#">Pages</a></span>
<span><i class="fa fa-angle-right"></i></span>
<span class="active">Page Title</span>
</div>
</nav>
</div>
</div>
</div>
</div>
</section>
<!-- Section: Have Any Question -->
<section class="divider">
<div class="container pt-60 pb-60">
<div class="section-title mb-60">
<div class="row">
<div class="col-md-12">
<div class="esc-heading small-border text-center">
<h3>Have any Questions?</h3>
</div>
</div>
</div>
</div>
<div class="section-content">
<div class="row">
<div class="col-sm-12 col-md-4">
<div class="icon-box text-center iconbox-theme-colored1 animate-icon-on-hover animate-icon-rotate mb-50">
<div class="icon-box-wrapper">
<div class="icon-wrapper mb-30">
<a class="icon icon-type-font-icon icon-dark icon-circled"> <i class="flaticon-contact-044-call-1"></i> </a>
</div>
<div class="icon-text">
<h5 class="icon-box-title mt-0">Phone</h5>
<div class="content"><a href="tel:+123.456.7890">+123.456.7890</a></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="icon-box text-center iconbox-theme-colored1 animate-icon-on-hover animate-icon-rotate mb-50">
<div class="icon-box-wrapper">
<div class="icon-wrapper mb-30">
<a class="icon icon-type-font-icon icon-dark icon-circled"> <i class="flaticon-contact-043-email-1"></i> </a>
</div>
<div class="icon-text">
<h5 class="icon-box-title mt-0">Email</h5>
<div class="content"><a href="mailto:needhelp@yourdomain.com">needhelp@yourdomain.com</a></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="icon-box text-center iconbox-theme-colored1 animate-icon-on-hover animate-icon-rotate mb-50">
<div class="icon-box-wrapper">
<div class="icon-wrapper mb-30">
<a class="icon icon-type-font-icon icon-dark icon-circled"> <i class="flaticon-contact-025-world"></i> </a>
</div>
<div class="icon-text">
<h5 class="icon-box-title mt-0">Address</h5>
<div class="content">66 Broklyn Street USA</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Divider: Contact -->
<section class="divider bg-white-f7">
<div class="container">
<div class="row">
<div class="col-lg-7">
<h2 class="mt-0 mb-0">Interested in discussing?</h2>
<p class="font-size-20">Active & Ready to use Contact Form!</p>
<!-- Contact Form -->
<form id="contact_form" name="contact_form" class="" action="../../../../external.html?link=https://kodesolution.com/html/2017/kidspro-html-b5/includes/sendmail.php" method="post">
<div class="row">
<div class="col-sm-6">
<div class="mb-3">
<label>Name <small>*</small></label>
<input name="form_name" class="form-control" type="text" placeholder="Enter Name">
</div>
</div>
<div class="col-sm-6">
<div class="mb-3">
<label>Email <small>*</small></label>
<input name="form_email" class="form-control required email" type="email" placeholder="Enter Email">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="mb-3">
<label>Subject <small>*</small></label>
<input name="form_subject" class="form-control required" type="text" placeholder="Enter Subject">
</div>
</div>
<div class="col-sm-6">
<div class="mb-3">
<label>Phone</label>
<input name="form_phone" class="form-control" type="text" placeholder="Enter Phone">
</div>
</div>
</div>
<div class="mb-3">
<label>Message</label>
<textarea name="form_message" class="form-control required" rows="5" placeholder="Enter Message"></textarea>
</div>
<div class="mb-3">
<input name="form_botcheck" class="form-control" type="hidden" value="" />
<button type="submit" class="btn btn-flat btn-theme-colored1 text-uppercase mt-10 mb-sm-30 border-left-theme-color-2-4px" data-loading-text="Please wait...">Send your message</button>
<button type="reset" class="btn btn-flat btn-theme-colored3 text-uppercase mt-10 mb-sm-30 border-left-theme-color-2-4px">Reset</button>
</div>
</form>
<!-- Contact Form Validation-->
<script>
(function($) {
$("#contact_form").validate({
submitHandler: function(form) {
var form_btn = $(form).find('button[type="submit"]');
var form_result_div = '#form-result';
$(form_result_div).remove();
form_btn.before('<div id="form-result" class="alert alert-success" role="alert" style="display: none;"></div>');
var form_btn_old_msg = form_btn.html();
form_btn.html(form_btn.prop('disabled', true).data("loading-text"));
$(form).ajaxSubmit({
dataType: 'json',
success: function(data) {
if( data.status == 'true' ) {
$(form).find('.form-control').val('');
}
form_btn.prop('disabled', false).html(form_btn_old_msg);
$(form_result_div).html(data.message).fadeIn('slow');
setTimeout(function(){ $(form_result_div).fadeOut('slow') }, 6000);
}
});
}
});
})(jQuery);
</script>
</div>
<!-- <div class="col-lg-5">
<iframe src="../../../../external.html?link=https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3151.843149788316!2d144.9537131159042!3d-37.81714274201087!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad65d4c2b349649%3A0xb6899234e561db11!2sEnvato!5e0!3m2!1sbn!2sbd!4v1583760510840!5m2!1sbn!2sbd" data-tm-width="100%" height="600" frameborder="0" allowfullscreen=""></iframe>
</div> -->
</div>
</div>
</section>
</div>
<!-- end main-content -->
<!-- Footer -->
<footer id="footer" class="footer divider layer-overlay overlay-dark-8" data-tm-bg-img="images/bg/bg8.jpg">
<div class="footer-widget-area">
<div class="container pt-90 pb-40">
<div class="row">
<div class="col-md-6 col-lg-6 col-xl-4">
<div class="widget tm-widget-contact-info contact-info-style1 contact-icon-theme-colored1">
<div class="thumb">
<img alt="Logo" src="images/logo-wide-white.png">
</div>
<div class="description">203, Envato Labs, Behind Alis Steet, Melbourne, Australia.immersion along the information close the loop on focusing</div>
<ul class="mb-30">
<li class="contact-phone">
<div class="icon"><i class="flaticon-contact-042-phone-1"></i></div>
<div class="text"><a href="tel:+123-456-789">+123-456-789</a></div>
</li>
<li class="contact-email">
<div class="icon"><i class="flaticon-contact-043-email-1"></i></div>
<div class="text"><a href="mailto:contact@yourdomain.com">contact@yourdomain.com</a></div>
</li>
<li class="contact-website">
<div class="icon"><i class="flaticon-contact-035-website"></i></div>
<div class="text"><a target="_blank" href="../../../../external.html?link=http://yourdomain.com/">yourdomain.com</a></div>
</li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-2">
<div class="widget widget_nav_menu">
<h4 class="widget-title">Services</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Our Course</a></li>
<li><a href="#">Pricing Table</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Shop</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-3">
<div class="widget">
<h4 class="widget-title">Twitter Feed</h4>
<div class="twitter-feed list-border clearfix" data-username="Envato" data-count="2"></div>
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-3">
<div class="widget">
<h4 class="widget-title">Opening Hours</h4>
<div class="opening-hours border-dark">
<ul>
<li class="clearfix"> <span> Mon - Tues : </span>
<div class="value"> 6.00 am - 10.00 pm </div>
</li>
<li class="clearfix"> <span> Wednes - Thurs :</span>
<div class="value"> 8.00 am - 6.00 pm </div>
</li>
<li class="clearfix"> <span> Fri :</span>
<div class="value"> 3.00 pm - 8.00 pm </div>
</li>
<li class="clearfix"> <span> Sun : </span>
<div class="value"> Closed </div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="widget dark">
<h5 class="widget-title mb-10">Call Us Now</h5>
<div class="text-gray">
+61 3 1234 5678 <br>
+12 3 1234 5678
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="widget dark">
<h5 class="widget-title mb-10">Connect With Us</h5>
<ul class="styled-icons icon-dark icon-theme-colored1 icon-rounded clearfix">
<li><a class="social-link" href="#" ><i class="fab fa-facebook"></i></a></li>
<li><a class="social-link" href="#" ><i class="fab fa-twitter"></i></a></li>
<li><a class="social-link" href="#" ><i class="fab fa-youtube"></i></a></li>
<li><a class="social-link" href="#" ><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-5 col-lg-5">
<!-- Mailchimp Subscription Form-->
<form id="mailchimp-subscription-form1" class="newsletter-form">
<label for="mce-EMAIL"></label>
<div class="input-group">
<input type="email" id="mce-EMAIL" data-tm-height="45px" class="form-control" placeholder="Your Email" name="EMAIL" value="">
<div class="input-group-append tm-sc-button">
<button type="submit" class="btn btn-theme-colored1 btn-sm" data-tm-height="45px">Subscribe</button>
</div>
</div>
</form>
<!-- Mailchimp Subscription Form Validation-->
<script>
(function($) {
$('#mailchimp-subscription-form1').ajaxChimp({
callback: mailChimpCallBack,
url: '//thememascot.us9.list-manage.com/subscribe/post?u=a01f440178e35febc8cf4e51f&id=49d6d30e1e'
});
function mailChimpCallBack(resp) {
// Hide any previous response text
var $mailchimpform = $('#mailchimp-subscription-form1'),
$response = '';
$mailchimpform.children(".alert").remove();
if (resp.result === 'success') {
$response = '<div class="alert alert-success"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>' + resp.msg + '</div>';
} else if (resp.result === 'error') {
$response = '<div class="alert alert-danger"><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>' + resp.msg + '</div>';
}
$mailchimpform.prepend($response);
}
})(jQuery);
</script>
</div>
</div>
</div>
<div class="footer-bottom" data-tm-bg-color="#2A2A2A">
<div class="container">
<div class="row pt-20 pb-20">
<div class="col-sm-6">
<div class="footer-paragraph">
© 2021 ThemeMascot. All Rights Reserved.
</div>
</div>
<div class="col-sm-6">
<div class="footer-paragraph text-right">
Site Template
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a>
</div>
<!-- end wrapper -->
<!-- Footer Scripts -->
<!-- JS | Custom script for all pages -->
<script src="js/custom.js"></script>
</body>
<!-- Mirrored from kodesolution.com/html/2017/kidspro-html-b5/page-contact2.html by HTTrack Website Copier/3.x [XR&CO'2017], Mon, 22 May 2023 09:48:17 GMT -->
</html>