-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
590 lines (503 loc) · 31.4 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
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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Zodhya - Privacy</title>
<!-- Fav Icon -->
<link rel="icon" href="assets/images/icon01.png" type="image/x-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap"
rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Stylesheets -->
<link href="assets/css/font-awesome-all.css" rel="stylesheet">
<link href="assets/css/flaticon.css" rel="stylesheet">
<link href="assets/css/owl.css" rel="stylesheet">
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/jquery.fancybox.min.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/imagebg.css" rel="stylesheet">
<link href="assets/css/color/theme-color.css" id="jssDefault" rel="stylesheet">
<link href="assets/css/switcher-style.css" rel="stylesheet">
<link href="assets/css/rtl.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VM2VGRHEX1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-VM2VGRHEX1');
</script>
<style>
.fa-bolt {
color: #F68838;
}
</style>
</head>
<!-- page wrapper -->
<body class="boxed_wrapper ltr">
<!-- preloader -->
<div class="preloader"></div>
<!-- preloader -->
<!-- Nav-bar -->
<header class="main-header">
<div class="outer-container">
<div class="header-upper clearfix">
<div class="outer-box pull-left">
<div class="logo-box pull-left">
<figure class="logo"><a href="index.html"><img src="assets/images/logo2.png" alt=""
style="width: 50%;"></a></figure>
</div>
<div class="menu-area pull-left">
<!--Mobile Navigation Toggler-->
<div class="mobile-nav-toggler" style="right: 15px;">
<i class="icon-bar"></i>
<i class="icon-bar"></i>
<i class="icon-bar"></i>
</div>
<nav style="margin-left:11vw;" class="main-menu navbar-expand-md navbar-light">
<div class="collapse navbar-collapse show clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li><a href="index.html">ホーム</a></li>
<li><a href="about.html">私たちについて</a></li>
<li class="dropdown"><a href="#">製品</a>
<ul>
<li><a href="soul.html">Soul</a></li>
<li><a href="saverx.html">SaverX</a></li>
<li><a href="saver.html">Saver</a></li>
</ul>
</li>
<li><a href="faqs.html">FAQ</a></li>
<li><a href="https://blog.zodhyatech.com">ブログ</a></li>
<li><a style="color:#F68838;" onMouseOver="this.style.color='#1b617d'"
onMouseOut="this.style.color='#F68838'" href="contact.html">お問い合わせ</a>
</li>
<li class="dropdown">
<a href="#" >
<i class="fa-solid fa-globe"></i> <span id="language">jp</span>
</a>
<ul>
<li> <a href="https://zodhyatech.com">English</a></li>
<li><a href="https://de.zodhyatech.com">German</a></li>
<li><a href="https://jp.zodhyatech.com">Japanese</a></li>
<li><a href="https://es.zodhyatech.com">Spanish</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!--sticky Header-->
<div class="sticky-header">
<div class="container clearfix">
<figure class="logo-box"><a href="index.html"><img src="assets/images/logosmall.png" alt=""
style="width: 60%;"></a></figure>
<div class="menu-area">
<nav class="main-menu clearfix">
<!--Keep This Empty / Menu will come through Javascript-->
</nav>
</div>
</div>
</div>
</header>
<!-- Nav-bar end-->
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><i class="fas fa-times"></i></div>
<nav class="menu-box">
<div class="nav-logo"><a href="index.html"><img src="assets/images/logo_black.png" alt="" title=""></a>
</div>
<div class="menu-outer"><!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
</div>
<div class="contact-info">
<h4>お問い合わせ</h4>
<ul>
<li>T-hub Foundation, Knowledge City, Sy No 83/1, Raidurg, Hyderabad - 500081, India</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div class="social-links">
<ul class="clearfix">
<li><a href="https://twitter.com/ZodhyaOfficial"><span class="fab fa-twitter"></span></a></li>
<li><a href="https://www.facebook.com/zodhya/"><span class="fab fa-facebook-square"></span></a></li>
<li><a href="https://www.linkedin.com/company/zodhya"><span class="fab fa-linkedin-in"></span></a>
</ul>
</div>
</nav>
</div>
<!-- End Mobile Menu -->
<!--Page Title-->
<section class="page-title bg-color-1 text-center">
<div class="pattern-layer" style="background-image: url(assets/images/shape/pattern-18.png);"></div>
<div class="auto-container">
<div class="content-box">
<h1>利用規約 | プライバシーポリシー</h1>
<ul class="bread-crumb clearfix">
<li><a href="index.html">ホーム</a></li>
<li>Privacy </li>
</ul>
</div>
</div>
</section>
<!--End Page Title-->
<!-- about-section -->
<section class="about-section sec-pad">
<div class="auto-container">
<div class="row clearfix">
<div class="col-lg-12 col-md-12 col-sm-12 content-column">
<div id="content_block_01">
<div class="content-box">
<div class="sec-title wow slideInUp" data-wow-delay="00ms" data-wow-duration="1500ms">
<h2>TERMS AND CONDITIONS</h2>
</div>
<div class="text wow slideInUp" data-wow-delay="300ms" data-wow-duration="1500ms">
<h4>GENERAL</h4>
<p>These Terms and Conditions written on this webpage shall manage your use of our
website, Zodhya Technologies Private Limited accessible at <a
href="https://www.zodhyatech.com"> https://www.zodhyatech.com</a>. These Terms
will be applied fully and affect to your use of this Website. By using this
Platform, you expressly agree to be bound by the Terms. So please read these
carefully before continuing to use the Website.
In the following terms and conditions, the terms ‘the Company’ refers to Zodhya
Technologies Private Limited; "You" and "Your" refers to you, the person log on this
website and compliant to the Company’s terms and conditions and the ‘website’ refers
to <a href="https://www.zodhyatech.com"> https://www.zodhyatech.com</a>.
</p>
<br>
<h4>ACCEPTANCE OF TERMS AND CONDITIONS</h4>
<p>By accessing or using this website you agree to be legally bound by the Terms of Use
and all terms and conditions contained or referenced herein or any additional terms
and conditions set forth on this website. Any accessing, browsing, or otherwise
using the this website indicates your agreement to these Terms and conditions, the
privacy policy of Zodhya Technologies Private Limited and any other policies or
guidelines that may be applicable at the time of your access and usage which may be
updated from time to time (collectively, the “Agreement”). If you do NOT agree to
all of these terms, you should NOT access or use this website.
</p>
<br>
<h4>MODIFICATION OF TERMS</h4>
<p>These Terms and conditions may be amended by Zodhya Technologies Private Limited at
any time. Such amended Terms of Use shall be effective upon posting. It reserves the
right to discontinue or make changes or updates with respect to the website or its
content, it’s term and conditions and Linking policy at any point of time without
notice. By continuously linking to our Website, you agree to be bound to and follow
these linking terms and conditions.
</p>
<br>
<h4>PRIVACY POLICY/ DISCLAIMERS</h4>
<p>These Terms and Conditions are subject to the Privacy Policy as posted on this
website. All information (including, without limitation, text, images, graphics,
links, and other materials) on the website is provided "as is" and "as available".
The Company hereby expressly disclaims to extent permitted by law any
representations or warranties of any kind, express or implied, relating to this
website and its use. Nothing in this disclaimer will warrant or make any
representations that :
<ul>
<li> a. the Web Site will meet your requirements.</li>
<li> b. limit or exclude our or your liability for fraud or fraudulent
misrepresentation.</li>
<li> c. limit any of our or your liabilities in any way that is not permitted under
applicable law.</li>
</ul>
</p>
<br>
<h4>COOKIES</h4>
<p>We use cookies on our site to analyze traffic, enhance your experience, and provide
you with tailored content. For more information visit our privacy policy.
</p>
<br>
<h4>YOUR CONTENT</h4>
<p>You agree that, “Your Content” shall mean any audio, video text, images or other
material you choose to display on this Website. By displaying Your Content, you
grant Company a non-exclusive, irrevocable, sub licensable license to use,
reproduce, adapt, publish, translate and distribute it in any and all media. You are
entitled to post the Comments on our website and have all necessary licenses and
consents to do so and it will not in any manner be a liability to Zodhya
Technologies Private Limited.
You warrant and represent that: </p>
<ul>
<li> a. The Comments do not invade any intellectual property right, including
without
limitation copyright, patent or trademark of any third party.</li>
<li> b. The Comments do not contain any defamatory, libelous, offensive, indecent or
otherwise unlawful material which is an invasion of privacy or cause any kind of
dispute or controversy which may likely cause legal actions.</li>
<li> c. The Comments will not be used to solicit or promote business or custom or
present
commercial activities or unlawful activity.</li>
</ul>
<br>
<h4>RESTRICTIONS</h4>
<p>You are specifically restricted from all of the following:</p>
<ul>
<li>
a. No material which is published on this website should be republished by you
anywhere or on any other online/ offline in the name of the Company.
</li>
<li>
b. No material which is published on this website should be sold, rented or
sub-licensed by you under any circumstances on behalf or in the name of the
Company.
</li>
<li>
c. Under any circumstances the materials from this website should be reproduced,
replicated, or copied as any such action is not permitted strictly by the
Company.
</li>
<li>
d. No content/ material / information published on this website should be
redistributed by you under any circumstances.
</li>
<li>
e. Without prior approval and express written permission, you may not create
Iframes around our Website or use other techniques that alter in any way the
visual presentation or appearance of our Web site. The Company reserves the
right at any time and in its sole discretion to request that you remove all
links or any particular link to our Web site. You agree to immediately remove
all links to our Web site upon such request. We also reserve the right to amend
these terms and conditions and its linking policy at any time. By continuing to
link to our Web site, you agree to be bound to and abide by these linking terms
and conditions.
</li>
</ul>
<br>
<h4>THIRD PARTY / SOFTWARE (hyperlinking)</h4>
<p>Under any circumstances, the following organizations may link to our website without
prior written approval:</p>
<ul>
<li>a. Government agencies</li>
<li>b. Search engines</li>
<li>c. News organizations</li>
<li>d. Online directory distributors may link to our website in the same manner as
they hyperlink to the Websites of other listed businesses</li>
<li>e. System wide Accredited Businesses except soliciting non-profit
organizations, charity shopping malls, and charity fundraising groups which may
not hyperlink
to our Web site.</li>
</ul>
<p>
These organizations may link to our home page, to publications or to other Website
information so long as the link: (a) is not in any way deceptive; (b) does not
falsely imply sponsorship, endorsement or approval of the linking party and its
products and/or services; and (c) fits within the context of the linking party’s
site.
The approved organizations may hyperlink to our Website as follows:</p>
<ul>
<li>a. By use of our corporate name.</li>
<li>b. By use of the uniform resource locator being linked to.</li>
<li>c. By use of any other description of our Website being linked to that makes
sense
within the context and format of content on the linking party’s site.</li>
</ul>
<p> No use of Zodhya Technologies Private Limited's logo or other artwork will be
allowed for linking absent a trademark license agreement.
Zodhya Technologies Private Limited is in no way responsible for the content of any
site owned by a third party that may be linked to the Web Site via hyperlink,
whether or not such hyperlink is provided by the Web Site or by a third party in
accordance with the Terms of Use. Any link on our Web Site to another site is not an
endorsement of such other site and no judgment or warranty is made with respect to
the accuracy, timeliness, or suitability of the content of any site to which the Web
Site may link, and we take no responsibility, therefore.
</p>
<br>
<h4>INDEMNIFICATION</h4>
<p>You hereby indemnify to the fullest extent Zodhya Technologies Private Limited from
and against any and/or all liabilities, costs, demands, causes of action, damages
and expenses arising in any way related to your breach of any of the provisions of
these Terms.
</p>
<br>
<h4>GOVERNING LAWS</h4>
<p>These terms are governed by and shall be construed in accordance with the laws
governing in India. Further you agree to the jurisdiction of courts located in
India, to resolve any dispute, claim or controversy that relates to or arises in
connection with these terms. All terms are in accordance with the aim of undertaking
the process of our assistance to the client in the most appropriate manner for the
purpose of meeting the client’s needs in respect to provision of the Company’s
stated services, in accordance with prevailing laws in India.</p>
<br>
<h4>SEVERABLITY</h4>
<p>If any provision of these Terms and Conditions are held to be invalid or
unenforceable, then the invalid or unenforceable provision will be replaced by a
valid, enforceable provision that most closely matches the intent of the original
provision and the remaining provisions shall be enforced.</p>
<br>
<h4>NO WAIVER</h4>
<p>No provision in these Terms of Use will be deemed waived and no breach excused,
unless such waiver or consent is in writing and signed by the Company. Any consent
by Zodhya Technologies Private Limited to, or waiver of your breach, whether
expressed or implied, will not constitute consent to, waiver of, or excuse for any
other different or subsequent breach.</p>
<br>
<h4>FORCE MAJEURE</h4>
<p>Zodhya Technologies Private Limited will not be held responsible for any delay or
failure to comply with its obligations if the delay or failure arises from any cause
which is beyond it’s reasonable control.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about-section end -->
<!-- main-footer -->
<footer class="main-footer">
<div class="auto-container">
<div class="footer-top">
<div class="widget-section wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="row clearfix">
<div class="col-lg-3 col-md-6 col-sm-12 footer-column">
<div class="footer-widget logo-widget">
<figure class="footer-logo"><a href="index.html"><img
src="assets/images/logo_ black.jpg" alt=""
style="width: 30%;border-radius: 25px;"></a></figure>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 footer-column">
<div class="footer-widget links-widget">
<div class="widget-title">
<h3>クイックリンク</h3>
</div>
<div class="widget-content">
<ul>
<li><a href="index.html">ホーム</a></li>
<li><a href="about.html">私たちについて</a></li>
<li><a href="https://blog.zodhyatech.com">ブログ</a></li>
<li><a href="faqs.html">FAQ</a></li>
<li><a href="contact.html">お問い合わせ</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 footer-column">
<div class="footer-widget links-widget">
<div class="widget-title">
<h3>製品</h3>
</div>
<div class="widget-content">
<ul>
<li><a href="soul.html">Soul</a></li>
<li><a href="saverx.html">SaverX</a></li>
<li><a href="saver.html">Saver</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 footer-column">
<div class="footer-widget contact-widget">
<div class="widget-title">
<h3>連絡先</h3>
</div>
<div class="widget-content">
<ul>
<li>T-hub Foundation, Knowledge City, Sy No 83/1, Raidurg, Hyderabad - 500081, India
</li>
<li><a href="mailto:[email protected]"
style="color: #f0842c ;">[email protected]</a></li>
</ul>
</div>
<ul class="social-links clearfix">
<li><a href="https://www.facebook.com/zodhya"><i class="fab fa-facebook-f"></i></a>
</li>
<li><a href="https://twitter.com/ZodhyaOfficial"><i class="fab fa-twitter"></i></a>
</li>
<li><a href="https://www.linkedin.com/company/zodhya"><i
class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom clearfix">
<div class="copyright pull-left">
<p><a href="index.html">Zodhya </a> ©
<script>document.write(new Date().getFullYear())</script>無断転載禁止
</p>
</div>
<ul class="footer-nav pull-right">
<li><a href="privacy.html">利用規約</a></li>
<li><a href="privacy.html">プライバシーポリシー</a></li>
</ul>
</div>
</div>
</footer>
<!--End main-footer -->
<!--Scroll to top-->
<button class="scroll-top scroll-to-target" data-target="html">
<span class="fa fa-arrow-up"></span>
</button>
<script>
document.cookie = "language=en";
</script>
<script>
const getCookie=(cname)=> {
let name = cname + "=";
let decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(';');
for(let i = 0; i <ca.length; i++) {
let c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
let language=getCookie("language")
if (language) {
document.getElementById('language').textContent = language;
} else {
document.getElementById('language').textContent = en;
}
// const userTimeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;
// const germanyTimeZone = 'Europe/Berlin';
// const japanTimeZone = 'Asia/Tokyo';
// // Check if the user's time zone matches Germany or Japan
// if (userTimeZone === germanyTimeZone) {
// window.location.href = 'https://example.com/germany-page';
// }
// else if (userTimeZone === japanTimeZone) {
// window.location.href = 'https://example.com/japan-page';
// }
// else {
// window.location.href = 'https://amamit.in';
// }
</script>
<!-- jequery plugins -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/validation.js"></script>
<script src="assets/js/jquery.fancybox.js"></script>
<script src="assets/js/appear.js"></script>
<script src="assets/js/scrollbar.js"></script>
<script src="assets/js/tilt.jquery.js"></script>
<script src="assets/js/jQuery.style.switcher.min.js"></script>
<!-- main-js -->
<script src="assets/js/script.js"></script>
<script src="assets/js/animate.js"></script>
</body>
<!-- End of .page_wrapper -->
</html>