-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathterms.html
More file actions
388 lines (325 loc) · 25.9 KB
/
terms.html
File metadata and controls
388 lines (325 loc) · 25.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>JackTrip Terms and Conditions</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale = 1.0,
maximum-scale=1.0, user-scalable=no" />
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/shared.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/media_queries.css">
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="3e7bc62c-f44a-4134-a4a2-e4f5d18e1968" data-blockingmode="auto" type="text/javascript"></script>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
<link rel="stylesheet" href="css/signup-form.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="iamges/favicon-16x16.png">
</head>
<body>
<nav class="topnav panel_shadow">
<a href="index.html" class="logo">
<img src="images/logo_white.svg" alt="JackTrip Foundation Logo">
</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks">
<a href="index.html">Home</a>
<a href="studio.html">Virtual Studio</a>
<!-- <a style="cursor:default; color:#F61B1B; pointer-events: none;">Foundation</a> -->
<div class="found-expand">Foundation <img class="arrow-down-5" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></div>
<div class="found-sub-cont">
<a href="foundation.html"><div class="found-submenu-item">About</div></a>
<a href="grants.html"><div class="found-submenu-item">Grants</div></a>
<a href="network_arts.html"><div class="found-submenu-item">Network Arts</div></a>
<!-- <a href=""><div class="media-submenu-item">Events</div></a>
<a href=""><div class="media-submenu-item">Testimonials</div></a> -->
</div>
<a href="technology.html">Technology</a>
<div class="media-expand">Media <img class="arrow-down-3" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></div>
<div class="media-sub-cont">
<a href="news/news_01.html"><div class="media-submenu-item">News</div></a>
<a href="events/events_01.html"><div class="media-submenu-item">Events</div></a>
<!-- <a href=""><div class="media-submenu-item">Events</div></a>
<a href=""><div class="media-submenu-item">Testimonials</div></a> -->
</div>
<div class="help-expand">Get Help <img class="arrow-down-4" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></div>
<div class="help-sub-cont">
<a href="https://community.jacktrip.org/">
<div class="media-submenu-item">Community</div>
</a>
<a href="https://help.jacktrip.org/hc/en-us">
<div class="media-submenu-item">Support</div>
</a>
</div>
</div>
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="forMobileView()">
<i class="fa fa-bars"></i>
</a>
</nav>
<nav class="mainmenu panel_shadow">
<a href="index.html" class="logo_mm">
<img src="images/logo_white.svg" alt="JackTrip Foundation Logo">
</a>
<div class="submenu-expand-bg"></div>
<div class="submenu-expand">
<div class="media-set" id="found-sub">
<a class="subLink" href="foundation.html">About</a><br>
<a class="subLink" href="grants.html">Grants</a><br>
<a class="subLink" href="network_arts.html">Network Arts</a>
</div>
</div>
<div class="submenu-expand">
<div class="media-set" id="media-sub">
<a class="subLink" href="news/news_01.html">News</a><br>
<a class="subLink" href="events/events_01.html">Events</a><br>
<!-- <a class="subLink" href="news.html">Events</a>
<a class="subLink" href="news.html">Testimonials</a> -->
</div>
</div>
<div class="submenu-expand">
<div class="media-set" id="help-sub">
<a class="subLink" href="https://community.jacktrip.org/" target="_blank">Community</a><br>
<a class="subLink" href="https://help.jacktrip.org/hc/en-us" target="_blank">Support</a>
</div>
</div>
<div id="myLinks">
<a href="" id="help">Get Help <img class="arrow-down-2" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></a>
<a href="" id="media">Media <img class="arrow-down-1" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></a>
<a href="technology.html" id="tech">Technology</a>
<a href="" id="foundation">Foundation <img class="arrow-down-5" src="images/menu_arrow_down.svg" alt="Expand arrow down image."></a>
<!-- <a style="cursor:default; color:#F61B1B; pointer-events: none;" id="found">Foundation</a> -->
<a href="studio.html" id="stu">Virtual Studio</a>
<a href="index.html" id="hom">Home</a>
</div>
</nav>
<section id="terms-block-0" class="sec-block-0 main" style="margin-top:100px; ">
<div class="left-side-content">
<h3 class="separator dark-text-title mainHead" style="text-align: center;">JACKTRIP</h3>
<h3 class="separator dark-text-title mainHead" style="text-align: center;">WEBSITE TERMS OF USE</h3>
<p class="dark-text font-400">Effective Date: October 2, 2020</p>
<p class="dark-text font-400">This website, located at uniform resource locator www.jacktrip.org (the
"Website"), is provided by JackTrip Foundation and its affiliate JackTrip Labs, Inc. (“JackTrip,” "we," "our," or "us")
to the person accessing the Website ("you," or "your").
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">1. You Agree to These Terms by Using
the Website</h4>
<p class="dark-text font-400">Your access to, and use of, the Website is subject to the following Terms of
Use and all applicable laws and regulations.
By accessing and using the Website, you accept, without limitation or qualification, these Terms of Use.
JackTrip may, at any time and without
notice, modify these Terms of Use by revising them on the Website. Your continued use of the Website
constitutes your acceptance of any such
revisions. You should therefore periodically visit this page to review the current Terms of Use. You may
not modify these Terms of Use except
in a written agreement signed by JackTrip.
</p>
<p class="dark-text font-400">If you do not agree and accept, without limitation or qualification, these
Terms of Use, you must exit the
Website immediately.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">2. Permitted Use of the Website</h4>
<p class="dark-text font-400">The information and materials on the Website are provided for general informational
purposes. You may use the site solely for the purpose of learning about JackTrip and its products and services.
You may not use, reproduce or distribute the text, graphics, downloads, tools or any other content on the
Website for any other purpose.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">3. Notice; Electronic Communications</h4>
<p class="dark-text font-400">When you visit the site or send emails to JackTrip, you are communicating with us
electronically. You consent to receive communications from us electronically. We will communicate with you
by e-mail or by posting notices on the Website. You agree that all agreements, notices, disclosures and other
communications that we provide to you electronically satisfy any legal requirement that such communications
be in writing.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">4. Privacy</h4>
<p class="dark-text font-400">The JackTrip <a href="privacy.html">Privacy Policy</a> is incorporated and made part of these Terms of
Use. You hereby agree to such Privacy Policy. Any personal data (for example, your name, address, telephone
number or email address) that you transmit to the Website by electronic mail or otherwise will be used by JackTrip
in accordance with the Privacy Policy. Any other communication or material you transmit to the Website, such as
questions, comments, suggestions or the like, will be treated as non-confidential and non-proprietary.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">5. Disclaimer - Warranty</h4>
<p class="dark-text font-400">THE SITE, ITS CONTENT, MATERIALS, SERVICES AND PRODUCTS ON THE SITE ARE PROVIDED "AS IS." TO THE FULLEST
EXTENT PERMISSIBLE PURSUANT TO APPLICABLE LAW, JACKTRIP HEREBY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT
LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
</p>
<p class="dark-text font-400">JackTrip does not represent or warrant that the functions contained in the Website will be uninterrupted
or error-free, that the defects will be corrected, or that the Website or the server that makes the Website available are free
of viruses or other harmful components. JackTrip does not make any warranties or representations regarding the use of the
materials in the Website in terms of their correctness, accuracy, adequacy, usefulness, timeliness, reliability or otherwise.
Some states do not permit limitations or exclusions on warranties, so the above limitations may not apply to you.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">6. Indemnification</h4>
<p class="dark-text font-400">You agree to indemnify, defend, and hold harmless JackTrip, its officers, directors, employees, agents,
licensors and suppliers from and against all losses, expenses, damages and costs, including reasonable attorneys' fees, resulting
from any violation of these Terms of Use or any activity related to your account (including negligent or wrongful conduct) by you
or any other person accessing the site using your Internet account.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">7. Limitations of Liability</h4>
<p class="dark-text font-400">YOUR USE OF THE SITE IS AT YOUR OWN RISK. NEITHER JACKTRIP, NOR ANY OF ITS SUBSIDIARIES, AFFILIATES,
OFFICERS OR DIRECTORS, NOR ANY OF ITS AGENTS OR ANY OTHER PARTY INVOLVED IN CREATING, PRODUCING, OR DELIVERING THE SITE OR ITS
CONTENT, ARE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR OTHER DAMAGES ARISING OUT OF OR
IN ANY WAY CONNECTED WITH THE USE OF THE SITE, WHETHER BASED ON CONTRACT, TORT, STRICT LIABILITY OR OTHERWISE, EVEN IF ADVISED
OF THE POSSIBILITY OF ANY SUCH DAMAGES. Some states do not permit limitations or exclusions on warranties, so the above
limitations may not apply to you.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">8. Third-Party Links</h4>
<p class="dark-text font-400">In an attempt to provide increased value to our visitors, JackTrip may link to sites operated by third
parties. However, even if the third party is affiliated with JackTrip, JackTrip has no control over these linked sites, all of
which may have separate terms and conditions of use, independent of JackTrip. These linked sites are only for your convenience
and therefore you access them at your own risk. Without limiting the foregoing, JackTrip specifically disclaims any responsibility
if such sites: (i) infringe any third party's intellectual property rights; (ii) are inaccurate, incomplete or misleading;
(iii) are not merchantable or fit for a particular purpose; (iv) do not provide adequate security; (v) contain viruses or other
items of a destructive nature; or (vi) are libelous or defamatory.
</p>
<p class="dark-text font-400">JackTrip does not endorse the content, or any products or services available, on such sites. Nonetheless,
JackTrip seeks to protect the integrity of its website and the links placed upon it and therefore requests any feedback on not only
this Website, but for sites it links to as well (including if a specific link does not work).
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">9. Trademarks</h4>
<p class="dark-text font-400">The following trademarks are our property by ownership or license: JACKTRIP, and our company logo are
trademarks of JackTrip Foundation in the United States and various other countries. These marks may not be used without our consent
on any product or service, except our own.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">10. Copyright</h4>
<p>Copyright 2020 JackTrip Foundation </p>
<p class="dark-text font-400">All content included on the Website, such as text, graphics, logos, button icons, images, audio clips,
digital downloads, data compilations, and software, is the property of JackTrip or its content suppliers and protected by United States
and international copyright laws. The compilation of all content on the Website is the exclusive property of JackTrip and protected by
United States and international copyright laws. All software used on the Website is the property of JackTrip or its software suppliers
and protected by United States and international copyright laws. You agree not to change or delete any proprietary notices from materials
printed or downloaded from the Website.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">11. Copyright Complaints</h4>
<p class="dark-text font-400">JackTrip respects the intellectual property of others. If you believe that your work has been copied in a way
that constitutes copyright infringement, please contact us at support@jacktrip.org.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">12. Export Control</h4>
<p class="dark-text font-400">Software and other materials downloaded or otherwise made available from the Website may be subject to United
States Export Control. The United States Export Control laws prohibit the export of certain technical data and software to certain
territories. No software from the Website may be downloaded or exported: into (or to a national or resident of) Cuba, Iraq, Libya,
North Korea, Iran, Sudan, Syria, or any other country to which the United States has embargoed goods; or anyone on the United States
Treasury Department's list of Specially Designated Nationals or the United States Commerce Department's Table of Deny Orders.
</p>
<p class="dark-text font-400">JackTrip does not authorize the downloading or exportation of any software or technical data from the Website
to any jurisdiction prohibited by the United States Export Control Laws.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">13. Dispute Resolution</h4>
<p class="dark-text font-400">Any controversy or claim between the parties or arising out of these Terms of Use or any use of the Website
shall be determined by one disinterested arbitrator in binding arbitration pursuant to the Commercial Arbitration Rules and the Supplementary
Procedures for Online Arbitration of the American Arbitration Association (the “AAA”). The arbitrator shall be experienced in agreements for
information technology services, either as an attorney or as an information technology professional. If the parties fail to appoint an
arbitrator within forty-five (45) days of the institution of the arbitration, the AAA shall select the arbitrator promptly thereafter.
Any requests for accelerated, emergency or preliminary relief shall be submitted pursuant to the AAA’s Optional Rules for Emergency
Measures of Protection. If any such requests are made before an arbitration panel is empaneled, then the AAA shall appoint one disinterested
arbitrator as an arbitration panel to immediately hear and decide such request. The arbitration panel shall have the right to grant
interim awards. Testimony shall be permitted by telephone, video conference and other forms of real-time telecommunications.
If the arbitrator requires in-person hearings, the hearings shall be held in Palo Alto, California. The arbitral award will be final
and binding, and may be entered and enforced in any court of competent jurisdiction.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">14. Waiver of Jury Trial and Class Actions</h4>
<p class="dark-text font-400">BY ENTERING INTO THESE TERMS OF USE, YOU AND JACKTRIP ACKNOWLEDGE AND AGREE TO WAIVE CERTAIN RIGHTS TO LITIGATE
DISPUTES IN COURT, TO RECEIVE A JURY TRIAL OR TO PARTICIPATE AS A PLAINTIFF OR AS A CLASS MEMBER IN ANY CLAIM ON A CLASS OR CONSOLIDATED
BASIS OR IN A REPRESENTATIVE CAPACITY. YOU AND JACKTRIP BOTH AGREE THAT ANY ARBITRATION WILL BE CONDUCTED ON AN INDIVIDUAL BASIS AND NOT
A CONSOLIDATED, CLASS-WIDE OR REPRESENTATIVE BASIS AND THE ARBITRATOR SHALL HAVE NO AUTHORITY TO PROCEED WITH AN ARBITRATION ON A CLASS
OR REPRESENTATIVE BASIS. THE ARBITRATOR MAY AWARD INJUNCTIVE RELIEF ONLY IN FAVOR OF THE INDIVIDUAL PARTY SEEKING RELIEF AND ONLY TO
THE EXTENT NECESSARY TO PROVIDE RELIEF WARRANTED BY THAT PARTY’S INDIVIDUAL CLAIM. IF FOR ANY REASON THE ARBITRATION CLAUSE SET FORTH
IN THESE TERMS OF USE IS DEEMED INAPPLICABLE OR INVALID, OR TO THE EXTENT THE ARBITRATION CLAUSE ALLOWS FOR LITIGATION OF DISPUTES IN
COURT, YOU AND JACKTRIP BOTH WAIVE, TO THE FULLEST EXTENT ALLOWED BY LAW, ANY RIGHT TO PURSUE OR TO PARTICIPATE AS A PLAINTIFF OR AS A
CLASS MEMBER IN ANY CLAIM ON A CLASS OR CONSOLIDATED BASIS OR IN A REPRESENTATIVE CAPACITY.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">15. Law and Jurisdiction</h4>
<p class="dark-text font-400">These Terms of Use and your use of the Website are governed by the laws of the State of California, without
regard to its choice of law provisions. The courts of general jurisdiction located within Palo Alto, California, will have exclusive
jurisdiction over any and all disputes arising out of, relating to or concerning these Terms of Use and/or the Website or in which these
Terms of Use and/or the Website are a material fact.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">16. Assignment</h4>
<p class="dark-text font-400">JackTrip may assign its rights and duties under these Terms of Use to any party at any time without notice to you.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">17. Questions and Feedback</h4>
<p class="dark-text font-400">We welcome your questions, comments, and concerns about the Website. Please send us any and all feedback
pertaining to the Website by contacting us at <a href="mailto:support@jacktrip.org">support@jacktrip.org</a>.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">18. Survival</h4>
<p class="dark-text font-400">The provisions of these Terms of Use entitled “Disclaimer - Warranty,” “Indemnification,” “Limitation of Liability,”
Dispute Resolution,” “Waiver of Jury Trial and Class Actions, “Law and Jurisdiction” and “General Provisions” will survive the termination of
this Agreement.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">19. General Provisions</h4>
<p class="dark-text font-400">Except as provided in a particular “Legal Notice” on this Website, these Terms of Use, along with the JackTrip Privacy
Policy, constitute the entire agreement and understanding between you and JackTrip with respect to use of the Website, superseding all prior or
contemporaneous communications with JackTrip. These Terms of Use are severable, and in the event any provision is determined to be invalid or
unenforceable, such invalidity or unenforceability shall not in any way affect the validity or enforceability of the remaining provisions.
A printed version of these Terms of Use shall be admissible in judicial or administrative proceedings based upon or relating to use of the
Website to the same extent and subject to the same conditions as other business documents and records originally generated and maintained
in printed form. The section titles of this Agreement are displayed for convenience only and have no legal effect. Nothing in this Agreement
shall be deemed to confer any third-party rights or benefit.
</p>
</div>
</section>
<!-- <section id="line-block-6" class="sec-block-0 main" style="margin-top:75px; margin-bottom: 25px;">
<div class="left-side-content title-line">
<div class="line-sep"></div>
</div>
</section> -->
<section id="fp" class="fp main" style="margin-bottom: 0; max-width: none;">
<div class="fineprint_cont">
<div class="fineprint left-side-content txtAlignR">
<p><a href="privacy.html">Privacy Policy</a></p>
</div>
<div class="fineprint left-side-content txtAlignL">
<p><a href="terms.html">Terms of Use</a></p>
</div>
</div>
</section>
<section class="footer panel_shadow u-full-width">
<div class="container">
<div class="twelve columns center-text center-div">
<h6 class="light-text footer-txt" style="color:#FAFBFB;">© 2020-2021 JackTrip Foundation and JackTrip Labs, Inc.</h6>
</div>
<div class="twelve columns center-text center-div">
<h6 class="light-text" style="color:#aaa;">
JackTrip Foundation is a 501(c)(3) nonprofit organization.<br /> JackTrip Labs is a Delaware public-benefit corporation.
</h6>
</div>
</div>
</section>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177279499-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-177279499-1');
</script>
<script src="js/index.js"></script>
<script type="text/javascript">
function autorun() {
// var emailEnter = document.querySelector('document.emailData.lname');
}
if (window.addEventListener) window.addEventListener("load", autorun, false);
else if (window.attachEvent) window.attachEvent("onload", autorun);
else window.onload = autorun;
</script>
</body>
</html>