-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms-of-use.html
249 lines (214 loc) · 8.96 KB
/
terms-of-use.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
<!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</title>
<style>
/* Global Styles */
body {
font-family: 'Arial', sans-serif;
background-color: #f4f7fa;
margin: 0;
padding: 0;
color: #333;
}
h1,
h2 {
font-family: 'Helvetica', sans-serif;
color: #2c3e50;
}
h1 {
font-size: 2.5rem;
margin-top: 2rem;
}
h2 {
font-size: 1.8rem;
margin-top: 2rem;
margin-bottom: 1rem;
}
p,
ul {
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 1.5rem;
}
ul {
list-style-type: disc;
padding-left: 20px;
}
/* Header */
header {
background-color: #3498db;
padding: 1rem 2rem;
text-align: center;
color: white;
}
header h1 {
margin: 0;
}
header nav a {
color: white;
margin: 0 15px;
text-decoration: none;
font-size: 1.1rem;
}
/* Main Content */
.content-wrapper {
max-width: 1000px;
margin: 0 auto;
padding: 2rem;
background-color: white;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin-top: 3rem;
}
.content-wrapper h2 {
color: #3498db;
}
.content-wrapper p {
margin-bottom: 1rem;
}
/* Footer */
footer {
background-color: #2c3e50;
color: white;
padding: 1.5rem 0;
text-align: center;
}
footer a {
color: #3498db;
text-decoration: none;
font-weight: bold;
}
footer a:hover {
text-decoration: underline;
}
/* Responsive */
@media (max-width: 768px) {
header {
padding: 1rem;
}
.content-wrapper {
padding: 1.5rem;
}
}
</style>
</head>
<body>
<!-- Header -->
<header>
<h1>Terms of Use</h1>
<nav>
<a href="#acceptance">Acceptance of Terms</a>
<a href="#privacy">Privacy Policy</a>
<a href="#service">Service Description</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- Main Content -->
<div class="content-wrapper">
<section id="acceptance">
<h2>1. Acceptance of Terms</h2>
<p>By using the LifeLink platform, including our mobile application and website, you agree to comply with
and be bound by these Terms of Service. If you do not agree with these Terms, please do not use the
Service.</p>
</section>
<section id="privacy">
<h2>2. Privacy and Data Collection</h2>
<p>We respect your privacy. By using LifeLink, you consent to our collection of personal data, including
your professional details (such as industry and role) to provide matchmaking, networking, and engagement
services. For further information, please refer to our <a href="privacy-policy.html">Privacy Policy</a>.
</p>
</section>
<section id="service">
<h2>3. Service Description</h2>
<p>LifeLink uses AI and Machine Learning to help conference attendees build lasting professional
relationships and enhance event retention for organizers. We provide the following features:</p>
<ul>
<li><strong>B2C Features:</strong> Personalized matchmaking based on attendee industry, role, and
networking goals.</li>
<li><strong>AI-powered introductions</strong> and the ability to schedule networking meetings to keep
attendees engaged.</li>
<li><strong>B2B Features:</strong> Tools for event organizers to maintain engagement and track attendee
activity for future retention and registrations.</li>
</ul>
</section>
<section id="conduct">
<h2>4. User Conduct</h2>
<p>You agree to use the Service only for lawful purposes. Specifically, you will:</p>
<ul>
<li>Maintain accurate and up-to-date personal and professional information.</li>
<li>Not use the Service for illegal activities or in a manner that violates the rights of others.</li>
<li>Respect other users' privacy and not engage in spamming or harassment.</li>
<li>Not disrupt or interfere with the functioning of the Service or any connected networks.</li>
</ul>
</section>
<section id="content">
<h2>5. User-Generated Content</h2>
<p>By using LifeLink, you grant us the right to collect, store, and use the data you provide, including
professional details and networking interactions, for operational purposes and to improve the Service.
This data may be shared with third parties like OpenAI for AI enhancements.</p>
</section>
<section id="ai">
<h2>6. AI-Based Features and Limitations</h2>
<p>While LifeLink uses AI to provide valuable matchmaking and networking suggestions, please note that the
AI is probabilistic and may not always generate perfect results. Your engagement with AI-generated
suggestions is at your own discretion.</p>
</section>
<section id="account">
<h2>7. Account Security</h2>
<p>You are responsible for maintaining the confidentiality of your account credentials. Notify LifeLink
immediately if you believe your account has been accessed without your authorization.</p>
</section>
<section id="subscription">
<h2>8. Subscription and In-App Purchases</h2>
<p>LifeLink offers certain premium features through in-app purchases. Transactions are processed via
third-party payment processors, and you agree to their terms of service.</p>
</section>
<section id="availability">
<h2>9. Service Availability</h2>
<p>We aim to keep the Service operational and free from disruptions. However, we do not guarantee that the
Service will always be available or error-free.</p>
</section>
<section id="liability">
<h2>10. Disclaimers and Limitation of Liability</h2>
<p>The Service is provided "as is," and LifeLink makes no warranties regarding the accuracy or reliability
of the Service. To the fullest extent permitted by law, LifeLink is not liable for any indirect,
incidental, or consequential damages arising from your use of the Service.</p>
</section>
<section id="modifications">
<h2>11. Modifications to Terms</h2>
<p>LifeLink reserves the right to modify these Terms at any time. Changes will be effective immediately upon
posting. Your continued use of the Service after such modifications signifies your acceptance of the
updated Terms.</p>
</section>
<section id="termination">
<h2>12. Termination of Service</h2>
<p>LifeLink may suspend or terminate your account if you violate these Terms or for any other reason at our
discretion. You may also request to delete your account, and we will comply in accordance with our data
deletion policy.</p>
</section>
<section id="law">
<h2>13. Governing Law</h2>
<p>These Terms are governed by the laws of the jurisdiction where LifeLink Inc. is based. Any disputes will
be handled in accordance with these laws.</p>
</section>
<section id="disputes">
<h2>14. Dispute Resolution and Arbitration</h2>
<p>Any disputes related to these Terms will be resolved through binding arbitration rather than in court.
Please review our arbitration policy for more details.</p>
</section>
<section id="contact">
<h2>15. Contact Us</h2>
<p>If you have any questions about these Terms, please contact us at <a
href="mailto:[email protected]">[email protected]</a>.</p>
</section>
</div>
<!-- Footer -->
<footer>
<p>© 2024 LifeLink-AI, Inc. All rights reserved.</p>
<p>For more information, read our <a href="privacy-policy.html">Privacy Policy</a> and <a
href="cookies-settings.html">Cookies Settings</a>.</p>
</footer>
</body>
</html>