-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
542 lines (484 loc) · 32.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="description" content="Template design for AzCreativeWorld">
<meta name="author" content="Mian Zaid Bin Khalid">
<title>::.. Home ..::</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="custom/css/animate.min.css" rel="stylesheet">
<link href="custom/css/hover-min.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="themes/assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="custom/font-awesome/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="custom/css/kwicks-slider.css" type="text/css">
<link rel="stylesheet" href="custom/css/colorbox.css" type="text/css">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="custom/css/style.css" type="text/css">
<link rel="stylesheet" href="custom/css/responsive.css" type="text/css">
</head>
<body>
<div id="creativeWrapper">
<!--Header Start here-->
<header id="home">
<div class="header">
<div class="text-center text-uppercase">
<a href="index.html" class="logo"><img src="custom/images/logo.png" alt="logo"></a>
<div class="brand-name">ABBAS JAFFRI</div>
</div>
<nav class="navbar navbar-inverse" id="nav">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#creative-nav" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="creative-nav">
<ul class="nav nav-pills nav-justified">
<li><a href="#home">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#aj_brand">AJ BRANDS</a></li>
<li><a href="#aj_journal">AJ JOURNAL</a></li>
<li><a href="#aj_album">AJ ALBUM</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div> <!--/.header-->
</header>
<!--Header END here-->
<!--Carousel section Start here-->
<section class="sec_one_z">
<div id="custom_carousel" class="carousel slide" data-ride="carousel" data-interval="2500">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div class="container-fluid">
<div class="row">
<div class="img-1"></div>
<div class="carousel-caption">
<h1 data-animation="animated slideInRight">The Fashion World</h1>
<p data-animation="animated zoomInLeft">Fashion is not about what you wear.</p>
<p data-animation="animated zoomIn">It's about how you carry it.</p>
<p><a href="https://github.com/AzCreativeWorld/CreativeWorld-Zdemo/archive/master.zip" class="btn btn-brand hvr-icon-wobble-horizontal" data-animation="animated bounce">Download Landing Page</a></p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="container-fluid">
<div class="row">
<div class="img-2"></div>
<div class="carousel-caption">
<h1 data-animation="animated slideInRight">The Fashion World</h1>
<p data-animation="animated zoomInLeft">Fashion is not about what you wear.</p>
<p data-animation="animated zoomIn">It's about how you carry it.</p>
<p><a href="https://github.com/AzCreativeWorld/CreativeWorld-Zdemo/archive/master.zip" class="btn btn-brand hvr-icon-wobble-horizontal" data-animation="animated bounce">Download Landing Page</a></p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="container-fluid">
<div class="row">
<div class="img-3"></div>
<div class="carousel-caption">
<h1 data-animation="animated slideInRight">The Fashion World</h1>
<p data-animation="animated zoomInLeft">Fashion is not about what you wear.</p>
<p data-animation="animated zoomIn">It's about how you carry it.</p>
<p><a href="https://github.com/AzCreativeWorld/CreativeWorld-Zdemo/archive/master.zip" class="btn btn-brand hvr-icon-wobble-horizontal" data-animation="animated bounce">Download Landing Page</a></p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="container-fluid">
<div class="row">
<div class="img-4"></div>
<div class="carousel-caption">
<h1 data-animation="animated slideInRight">The Fashion World</h1>
<p data-animation="animated zoomInLeft">Fashion is not about what you wear.</p>
<p data-animation="animated zoomIn">It's about how you carry it.</p>
<p><a href="https://github.com/AzCreativeWorld/CreativeWorld-Zdemo/archive/master.zip" class="btn btn-brand hvr-icon-wobble-horizontal" data-animation="animated bounce">Download Landing Page</a></p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="container-fluid">
<div class="row">
<div class="img-5"></div>
<div class="carousel-caption">
<h1 data-animation="animated slideInRight">The Fashion World</h1>
<p data-animation="animated zoomInLeft">Fashion is not about what you wear.</p>
<p data-animation="animated zoomIn">It's about how you carry it.</p>
<p><a href="https://github.com/AzCreativeWorld/CreativeWorld-Zdemo/archive/master.zip" class="btn btn-brand hvr-icon-wobble-horizontal" data-animation="animated swing">Download Landing Page</a></p>
</div>
</div>
</div>
</div>
<div class="item">
<div class="container-fluid">
<div class="row">
<div class="img-6"></div>
<div class="carousel-caption">
<h1 data-animation="animated slideInRight">The Fashion World</h1>
<p data-animation="animated zoomInLeft">Fashion is not about what you wear.</p>
<p data-animation="animated zoomIn">It's about how you carry it.</p>
<p><a href="https://github.com/AzCreativeWorld/CreativeWorld-Zdemo/archive/master.zip" class="btn btn-brand hvr-icon-wobble-horizontal" data-animation="animated bounce">Download Landing Page</a></p>
</div>
</div>
</div>
</div>
<!-- End Item -->
</div>
<!-- End Carousel Inner -->
<div class="controls">
<ul class="nav">
<li data-target="#custom_carousel" data-slide-to="0" class="active">
<a href="javascript:void(0);"><img src="custom/images/main-slider/slider-thumb-1.jpg" alt="slider thumb 1"></a>
</li>
<li data-target="#custom_carousel" data-slide-to="1">
<a href="javascript:void(0);"><img src="custom/images/main-slider/slider-thumb-2.jpg" alt="slider thumb 2"></a>
</li>
<li data-target="#custom_carousel" data-slide-to="2">
<a href="javascript:void(0);"><img src="custom/images/main-slider/slider-thumb-3.jpg" alt="slider thumb 3"></a>
</li>
<li data-target="#custom_carousel" data-slide-to="3">
<a href="javascript:void(0);"><img src="custom/images/main-slider/slider-thumb-4.jpg" alt="slider thumb 4"></a>
</li>
<li data-target="#custom_carousel" data-slide-to="4">
<a href="javascript:void(0);"><img src="custom/images/main-slider/slider-thumb-5.jpg" alt="slider thumb 5"></a>
</li>
<li data-target="#custom_carousel" data-slide-to="5">
<a href="javascript:void(0);"><img src="custom/images/main-slider/slider-thumb-6.jpg" alt="slider thumb 6"></a>
</li>
</ul>
</div>
</div> <!-- /.Carousel -->
</section> <!--section end here-->
<!--Carousel Section end here-->
<!--About Section Start here-->
<section class="sec_two_z" id="about">
<div class="container">
<div class="row">
<div class="about_sec">
<h1><span>About AJ</span></h1>
<div class="col-sm-4 col-md-4 text-center">
<img src="custom/images/about.jpg" class="" alt="about">
</div> <!--/.col-md-4-->
<div class="col-sm-8 col-md-8">
<div class="well">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div> <!--/.col-md-8-->
<div class="clearfix"></div>
</div> <!--/.about_sec-->
</div> <!--/.row-->
</div> <!--/.container-->
</section> <!--/.sec_two_z-->
<!--About Section end here-->
<!--Brand Image Section Start here-->
<section class="sec_three_z" id="aj_brand">
<div class="heading_bg">
<div class="container">
<div class="row">
<div class="brands_sec">
<h1><span>AJ Brands</span></h1>
</div> <!--/.brands_sec-->
</div> <!--/.row-->
</div> <!--/.container-->
</div> <!--/.heading_bg-->
<div class="container">
<div class="row">
<div class="brands_sec">
<div class="well">
<div class="col-xs-offset-2 col-md-9">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.</p>
</div>
<div class="clearfix"></div>
</div> <!--/.well-->
<div class="brand_gallery">
<ul class="nav_brand">
<li><a href="custom/images/brands/brand-img-1.jpg" class="hvr-trim group1"><img src="custom/images/brands/brand-img-1.jpg" alt="brand image 1" class=""></a></li>
<li><a href="custom/images/brands/brand-img-2.jpg" class="hvr-trim group1"><img src="custom/images/brands/brand-img-2.jpg" alt="brand image 2" class=""></a></li>
<li><a href="custom/images/brands/brand-img-3.jpg" class="hvr-trim group1"><img alt="brand image 3" src="custom/images/brands/brand-img-3.jpg" class=""></a></li>
<li><a href="custom/images/brands/brand-img-4.jpg" class="hvr-trim group1"><img alt="brand image 4" src="custom/images/brands/brand-img-4.jpg" class=""></a></li>
<li><a href="custom/images/brands/brand-img-5.jpg" class="hvr-trim group1"><img alt="brand image 5" src="custom/images/brands/brand-img-5.jpg" class=""></a></li>
<li><a href="custom/images/brands/brand-img-6.jpg" class="hvr-trim group1"><img alt="brand image 6" src="custom/images/brands/brand-img-6.jpg" class=""></a></li>
<li><a href="custom/images/brands/brand-img-7.jpg" class="hvr-trim group1"><img alt="brand image 7" src="custom/images/brands/brand-img-7.jpg" class=""></a></li>
<li><a href="custom/images/brands/brand-img-8.jpg" class="hvr-trim group1"><img alt="brand image 1" src="custom/images/brands/brand-img-8.jpg" class=""></a></li>
</ul> <!--/.nav_brand-->
</div> <!--/.brand_gallery-->
</div>
</div> <!--/.row-->
</div> <!--/.container-->
</section> <!--/.sec_three_z-->
<!--Brand Image Section end here-->
<!--Journal Aj Section Start here-->
<section class="sec_four_z" id="aj_journal">
<div class="container">
<div class="row">
<div class="journal_sec">
<h1><span>AJ JOURNAL</span></h1>
<div class="well">
<div class="col-xs-offset-2 col-md-9">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.</p>
</div>
<div class="clearfix"></div>
</div> <!--/.well-->
</div> <!--/.journal_sec-->
</div> <!--/.row-->
</div> <!--/.container-->
<div class="flexslider">
<ul class="slides">
<li><img src="custom/images/slider/aj1.jpg" alt="" > <span>Abbas1</span></li>
<li><img src="custom/images/slider/aj2.jpg" alt="" > <span>Abbas2</span></li>
<li><img src="custom/images/slider/aj3.jpg" alt="" > <span>Abbas3</span></li>
<li><img src="custom/images/slider/aj4.jpg" alt="" > <span>Abbas4</span></li>
<li><img src="custom/images/slider/aj5.jpg" alt="" > <span>Abbas5</span></li>
</ul>
</div>
<span id="responsiveFlag"></span>
</section> <!--/.sec_four_z-->
<!--Journal Aj Section Start here-->
<!--Testimonial Aj Section Start here-->
<section class="sec_five_z" id="sec_five">
<div class="testimonial_bg">
<div class="container">
<div class="row">
<div class="testimonial_sec">
<div data-ride="carousel" class="carousel slide" id="testimonial">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#testimonial" data-slide-to="0" class="active"></li>
<li data-target="#testimonial" data-slide-to="1"></li>
<li data-target="#testimonial" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div role="listbox" class="carousel-inner">
<div class="item">
<div class="testimonial_content_z">
<p>Lorem Ipsum is simply dummy text of the printing and typesettin Lorem Ipsum is simply dummy text of the printing and typesettin Lorem Ipsum is simply dummy text of the printing and typesettin</p>
<small>Umer Bin Khalid <img src="custom/images/thumb-1.jpg" alt="thumb 1" class="img-circle"></small>
</div> <!--/.testimonial_content_z-->
</div>
<div class="item active">
<div class="testimonial_content_z">
<p>Lorem Ipsum is simply dummy text of the printing and typesettin Lorem Ipsum is simply dummy text of the printing and typesettin Lorem Ipsum is simply dummy text of the printing and typesettin</p>
<small>Zohaib Bin Khalid <img alt="thumb 2" src="custom/images/thumb-2.jpg" class="img-circle"></small>
</div> <!--/.testimonial_content_z-->
</div>
<div class="item">
<div class="testimonial_content_z">
<p>Lorem Ipsum is simply dummy text of the printing and typesettin Lorem Ipsum is simply dummy text of the printing and typesettin Lorem Ipsum is simply dummy text of the printing and typesettin.</p>
<small>Zaid Bin Khalid <img alt="thumb 3" src="custom/images/thumb-3.jpg" class="img-circle"></small>
</div> <!--/.testimonial_content_z-->
</div>
</div>
<!-- Controls -->
<!--<a data-slide="prev" role="button" href="#testimonial" class="left carousel-control">
<span aria-hidden="true" class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a data-slide="next" role="button" href="#testimonial" class="right carousel-control">
<span aria-hidden="true" class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>-->
</div>
</div> <!--/.testimonial_sec-->
</div> <!--/.row-->
</div> <!--/.container-->
</div> <!--/.testimonial_bg-->
</section>
<!--Testimonial Aj Section END here-->
<!-- Album Aj Detail Section Start here -->
<div class="album_detail">
<a href="javascript:void(0);" class="pull-right" id="cancle"><i class="fa fa-3x fa-times-circle"></i></a>
<div class="clearfix"></div>
<div class="col-md-7" id="product_one">
<div id="album_detail_carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#album_detail_carousel" data-slide-to="0" class="active"></li>
<li data-target="#album_detail_carousel" data-slide-to="1"></li>
<li data-target="#album_detail_carousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="custom/images/album/aj1.jpg" class="img-responsive" alt="Projucts Image">
</div>
<div class="item">
<img src="custom/images/album/aj2.jpg" class="img-responsive" alt="Projucts Image">
</div>
<div class="item">
<img src="custom/images/album/aj3.jpg" class="img-responsive" alt="Projucts Image">
</div>
</div>
</div> <!--/.album_detail_carousel-->
</div> <!--/ .col-md-7-->
<div class="col-md-5">
<h1>MY ALBUM</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae. Sed dui lorem, adipiscing in adipiscing et, interdum nec metus. Mauris ultricies, justo eu convallis placerat, felis enim.</p>
<p><i class="fa fa-user"></i> Mian Zaid<br><i class="fa fa-envelope-square"></i> [email protected]<br><i class="fa fa-phone-square"></i> +92-324-4767220</p>
<div class="col-md-12 text-right social_icons">
<a href="javascript:void(0);" target="_blank"><i class="fa fa-2x fa-facebook-square"></i></a>
<a href="javascript:void(0);" target="_blank"><i class="fa fa-2x fa-twitter-square"></i></a>
<a href="javascript:void(0);" target="_blank"><i class="fa fa-2x fa-google-plus-square"></i></a>
<a href="javascript:void(0);" target="_blank"><i class="fa fa-2x fa-linkedin-square"></i></a>
</div> <!--/ .social_icons-->
</div> <!--/ .col-md-5-->
<div class="clearfix"></div>
</div> <!--/ .album_detail-->
<!-- Album Aj Detail Section Start here -->
<!--Album Aj Section Start here-->
<section class="sec_six_z" id="aj_album">
<div class="container">
<div class="row">
<div class="album_sec">
<h1><span>AJ Album</span></h1>
<div class="col-sm-4 col-md-4 text-center">
<a href="#album" class="hvr-bounce-in album"><img alt="AJ Album" src="custom/images/album/album-thumb-1.jpg" class="img-thumbnail img-circle"></a>
<h4>Lorem Lpsum</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
<div class="col-sm-4 col-md-4 text-center">
<a href="#album" class="hvr-bounce-in album"><img alt="AJ Album" src="custom/images/album/album-thumb-2.jpg" class="img-thumbnail img-circle"></a>
<h4>Lorem Lpsum</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
<div class="col-sm-4 col-md-4 text-center">
<a href="#album" class="hvr-bounce-in album"><img alt="AJ Album" src="custom/images/album/album-thumb-3.jpg" class="img-thumbnail img-circle"></a>
<h4>Lorem Lpsum</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
<div class="clearfix"></div>
</div> <!--/.album_sec-->
</div> <!--/.row-->
</div> <!--/.container-->
</section> <!--/.sec_six_z-->
<!--Album Aj Section END here-->
<!--Compatitors Aj Section Start here-->
<section class="sec_seven_z" id="sec_six">
<div class="container">
<div class="row">
<div class="competitors_sec">
<ul>
<li class="hvr-ripple-in"><a href="#"><img alt="logo9" src="custom/images/clients/logo9.png"></a></li>
<li class="hvr-ripple-in"><a href="#"><img alt="logo10" src="custom/images/clients/logo10.png"></a></li>
<li class="hvr-ripple-in"><a href="#"><img alt="logo11" src="custom/images/clients/logo11.png"></a></li>
<li class="hvr-ripple-in last"><a href="#"><img alt="logo12" src="custom/images/clients/logo12.png"></a></li>
<li class="hvr-ripple-in"><a href="#"><img alt="logo10" src="custom/images/clients/logo10.png"></a></li>
<li class="hvr-ripple-in"><a href="#"><img alt="logo9" src="custom/images/clients/logo9.png"></a></li>
<li class="hvr-ripple-in"><a href="#"><img alt="logo12" src="custom/images/clients/logo12.png"></a></li>
<li class="hvr-ripple-in last"><a href="#"><img alt="logo11" src="custom/images/clients/logo11.png"></a></li>
</ul>
</div> <!--/.competitors_sec-->
</div> <!--/.row-->
</div> <!--/.container-->
</section> <!--/.sec_seven_z-->
<!--Compatitors Aj Section END here-->
<!--ContactUs Aj Section END here-->
<section class="sec_eight_z" id="contact">
<div class="container-fluid">
<div class="row">
<div class="contact_us">
<h1><span>Contact Us</span></h1>
</div> <!--/.contact_us-->
</div> <!--/.row-->
</div> <!--/.container-->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d108883.7996419805!2d74.33001305!3d31.479672500000003!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39190483e58107d9%3A0xc23abe6ccc7e2462!2sLahore%2C+Pakistan!5e0!3m2!1sen!2s!4v1415835666810"></iframe>
<div class="form_container">
<div class="text-center" id="msg"></div>
<form role="form" method="post" id="contact-form" onSubmit="return false;">
<div class="form-group">
<label>Your Name</label>
<input type="text" required placeholder="Your name" name="name" class="form-control">
</div>
<div class="form-group">
<label>Email address</label>
<input type="email" required placeholder="Enter email" name="email" class="form-control">
</div>
<div class="form-group">
<label>Message</label>
<textarea required placeholder="Write your message here..." name="message" class="form-control" rows="4"></textarea>
<p class="help-block">Write your message here.</p>
</div>
<button class="btn btn-block btn-black" type="submit"><i class="fa fa-send-o"></i> Send Your Request</button>
</form>
</div> <!--/.form_container-->
</section> <!--/.sec_eight_z-->
<!--ContactUs Aj Section END here-->
<!--FooterContent Aj Section Start here-->
<section class="sec_nine_z" id="sec_eight">
<div class="container">
<div class="col-sm-8 col-sm-offset-2 text-center">
<h2>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h2>
<hr>
<h4>Lorem Ipsum is simply dummy text of the printing and typesetting industry..</h4>
<p>Get this template <a class="btn btn-primary btn-xs" href="https://learncodeweb.com/bootstrap-framework/free-responsive-html-bootstrap-landing-page/">Learn Code Web</a></p>
<p><!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/learncodeweb/CreativeWorld-Zdemo/archive/master.zip" data-icon="octicon-cloud-download" data-size="large" aria-label="Download AzCreativeWorld/CreativeWorld-Zdemo on GitHub">Download</a></p>
<hr>
<ul class="list-inline center-block">
<li><a href="javascript:void(0);" class="hvr-outline-in"><i class="fa fa-2x fa-facebook-square"></i></a></li>
<li><a href="javascript:void(0);" class="hvr-outline-in"><i class="fa fa-2x fa-google-plus-square"></i></a></li>
<li><a href="javascript:void(0);" class="hvr-outline-in"><i class="fa fa-2x fa-linkedin-square"></i></a></li>
<li><a href="javascript:void(0);" class="hvr-outline-in"><i class="fa fa-2x fa-twitter-square"></i></a></li>
</ul>
</div> <!--/.col-sm-8-->
</div> <!--/.container-->
</section> <!--/.sec_nine_z-->
<!--FooterContent Aj Section END here-->
<ul class="nav pull-right scroll-top">
<li><a href="javascript:void(0);" title="Scroll to top"><i class="glyphicon glyphicon-chevron-up"></i></a></li>
</ul>
<footer class="footer">
<div class="container">
<div class="row">
<span>© Copy Rights 2017 - All Rights Reserved</span>
</div>
</div> <!--/.footer-->
</footer>
</div> <!--/.creativeWrapper-->
<!--JQUERY JS files-->
<script src="custom/js/jquery-1.11.1.min.js"></script>
<!--Bootstrap JS files-->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!--plugin jquery.slimscroll-->
<!--juery slider-->
<script type="text/javascript" src="custom/js/jquery.colorbox-min.js"></script>
<script type="text/javascript" src="custom/js/jquery.kwicks-1.5.1.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!--custom JS-->
<script src="custom/js/custom.js"></script>
<script>
$(document).ready(function(){
//Examples of how to assign the Colorbox event to elements
$(".group1").colorbox({rel:'group1'});
});
</script>
</body>
</html>