-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtos.html
604 lines (572 loc) · 22.3 KB
/
tos.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
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon" />
<link href="assets/img/favicon.ico" rel="apple-touch-icon" />
<title>SpicyDevs - TOS</title>
<meta name="title" content="SpicyDevs | Terms of Service" />
<meta
name="description"
content="Terms of service provided by SpicyDevs; you must follow this while interacting with our Website"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://spicydevs.js.org" />
<meta property="og:title" content="Terms of Service | SpicyDevs" />
<meta
property="og:description"
content="Terms of service provided by SpicyDevs; you must follow this while interacting with our Website"
/>
<meta property="twitter:url" content="https://spicydevs.js.org" />
<meta property="twitter:title" content="Terms of Service | SpicyDevs" />
<meta
property="twitter:description"
content="Terms of service provided by SpicyDevs; you must follow this while interacting with our Website"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet"
/>
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link
href="assets/vendor/glightbox/css/glightbox.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<style>
.tos {
padding: 60px 0;
}
.tos .tos-list {
padding: 0;
list-style: none;
}
.tos .tos-list li {
border-bottom: 1px solid #d4e5fc;
margin-bottom: 20px;
padding-bottom: 20px;
}
.tos .tos-list .question {
display: block;
position: relative;
font-family: #106eea;
font-size: 18px;
line-height: 24px;
font-weight: 400;
padding-left: 25px;
cursor: pointer;
color: #0d58ba;
transition: 0.3s;
}
.tos .tos-list i {
font-size: 16px;
position: absolute;
left: 0;
top: -2px;
}
.tos .tos-list p {
margin-bottom: 0;
padding: 10px 0 0 25px;
}
.tos .tos-list .icon-show {
display: none;
}
.tos .tos-list .collapsed {
color: black;
}
.tos .tos-list .collapsed:hover {
color: #106eea;
}
.tos .tos-list .collapsed .icon-show {
display: inline-block;
transition: 0.6s;
}
.tos .tos-list .collapsed .icon-close {
display: none;
transition: 0.6s;
}
</style>
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-flex align-items-center">
<div
class="container d-flex justify-content-center justify-content-md-between"
>
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope d-flex align-items-center"
><span>
<a href="mailto:[email protected]"
></span
></i
>
</div>
<div class="social-links d-none d-md-flex align-items-center">
<a href="./discord" class="discord" target="_blank"
><i class="bi bi-discord"></i
></a>
</div>
</div>
</section>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo">
<a href="./">SpicyDevs<span>.</span></a>
</h1>
<!-- .navbar -->
<nav id="navbar" class="navbar">
<ul>
<li>
<a class="nav-link scrollto active" href="./#hero">Home</a>
</li>
<li><a class="nav-link scrollto" href="./#about">About</a></li>
<li>
<a class="nav-link scrollto" href="./#services">Services</a>
</li>
<li><a class="nav-link scrollto" href="./#team">Team</a></li>
<li><a class="nav-link scrollto" href="./order">Order</a></li>
<li class="dropdown">
<a href="#"
><span>Show More</span> <i class="bi bi-chevron-down"></i
></a>
<ul>
<li><a href="./codes">Codes</a></li>
<li><a href="./connect">SpicyDevs Connect</a></li>
<li>
<a href="./discord" target="_blank">Discord</a>
</li>
</ul>
</li>
<li><a class="nav-link scrollto" href="./#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- End Header -->
<!-- ======= Main ======= -->
<section id="tos" class="tos">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>TOS</h2>
<h3>SpicyDevs- <span>Terms Of Service</span></h3>
<p>SpicyDevs - Spice it Up</p>
</div>
<div class="row">
<div class="col-xl-10">
<ul class="tos-list">
<li>
<div
data-bs-toggle="collapse"
class="collapsed question"
href="#tos1"
>
Terms of Service Agreement
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos1" class="collapse" data-bs-parent=".tos-list">
<p>
By accessing this Website, accessible from
<a href="./">https://spicydevs.js.org</a>, you are agreeing
to be bound by these Website's Terms and Conditions of Use
and agree that you are responsible for the agreement with
any applicable local laws. If you disagree with any of these
terms, you are prohibited from accessing this site. The
materials contained in this Website are protected by
copyright and trademark law.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos2"
class="collapsed question"
>
Use License
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos2" class="collapse" data-bs-parent=".tos-list">
<p>
Permission is granted to temporarily download one copy of
the materials on SpicyDevs's Website for personal,
non-commercial transitory viewing only. This is the grant of
a license, not a transfer of title, and under this license,
you may not, and reselling of any code is strictly against
our terms of services and if you copy our code and add your
credits then that can lead to copyright on you.
</p>
<ol type="I">
<li>
<p class="fst-italic"><b>Not Allowed</b></p>
<ol type="i">
<li><p>Modify or copy the materials;</p></li>
<li><p>Reselling of any product made by us;</p></li>
<li>
<p>
Use the materials for any commercial purpose or for
any public display;
</p>
</li>
<li>
<p>
Attempt to reverse engineer any software contained
on SpicyDevs's Website;
</p>
</li>
<li>
<p>
Remove any copyright or other proprietary notations
from the materials; or
</p>
</li>
<li>
<p>
Transferring the materials to another person or
"mirror" the materials on any other server.
</p>
</li>
</ol>
</li>
</ol>
<p>
<b>
This will let SpicyDevs terminate upon violations of any
of these restrictions. Upon termination, your viewing
right will also be terminated and you should destroy any
downloaded materials in your possession whether it is
printed or electronic format. These Terms of Service has
been created by the SpicyDevs INDIA and the SpicyDevs is a
Subsidiary of <a href="./">SpicyDevs</a>.
</b>
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos3"
class="collapsed question"
>
Disclaimer
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos3" class="collapse" data-bs-parent=".tos-list">
<p>
All the materials on SpicyDevs’s Website are provided "as
is". SpicyDevs makes no warranties, may it be expressed or
implied, therefore negates all other warranties.
Furthermore, SpicyDevs does not make any representations
concerning the accuracy or reliability of the use of the
materials on its Website or otherwise relating to such
materials or any sites linked to this Website.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos4"
class="collapsed question"
>
Limitations
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos4" class="collapse" data-bs-parent=".tos-list">
<p>
SpicyDevs or its suppliers will not be held accountable for
any damages that will arise with the use or inability to use
the materials on SpicyDevs ’s Website, even if SpicyDevs or
an authorized representative of this Website has been
notified, orally or written, of the possibility of such
damage. Some jurisdiction does not allow limitations on
implied warranties or limitations of liability for
incidental damages, these limitations may not apply to you.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos5"
class="collapsed question"
>
Revisions and Errata
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos5" class="collapse" data-bs-parent=".tos-list">
<p>
The materials appearing on SpicyDevs ’s Website may include
technical, typographical, or photographic errors. SpicyDevs
will not promise that any of the materials in this Website
are accurate, complete, or current. SpicyDevs may change the
materials contained on its Website at any time without
notice. SpicyDevs does not make any commitment to update the
materials.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos6"
class="collapsed question"
>
Links
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos6" class="collapse" data-bs-parent=".tos-list">
<p>
SpicyDevs has not reviewed all of the sites linked to its
Website and is not responsible for the contents of any such
linked site. The presence of any link does not imply
endorsement by SpicyDevsof the site. The use of any linked
website is at the user’s own risk.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos7"
class="collapsed question"
>
Site Terms of Use Modifications
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos7" class="collapse" data-bs-parent=".tos-list">
<p>
SpicyDevs may revise these Terms of Use for its Website at
any time without prior notice. By using this Website, you
are agreeing to be bound by the current version of these
Terms and Conditions of Use.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos8"
class="collapsed question"
>
Our Privacy
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos8" class="collapse" data-bs-parent=".tos-list">
<p>
Please read our Privacy Policy at
<a href="./privacypolicy">privacypolicy</a>
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos9"
class="collapsed question"
>
Governing Law
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos9" class="collapse" data-bs-parent=".tos-list">
<p>
Any claim related to SpicyDevs 's Website shall be governed
by the laws of in without regard to its conflict of law
provisions.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos10"
class="collapsed question"
>
Report Us
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos10" class="collapse" data-bs-parent=".tos-list">
<p>
If you find anyone involved in any kind of bad activity or
doing any bad thing with you then you can simply contact us
via our email or join our
<a href="./discord">discord</a> server and create a ticket.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos11"
class="collapsed question"
>
Removing our Watermark
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos11" class="collapse" data-bs-parent=".tos-list">
<p>
If we find to removing our watermark from the services
developed by us without our permission then that can lead to
copyright on you and a report shall be filed against you.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#tos12"
class="collapsed question"
>
Important
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="tos12" class="collapse" data-bs-parent=".tos-list">
<p>
<b>
These terms are only applicable to the services developed
by SpicyDevs.
</b>
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>SpicyDevs<span>.</span></h3>
<p>
<strong>Email:</strong>
<a href="mailto:[email protected]">[email protected]</a>
<br />
<strong>Discord:</strong>
<a href="./discord" target="_blank">SpicyDevs Server</a>
<br />
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i> <a href="./#hero">Home</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./#about">About us</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./#services">Services</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./tos">Terms of Service</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./privacypolicy">Privacy Policy</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./discord" target="_blank">Web Development</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./discord" target="_blank">Bot Development</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./discord" target="_blank">Graphics Designing</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./discord" target="_blank">Video/Image Editing</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./discord" target="_blank">Server Designing</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>
Follow us on the following Social Media Platforms to Stay
Connected with Us.
</p>
<div class="social-links mt-3">
<a href="./discord" class="discord" target="_blank"
><i class="bi bi-discord"></i
></a>
</div>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>SpicyDevs</span></strong> 2024. All
Rights Reserved.
</div>
</div>
</footer>
<!-- End Footer -->
<div id="preloader"></div>
<a
href="#"
class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>