-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
387 lines (374 loc) · 14.1 KB
/
privacy.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
<!--
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 | Privacy :: 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 class="active">
<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>
<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>Privacy</span>
</span>
</div>
</div>
<!-- privacy policy -->
<div class="container">
<div class="w3ls-section privacy">
<h4 class="main-title">privacy policy</h4>
<p class="services-main">On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur.</p>
<h4 class="privacy">Collection:</h4>
<p class="privacy-para">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum</p>
<ul class="privacy-start">
<li><a href="#"><i></i>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids .</a></li>
<li><a href="#"><i></i>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed .</a></li>
<li><a href="#"><i></i>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse.</a></li>
<li><a href="#"><i></i>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids .</a></li>
<li><a href="#"><i></i>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed .</a></li>
<li><a href="#"><i></i>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse.</a></li>
</ul>
<h4 class="use-privay">Use:</h4>
<ul class="privacy-start">
<li><a href="#"><i></i>Contrary to popular belief, Lorem Ipsum is not simply random text.</a></li>
<li><a href="#"><i></i>There are many variations of passages of Lorem Ipsum available.</a></li>
<li><a href="#"><i></i>It is a long established fact that a reader will be distracted.</a></li>
<li><a href="#"><i></i>Lorem Ipsum is simply dummy text of the printing.</a></li>
<li><a href="#"><i></i>Sed ut perspiciatis unde omnis iste natus error sit voluptatem.</a></li>
<li><a href="#"><i></i>Contrary to popular belief, Lorem Ipsum is not simply random text.</a></li>
<li><a href="#"><i></i>There are many variations of passages of Lorem Ipsum available.</a></li>
<li><a href="#"><i></i>It is a long established fact that a reader will be distracted.</a></li>
<li><a href="#"><i></i>Lorem Ipsum is simply dummy text of the printing.</a></li>
<li><a href="#"><i></i>Sed ut perspiciatis unde omnis iste natus error sit voluptatem.</a></li>
<li><a href="#"><i></i>Contrary to popular belief, Lorem Ipsum is not simply random text.</a></li>
<li><a href="#"><i></i>There are many variations of passages of Lorem Ipsum available.</a></li>
<li><a href="#"><i></i>It is a long established fact that a reader will be distracted.</a></li>
<li><a href="#"><i></i>Lorem Ipsum is simply dummy text of the printing.</a></li>
<li><a href="#"><i></i>Sed ut perspiciatis unde omnis iste natus error sit voluptatem.</a></li>
</ul>
</div>
<!--//privacy policy-->
</div>
<!-- //Terms of use-section -->
<!-- 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>