-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms.html
87 lines (86 loc) · 6.63 KB
/
terms.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Cruiser</title>
<link rel="icon" type="image/png" href="img/c1cced9e02b58d277f012b46f99d7e8c.png">
<meta name="description" content="Cruiser">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
</head>
<body>
<nav class="navbar navbar-light navbar-expand-lg sticky-top shadow-sm bg-white">
<a href="index.html" class="navbar-brand">Cruiser</a>
<button type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"><span class="navbar-toggler-icon"></span></button>
<div id="navbarSupportedContent" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="https://discord.gg/XQSRmzz" class="nav-link">Discord</a></li>
</ul>
<div class="navbar-text ml-lg-3">
<a href="https://discord.com/api/oauth2/authorize?client_id=834923899032567900&permissions=-1&scope=applications.commands%20bot" class="btn btn-primary text-white shadow" target="__blank">Invite Me</a>
</div>
</div>
</nav>
<!-- Services-->
<section>
<br/>
<div class="container">
<h2>Cruiser's Terms of Service</h2>
<div class="text-left mb-0">
<p class="text-muted">The Cruiser Frontend and Cruiser Bot are both licenced under AGPLv3.</p>
<p class="text-muted">Hyper Development is committed to ensuring that the app is as useful and efficient as possible. For that reason, we reserve the right to make changes to the app or to charge for its services, at any time and for any reason. We will never charge you for the app or its services without making it very clear to you exactly what you’re paying for.</p>
<p class="text-muted">The Cruiser app stores and processes personal data that you have provided to us, in order to provide our Service. It’s your responsibility to keep your account and access to the app secure.</p>
<p class="text-muted">The app does use third party services that declare their own Terms and Conditions.</p>
<p class="text-muted">Link to Terms and Conditions of third party service providers used by the app:</p>
<ul>
<li><a href="https://firebase.google.com/terms/analytics" target="_blank" rel="noopener noreferrer">Google Analytics for Firebase</a></li>
<li><a href="https://support.virustotal.com/hc/en-us/articles/115002145529-Terms-of-Service" target="_blank" rel="noopener noreferrer">VirusTotal API</a></li>
<li><a href="https://www.ipqualityscore.com/terms-of-service" target="_blank" rel="noopener noreferrer">IPQualityScore API</a></li>
</ul>
<p class="text-muted">With respect to Hyper Development’s responsibility for your use of the app, when you’re using the app, it’s important to bear in mind that although we endeavour to ensure that it is updated and correct at all times, we do rely on third parties to provide information to us so that we can make it available to you. Hyper Development accepts no liability for any loss, direct or indirect, you experience as a result of relying wholly on this functionality of the app.</p>
<h6>Changes to This Terms and Conditions</h6>
<p class="text-muted">We may update our Terms and Conditions from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Terms and Conditions on this page.</p>
<p class="text-muted">These terms and conditions are effective as of 2021-09-22</p>
<h6>Contact Us</h6>
<p class="text-muted">If you have any questions or suggestions about our Terms and Conditions, do not hesitate to contact us at <a href="https://discord.gg/XQSRmzz" class="text-dark" target="__blank">Hyper Development</a>.</p>
</div>
</div>
</section>
<!-- Footer-->
<div class="py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4 mb-lg-0">
<h5>Contact</h5>
<ul class="contact-info list-unstyled">
<li><a href="https://discord.gg/XQSRmzz" class="text-dark" target="__blank">Support Server</a></li>
</ul>
<p class="text-muted">© 2021 Hyper Development. This work is licensed under AGPLv3.</p>
</div>
<div class="col-lg-4 col-md-6">
<h5>Cruiser Source Code</h5>
<ul class="links list-unstyled">
<li> <a href="https://github.com/Hyper-Developers/Cruiser-Bot/" target="__blank" class="text-muted">Cruiser Backend</a></li>
<li> <a href="https://github.com/Hyper-Developers/Cruiser-Frontend/" target="__blank" class="text-muted">Cruiser Frontend</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6">
<h5>Other Links</h5>
<ul class="links list-unstyled">
<li> <a href="privacy.html" class="text-muted">Privacy Policy</a></li>
<li> <a href="terms.html" class="text-muted">Terms of Service</a></li>
<li> <a href="https://icons8.com/" target="__blank" class="text-muted">Icons by icons8</a> </li>
</ul>
</div>
</div>
</div>
<!-- JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.bundle.min.js"></script>
</body>
</html>