-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms&condition.html
More file actions
436 lines (433 loc) · 30.2 KB
/
terms&condition.html
File metadata and controls
436 lines (433 loc) · 30.2 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
<!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-Terms & Condition</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">
<div class="content-section">
<h2>Terms of Use</h2>
<p>Summary: Cut through the jargon. We have added a summary to each section for a quick and easy read. When you sign-up with us, you agree to follow the conditions listed below.
The summaries are not a part of the actual policy, we have added them to make things easier to understand for you.
</p>
<p>These Terms of Use (“Terms of Use”) have been drafted in accordance with the provisions of Rule 3 (1) of the Information
Technology (Intermediaries guidelines) Rules, 2011 that require publishing the rules and regulations, privacy policy and Terms of Use
for access or usage of www.atherenergy.com.
</p>
</div>
<div class="content-section">
<h5>About Us</h5>
<p>The domain name www.atherenergy.com (hereinafter referred to as "Website") owned and managed by Swachev Private Limited,
a private limited company, incorporated and existing under the laws of India and having its registered office at 3rd Floor Tower D,
IBC Knowledge Park, Bannerghatta Main Road, Bengaluru, Karnataka 560029 (hereinafter referred to as “Company”)
</p>
</div>
<div class="content-section">
<h5>Terms of Use</h5>
<label>Summary: This covers all the terminology that will be used in the rest of the document.</label>
<p>Your use of the Website and services and tools are governed by the following terms and conditions ("Terms of Use") as applicable to the Website including the applicable policies
which are incorporated herein by way of reference. If You transact on the Website, You shall be subject to the policies that are applicable to the Website for such transaction.
By mere use of the Website, You shall be contracting with Company and these terms and conditions including the policies constitute your binding obligations, with the Website.
</p>
<p>For the purpose of these Terms of Use, wherever the context so requires "You" or "User" shall mean any natural or legal person who has agreed to become a user of the Website by
providing Registration Data while registering on the Website as Registered User using the computer systems. This Website allows the User to surf the Website. The term "We", "Us",
"Our" shall mean Company.
</p>
</div>
<div class="content-section">
<h5>Eligibility to use</h5>
<label>Summary: You have to be 18 years old to use this site.</label>
<p>Use of the Website is available only to persons who can form legally binding contracts under Indian Contract Act, 1872. Persons who are "incompetent to contract" within the meaning of
the Indian Contract Act, 1872 including minors, un-discharged insolvents etc. are not eligible to use the Website. If you are a minor i.e. under the age of 18 years, you shall not register
as a User of the Company website and shall not transact on or use the Website. As a minor if you wish to use or transact on Website, such use or transaction may be made by your legal guardian or
parents on the Website. Company reserves the right to refuse You access to the Website if it is brought to Company's notice or if it is discovered that you are under the age of 18 years. By visiting
Company Website or accepting these Terms of Use, You represent and warrant to Company that You are 18 years of age or older, and that You have the right, authority and capacity to use the Website and
agree to and abide by these Terms of Use. You also represent and warrant to the Company that You will use the Website in a manner consistent with any and all applicable laws and regulations.
</p>
<p>Company reserves the right to refuse access to use the Services offered at the Website to new Users or to terminate access granted to existing Users at any time without
according any reasons for doing so
</p>
</div>
<div class="content-section">
<h5>Your use of Company Website</h5>
<label>Summary: You need an account to use all the features on the website. Keep your password secret and don’t lie to us!</label>
<p>The Company offers its services to different categories. Users of each of the categories are required to register themselves on the Website and make an individual account with Company in order to receive its services.
Such an account is accessible by the unique username and password provided to the User by the Company when they chose to register themselves on the Website. The said username and password should be kept highly confidential
and should not be disclosed to any third party. You agree to accept responsibility for all activities that occur under your account or password. You should take all necessary steps to ensure that the password is kept confidential
and secure and should inform us immediately if you have any reason to believe that your password has become known to anyone else, or if the password is being, or is likely to be used in an unauthorized manner.
</p>
<p>You shall ensure that the Account Information provided by You in the Website's registration form is complete, accurate and up-to-date. Use of another user's Account Information for availing the Services is expressly prohibited.
</p>
<p>
If You provide any information that is untrue, inaccurate, not current or incomplete (or becomes untrue, inaccurate, not current or incomplete), or Company has reasonable grounds to suspect that such information is untrue, inaccurate,
not current or incomplete, Company has the right to suspend or terminate Your Account and refuse any and all current or future use of the Website (or any portion thereof).
</p>
</div>
<div class="content-section">
<h5>Privacy and Information Protection</h5>
<label>Summary: We have a privacy policy that explains how we use your data. You can read it here.</label>
<p>Please review our Privacy Policy, which also governs your visit to this Site, to understand our internal policies and practices.
The personal information / data provided to us by you during the course of usage of www.atherenergy.com will be treated as strictly
confidential and in accordance with the Privacy Policy and applicable laws and regulations.
If you object to your information being transferred or used, please do not use the website.
</p>
</div>
<div class="content-section">
<h5>Charges for using the Website</h5>
<label>Summary: Browsing our website is free!</label>
<p>
Company does not charge any fee for browsing the Website. Company reserves the right to change its Fee Policy from time to
time. In particular, Company may at its sole discretion introduce new services and modify some or all of the
existing services offered on the Website. In such an event Company reserves the right to introduce fees for the
new services offered or amend/introduce fees for existing services, as the case may be. Changes to the Fee Policy
shall be posted on the Website and such changes shall automatically become effective immediately after they are
posted on the Website. Unless otherwise stated, all fees shall be quoted in Indian Rupees.
</p>
</div>
<div class="content-section">
<h5>
Rights of use
</h5>
<label>
Summary: Browsing our website is free! But you cannot use any of our content, images or any downloads to make money for yourself
or anyone else.
</label>
<p>
Company grants you limited rights to access and make personal use of this website, but not to download (other than page caching)
or modify it, or any portion of it. These rights do not include any commercial use of this website or its contents;
any collection and use of any content, descriptions, or prices; any derivative use of this website or its contents;
any downloading or copying of account information for the benefit of a third-party; or any use of data mining,
robots, or similar data gathering and extraction tools.
</p>
<p>
This website or any portion of this website (including but not limited to any copyrighted material, trademarks, or other
proprietary information) may not be reproduced, duplicated, copied, sold, resold, visited, distributed or otherwise
exploited for any commercial purpose.
</p>
</div>
<div class="content-section">
<h5>
Your Conduct
</h5>
<label>
Summary: This is a list of things you should not do.
</label>
<p>
You must not use the Website in any way that causes, or is likely to cause, the Website or access to it to be interrupted,
damaged or impaired in any way. You understand that you, and not Company, are responsible for all electronic
communications and content sent from your computer to us and you must use the Website for lawful purposes only.
You must not use the Website for any of the following:
</p>
<p>
for fraudulent purposes, or in connection with a criminal offense or other unlawful activity to send, use or reuse any material
that does not belong to you; or is illegal, offensive (including but not limited to material that is sexually
explicit content or which promotes racism, bigotry, hatred or physical harm), deceptive, misleading, abusive,
indecent, harassing, blasphemous, defamatory, libelous, obscene, pornographic, pedophilic or menacing; ethnically
objectionable, disparaging or in breach of copyright, trademark, confidentiality, privacy or any other proprietary
information or right; or is otherwise injurious to third parties; or relates to or promotes money laundering
or gambling; or is harmful to minors in any way; or impersonates another person; or threatens the unity, integrity,
security or sovereignty of India or friendly relations with foreign States; or objectionable or otherwise unlawful
in any manner whatsoever; or which consists of or contains software viruses, political campaigning, commercial
solicitation, chain letters, mass mailings or any "spam” to cause annoyance, inconvenience or needless anxiety
</p>
</div>
<div class="content-section">
<h5>
POLICIES
</h5>
<label>
Summary: Don’t be mean. All the details provided in the website is as accurate as possible but sometimes things change and
you can’t hold us to it. These rules and policies can be changed. You cannot sue us. You are okay with us getting
in touch with you! And if you have questions you should email us on <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5831363e3718392c303d2a3d363d2a3f21763b3735">[email protected]</a>
</label>
</div>
<div class="content-section">
<h5>
Profanity Policy
</h5>
<p>
Our Website prohibits the use of language that is racist, hateful, sexual or obscene in nature in any form whatsoever.
</p>
<p>
Disciplinary action may result in the indefinite suspension of a User's account, temporary suspension, or a formal warning.
</p>
</div>
<div class="content-section">
<h5>
Disclaimer of Warranties and Liabilities
</h5>
<p>
We expressly disclaim any warranties or representations (express or implied) in respect of quality, suitability, accuracy,
reliability, completeness, timeliness, performance, safety, merchantability, fitness for a particular purpose,
or legality of the products listed or displayed or the content (including product information and/or specifications)
on the website. While we have taken precautions to avoid inaccuracies in content, this Website, all content,
information, software, products, services and related graphics are provided as is, without warranty of any kind.
</p>
<p>
You hereby expressly release Company and/or its affiliates and/or any of its officers and representatives from any cost,
damage, liability or other consequence of any of the actions/inactions of the vendors and specifically waiver
any claims or demands that you may have in this behalf under any statute, contract or otherwise.
</p>
</div>
<div class="content-section">
<h5>
Communications
</h5>
<p>
When you visit www.atherenergy.com or send e-mails to us, you are communicating with us electronically. We may communicate
with you by e-mail, SMS, phone call or by posting notices on the website or by any other mode of communication.
For contractual purposes, you consent to receive communications including SMS, e-mail or phone calls from us.
</p>
</div>
<div class="content-section">
<h5>
Losses
</h5>
<p>
We will not be responsible for any business loss (including loss of profits, revenue, contracts, anticipated savings, data,
goodwill or wasted expenditure) or any other indirect or consequential loss that is not reasonably foreseeable
to both you and us when you commenced using the website.
</p>
</div>
<div class="content-section">
<h5>
Alteration of Service or Amendments to the Conditions
</h5>
<p>
We reserve the right to make changes to our website, policies, and these Conditions of Use at any time. You will be subject
to the policies and Conditions of Use in force at the time that you use the website, unless any change to those
policies or these conditions is required to be made by law or government authority. If any of these conditions
is deemed invalid, void, or for any reason unenforceable, that condition will be deemed severable and will not
affect the validity and enforceability of any remaining condition.
</p>
</div>
<div class="content-section">
<h5>
Events beyond our reasonable control
</h5>
<p>
We will not be held responsible for any delay or failure to comply with our obligations under these conditions if the delay
or failure arises from any cause which is beyond our reasonable control. This condition does not affect your
statutory rights.
</p>
</div>
<div class="content-section">
<h5>
Waiver
</h5>
<p>
If you breach these conditions and we take no action, we will still be entitled to use our rights and remedies in any other
situation where you breach these conditions.
</p>
</div>
<div class="content-section">
<h5>
Governing law and Jurisdiction
</h5>
<p>
These conditions are governed by and construed in accordance with the laws of India. You agree, as we do, to submit to the
exclusive jurisdiction of the courts at Bangalore.
</p>
<p>
IN NO EVENT SHALL ATHER ENERGY PRIVATE LIMITED BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF
ANY KIND IN CONNECTION WITH THESE TERMS OF USE, EVEN IF USER HAS BEEN INFORMED IN ADVANCE OF THE POSSIBILITY
OF SUCH DAMAGES.
</p>
</div>
<div class="content-section">
<h5>
Severability & Waiver Contact Information
</h5>
<p>
If any provision of this Terms of Use is held to be invalid or unenforceable, such provision shall be struck and the remaining
provisions shall be enforced.
</p>
</div>
<div class="content-section">
<h5>
Contact Information
</h5>
<p>
This site is owned and operated by Swachev Private Limited. If You have any have any question, issue, complaint regarding
any of our Services, please contact <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="ec85828a83ac8d9884899e8982899e8b95c28f8381">[email protected]</a>
</p>
</div>
<div class="content-section">
<h5>
Photography and Videography
</h5>
<p>
All the events organized by Swachev Pvt. Ltd., and feedback received therein may be recorded and photographed. All rights
to edit and publish the aforesaid subsists with Ather.
</p>
</div>
<div class="content-section">
<h5>
Right to Refusal
</h5>
<p>
“The Company reserves the right to refuse permission to You to participate in any activity organized by the company, at its
discretion without assigning any reasons whatsoever. Further the Company reserves the right to re-schedule, cancel
or amend the terms governing activities, at its discretion without any prior written notice/intimation.”
</p>
<p>
“Each order placed on this website constitutes an offer to purchase products. Orders are subject to Company’s acceptance
and may be refused at Company’s discretion.”
</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>