This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathterms.html
452 lines (432 loc) · 17.6 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
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
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" href="assets/images/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="robots" content="noindex,nofollow" />
<title>amplication - Terms of Service</title>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./styles/style.css" />
<!-- Facebook Pixel Code -->
<script>
!(function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod
? n.callMethod.apply(n, arguments)
: n.queue.push(arguments);
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = "2.0";
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s);
})(
window,
document,
"script",
"https://connect.facebook.net/en_US/fbevents.js"
);
fbq("init", "694076677979309");
fbq("track", "PageView");
</script>
<noscript
><img
height="1"
width="1"
style="display: none"
src="https://www.facebook.com/tr?id=694076677979309&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Hotjar Tracking Code for https://amplication.com -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 2379815, hjsv: 6 };
a = o.getElementsByTagName("head")[0];
r = o.createElement("script");
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
</script>
</head>
<body>
<!-- NAVBAR
================================================== -->
<nav class="navbar navbar-expand-lg bg-dark fixed-top flex-column">
<div class="container-fluid">
<a
class="latest-version"
href="https://github.com/amplication/amplication/releases"
target="_blank"
>
<span id="version-number"></span>
</a>
<!-- Brand -->
<a class="navbar-brand" href="./">
<img
src="./assets/amplication-logo.svg"
class="navbar-brand-img"
alt="..."
/>
</a>
<!-- Toggler -->
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarCollapse"
aria-controls="navbarCollapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item d-lg-none mobile-menu-header">
<a class="navbar-brand" href="./">
<img
src="./assets/amplication-logo-white.svg"
class="navbar-brand-img"
alt="..."
/>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarCollapse"
aria-controls="navbarCollapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="amp-icon">close</span>
</button>
</li>
<li class="nav-item">
<a
class="nav-link hover"
target="_blank"
href="https://docs.amplication.com/docs/getting-started"
>
Docs
</a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="/features.html"> Features </a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="/pricing.html">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="/community.html"> Community </a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="/team.html"> Team </a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="/jobs"> Careers </a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="./#roadmap"> Roadmap </a>
</li>
<li class="nav-item d-none d-lg-flex">
<a
class="nav-link btn btn-primary"
href="https://app.amplication.com"
>
Login
</a>
</li>
</ul>
<div class="row text-center d-lg-none menu-contact">
<div class="col-12">
<div>
<div class="contact-title">Contact us</div>
<div class="contact-details">
contact@amplication.com
</div>
</div>
</div>
<div class="col-12">
<div class="contact-details">
<a
class="social-link github"
href="https://github.com/amplication/amplication"
target="_blank"
alt="amplication on GitHub"
>
</a>
<a
class="social-link twitter"
href="https://twitter.com/amplication"
target="_blank"
alt="amplication on Twitter"
>
</a>
<a
class="social-link linkedin"
href="https://www.linkedin.com/company/amplication"
target="_blank"
alt="amplication on LinkedIn"
>
</a>
<a
class="social-link facebook"
href="https://www.facebook.com/amplicationcom/"
target="_blank"
alt="amplication on Facebook"
>
</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<!-- WELCOME
================================================== -->
<section class="pt-4 pt-md-11 home-background">
<div class="container">
<div
class="row align-items-center justify-content-center mb-4 bg-image-policy-header"
>
<h2 class="h2 text-center">Terms and Conditions</h2>
</div>
<div
class="p-4 row d-flex justify-content-between align-items-stretch policy-content-align"
>
<p>Last updated: September 21, 2020</p>
<p>
These Terms and Conditions (“Terms”, “Terms and Conditions”) govern
your relationship with https://amplication.com website (the
“Service”) operated by Amplication (“us”, “we”, or “our”).<br />
Please read these Terms and Conditions carefully before using the
Service. Your access to and use of the Service is conditioned on
your acceptance of and compliance with these Terms. These Terms
apply to all visitors, users and others who access or use the
Service. By accessing or using the Service you agree to be bound by
these Terms. If you disagree with any part of the terms then you may
not access the Service.
</p>
<h3>Accounts</h3>
<p>
When you create an account with us, you must provide us information
that is accurate, complete, and current at all times. Failure to do
so constitutes a breach of the Terms, which may result in immediate
termination of your account on our Service. You are responsible for
safeguarding the password that you use to access the Service and for
any activities or actions under your password, whether your password
is with our Service or a third-party service. You agree not to
disclose your password to any third party. You must notify us
immediately upon becoming aware of any breach of security or
unauthorized use of your account.
</p>
<h3>Intellectual Property</h3>
<p>
The Service and its original content, features and functionality are
and will remain the exclusive property of Amplication and its
licensors. The Service is protected by copyright, trademark, and
other laws of both the Israel and foreign countries. Our trademarks
and trade dress may not be used in connection with any product or
service without the prior written consent of Amplication.
</p>
<h3>Links To Other Web Sites</h3>
<p>
Our Service may contain links to third-party web sites or services
that are not owned or controlled by Amplication. Amplication has no
control over, and assumes no responsibility for, the content,
privacy policies, or practices of any third party web sites or
services. You further acknowledge and agree that Amplication shall
not be responsible or liable, directly or indirectly, for any damage
or loss caused or alleged to be caused by or in connection with use
of or reliance on any such content, goods or services available on
or through any such web sites or services. We strongly advise you to
read the terms and conditions and privacy policies of any
third-party web sites or services that you visit.
</p>
<h3>Termination</h3>
<p>
We may terminate or suspend your account immediately, without prior
notice or liability, for any reason whatsoever, including without
limitation if you breach the Terms. Upon termination, your right to
use the Service will immediately cease. If you wish to terminate
your account, you may simply discontinue using the Service.
</p>
<h3>Indemnification</h3>
<p>
You agree to defend, indemnify and hold harmless AMPLICATION and its
licensee and licensors, and their employees, contractors, agents,
officers and directors, from and against any and all claims,
damages, obligations, losses, liabilities, costs or debt, and
expenses (including but not limited to attorney's fees), resulting
from or arising out of a) your use and access of the Website, or b)
a breach of these Terms.
</p>
<h3>Limitation Of Liability</h3>
<p>
In no event shall AMPLICATION, nor its directors, employees,
partners, agents, suppliers, or affiliates, be liable for any
indirect, incidental, special, consequential or punitive damages,
including without limitation, loss of profits, data, use, goodwill,
or other intangible losses, resulting from (i) your access to or use
of or inability to access or use the Website; (ii) any conduct or
content of any third party on the Website; (iii) any content
obtained from the Website; and (iv) unauthorized access, use or
alteration of your transmissions or content, whether based on
warranty, contract, tort (including negligence) or any other legal
theory, whether or not we have been informed of the possibility of
such damage, and even if a remedy set forth herein is found to have
failed of its essential purpose.
</p>
<h3>Disclaimer</h3>
<p>
Your use of the Website is at your sole risk. The Website is
provided on an "AS IS" and "AS AVAILABLE" basis. The Website is
provided without warranties of any kind, whether express or implied,
including, but not limited to, implied warranties of
merchantability, fitness for a particular purpose, non-infringement
or course of performance. AMPLICATION its subsidiaries, affiliates,
and its licensors do not warrant that a) the Website will function
uninterrupted, secure or available at any particular time or
location; b) any errors or defects will be corrected; c) the Website
is free of viruses or other harmful components; or d) the results of
using the Website will meet your requirements.
</p>
<h3>Governing Law</h3>
<p>
These Terms shall be governed and construed in accordance with the
laws of Israel, without regard to its conflict of law provisions.
Our failure to enforce any right or provision of these Terms will
not be considered a waiver of those rights. If any provision of
these Terms is held to be invalid or unenforceable by a court, the
remaining provisions of these Terms will remain in effect. These
Terms constitute the entire agreement between us regarding our
Service, and supersede and replace any prior agreements we might
have between us regarding the Service.
</p>
<h3>Changes</h3>
<p>
We reserve the right, at our sole discretion, to modify or replace
these Terms at any time. If a revision is material we will try to
provide at least 30 days notice prior to any new terms taking
effect. What constitutes a material change will be determined at our
sole discretion. By continuing to access or use our Service after
those revisions become effective, you agree to be bound by the
revised terms. If you do not agree to the new terms, please stop
using the Service.
</p>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row text-center text-lg-left">
<div class="col-12 col-lg-6">
<h2 class="h2">
We would <span class="text-primary">love</span> to hear
from you.
</h2>
</div>
<div
class="col-12 col-lg-6 d-block align-items-center justify-content-end d-lg-flex"
>
<div class="pr-0 pr-lg-5">
<div>
<div class="contact-title">Contact us</div>
<div class="contact-details">
contact@amplication.com
</div>
</div>
</div>
<div class="pl-0 pl-lg-3">
<div class="contact-title">Follow us</div>
<div class="contact-details">
<a
class="social-link github"
href="https://github.com/amplication/amplication"
target="_blank"
alt="amplication on github"
>
</a>
<a
class="social-link discord"
href="https://discord.gg/Z2CG3rUFnu"
target="_blank"
alt="Discord"
>
</a>
<a
class="social-link twitter"
href="https://twitter.com/amplication"
target="_blank"
alt="amplication on twitter"
>
</a>
<a
class="social-link linkedin"
href="https://www.linkedin.com/company/amplication"
target="_blank"
alt="amplication on LinkedIn"
>
</a>
<a
class="social-link facebook"
href="https://www.facebook.com/amplicationcom/"
target="_blank"
alt="amplication on Facebook"
>
</a>
</div>
</div>
</div>
</div>
<div
class="footer-line col-12 footer-line d-flex justify-content-between align-items-center"
>
<span class="sm-line-top">©2021 Amplication</span>
<div class="sm-line-bottom d-flex justify-content-between">
<a href="./terms.html">terms and conditions</a>
<a class="pl-md-4" href="./privacy.html">privacy</a>
</div>
</div>
</div>
</footer>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
easing: "ease-out-back",
duration: 1000,
});
</script>
</body>
</html>