-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
134 lines (117 loc) · 6.65 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Use - Rimar</title>
<link rel="stylesheet" href="styles.css">
<script src="nav.js"></script>
</head>
<body>
<!-- Navigation will be loaded dynamically -->
<main class="policy-content">
<article>
<h1>Terms of Use</h1>
<p class="last-updated">Last updated: January 9, 2025</p>
<section>
<h2>1. Acceptance of Terms</h2>
<p>By downloading, installing, or using the Rimar application ("App"), you agree to be bound by these Terms of Use. If you do not agree to these terms, please do not use the App.</p>
</section>
<section>
<h2>2. Age Restrictions</h2>
<p>You must be at least 16 years old to use this app. By using the app, you confirm that you meet this requirement.</p>
</section>
<section>
<h2>3. User Contributions</h2>
<p>When adding or editing bench information in the App:</p>
<ul>
<li>You agree to provide accurate and truthful information.</li>
<li>You confirm that you have the right to share the information.</li>
<li>You understand that the information will be publicly available.</li>
<li>You grant Rimar a worldwide, non-exclusive license to use, modify, and display the contributed content.</li>
<li>You understand that your contributions will remain in the app in anonymized form even after account deletion.</li>
<li>You agree that your contributions may be shared with OpenStreetMap under their contributor terms.</li>
</ul>
</section>
<section>
<h2>4. Data Sources</h2>
<p>The App uses data from OpenStreetMap:</p>
<ul>
<li>© OpenStreetMap contributors</li>
<li>Data is available under the Open Database License</li>
<li>Map data copyrighted OpenStreetMap contributors and available from <a href="Openstreetmap">https://www.openstreetmap.org</a></li>
</ul>
</section>
<section>
<h2>4. User Responsibilities</h2>
<p>You are responsible for:</p>
<ul>
<li>Maintaining the confidentiality of your account and password.</li>
<li>All activities conducted under your account.</li>
</ul>
</section>
<section>
<h2>5. Prohibited Activities</h2>
<p>Users are prohibited from:</p>
<ul>
<li>Submitting false or misleading information.</li>
<li>Using the App for any illegal purpose.</li>
<li>Attempting to gain unauthorized access to the App's systems.</li>
<li>Interfering with other users' use of the App.</li>
</ul>
</section>
<section>
<h2>6. Intellectual Property</h2>
<p>The App, including its original content, features, and functionality, is owned by Rimar and is protected by international copyright, trademark, and other intellectual property laws.</p>
</section>
<section>
<h2>7. Third-Party Services</h2>
<p>The App may contain links to third-party websites or services. We are not responsible for the availability, content, or policies of these third-party services.</p>
</section>
<section>
<h2>8. Disclaimer of Warranties</h2>
<p>The App is provided "as is" without any warranties, expressed or implied. We do not guarantee the accuracy of user-submitted content or the availability of benches listed in the App.</p>
</section>
<section>
<h2>9. Limitation of Liability</h2>
<p>Rimar shall not be liable for any indirect, incidental, special, consequential, or punitive damages resulting from your use of the App.</p>
</section>
<section>
<h2>10. Termination</h2>
<p>We reserve the right to suspend or terminate your access to the App without prior notice for violations of these terms or other lawful reasons.</p>
</section>
<section>
<h2>11. Dispute Resolution</h2>
<p>Any disputes arising from these Terms of Use shall be resolved through binding arbitration under the rules of the Netherlands Arbitration Institute. These Terms are governed by Dutch law, and any legal proceedings shall occur in the courts of Amsterdam, Netherlands.</p>
</section>
<section>
<h2>12. Indemnification</h2>
<p>You agree to indemnify and hold Rimar and its affiliates, officers, agents, employees, and partners harmless from any claim or demand, including reasonable attorneys' fees, made by any third party due to or arising out of your use of the App, your violation of these Terms, or your violation of any rights of another.</p>
</section>
<section>
<h2>13. Severability</h2>
<p>If any provision of these Terms is held to be unenforceable or invalid, such provision will be changed and interpreted to accomplish the objectives of such provision to the greatest extent possible under applicable law and the remaining provisions will continue in full force and effect.</p>
</section>
<section>
<h2>14. Changes to Terms</h2>
<p>We reserve the right to modify these terms at any time. Material changes will be communicated to users via email or in-app notifications. Continued use of the App after changes constitutes acceptance of the new terms.</p>
</section>
<section>
<h2>15. Contact Us</h2>
<p>If you have any questions about these Terms of Use, please contact us:</p>
<a href="index.html#contact">Contact Us</a>
</section>
</article>
</main>
<footer>
<div class="footer-content">
<div class="footer-links">
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Use</a>
<a href="licenses.html">Licenses</a>
</div>
<p>© 2025 Rimar. All rights reserved.</p>
</div>
</footer>
</body>
</html>