-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
442 lines (373 loc) · 26.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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>::.. AZCreativeWorld | Home ..::</title>
<!-- Bootstrap core CSS -->
<link href="assets/bootstrap/css/bootstrap.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="assets/custom/css/flexslider.css" type="text/css" media="screen">
<link rel="stylesheet" href="assets/custom/css/parallax-slider.css" type="text/css">
<link rel="stylesheet" href="assets/font-awesome-4.1.0/css/font-awesome.min.css" type="text/css">
<!-- Custom styles for this template -->
<link href="assets/custom/css/AZCreativeWorld.css" rel="stylesheet">
<link rel="shortcut icon" href="assets/custom/img/icons/icon.ico">
</head>
<!-- NAVBAR
================================================== -->
<body>
<!-- topHeaderSection -->
<div class="topHeaderSection">
<div class="header">
<div class="container">
<div class="col-sm-12" id="_top_links">
<div class="pull-right">
<strong><span class="fa fa-phone-square"></span> xx-xxx-xxxxxx</strong>
<strong><span class="fa fa-skype"></span> HereID</strong>
</div>
<div class="clearfix"></div>
</div>
<a class="navbar-brand" href="index.html"><img src="assets/custom/img/logo.png" class="img-responsive" alt="AZCreativeWorld PVT Limited (LOGO)" /></a>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html"><span class="fa fa-home"></span> Home</a></li>
<li><a href="about.html"><span class="fa fa-user"></span> About us</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="fa fa-book"></span> Services <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a title="Web Development" href="webdevelopment.html">Web Development</a></li>
<li><a title="Mobile Development" href="mobiledevelopment.html">Mobile Development</a></li>
<li><a title="Website Designing" href="webdesign.html">Website Designing</a></li>
<li><a title="Logo Designing" href="logodesign.html">Logo Designing</a></li>
<li><a title="Broucher Designing" href="brochuresdesign.html">Broucher Designing</a></li>
<li><a title="SEO Services" href="seo.html">SEO Services</a></li>
</ul>
</li>
<li><a href="portfolio.html"><span class="fa fa-folder"></span> Portfolio</a></li>
<li><a href="blog.html"><span class="fa fa-rss-square"></span> Blog</a></li>
<li><a href="contact.html"><span class="fa fa-envelope"></span> Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<!-- bannerSection -->
<div class="bannerSection" style="background:url(assets/custom/img/slide/slide-bg21.jpg);">
<div class="slider-inner">
<div id="da-slider" class="da-slider">
<div class="da-slide">
<h2><i>We build</i> <br> <span class="margin_one">RESPONSIVE</span> <br> <i>Web Designs</i></h2>
<p><i>Professional look</i> <br> <i class="margin_three">Compitable in different device</i> <br> <i>Mordern technology in use</i></p>
<div class="da-img"><img src="assets/custom/img/slide/responive_webdesign.png" alt="" class="img-rounded" /></div>
</div>
<div class="da-slide">
<h2>We Provide <br> <i class="margin_one" style="color:#933;"> Many Services</i> <br> <i>Web markiting, seo</i></h2>
<p id="social_icons_slider">
<i>CHECK UR SERVICES ON</i><br>
<a href="#"><span class="fa fa-2x fa-facebook-square"></span></a>
<a href="#"><span class="fa fa-2x fa-google-plus-square"></span></a>
<a href="#"><span class="fa fa-2x fa-linkedin-square"></span></a>
<a href="#"><span class="fa fa-2x fa-twitter-square"></span></a>
</p>
<div class="da-img"><img src="assets/custom/img/slide/growBanner1.png" alt="" class="img-rounded" /></div>
</div>
<div class="da-slide">
<h2><i>We build</i> <br> <span class="margin_one">RESPONSIVE</span> <br> <i>Web Designs</i></h2>
<p><i>Professional look</i> <br> <i class="margin_three">Compitable in different device</i> <br> <i>Mordern technology in use</i></p>
<div class="da-img"><img src="assets/custom/img/slide/webdesigns.png" alt="" class="img-rounded" /></div>
</div>
<nav class="da-arrows">
<span class="da-arrows-prev"></span>
<span class="da-arrows-next"></span>
</nav>
</div><!--/da-slider-->
</div><!--/slider-->
<!--=== End Slider ===-->
</div>
<br>
<div class="container">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-6">
<h1>About Ocean brains</h1>
<p>
AZCreativeWorld is a software development company that provides you "one solution for your multiple problems". We are a trustable resource for everyone around the globe and a continuously growing company which provides locally as well as Offshore IT Consulting services successfully.<br><br>
We are a legitimate software company that ensures maximum outcome by providing you quality software solutions and wide range of services with a team of passionate, experienced peoples. AZCreativeWorld have dedicated developers, creative graphic designer and customer support professionals. Our team provides innovative ideas for different sort of problems as we have potential to solve any kind of problems.<br><br>
We offer to our customer's a variety of solutions, at an affordable, flexible cost of ownership with a great ease of use because no one knows our customer's need better than us. Our products are always under constant refinement and development as we make our products mature, stable and multi-platform.
<!-- Modal Linke via data attribute -->
<a href="#" class="btn-link" data-toggle="modal" data-target="#myModal" title="Read More"> <span class="fa fa-external-link"></span></a>
<!-- Modal Linke via data attribute /*End here*/ -->
<!-- Modal start -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">About AZCreativeWorld</h4>
</div>
<div class="modal-body">
<p>AZCreativeWorld works on the philosophy of "Exactly what is our customer's need" by giving careful attention to client's requirements that will make your project your success. Our services include Logo Designing, Website Designing, Broucher Designing, Software Development, Mobile Development, SEO Services.<br><br>
If you have no IT department in your company don't you worry, just rely on AZCreativeWorld because we are also professional out-source service provider. So! If you are ready to open the door of success, just contact us and see how we can help you to get the solution that is right for you! Trust Guaranteed.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-brand" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal End -->
</p>
</div>
<br>
<div class="col-lg-6">
<div class="col-lg-12">
<div class="col-lg-2 text-center"><span class="fa fa-3x fa-desktop logo_color"></span></div>
<h2>Web Development</h2>
<div class="col-lg-10">
<p>We offer the technical solution of your problems to make whether you're looking for a customize software or web based product ...<a href="#" class="btn-link">More<span class="fa fa-angle-right"></span></a></p>
</div>
</div>
<div class="col-lg-12">
<div class="col-lg-2 text-center"><span class="fa fa-3x fa-mobile logo_color"></span></div>
<h2>Mobile Applications</h2>
<div class="col-lg-10"><p>As the world is changing rapidly and the modern business needs the up to date solutions to become a successful competitive ...<a href="#" class="btn-link">More<span class="fa fa-angle-right"></span></a></p></div>
</div>
<div class="col-lg-12">
<div class="col-lg-2 text-center"><span class="fa fa-3x fa-cubes logo_color"></span></div>
<h2>Graphic Design</h2>
<div class="col-lg-10"><p>We provide excellent and artistic logo designs. While designing Logo we keep in mind that "logo designing is an art" that capture...<a href="#" class="btn-link">More<span class="fa fa-angle-right"></span></a></p></div>
</div>
<div class="col-lg-12">
<div class="col-lg-2 text-center"><span class="fa fa-3x fa-globe logo_color"></span></div>
<h2>SEO Services</h2>
<div class="col-lg-10"><p>Our exclusive team of SEO professional's effective and ethical methodologies and techniques will bring you, in top 10 ...<a href="#" class="btn-link">More<span class="fa fa-angle-right"></span></a></p></div>
</div>
</div>
</div> <!-- row end -->
<hr>
</div> <!--col-12 end-->
<div class="col-lg-12">
<div class="row">
<div class="col-md-4">
<div class="panel panel-default heigh_fix">
<div class="panel-heading">Latest Blogs</div>
<div class="panel-body">
<ul class="nav">
<li><a href="blog.html" class="text-info">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. <i class="fa fa-chevron-right"></i></a></li>
<li><a href="blog.html" class="text-info">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. <i class="fa fa-chevron-right"></i></a></li>
<li><a href="blog.html" class="text-info">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. <i class="fa fa-chevron-right"></i></a></li>
</ul>
</div>
</div> <!--end panel here-->
</div>
<div class="col-md-4">
<div class="panel panel-default heigh_fix">
<div class="panel-heading">Testimonials <small>Our Clients Love Us!</small></div>
<div class="panel-body">
<div id="testimonials-row">
<div class="col-md-12 column">
<div class="carousel slide" id="testimonials-rotate">
<div class="carousel-inner">
<div class="item active">
<div class="testimonials col-md-12">
<p><span class="fa fa-2x fa-quote-left"></span> Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit. - <small>Yayo Dudemous</small> <span class="fa fa-2x fa-quote-right"></span></p>
</div>
<div class="clearfix"></div>
</div> <!--item active end-->
<div class="item">
<div class="testimonials col-md-12">
<p><span class="fa fa-2x fa-quote-left"></span> Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit. - <small>Yayo Dudemous</small> <span class="fa fa-2x fa-quote-right"></span></p>
</div>
<div class="clearfix"></div>
</div> <!--item end-->
</div> <!--inner console end-->
</div> <!--carousel slide end-->
<div class="pull-right">
<a class="left" href="#testimonials-rotate" data-slide="prev"><span class="fa fa-chevron-left"></span></a>
<a class="right" href="#testimonials-rotate" data-slide="next"><span class="fa fa-chevron-right"></span></a><div class="clearfix"></div>
</div> <!--pull right end-->
</div> <!--column-md-12 end-->
</div><!--end of container-->
</div>
</div> <!--end panel here-->
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">Contact Us</div>
<div class="panel-body">
<fieldset id="contact_form">
<div id="result"></div>
<input type="text" class="form-control form_margin" name="name" id="name" placeholder="* Enter Your Name" />
<input type="email" class="form-control form_margin" name="email" id="email" placeholder="* Enter Your Email" />
<input type="text" class="form-control form_margin" name="phone" id="phone" placeholder="* Phone Number" />
<textarea name="message" class="form-control form_margin" rows="5" id="message" placeholder="* Write your message here"></textarea>
<br>
<button class="btn btn-brand" id="submit_btn">Get Quotation</button>
</fieldset>
</div>
</div> <!--end panel here-->
</div>
</div> <!--row end here-->
</div> <!--col 12 end here-->
<!-- Our Clients -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Our Clients</h1>
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<img class="img-responsive img-customer" src="http://placehold.it/500x300">
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<img class="img-responsive img-customer" src="http://placehold.it/500x300">
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<img class="img-responsive img-customer" src="http://placehold.it/500x300">
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<img class="img-responsive img-customer" src="http://placehold.it/500x300">
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<img class="img-responsive img-customer" src="http://placehold.it/500x300">
</div>
<div class="col-md-2 col-sm-4 col-xs-6">
<img class="img-responsive img-customer" src="http://placehold.it/500x300">
</div>
</div>
</div> <!--container end here-->
<br>
<!-- footerTopSection -->
<div class="footerTopSection">
<div class="footer">
<div class="row">
<div class="col-md-3">
<h3>Quick Links</h3>
<div class="list-group">
<a href="#" class="list-group-item disabled"><span class="fa fa-home"></span> Home</a>
<a href="#" class="list-group-item"><span class="fa fa-user"></span> About Us</a>
<a href="#" class="list-group-item"><span class="fa fa-book"></span> Services</a>
<a href="#" class="list-group-item"><span class="fa fa-folder"></span> Portfolio</a>
<a href="#" class="list-group-item"><span class="fa fa-shield"></span> Privacy</a>
<a href="#" class="list-group-item"><span class="fa fa-unlock-alt"></span> Tearms</a>
</div>
</div>
<div class="col-md-3">
<h3>Contact Information</h3>
<p>
Name<br>
Address<br>
<strong>Phone Number</strong><br>
xxxx-xxxxxx<br>
<strong>Direct</strong>
xxxx-xxxxxx<br>
<strong>FAX</strong>
xxxx-xxxxxx<br>
<strong>Email</strong> : info@example.com
</p>
<p><a class="btn-danger btn btn-block btn-lg" href="https://github.com/AzCreativeWorld/HTML-Template-for-beginner/archive/master.zip" data-icon="octicon-cloud-download" data-size="large" aria-label="Download AzCreativeWorld/HTML-Template-for-beginner on GitHub"><i class="fa fa-download"></i> Free Download</a></p>
</div>
<div class="col-md-3">
<h3>Fallow us on</h3>
<div class="list-group">
<a href="#" class="list-group-item disabled"><span class="fa fa-2x fa-linkedin-square pull-left"></span> LinkedIn</a>
<a href="#" class="list-group-item"><span class="fa fa-2x fa-facebook-square pull-left"></span> FaceBook</a>
<a href="#" class="list-group-item"><span class="fa fa-2x fa-twitter-square pull-left"></span> Twitter</a>
<a href="#" class="list-group-item"><span class="fa fa-2x fa-google-plus-square pull-left"></span> Google+</a>
</div>
</div>
<div class="col-md-3">
<h3>We Provide</h3>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
Heading Here
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
The key to be a successful software developer is to think outside the box– well, think outside the box you'r in.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
Heading Here
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
The key to be a successful software developer is to think outside the box– well, think outside the box you'r in.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
Heading Here
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
The key to be a successful software developer is to think outside the box– well, think outside the box you'r in.
</div>
</div>
</div>
</div>
</div> <!--col-md-3 end-->
</div>
<br>
<!-- footerBottomSection -->
© 2014, Allright reserved.
<div class="pull-right">Powered By<a href="https://github.com/AzCreativeWorld" target="_blank" title="AZCreativeWorld" class="btn-link"> AZCreativeWorld.</a></div>
</div>
</div>
<!-- JS Global Compulsory -->
<script type="text/javascript" src="assets/custom/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="assets/custom/js/modernizr.custom.js"></script>
<script type="text/javascript" src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script type="text/javascript" src="assets/custom/js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="assets/custom/js/modernizr.js"></script>
<script type="text/javascript" src="assets/custom/js/jquery.cslider.js"></script>
<script type="text/javascript" src="assets/custom/js/back-to-top.js"></script>
<script type="text/javascript" src="assets/custom/js/jquery.sticky.js"></script>
<!-- JS Page Level -->
<script type="text/javascript" src="assets/custom/js/app.js"></script>
<script type="text/javascript" src="assets/custom/js/index.js"></script>
<script src="assets/custom/js/contactus.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
App.init();
App.initSliders();
Index.initParallaxSlider();
});
</script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>