-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprivacy.html
More file actions
351 lines (294 loc) · 24 KB
/
privacy.html
File metadata and controls
351 lines (294 loc) · 24 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>JackTrip Privacy Policy</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 PRIVACY POLICY</h3>
<p class="dark-text font-400" style="text-align: center;"><b style="font-weight: 500;">Effective Date: October 2, 2020</b></p>
<p class="dark-text font-400">JackTrip Foundation and its affiliate JackTrip Labs, Inc. (collectively, “JackTrip”) are
committed to protecting the privacy of users of the website at <a href="https://www.jacktrip.org">jacktrip.org</a>
or any website owned, operated, licensed or controlled by us (the “Website”). The Website offers a web-based
platform, product, marketplace, application, community, tool, or service (collectively, with the Website,
the “Service”), including JackTrip’s open source software platform that helps musicians collaborate remotely.
This Privacy Policy describes how JackTrip gathers and uses information about visitors to our Website
(“Visitors”) and end-users of the Service (“End-users”). This Privacy Policy applies solely to the information
that we collect through the Website and the Service. This Privacy Policy does not address personal
information that you provide to us in other contexts (e.g., through a business relationship not handled
through the Website).
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Acceptance of Privacy Policy</h4>
<p class="dark-text font-400">By using the Website or the Service, you signify your acceptance of this Privacy Policy.
If you do not agree to the terms of this Privacy Policy, please do not use the Website or the Service. Your
continued use of the Website or Service following the posting of changes to these terms will mean that you accept
those changes.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">How Do We Collect Your Personal Information?</h4>
<p class="dark-text font-400">You may visit our Website without telling us anything about yourself. If you contact us and choose to provide
personally identifiable information, such as your name, address, telephone number or e-mail address (“Personal Information”), we will
use that information and may share it with other companies and/or individuals (e.g., our partners, consultants, and service providers)
for the purpose for which you submitted it to us, such as to respond to your inquiry or to provide you with information that you requested.
For example, you may sign up for our newsletter by providing your name and email address on our home page, or by providing your email and
password to sign in our Zendesk page available through the Website’s Help page.
</p>
<p class="dark-text font-400">You may also provide your email and password in order to (i) access the JackTrip Virtual Studio, which is a web
application that automates the configuration, deployment and management of the JackTrip software (the “Software”) over the Internet or
(ii) download the Software.
</p>
<p class="dark-text font-400">From time to time, our Website may be configured to collect domain information. This data enables us to become
more familiar with which users visit our site, how often they visit and what parts of the site they visit most often. JackTrip uses this
information to improve our Website. No personally identifiable information is gathered in this process. This information is collected
automatically and requires no action on your part.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">How Do We Use Your Personal Information?</h4>
<p class="dark-text font-400">If you choose to provide us with Personal Information by completing a form on the Website or emailing us, we will
use that Personal Information to (i) operate the Website, (ii) respond to your question or request, (iii) communicate with you about our
products or services via email, (iv) send information to you, and (v) notify you of changes to this Privacy Policy. If you do not wish to
receive unsolicited emails or other communications from us, you may contact us at <a href="mailto:support@jacktrip.org">support@jacktrip.org</a>
and request that your Personal Information be removed from our list.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Do We Disclose Any Personal Information to Outside Parties?</h4>
<p class="dark-text font-400">Unless you expressly give us permission in writing to do so, JackTrip will not sell, rent, license, or trade your
Personal Information other than as specified in this Privacy Policy.
</p>
<p class="dark-text font-400">Disclosures to Third Parties Assisting In Our Operations. JackTrip may share your Personal Information under
confidentiality agreements with other companies that work with, or on behalf of, JackTrip to provide products and services, such as a cloud
hosting company or identity verification service. These companies may use your Personal Information to assist JackTrip in its operations.
However, these companies do not have any independent right to share this information.
</p>
<p class="dark-text font-400">Disclosures Under Special Circumstances. We may provide information about you to respond to subpoenas, court orders,
legal process or governmental regulations, or to establish or exercise our legal rights or defend against legal claims. We believe it is necessary
to share information in order to investigate, prevent or take action regarding illegal activities, suspected fraud, situations involving
potential threats to the physical safety of any person, or as otherwise required by law. In such circumstances, we will take appropriate
measures to ensure that the requester understands the sensitive nature of the Personal Information that they may receive.
</p>
<p class="dark-text font-400">Business Transfers. We may share your Personal Information with other business entities in connection with the sale,
assignment, merger or other transfer of all or a portion of JackTrip’s business to such business entity. We will require any such successor
business entity to honor the terms of this Privacy Policy.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Automatically Collected Information and Anonymous Information</h4>
<p class="dark-text font-400">Each time a Visitor comes to the Website, JackTrip collects some information to improve the overall quality of the
Visitor’s online experience.
</p>
<p class="dark-text font-400">Aggregated Data. JackTrip collects aggregate queries for internal reporting and also counts, tracks, and aggregates
the Visitor’s activity into JackTrip’s analysis of general traffic-flow at the Website. To these ends, JackTrip may merge information about
you into aggregated group data. In some cases, JackTrip may remove personal identifiers from Personal Information and maintain it in aggregate
form that may later be combined with other information to generate anonymous, aggregated statistical information. Such anonymous, group data
may be shared on an aggregated basis with JackTrip’s affiliates, business partners, service providers and/or vendors; if it does so, JackTrip
will not disclose your individual identity.
</p>
<p class="dark-text font-400">Cookies and Web Beacons. Periodically, some pages on this Website may use “cookies,” which are small files that the
site places on your hard drive for identification purposes. These files are used for site registration and customization the next time you
visit us. You should note that cookies cannot read data off of your hard drive. Your web browser may allow you to be notified when you are
receiving a cookie, giving you the choice to accept it or not. You can also refuse all cookies by turning them off in your browser. By not
accepting cookies, some pages may not fully function and you may not be able to access certain information on this Website. Information that
we collect through cookies includes (i) the name and version of the operating system on the Visitor’s computer, (ii) the name and version of
the Visitor’s browser, (iii) which page on the Site the Visitor is currently reading, as well as clicks and time spent on a particular page,
(iv) if the Visitor was sent to the current page by some other page on the web, the universal resource locator (“URL”) of the referring web page,
and (v) geolocation of the Visitor’s computer or device. Some of the Site’s web pages may use web beacons in conjunction with cookies to compile
aggregate statistics about Site usage. A web beacon is an electronic image (also referred to as an “action tag,” “single-pixel,” or “clear GIF”)
that is commonly used to track the traffic patterns of users from one web page to another in order to maximize web traffic flow and to otherwise
analyze the effectiveness of the Website. Some web beacons may be unusable if you elect to reject their associated cookies.
</p>
<p class="dark-text font-400" style=" text-decoration: underline;"><b style="font-weight: 600; color: #171221;">By accessing and using the Website,
you expressly consent to the storage of cookies, other local storage technologies,
beacons or other information on your computer or devices. You also consent to the access of such cookies, local storage technologies, beacons
and information by us.</b>
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Security</h4>
<p class="dark-text font-400">The security of your data is very important to JackTrip. We have implemented appropriate security measures preventing
your Personal Information from being accidentally lost, used or accessed in an unauthorized way, altered or disclosed. However, you should know
that no website operator or software provider, including JackTrip, can fully eliminate security risks associated with Personal Information. While
JackTrip has endeavored to create a secure and reliable website for users, the confidentiality of any communication or material transmitted
to/from the Website or via e-mail cannot be guaranteed.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Children's Privacy Protection</h4>
<p class="dark-text font-400" style=" text-decoration: underline;">Under Age 13 </p>
<p class="dark-text font-400">JackTrip understands the importance of protecting children's privacy in the interactive online world. The Website and
the Service is not designed for, or intentionally targeted at, children under 13 years of age. It is not our policy to intentionally collect or
maintain information about anyone under the age of 13. No one under the age of 13 should submit any Personal Information to JackTrip, the Website
or the Service.
</p>
<p class="dark-text font-400" style=" text-decoration: underline;">Under Age 18 </p>
<p class="dark-text font-400">Minors under 18 years of age may have the Personal Information that they have provided to JackTrip through the Website
deleted by sending an email to support@jacktrip.org requesting deletion. Please note that, while we make reasonable efforts to comply with such
requests, deletion of your personal information does not ensure complete and comprehensive removal of that data from all systems.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Response to “Do Not Track” Signals</h4>
<p class="dark-text font-400">Some Internet browsers include the ability to transmit “Do Not Track” signals. Since uniform standards for “Do Not Track”
signals have not yet been adopted, JackTrip does not process or respond to “Do Not Track” signals.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Updating Your Information</h4>
<p class="dark-text font-400">If you wish to stop receiving e-mails or other communications from us, or if you have submitted Personal Information
through our Website and would like that information deleted from our records, please notify 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">Links to Third Party Websites</h4>
<p class="dark-text font-400">As a convenience to our Visitors, this Website may contain links to other sites that we believe may offer useful
information. As stated in more detail in the Website Terms of Service, the terms of usage and other conditions of use posted on those sites,
and not the policies and procedures we described here, apply to those sites. Your linking to any other websites is at your own risk, and
you are responsible for learning about and complying with the terms of usage and other conditions posted on those websites.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">Changes to this Privacy Policy</h4>
<p class="dark-text font-400">This Privacy Policy may be revised from time to time as we add new features and services, as laws change, and as
industry privacy and security best practices evolve. We display an effective date on the policy in the upper right corner of this Privacy
Policy so that it will be easier for you to know when there has been a change. If we make any change to this Privacy Policy regarding use
or disclosure of Personal Information, we will provide advance notice on the Website. Small changes or changes that do not significantly
affect individual privacy interests may be made at any time and without prior notice.
</p>
<h4 class="separator dark-text main-margin-title-l bottom-margin-rem">For Additional Information</h4>
<p class="dark-text font-400">If you have any questions about this Privacy Policy, the practices of this Website, or your dealings with this
Website, please contact <a href="mailto:support@jacktrip.org">support@jacktrip.org</a>.
</p>
</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>