forked from StaticMania/apsho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
executable file
·428 lines (377 loc) · 23.5 KB
/
privacy-policy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Apsho's single source of truth for knowledge</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Critical CSS -->
<link href="css/style.css" rel="stylesheet" />
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="images/favicon.png" type="image/x-icon" />
</head>
<body>
<!-- Navbar Start -->
<nav class="main-nav navbar navbar-expand-lg">
<div class="container-fluid">
<!-- Logo -->
<div data-v-component-site>
<a class="navbar-brand" href="index.html" data-v-url-params='{"host":"www.*.*"}'>
<img class="logo-main" src="images/logo.png" alt="site-logo" data-v-site-logo>
<!-- <img class="logo-white" src="images/logo-white.png" alt="logo" data-v-site-logo-dark> -->
<!--
<img src="img/logo.png" alt="Site logo" loading="lazy" class="logo-sticky logo-main" src="images/logo.svg" alt="logo" data-v-site-logo-sticky>
<img src="img/logo-white.png" alt="logo" loading="lazy" class="logo-default-dark-sticky logo-main" src="images/logo.svg" alt="logo" data-v-site-logo-dark-sticky>
-->
</a>
</div>
<!-- Toogle Button -->
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#mainNav">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse nav-list" id="mainNav" data-v-component-menu="header" data-v-slug="main-menu">
<!-- Navigation Links -->
<ul class="navbar-nav ms-auto" data-v-menu-items>
<li class="nav-item dropdown" data-v-menu-item data-v-class-if-has-dropdown="category.children > 0">
<a class="nav-link" href="#" data-v-class-if-dropdown-toggle="category.children > 0" aria-expanded="false" data-v-menu-item-url>
<span data-v-menu-item-name>Resources</span>
</a>
<div class="dropdown-menu" data-v-menu-item-recursive>
<div data-v-menu-item class="nav-item" data-v-menu-item data-v-class-if-dropdown="category.children > 0">
<a class="dropdown-item" href="https://github.com/givanz/VvvebJs/wiki" data-v-menu-item-url>
<span data-v-menu-item-name>User Documentation</span>
</a>
</div>
<div data-v-menu-item class="nav-item" data-v-menu-item data-v-class-if-dropdown="category.children > 0">
<a class="dropdown-item" href="https://github.com/givanz/VvvebJs/wiki" data-v-menu-item-url>
<span data-v-menu-item-name>Developer Documentation</span>
</a>
</div>
</div>
</li>
<li class="nav-item" data-v-menu-item>
<a class="nav-link" href="content/index.html" data-v-menu-item-url>
<span data-v-menu-item-name>Blog</span>
</a>
</li>
<li class="nav-item" data-v-menu-item>
<a href="#gallery" class="nav-link scroll" data-v-menu-item-url>
<span data-v-menu-item-name>Exibhition</span>
</a>
</li>
<li class="nav-item" data-v-menu-item>
<a href="#service" class="nav-link scroll" data-v-menu-item-url>
<span data-v-menu-item-name>Feature</span>
</a>
</li>
<li class="nav-item" data-v-menu-item>
<a href="about.html" class="nav-link scroll" data-v-menu-item-url>
<span data-v-menu-item-name>About</span>
</a>
</li>
<li class="nav-item" data-v-menu-item>
<a href="#faq" class="nav-link scroll" data-v-menu-item-url>
<span data-v-menu-item-name>FAQ</span>
</a>
</li>
<li class="nav-item" data-v-menu-item>
<a href="#blog" class="nav-link scroll" data-v-menu-item-url>
<span data-v-menu-item-name>Blog</span>
</a>
</li>
<li class="nav-item" data-v-menu-item>
<a href="#pricing" class="nav-link scroll" data-v-menu-item-url>
<span data-v-menu-item-name>Pricing</span>
</a>
</li>
<li class="nav-item" data-v-menu-item>
<a href="contact.html" class="nav-link scroll" data-v-menu-item-url>
<span data-v-menu-item-name>Contact</span>
</a>
</li>
</ul>
<div class="account-list list-inline">
<li class="list-inline-item">
<a href="/page/contact" class="btn btn-sm btn-violate">Get in Touch</a>
</li>
</div>
</div>
</div>
</nav>
<!-- Navbar End -->
<section class="page-header">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<h1>Privacy & Policy</h1>
<p>
</p>
</div>
</div>
</div>
</section>
<section class="blog-single" data-v-component-post>
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto">
<article class="blog-single-post">
<div data-v-if="post.image">
<img src="images/blog/blog-post-1.jpg" alt="blog-thumb" data-v-post-image />
</div>
<div data-v-post-content>
<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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<h4>What is Lorem Ipsum?</h4>
<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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<h4>Where does it come from?</h4>
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
<h4>Where does it come from?</h4>
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
<h4>Where does it come from?</h4>
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
<h4>Advertisements</h4>
<p>
Ads appearing on our website may be delivered to users by
advertising partners, who may set cookies. These cookies allow the
ad server to recognize your computer each time they send you an
online advertisement to compile information about you or others
who use your computer. This information allows ad networks to,
among other things, deliver targeted advertisements that they
believe will be of most interest to you. This Privacy Policy
covers the use of cookies by staticmania and does not cover the use
of cookies by any advertisers.
</p>
<h4>Where does it come from?</h4>
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
<h4>Where does it come from?</h4>
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
<h4>Where does it come from?</h4>
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin
</p>
<p>
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
</p>
<h4>Where does it come from?</h4>
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin
</p>
</div>
</article>
</div>
</div>
</div>
</section>
<footer class="footer" data-v-component-site>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="footer-subscribe-title">
<h2>Get the latest app updates</h2>
</div>
</div>
<div class="col-lg-8 mx-auto">
<div data-v-component-plugin-contact-form-form data-v-storage="database" data-v-name="subscribe">
<form action="" method="post" class="footer-subscribe-form">
<input type="hidden" class="form-control" placeholder="First name" name="firstname-empty">
<!-- if these hidden inputs are filled then ignore, robots -->
<input type="text" class="form-control d-none" placeholder="Subject" name="contact-form">
<input type="text" class="form-control d-none" placeholder="Subject" name="subject-empty">
<input type="text" class="form-control visually-hidden" placeholder="Last name" name="lastname-empty" tabindex="-1">
<div class="notifications" data-v-notifications>
<div class="alert alert-danger d-flex alert-dismissable" role="alert" data-v-notification-error>
<div class="icon align-middle me-2">
<i class="align-middle la la-2x lh-1 la-exclamation-triangle"></i>
</div>
<div class="flex-grow-1 align-self-center text-small">
<div>
<div data-v-notification-text>
This is a placeholder for a notification message.
</div>
</div>
</div>
<button type="button" class="btn-close align-middle" data-bs-dismiss="alert" aria-label="Close">
<span aria-hidden="true">
<!-- <i class="la la-times"></i> -->
</span>
</button>
</div>
<div class="alert alert-success d-flex alert-dismissable d-flex" role="alert" data-v-notification-success>
<div class="icon align-middle me-2">
<i class="align-middle la la-2x lh-1 la-check-circle"></i>
</div>
<div class="flex-grow-1 align-self-center align-middle" data-v-notification-text>
This is a placeholder for a success message.
</div>
<button type="button" class="btn-close align-middle" data-bs-dismiss="alert" aria-label="Close">
<span aria-hidden="true">
<!-- <i class="la la-times"></i> -->
</span>
</button>
</div>
<div class="alert alert-primary d-flex alert-dismissable d-flex" role="alert" data-v-notification-info>
<div class="icon align-middle me-2">
<i class="align-middle la la-2x lh-1 la-info-circle"></i>
</div>
<div class="flex-grow-1 align-self-center" data-v-notification-text>
This is a placeholder for a info message.
</div>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close">
<span aria-hidden="true">
<!-- <i class="la la-times"></i> -->
</span>
</button>
</div>
</div>
<div class="from-group">
<div class="input-group">
<input type="email" name="email" class="form-control" placeholder="Enter Your E-mail">
<div class="subscribe">
<button class="btn btn-subscribe" type="submit">
<span class="btn-area">
Subscribe
</span>
<svg class="icon-left" xmlns="http://www.w3.org/2000/svg" width="16.317" height="15.323" viewBox="0 0 16.317 15.323">
<g data-name="Group 1167">
<g data-name="Group 1166">
<path data-name="Path 1349" d="M.004 5.359a.7.7 0 00.587.693l6.091 1.609L.591 9.27a.7.7 0 00-.587.693v4.656a.7.7 0 00.206.5.726.726 0 00.119.1.7.7 0 00.675.044l14.911-6.958a.7.7 0 000-1.274L1.004.066a.7.7 0 00-1 .637zm13.952 2.3" fill="#fff" />
</g>
</g>
</svg>
<svg class="icon-center" xmlns="http://www.w3.org/2000/svg" width="16.317" height="15.323" viewBox="0 0 16.317 15.323">
<g data-name="Group 1167">
<g data-name="Group 1166">
<path data-name="Path 1349" d="M.004 5.359a.7.7 0 00.587.693l6.091 1.609L.591 9.27a.7.7 0 00-.587.693v4.656a.7.7 0 00.206.5.726.726 0 00.119.1.7.7 0 00.675.044l14.911-6.958a.7.7 0 000-1.274L1.004.066a.7.7 0 00-1 .637zm13.952 2.3" fill="#fff" />
</g>
</g>
</svg>
</button>
</div>
</div>
</div>
</form>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="footer-description">
<img src="images/logo.png"" loading=" lazy" alt="logo" data-v-site-logo>
<div>All right reserved copyright ©
<span data-v-global-site-title>StaticMania</span>
<span id="newYear" data-v-year></span>
</div>
<p>
<span class="muted">Powered by</span>
<a href="https://vvveb.com/" target="_blank" class="text-muted">Vvveb</a>
</p>
<ul class="footer-description-social">
<li>
<a href="#">
<i class="ti-facebook"></i>
</a>
</li>
<li>
<a href="#">
<i class="ti-twitter-alt"></i>
</a>
</li>
<li>
<a href="#">
<i class="ti-github"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="footer-widget">
<h4>Sitemap</h4>
<div class="footer-widget-list">
<ul>
<li>
<a class="scroll-to" href="/page/about">About Apsho
</li>
</a>
<li>
<a class="scroll-to" href="#faq">Frequently Ask Question
</li>
</a>
<li>
<a href="/page/privacy-policy">Privacy & Policy
</li>
</a>
<li>
<a class="scroll-to" href="/blog">Latest Articles
</li>
</a>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4">
<div class="footer-widget">
<h4>Address</h4>
<div class="footer-widget-list">
<ul>
<li>
<a href="tel:5511112377" data-v-site-description-phone-number>
<i class="ti-mobile"></i>
<span data-v-site-description-phone-number>+55 (111) 123 777</span>
</a>
<li>
<span data-v-if="site.contact-email">
<a href="mailto:[email protected]" data-v-site-contact-email>
<i class="ti-email"></i>
<span data-v-site-contact-email>[email protected]</span>
</a>
<li>
<i class="ti-pin"></i>
<span data-v-site-address>23 Khan Niketon, Grand Street, NYK.</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Non Critical CSS -->
<link href="css/non-critical.css" rel="stylesheet" />
<!-- Vendor JS -->
<script src="vendor/jQuery/jquery.min.js"></script>
<script src="vendor/bootstrap/bootstrap.min.js"></script>
<script src="vendor/slick/slick.min.js"></script>
<script src="vendor/aos/aos.js"></script>
<script src="vendor/match-height/match-height.js"></script>
<script src="vendor/headroomjs/headroom.min.js"></script>
<script src="vendor/magnific-popup/magnific-popup.min.js"></script>
<!-- Main JS -->
<script src="js/script.js"></script>
</body>
</html>