-
Notifications
You must be signed in to change notification settings - Fork 0
/
plan.html
473 lines (458 loc) · 13.2 KB
/
plan.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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>A2Z a Corporate Category Flat Bootstrap Responsive Website Template | Plans :: w3layouts</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="A2Z Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //for-mobile-apps -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="//fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i" rel="stylesheet">
</head>
<body>
<!-- header -->
<div class="header-w3layouts">
<div class="container">
<div class="logo-nav-agileits">
<div class="logo-nav-left">
<h1>
<a href="index.html">
<span class="fa fa-home"></span>a2z
<span class="logo-title">home services</span>
</a>
</h1>
</div>
<div class="header-grid-left-wthree">
<div class="h3-title">
<h3>contact us</h3>
</div>
<ul>
<li>
<span class="fa fa-envelope" aria-hidden="true"></span>
<a href="mailto:info@example.com">a2zservices.com</a>
</li>
<li>
<span class="fa fa-phone" aria-hidden="true"></span>+1234 567 892</li>
<li>
<span class="fa fa-mobile" aria-hidden="true"></span>+12 234 5678
</li>
</ul>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
<div class="logo-nav-left1">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed navbar-toggle1" data-toggle="collapse" data-target="#bs-megadropdown-tabs">Menu
<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="collapse navbar-collapse" id="bs-megadropdown-tabs">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">about us</a>
</li>
<li>
<a href="services.html">services</a>
</li>
<li>
<a href="projects.html">Projects</a>
</li>
<li class="active">
<a href="plan.html">plans</a>
</li>
<li>
<a href="contact.html">contact us</a>
</li>
<li>
<a href="status.html">track service status</a>
</li>
<li class="s-bar">
<div class="search-w3_agileits">
<input class="search_box" type="checkbox" id="search_box">
<label class="icon-search" for="search_box">
<span class="fa fa-search" aria-hidden="true"></span>
</label>
<div class="search_form">
<form action="#" method="post">
<input type="search" name="Search" placeholder=" "/>
<input type="submit" value="Search">
</form>
</div>
</div>
</li>
</ul>
</div>
</nav>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //header -->
<div class="banner-bg2">
<div class="banner-info bg3 inner">
<h3>one click repair service</h3>
<p>repair. improve. maintain</p>
</div>
</div>
<!-- breadcrumbs -->
<div class="breadcrumbs-w3l">
<div class="container">
<span class="breadcrumbs">
<a href="index.html">Home</a> |
<span>Plans</span>
</span>
</div>
</div>
<!-- plan -->
<div class="w3ls-section plans">
<div class="container">
<h4 class="main-title">plans</h4>
<div class="services-main">
<!-- maintenance essential plan -->
<div class="col-md-4 col-sm-4 w3_agile-plan-grid">
<div class="pricing_grid_content">
<h5>home maintenance</h5>
<h3>
<sup>$</sup>
<span class="counter agile_counter">35/
<label>Month</label>
</span>
</h3>
<ul class="w3_count">
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p>Adipiscing consect</p>
</li>
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p> estibulum nibh urna</p>
</li>
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p> estibulum nibh urna</p>a</li>
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p> estibulum nibh urna</p>
</li>
</ul>
<a href="#">subscribe</a>
</div>
</div>
<div class="col-md-4 col-sm-4 w3_agile-plan-grid">
<div class="pricing_grid_content">
<h5>appliances coverage</h5>
<h3>
<sup>$</sup>
<span class="counter agile_counter">45/
<label>Month</label>
</span>
</h3>
<ul class="w3_count">
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p>Adipiscing consecte</p>
</li>
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p> estibulum nibh urna</p>
</li>
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p> estibulum nibh urna</p>a</li>
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p> estibulum nibh urna</p>
</li>
</ul>
<a href="#">subscribe</a>
</div>
</div>
<div class="col-md-4 col-sm-4 w3_agile-plan-grid">
<div class="pricing_grid_content">
<h5>total home package</h5>
<h3>
<sup>$</sup>
<span class="counter agile_counter">80/
<label>Month</label>
</span>
</h3>
<ul class="w3_count">
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p>Adipiscing consect</p>
</li>
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p> estibulum nibh urna</p>
</li>
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p> estibulum nibh urna</p>a</li>
<li>
<span class="fa fa-check" aria-hidden="true"></span>
<p> estibulum nibh urna</p>
</li>
</ul>
<a href="#">subscribe</a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //plan -->
<div class="w3ls-section app-head">
<div class="container">
<div class="col-md-4 col-sm-4 app-mobile"><img src="images/mobile.png" alt="" class="img-responsive"/></div>
<div class="col-md-8 col-sm-8 app-main">
<h6>home services at your <span>finger tips!</span></h6>
<div class="app-form">
<p>get the SMS link to download free app </p>
<form action="#" method="post" class="banner_form">
<div class="sec-left">
<input placeholder="Enter your mobile #" name="first name" type="text" required="">
</div>
<input type="submit" value="get the app">
<div class="clearfix"></div>
</form>
</div>
<ul class="app-links">
<li><a href="#"><img src="images/1.png" alt=""></a></li>
<li><a href="#"><img src="images/2.png" alt=""></a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- footer -->
<div class="footer-main-w3_agile">
<div class="footer-dot">
<div class="container">
<div class="footer-bottom">
<div class="col-md-4 col-sm-6 col-xs-6 footer-grid1 address">
<h4>Contact Info</h4>
<ul>
<li>
<span class="fa fa-home" aria-hidden="true"></span>
<p>1234k Avenue,block-4,New York City.</p>
</li>
<li>
<span class="fa fa-envelope-o" aria-hidden="true"></span>
<a href="mailto:info@example.com">info@example.com</a>
</li>
<li>
<span class="fa fa-phone" aria-hidden="true"></span>
<p>+1234 567 892</p>
</li>
</ul>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 footer-grid1 res">
<h4>services</h4>
<ul>
<li>
<a href="#">appliance repair</a>
</li>
<li>
<a href="#">home improvement</a>
</li>
<li>
<a href="#">home maintenance</a>
</li>
</ul>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 footer-grid1 ftr-img">
<h4>latest Posts</h4>
<ul>
<li>
<a href="single.html">
<img src="images/t1.jpg" alt=" " class="img-responsive" />
</a>
</li>
<li>
<a href="single.html">
<img src="images/t2.jpg" alt=" " class="img-responsive" />
</a>
</li>
<li>
<a href="single.html">
<img src="images/t3.jpg" alt=" " class="img-responsive" />
</a>
</li>
<li>
<a href="single.html">
<img src="images/t4.jpg" alt=" " class="img-responsive" />
</a>
</li>
<li>
<a href="single.html">
<img src="images/t1.jpg" alt=" " class="img-responsive" />
</a>
</li>
<li>
<a href="single.html">
<img src="images/t2.jpg" alt=" " class="img-responsive" />
</a>
</li>
<li>
<a href="single.html">
<img src="images/t3.jpg" alt=" " class="img-responsive" />
</a>
</li>
<li>
<a href="single.html">
<img src="images/t2.jpg" alt=" " class="img-responsive" />
</a>
</li>
<li>
<a href="single.html">
<img src="images/t4.jpg" alt=" " class="img-responsive" />
</a>
</li>
</ul>
</div>
<div class="col-md-2 col-sm-6 col-xs-6 footer-grid1">
<h4>legal</h4>
<ul>
<li>
<a href="privacy.html">privacy policy</a>
</li>
<li>
<a href="#">licence info</a>
</li>
<li>
<a href="terms.html">terms of use</a>
</li>
</ul>
</div>
<div class="clearfix"></div>
</div>
<div class="agileinfo-subscribe-grid text-center">
<img src="images/mail.png" alt="">
<h4>stay upto date with our newsletter!</h4>
<p>Sign up to receive helpful Q&A, info on upcoming services and more.</p>
<form action="#" method="post">
<input type="email" placeholder="Enter your email.." name="Subscribe" required="">
<button class="btn1">sign up</button>
</form>
</div>
</div>
</div>
</div>
<div class="cpy-footer">
<div class="container">
<div class="footer-top">
<div class="logo-nav-left footer-top1">
<h2>
<a href="index.html">
<span class="fa fa-home logo-ftr"></span>a2z
<span class="logo-title">home services</span>
</a>
</h2>
</div>
<div class="footer-social">
<h4>connect with us</h4>
<ul>
<li>
<a href="#">
<span class="fa fa-facebook icon_facebook"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter icon_twitter"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-dribbble icon_dribbble"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-google-plus icon_g_plus"></span>
</a>
</li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="cpy-text">
<p>© 2017 A2Z. All rights reserved | Design by
<a href="http://w3layouts.com/">W3layouts</a>
</p>
</div>
</div>
<!--//footer -->
<!-- js -->
<script src="js/jquery-2.2.3.min.js"></script>
<!-- //js-->
<!--search-bar-->
<script src="js/main.js"></script>
<!--//search-bar-->
<!-- start-smooth-scrolling -->
<script src="js/move-top.js"></script>
<script src="js/easing.js"></script>
<script>
jQuery(document).ready(function ($) {
$(".scroll").click(function (event) {
event.preventDefault();
$('html,body').animate({
scrollTop: $(this.hash).offset().top
}, 1000);
});
});
</script>
<!-- //end-smooth-scrolling -->
<!-- smooth-scrolling-of-move-up -->
<script>
$(document).ready(function () {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({
easingType: 'easeOutQuart'
});
});
</script>
<script src="js/SmoothScroll.min.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.js"></script>
</body>
</html>