-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
62 lines (52 loc) · 3.97 KB
/
terms.html
File metadata and controls
62 lines (52 loc) · 3.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms and Conditions</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
background-color: #121212; /* Dark background */
color: #ffffff; /* White text */
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1, h2 {
color: #ffffff; /* White headings */
}
a {
color: #bb86fc; /* A nice purple for links in dark mode */
}
strong {
color: #f2f2f2;
}
</style>
</head>
<body>
<h1>Terms and Conditions</h1>
<p><strong>Last Updated:</strong> July 6, 2025</p>
<h2>1. Agreement to Terms</h2>
<p>By downloading, accessing, or using the Mobile Development Studio mobile application ("App"), you agree to be bound by these Terms and Conditions ("Terms"). If you do not agree to these Terms, do not use the App.</p>
<h2>2. The "Bring Your Own Server" (BYOS) Model</h2>
<p>Our App functions as an SSH client that connects to a server that you provide and manage ("Your Server"). You are solely responsible for Your Server, including its setup, maintenance, security, and all associated costs. You are also responsible for all code, data, and content stored on or transmitted to and from Your Server.</p>
<h2>3. User Conduct</h2>
<p>You agree to use the App only for lawful purposes. You are responsible for all your activity in connection with the App and Your Server. You shall not use the App to engage in any activity that is illegal, harmful, or violates the rights of others.</p>
<h2>4. Intellectual Property</h2>
<p>We own all rights, title, and interest in and to the App, including its design, software, and all associated intellectual property. These Terms do not grant you any rights to our intellectual property. You own all rights, title, and interest in and to the code, files, and data you create and store on Your Server.</p>
<h2>5. Disclaimer of Warranties</h2>
<p>THE APP IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. WE DO NOT WARRANT THAT THE APP WILL BE UNINTERRUPTED, ERROR-FREE, OR SECURE. YOU USE THE APP AT YOUR OWN RISK.</p>
<h2>6. Limitation of Liability</h2>
<p>TO THE FULLEST EXTENT PERMITTED BY LAW, IN NO EVENT SHALL WE BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR ANY LOSS OF PROFITS OR REVENUES, WHETHER INCURRED DIRECTLY OR INDIRECTLY, OR ANY LOSS OF DATA, USE, GOODWILL, OR OTHER INTANGIBLE LOSSES, RESULTING FROM (a) YOUR ACCESS TO OR USE OF OR INABILITY TO ACCESS OR USE THE APP; (b) ANY CONDUCT OR CONTENT OF ANY THIRD PARTY ON THE SERVICE; OR (c) UNAUTHORIZED ACCESS, USE, OR ALTERATION OF YOUR TRANSMISSIONS OR CONTENT. THIS INCLUDES, BUT IS NOT LIMITED TO, ANY DAMAGE OR DATA LOSS THAT OCCURS ON YOUR SERVER.</p>
<h2>7. Termination</h2>
<p>We may terminate or suspend your access to the App immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.</p>
<h2>8. Governing Law</h2>
<p>These Terms shall be governed by and construed in accordance with the laws of the State of Georgia, United States of America. For users in the European Union, the courts of Ireland shall have exclusive jurisdiction to settle any dispute arising out of or in connection with these Terms.</p>
<h2>9. Changes to Terms</h2>
<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. We will provide notice of any changes by posting the new Terms on this page.</p>
<h2>10. Contact Us</h2>
<p>If you have any questions about these Terms, please contact us at <a href="mailto:will@5dwaves.com">will@5dwaves.com</a>.</p>
</body>
</html>