-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
444 lines (416 loc) · 24.5 KB
/
contact.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Lendex - Personal Portfolio Bootstrap Template</title>
<meta name="robots" content="noindex, follow" />
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico" />
<!-- CSS
============================================ -->
<!-- Vendor CSS (Contain Bootstrap, Icon Fonts) -->
<!-- <link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/vendor/icofont.min.css" /> -->
<!-- Plugin CSS (Global Plugins Files) -->
<!-- <link rel="stylesheet" href="assets/css/plugins/animate.css">
<link rel="stylesheet" href="assets/css/plugins/swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/plugins/venobox.min.css" /> -->
<!-- Style CSS -->
<!-- <link rel="stylesheet" href="assets/css/style.css"> -->
<!-- Minify Version -->
<link rel="stylesheet" href="css/vendor.min.css">
<link rel="stylesheet" href="css/plugins.min.css">
<link rel="stylesheet" href="css/style.min.css">
</head>
<body>
<main class="main-wrapper">
<!-- .....:::::: Start Header Section :::::.... -->
<header class="header-section sticky-header d-none d-lg-block">
<div class="header-wrapper">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col">
<!-- Start Header Logo -->
<a href="index.html" class="header-logo">
<img src="img/113354cc1683318788f8aeb3fb4e31304.png" alt="" style="width:70px; height:80px;">
</a>
<!-- End Header Logo -->
</div>
<div class="col-auto">
<!-- Start Header Menu -->
<ul class="header-nav">
<li><a href="index.html">Home</a></li>
<li class="has-dropdown">
<a href="service-list.html">Service</a>
<ul class="submenu">
<li><a href="service-list.html">Services</a></li>
<li><a href="service-details.html">Service Details</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="blog-list.html">Blog</a>
<ul class="submenu">
<li><a href="blog-list.html">Blog List</a></li>
<li><a href="blog-details.html">Blog Details </a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="#">Pages</a>
<ul class="submenu">
<li><a href="about.html">About Us</a></li>
<li><a href="project-list.html">Project</a></li>
<li><a href="project-details.html">Project Details</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="404-page.html">404 Page</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- End Header Menu -->
</div>
<div class="col">
<div class="header-btn-link text-end">
<a href="contact.html" class="btn btn-sm btn-outline-one icon-space-left">Hire Me <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- .....:::::: End Header Section :::::.... -->
<!-- .....:::::: Start Mobile Header Section :::::.... -->
<div class="mobile-header d-block d-lg-none">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col">
<div class="mobile-logo">
<a href="index.html"><img src="img/113354cc1683318788f8aeb3fb4e31304.png" alt="logo" style="width:40px; height:44px" ></a>
</div>
</div>
<div class="col">
<div class="mobile-action-link text-end">
<a href="#mobile-menu-offcanvas" class="offcanvas-toggle offside-menu"><i class="fa fa-bars"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- .....:::::: Start MobileHeader Section :::::.... -->
<!-- Start Offcanvas Mobile Menu Section -->
<div id="mobile-menu-offcanvas" class="offcanvas offcanvas-rightside offcanvas-mobile-menu-section">
<!-- Start Offcanvas Header -->
<div class="offcanvas-header text-right">
<button class="offcanvas-close"><i class="fa fa-close"></i></button>
</div> <!-- End Offcanvas Header -->
<!-- Start Offcanvas Mobile Menu Wrapper -->
<div class="offcanvas-mobile-menu-wrapper">
<!-- Start Mobile Menu -->
<div class="mobile-menu-bottom">
<!-- Start Mobile Menu Nav -->
<div class="offcanvas-menu">
<ul>
<li>
<a href="index.html"><span>Home</span></a>
</li>
<li>
<a href="#"><span>Services</span></a>
<ul class="mobile-sub-menu">
<li><a href="service-list.html">Service List</a></li>
<li><a href="service-details.html">Service Details</a></li>
</ul>
</li>
<li>
<a href="#"><span>Blog</span></a>
<ul class="mobile-sub-menu">
<li><a href="blog-list.html">Blog List </a></li>
<li><a href="blog-details.html">Blog Details </a></li>
</ul>
</li>
<li>
<a href="#"><span>Pages</span></a>
<ul class="mobile-sub-menu">
<li><a href="about.html">About Us</a></li>
<li><a href="project-list.html">Project</a></li>
<li><a href="project-details.html">Project Details</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="404-page.html">404 Page</a></li>
</ul>
</li>
<li>
<a href="contact.html"><span>Contact</span></a>
</li>
</ul>
</div> <!-- End Mobile Menu Nav -->
</div> <!-- End Mobile Menu -->
<!-- Start Mobile contact Info -->
<div class="mobile-contact-info text-center">
<ul class="social-link">
<li><a target="_blank" href="https://example.com"><i class="fa fa-facebook"></i></a>
</li>
<li><a target="_blank" href="https://example.com"><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" href="https://example.com"><i class="fa fa-skype"></i></a></li>
</ul>
</div>
<!-- End Mobile contact Info -->
</div> <!-- End Offcanvas Mobile Menu Wrapper -->
</div>
<!-- ...:::: End Offcanvas Mobile Menu Section:::... -->
<!-- Offcanvas Overlay -->
<div class="offcanvas-overlay"></div>
<!-- ...::: Start Breadcrumb Section :::... -->
<div class="breadcrumb-section section-bg overflow-hidden pos-relative">
<div class="breadcrumb-shape-top-left"></div>
<div class="breadcrumb-shape-bottom-right"></div>
<div class="breadcrumb-box">
<div class="container">
<div class="row">
<div class="col-12">
<div class="breadcrumb-content">
<h2 class="title">Contact Me</h2>
<ul class="breadcrumb-link">
<li><a href="index.html">Home</a></li>
<li class="active" aria-current="page">Contact</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ...::: End Breadcrumb Section :::... -->
<!-- ...::: Start Contact Section :::... -->
<div class="contact-section section-gap-tb-165">
<div class="contact-box pos-relative">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Start Map Area-->
<div class="map">
<div class="gmap-box">
<iframe id="gmap_canvas" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d52920.14847526831!2d71.52436927777623!3d34.00513620935457!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x38d917bed214ac47%3A0x863ea51364c7133e!2sSaddar%20Rd%2C%20Peshawar%20Cantonment%2C%20Peshawar%2C%20Khyber%20Pakhtunkhwa%2C%20Pakistan!5e0!3m2!1sen!2s!4v1652609397267!5m2!1sen!2s"></iframe>
</div>
</div>
<!-- End Map Area -->
</div>
</div>
<div class="row flex-lg-row flex-column-reverse">
<div class="col-lg-4">
<div class="contact-sidebar-wapper">
<div class="contact-sidebar">
<!-- Start Project Sidebar Item -->
<ul class="contact-sidebar-list-item">
<!-- Start contact Single Box -->
<li class="contact-sidebar-single-box">
<h6 class="title-text">Phone:</h6>
<a href="tel:+923239112233" class="link">+92 3239112233</a>
</li>
<!-- End contact Single Box -->
<!-- Start contact Single Box -->
<li class="contact-sidebar-single-box">
<h6 class="title-text">Email:</h6>
<a href="mailto:[email protected]" class="link">[email protected]</a>
</li>
<!-- End contact Single Box -->
<!-- Start contact Single Box -->
<li class="contact-sidebar-single-box">
<h6 class="title-text">Website:</h6>
<a href="https://www.dotdevelops.com" class="link">www.dotdevelops.com</a>
</li>
<!-- End contact Single Box -->
<!-- Start contact Single Box -->
<li class="contact-sidebar-single-box">
<h6 class="title-text">Address:</h6>
<span class="text">Gulabad No.2 saddar cantt</span>
</li>
<!-- End contact Single Box -->
</ul>
<!-- End Project Sidebar Item -->
</div>
<!-- Start Sidebar Widget Single Item - Social Widgets -->
<div class="sidebar-widget-single-area ">
<h3 class="title">Follow Me</h3>
<ul class="social-link">
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-dribbble"></i></a></li>
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<!-- End Sidebar Widget Single Item - Social Widgets -->
</div>
</div>
<div class="col-lg-7 offset-lg-1">
<div class="contact-form-wrapper section-mt-165">
<!-- Start Section Content -->
<div class="content">
<span class="section-tag">Get In Touch</span>
<h2 class="title">If you have any porject or need help. Contact me</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting emndustry lorem Ipsum
has been the industry's standard dummy text ever since the 1500s, when an unknown print
only five centuries, but also the leap into electronic.</p>
</div>
<!-- End Section Content -->
<!-- Start Contact Form Box -->
<div class="contact-form-box">
<form id="contact-form" class="default-form contact-form" action="contact_mail.php" method="post">
<div class="row mb-n6">
<div class="col-xl-6 mb-6">
<div class="default-form-group">
<input name="name" type="text" placeholder="Name" required>
</div>
</div>
<div class="col-xl-6 mb-6">
<div class="default-form-group">
<input name="email" type="email" placeholder="Email" required>
</div>
</div>
<div class="col-xl-6 mb-6">
<div class="default-form-group">
<input name="phone" type="tel" placeholder="Phone" required>
</div>
</div>
<div class="col-xl-6 mb-6">
<div class="default-form-group">
<input name="subject" type="text" placeholder="Subject" required>
</div>
</div>
<div class="col-xl-12 mb-6">
<div class="default-form-group">
<textarea name="message" placeholder="Comment" required></textarea>
</div>
</div>
<div class="col-12 mb-6">
<div class="default-form-group tex-center">
<button type="submit" class="btn btn-lg btn-outline-one" onClick="sendContact();">Submit Message</button>
</div>
</div>
<p class="form-messege"></p>
</div>
</form>
</div>
<!-- End Contact Form Box -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ...::: End Contact Section :::... -->
<!-- ...::: Start Footer Section :::... -->
<footer class="footer-section section-bg overflow-hidden pos-relative">
<div class="footer-inner-shape-top-left"></div>
<div class="footer-inner-shape-top-right"></div>
<div class="footer-section-top section-gap-t-165">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Start Section Content -->
<div class="section-content pos-relative text-center">
<span class="section-tag">Get Latest Updates</span>
<h2 class="section-title">Subscribe For Newsletter</h2>
</div>
<!-- End Section Content -->
</div>
</div>
<div class="footer-top-wrapper text-center">
<div class="row">
<div class="col-12">
<form action="#" class="footer-newsletter">
<input type="email" placeholder="[email protected]">
<button class="submit-btn" type="submit">Subscribe Now</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer-center section-gap-tb-165">
<div class="container">
<div class="row justify-content-between align-items-center mb-n5">
<div class="col-auto mb-5">
<!-- Start Single Footer Info -->
<div class="footer-single-info">
<a href="tel:+923239112233" class="info-box">
<span class="icon"><i class="fa fa-phone"></i></span>
<span class="text">+92 323 9112233</span>
</a>
</div>
<!-- Start Single Footer Info -->
</div>
<div class="col-auto mb-5">
<!-- Start Single Footer Info -->
<div class="footer-single-info">
<a href="mailto:[email protected]" class="info-box">
<span class="icon"><i class="fa fa-envelope-open"></i></span>
<span class="text">[email protected]</span>
</a>
</div>
<!-- Start Single Footer Info -->
</div>
<div class="col-auto mb-5">
<!-- Start Single Footer Info -->
<div class="footer-single-info">
<ul class="social-link">
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-dribbble"></i></a></li>
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<!-- Start Single Footer Info -->
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row justify-content-center justify-content-md-between align-items-center flex-column-reverse flex-md-row">
<div class="col-auto">
<div class="footer-copyright">
<p class="copyright-text">© 2022 <a href="index.html">harisdev</a> Made by <a href="index.html" target="_blank">Haris Khan</a> </p>
</div>
</div>
<div class="col-auto">
<a href="index.html" class="footer-logo">
<div class="logo">
<img src="img/113354cc1683318788f8aeb3fb4e31304.png" alt="" height="70px" width="60px">
</div>
</a>
</div>
</div>
</div>
</div>
</footer>
<!-- ...::: End Footer Section :::... -->
<!-- material-scrolltop button -->
<button class="material-scrolltop" type="button"></button>
</main>
<!-- Global Vendor, plugins JS -->
<!-- JS Files
============================================ -->
<!-- Global Vendor, plugins JS -->
<!-- Vendor JS -->
<!-- <script src="assets/js/vendor/modernizr-3.11.2.min.js"></script>
<script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
<script src="assets/js/vendor/jquery-migrate-3.3.2.min.js"></script>
<script src="assets/js/vendor/bootstrap.bundle.min.js"></script> -->
<!--Plugins JS-->
<!-- <script src="assets/js/plugins/swiper-bundle.min.js"></script>
<script src="assets/js/plugins/jquery.appear.min.js"></script>
<script src="assets/js/plugins/venobox.min.js"></script>
<script src="assets/js/plugins/jquery.waypoints.js"></script>
<script src="assets/js/plugins/images-loaded.min.js"></script>
<script src="assets/js/plugins/isotope.pkgd.min.js"></script>
<script src="assets/js/plugins/counter.js"></script>
<script src="assets/js/plugins/ajax-mail.js"></script>
<script src="assets/js/plugins/material-scrolltop.js"></script> -->
<!-- Minify Version -->
<script src="js/vendor.min.js"></script>
<script src="js/plugins.min.js"></script>
<script src="https://use.fontawesome.com/ea29d6119c.js"></script>
<!--Main JS (Common Activation Codes)-->
<script src="js/main.js"></script>
</body>
</html>