-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacyPolicy.html
More file actions
437 lines (434 loc) · 23.5 KB
/
privacyPolicy.html
File metadata and controls
437 lines (434 loc) · 23.5 KB
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
<!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">
<title>Evliion-Privacy Policy</title>
<!-- Favicon -->
<link rel="icon" sizes="16x16" href="assets/img/favicon-icon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Font-awesome CSS -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- jQuery min js -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<!-- Font awesome loader -->
<script src="https://kit.fontawesome.com/a321c183b7.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Start Top Header Area -->
<div class="top-header-area">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-8">
<ul>
<li><a href="#"><i class="fa fa-clock-o"></i> 24hrs</a></li>
<li class="hover-green"><a href="#"><i class="fa fa-envelope"></i> support@Evliion.com</a></li>
<li class="hover-green"><a href="#"><i class="fa fa-phone"></i> (224) 228-8475</a></li>
</ul>
</div>
<div class="col-sm-12 col-md-4">
<div class="share-icons">
<ul>
<li class="twitter"><a href="#"><i class="fab fa-twitter"></i></a></li>
<li class="facebook"><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li class="linkedin"><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li class="instagram"><a href="#"><i class="fab fa-instagram"></i></a></li>
<li class="youtube"><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Start Top Header Area -->
<!-- Start Main Menu Area -->
<div class="main-menu-area">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="logo">
<a href="index.html">
<img src="assets/img/logo.png" alt="Evliion">
</a>
</div>
</div>
<div class="col-md-9">
<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" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="main-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About us</a></li>
<li><a href="contact-us.html">Contact us</a></li>
</ul>
</div>
</div><!-- /.navbar-collapse -->
</nav>
</div>
</div>
</div>
</div>
<!-- End Main Menu Area -->
<!-- Document body -->
<section class="ather-container">
<div class="container">
<div class="col-md-12 col-sm-12">
<section class="content-section">
<h2>Privacy Policy</h2>
<p>Summary: We have done you’ll a solid and cut through the jargon and added a summary to each section. When you sign up with us you are agreeing to follow the conditions listed below. The summaries are not part of the actual policy but should make them easy to understand and maybe inspire some of you to read it.
</p>
<p>Swachev Private Limited (hereinafter referred to as “We”, “Us”, “Company” or “Our”) is concerned about the privacy of the users (hereinafter referred to as “You”, “Your” or “User”) of its website (“Site”) located at http://www.atherenergy.com and has provided this privacy policy statement (the “Privacy Policy”) to familiarize You with: the manner in which Company collects, uses and discloses Your information collected through the Site.</p>
</section>
<div class="content-section">
<h5>
1. Purpose
</h5>
<p>
Summary: All your personal data will be kept secure and safe and we will not use it or share it illegally.
</p>
<p>
The purpose of this policy is to ensure that the information of / provided by any Users visiting the Website is stored in
accordance with the applicable laws. The information stored in such manner shall be protected by Swachev
Private Limited (“Company”) via a secure server software, which is the industry standard and among the best software
available today for secure transactions.
</p>
<p>
Company’s Privacy Policy explains:
</p>
<p>
What information is collected and why such information is collected;
</p>
<p>
How such information is used;
</p>
<p>
How such information can be accessed and updated.
</p>
<p>
Company has tried to keep the Privacy Policy as simple as possible. We value the trust You place in Us. That is the reason
why We insist upon the highest standards for secure transactions and customer information privacy. Please read
the following statement to learn about Our information gathering and dissemination practices.
</p>
</div>
<div class="content-section">
<h5>
2. Information We Collect
</h5>
<p>
Summary : You will have to share some of your personal details with us to help us provide you a better experience and also,
so you can use certain functions on the site. This data will be protected but in some cases shared with third
party vendors for functions like storage and processing payments. Please ensure that it is accurate and up to
date.
</p>
<p>
Depending upon the activity you wish to carry out on the Site, the information provided to Us shall be identified either
as mandatory or voluntary. An activity which requires information to be mandatorily provided shall not be engaged
if You abstain from providing such information.
</p>
<p>
<span>
Personal Information:
</span>
This includes the information that can be used to uniquely identify or contact You. In order to avail the services provided
by Us, We may collect a variety of Personal Information, including but not limited to, Your name, postal address,
phone number, email address, contact preferences, etc. The term “Account” as referred to in this Privacy Policy
shall mean and include the Account held by the User with Company (administered by a password) for using the services
as provided by Company.
</p>
<p>
The Personal Information is collected from You in a voluntary fashion when You provide your credentials on the Site managed
by Us.
</p>
<p>
You are required to ensure that Your contact information and preferences are accurate, complete and up to date by logging
into Your Account. We shall also make reasonable efforts to provide You with the opportunity to request correction
of data relating to Your Personal Information if the same is inaccurate or delete the data. Further, We may decline
to process requests which We find to be contrary to the terms laid down under this Privacy Policy, Our terms
and conditions (“Terms and Conditions”) or any applicable laws, require disproportionate technical effort, jeopardize
the privacy of others or are extremely impractical.
</p>
<p>
Your Personal Information will be kept confidential to the maximum possible extent and used to support Your relationship
with Company, to clarify any discrepancies which may arise on Your placing of an order or request, and other
related functions provided by Company.
</p>
<p>
By using this Site and services provided on the Site, You agree and You also acknowledge that with respect to certain activities,
the collection, transfer, storage and processing of Your information may be undertaken by trusted third party
vendors or agents of Company such as credit card processors, web hosting providers, communication services, and
web analytic providers etc.,, to help facilitate Us in providing certain functions.
</p>
<p>
Summary: Our site automatically collects some data of your computer and parallel internet usage but none of these include
your personal information. We use temporary cookies but these expire when you leave our site.
</p>
<p>
<span>
Non-Personal Information:
</span>
Non-Personal Information is any information that does not reveal Your specific identity, such as, browser information, information
collected through Cookies (defined below), pixel tags and other technologies, demographic information, etc. As
is true with most websites, Our Site gathers some information automatically when You visit the URL of the Site
and stores it in log files. When You use the Site and the services provided, We may collect certain information
about Your computer to facilitate, evaluate and verify Your use of the Site, and the products and the services
available on the Site. For example, We may store environmental variables, such as browser type, operating system,
speed of the central processing unit (CPU), referring or exit web pages, click patterns and the internet protocol
(IP) address of Your computer. This information is generally collected in aggregate form, without identifying
any user individually.
</p>
<p>
<span>
Cookies:
</span>
Cookies are pieces of information that are stored on a User’s PC when the User accesses a Website. The Site may use temporary
cookies to help you access some of the special functions within the database driven areas of Company’s Site.
Once you leave our Site, these cookies expire. Cookies do not collect personal identifying information about
the user.
</p>
</div>
<div class="content-section">
<h5>
3. Information Security
</h5>
<p>
Summary: Your data is safe with us and we do not share it with anyone, including employees and contractors unless it is absolutely
critical to process any services you might have requested from us or for business, professional or technical
support
</p>
<p>
We work hard to protect You from unauthorized access to or unauthorized alteration, disclosure or destruction of information
we hold. Pursuant to the same, we:
</p>
<p>
Encrypt our services using secure server software, which is the industry standard and among the best software available today
for secure transactions.
</p>
<p>
Review our information collection, storage and processing practices, including physical security measures to guard against
unauthorized access to systems.
</p>
<p>
Company does not rent, sell or share Your Personal Information with third parties or non affiliated companies except to provide
the services You have requested. We limit the disclosure of Personal Information to Our employees, independent
contractors including vendors, affiliates, consultants, business associates, service providers and distributors
of Our services, on a “need-to-know” basis, and only if the disclosure will enable that entity to provide Us
with business, professional, or technical support or fulfill Your request.
</p>
</div>
<div class="content-section">
<h5>
4. Information We Share
</h5>
<p>
Summary: We will only disclose your personal information if required by the authorities, or to protect and improve our Operations
or with certain affiliates who provide services like data security, customer service and more.
</p>
<p>
Company may disclose any information provided by You on the Site as may be deemed to be necessary or appropriate: (a) under
applicable law, including laws outside Your country of residence; (b) to comply with legal process; (c) to respond
to requests from public and government authorities including public and government authorities outside Your country
of residence; (d) to enforce Our Terms of Use; (e) to protect Our operations or those of any of Our affiliates;
(f) to protect Our rights, privacy, safety or property, and/or that of Our affiliates, You or others; and (g)
to allow Us to pursue available remedies or limit the damages that We may sustain.
</p>
<p>
We may share Personal Information with other corporate entities and affiliates to:
</p>
<p>
Help detect and prevent identity theft, fraud and other potentially illegal acts;
</p>
<p>
b.Correlate related or multiple accounts to prevent abuse of Our services; and To facilitate joint or co-branded services
that You request for where such services are provided by more than one corporate entity. We may disclose Personal
Information to:
</p>
<p>
Third parties in good faith, and such disclosure shall be reasonably necessary to enforce Our Terms of Use or the Privacy
Policy, or to respond to claims of violation of third party rights through advertisements, postings or other
content;
</p>
<p>
To Company’s third party providers who provide goods / services such as contact information verification, payment processing,
order fulfillment, customer service, website hosting, data analysis, infrastructure provision, IT services, auditing
services and other similar services to enable them to provide the relevant services;
</p>
</div>
<div class="content-section">
<h5>
5. Change in Privacy Policy
</h5>
<p>
Summary: We will give you a heads up if we make significant changes to the Privacy policy but in case you use the site despite
not seeing it, we will assume you have consented to the changes.
</p>
<p>
The User acknowledges that becoming a User of the Website and its Services signifies their assent to this privacy policy.
Company may update this privacy policy at any time, with or without advance notice. In the event there are significant
changes in the way Company treats User's personally identifiable information, Company will display a notice on
the Website or send Users an email, as provided for above. Unless stated otherwise, Company’s current privacy
policy applies to all information that Company has about Users and their account. Notwithstanding the above,
Company shall not be required to notify the Users of any changes made to the privacy policy. If a User uses the
Services after notice of changes have been sent to such User or published on the Website, such User hereby provides
his/her/its consent to the changed practices.
</p>
</div>
<div class="content-section">
<h5>
6. Advertisements
</h5>
<p>
Summary: We are not responsible for third party advertisements and the data they collect of you.
</p>
<p>
Some of the advertisements You see on the Site are selected and delivered by third parties, such as ad networks, advertising
agencies, advertisers, and audience segment providers. These third parties may collect information about You
and Your online activities, either on the Site or on other websites, through cookies, web beacons, and other
technologies in an effort to understand Your interests and deliver to You advertisements that are tailored to
Your interests.
</p>
<p>
Please remember that the Company does not have access to, or control over, the information these third parties may collect.
The information practices of these third parties are not covered by this Privacy Policy.
</p>
</div>
<div class="content-section">
<h5>
7. Choice/Opt-Out
</h5>
<p>
Summary: You are free to unsubscribe from any notifications at any point.
</p>
<p>
Company provides all its Users with the opportunity to opt-out of receiving non-essential (promotional, marketing-related)
communications from Us or on behalf of Our partners after setting up an Account.
</p>
<p>
If You want to remove Your contact information from all Our lists and newsletters, please write to us at <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="bcc9d2cfc9decfdfced5ded9fcddc8d4d9ced9d2d9cedbc592dfd3d1">[email protected]</a>
with “unsubscribe” as the subject.
</p>
</div>
<div class="content-section">
<h5>
8. Questions
</h5>
<p>
Summary: Any questions?
</p>
<p>
Questions regarding this Privacy Policy should be directed to the following address: 3rd Floor, Tower D, IBC Knowledge Park,
Bannerghatta Main Road, Bengaluru - 560029.
</p>
</div>
<div class="content-section">
<h5>
9. Disclaimer
</h5>
<p>
Summary: Don’t accept the policy if you disagree with how we will use your personal data. And incase we do use it in a manner
you don’t like then tough luck.
</p>
<p>
Company shall not be liable for any loss or damage sustained by reason of any disclosure (inadvertent or otherwise) of any
information concerning the user's account and/or their verification process and particulars nor for any error,
omission or inaccuracy with respect to any information so disclosed and used whether or not in pursuance of a
legal process or otherwise. The terms in this agreement may be changed by Company at any time. Company is free
to offer its services to any client/prospective client without restriction.
</p>
<p>
By registering or by using this Site, you explicitly accept, without limitation or qualification, the collection, use and
transfer of the Personal Information provided by you in the manner described in this Privacy Policy.
</p>
<p>
Please read this Privacy Policy carefully as it affects your rights and liabilities under law. If you do not accept the Privacy
Policy stated herein or disagree with the way we collect and process personal information collected on the Site,
please do not use it.
</p>
</div>
</div>
</div>
</section>
<!-- End Document body -->
<!-- Footer Area -->
<footer class="site-footer">
<!-- Footer Top Area -->
<div class="footer-top-area">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="row">
<div class="col-md-4 col-sm-12">
<div class="footer-wid footer-menu">
<h3 class="footer-wid-title">Get In Touch</h3>
<p>1828 Johns Drive Glenview, IL 60025</p>
<div class="address-info">
<span class="hover-green"><i class="fa fa-phone"></i> (224) 228-8475</span>
<span class="hover-green"><i class="fa fa-envelope"></i> support@efuel.com </span>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12 text-center list-inline">
<div class="social-icos">
<ul class="list-inline">
<li class="twitter"><a href="#"><i class="fab fa-twitter"></i></a></li>
<li class="facebook"><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li class="linkedin"><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li class="instagram"><a href="#"><i class="fab fa-instagram"></i></a></li>
<li class="youtube"><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="footer-wid">
<div class="subscribe">
<h3 class="footer-wid-title">Subscribe for Updates</h3>
<form action="index.html">
<input type="text" placeholder="Type your email" required>
<button>Subscribe now <i class="fa fa-paper-plane"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- End Footer Top -->
<!-- Footer Bottom Area -->
<div class="footer-copyright-area">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-5">
Copyright © Swachev Solutions (A Division of Evliion Private Limited) 2020. All Rights Reserved.
</div>
<div class="col-md-5 col-sm-7 text-right">
<a href="terms&condition.html">Terms & Condition</a> <span class="seprator">|</span> <a href="privacyPolicy.html">Privacy Policy</a>
</div>
</div>
</div>
</div> <!-- End Footer Bottom Area -->
</footer> <!-- End Footer Area -->
<!-- Back Top top -->
<a href="#content" class="back-to-top">Top</a>
<!-- End Back Top top -->
<!-- Bootstrap JS file -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Custom JS file -->
<script src="assets/js/active.js"></script>
</body>
</html>