-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathprivacy-policy.html
500 lines (470 loc) · 26.3 KB
/
privacy-policy.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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Privacy Policy | DAV - Decentralized Autonomous Vehicles</title>
<meta
name="description"
content="DAV is a blockchain-based transportation platform which enables vehicles to discover, communicate and transact with one another using DAV tokens."
/>
<meta property="og:title" content="DAV - Decentralized Autonomous Vehicles" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://dav.network/img/og_image.jpg" />
<meta property="og:url" content="https://dav.network" />
<meta property="og:description" content="DAV is a blockchain-based transportation platform." />
<link rel="apple-touch-icon" sizes="57x57" href="img/fav/favicon.png?v=2" />
<link rel="apple-touch-icon" sizes="60x60" href="img/fav/favicon.png?v=2" />
<link rel="apple-touch-icon" sizes="72x72" href="img/fav/favicon.png?v=2" />
<link rel="apple-touch-icon" sizes="76x76" href="img/fav/favicon.png?v=2" />
<link rel="apple-touch-icon" sizes="114x114" href="img/fav/apple-icon-114x114.png?v=2" />
<link rel="apple-touch-icon" sizes="120x120" href="img/fav/apple-icon-120x120.png?v=2" />
<link rel="apple-touch-icon" sizes="144x144" href="img/fav/apple-icon-144x144.png?v=2" />
<link rel="apple-touch-icon" sizes="152x152" href="img/fav/apple-icon-152x152.png?v=2" />
<link rel="apple-touch-icon" sizes="180x180" href="img/fav/apple-icon-180x180.png?v=2" />
<link rel="icon" type="image/png" sizes="192x192" href="img/fav/android-icon-192x192.png?v=2" />
<link rel="icon" type="image/png" sizes="32x32" href="img/fav/favicon.png?v=2" />
<link rel="icon" type="image/png" sizes="96x96" href="img/fav/favicon.png?v=2" />
<link rel="icon" type="image/png" sizes="16x16" href="img/fav/favicon.png?v=2" />
<link rel="manifest" href="img/fav/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="img/fav/ms-icon-144x144.png?v=2" />
<meta name="theme-color" content="#ffffff" />
<!-- Google Tag Manager -->
<!-- <script type="text/javascript" data-cfasync="false">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push(
{'gtm.start': new Date().getTime(),event:'gtm.js'}
);var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NCJHZN5');</script> -->
<!-- End Google Tag Manager -->
<!-- Google Tag Manager -->
<script type="text/javascript" data-cfasync="false">
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-KRPG9G6');
</script>
<!-- End Google Tag Manager -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700" rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/blueimp-gallery/2.30.0/css/blueimp-gallery.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css?v=3.2.5" />
<!-- Bootstrap -->
<!-- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> -->
<!-- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> -->
<!-- <link href="css/style.css" rel="stylesheet"> -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" data-cfasync="false">
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
(i[r] =
i[r] ||
function() {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-104463303-1', 'auto');
ga('send', 'pageview');
ga('send', 'Button', 'Clicked', 'Join', '0');
</script>
<!-- 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', '738526256352778');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" src="https://www.facebook.com/tr?id=738526256352778&ev=PageView&noscript=1" />
</noscript>
<!-- End Facebook Pixel Code -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCJHZN5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> -->
<!-- End Google Tag Manager (noscript) -->
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-KRPG9G6"
height="0"
width="0"
style="display:none;visibility:hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar navbar-fixed-top">
<div class="container1">
<div class="navbar-header">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#navbar"
aria-expanded="false"
aria-controls="navbar"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img id="logo-orange" src="img/logo.png" />
<img id="logo-white" src="img/logo-gray.png" />
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/#home">Home</a></li>
<li><a href="/#overview">Overview</a></li>
<li><a href="protocols.html">Protocols</a></li>
<li><a href="/#technology">Technology</a></li>
<li><a href="/#team">Team</a></li>
<li><a href="/#partners">Alliance</a></li>
<li><a href="/whitepaper.pdf">White Paper</a></li>
<li class="dropdown hidden-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About</a>
<ul class="dropdown-menu">
<li><a href="media.html">Press & Media</a></li>
<li><a href="/#contact">Contact</a></li>
</ul>
</li>
<li class="visible-xs"><a href="media.html">Press & Media</a></li>
<li class="visible-xs"><a href="/#contact">Contact</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="hero hero-privacy" id="home">
<div id="startchange"></div>
<div class="hero-inner">
<div class="hero-valign">
<h2>DAV Foundation</h2>
<h1>PRIVACY POLICY</h1>
</div>
</div>
</div>
<div class="container legal-page">
<br />
<br />
<br />
<p>
DAV Foundation, established in Switzerland (we, us or the Foundation), is committed to protecting and respecting your privacy. This
policy together with any documents relating to the sale of our DAV tokens and any other documents referred to in it sets out the
basis on which any personal data we collect from you, or that you provide to us, will be processed by us. We process your
information in accordance with the Swiss Federal Act on Data Protection (“FADP”) regarding personal data, and you agree that we, as
the data controller, may directly or through our service providers or agents process your information in compliance with this policy
and the FADP. Please read the following carefully to understand our views and practices regarding your personal data and how we
will treat it.
<b
>If you do not agree with our policies and practices, your choice is not to use our website, dav.network (Website). By accessing
or using this Website, you agree to this privacy policy.</b
>
This policy may change from time to time. Your continued use of this Website after we make changes is deemed to be acceptance of
those changes, so please check the policy periodically for updates.
</p>
<h3>Children Under the Age of 13</h3>
<p>
Our Website is not intended for children under 13 years of age. No one under age 13 may provide any personal information to or on
the Website. We do not knowingly collect personal information from children under 13. If you are under 13, do not use or provide any
information on this Website or on or through any of its features/register on the Website, make any purchases through the Website,
use any of the interactive or public comment features of this Website or provide any information about yourself to us, including
your name, address, telephone number, email address, or any screen name or user name you may use. If we learn we have collected or
received personal information from a child under 13 without verification of parental consent, we will delete that information. If
you believe we might have any information from or about a child under 13, please contact us at [email protected].
</p>
<h2>INFORMATION WE COLLECT FROM YOU</h2>
<p>We will collect and process the following data about you:</p>
<ol>
<li>
<span>1</span><b>Information you give us.</b> This includes any personal information that you give us by filling in forms on the
Website or by corresponding with us by phone, e-mail or otherwise. It also includes information you provide when you register to
use our Website, subscribe to our service, participate in discussion boards or other social media functions on our site, enter a
competition, promotion or survey, contribute to our Token Sale (as defined in the terms of our Token Sale) and when you report a
problem with our site. The information you give us may include your name, address, e-mail address and phone number, date of birth,
financial information, personal description and photograph, crypto-wallets addresses and any other personal data provided to us.
</li>
<li>
<span>2</span><b>Information we collect about you.</b> With regard to each of your visits to our site, we will automatically
collect the following information:
<ol>
<li>
<span>a</span>Technical information, including the Internet protocol (IP) address used to connect your computer to the
Internet, your login information (if applicable), browser type and version, time zone setting, browser plug-in types and
versions, operating system and platform, information about your visit, including the full Uniform Resource Locators (URL),
clickstream to, through and from our site (including date and time), information you viewed or searched for, page response
times, download errors, length of visits to certain pages, page interaction information (such as scrolling, clicks, and
mouseovers), methods used to browse away from the page and any information of yours related to contact our customer service
team (e.g. phone number).
</li>
<li>
<span>b</span>Information we receive from other sources. This is information we receive about you from public domain, third
parties or other websites we operate or the other services we provide. Third parties we work with include: business partners
that assist in KYC collection and processing, sub-contractors in technical, payment and delivery services, advertising
networks, analytics providers, search information providers and credit reference agencies.
</li>
</ol>
</li>
</ol>
<h2>COOKIES</h2>
<p>
Our Website uses cookies. A cookie is a small file of letters and numbers that we put on your computer. These cookies allow us to
distinguish you from other users of our Website, which helps us to provide you with a good experience when you browse our Website
and also allows us to improve our Website. The cookies we use are session or time-based. You may refuse to accept browser cookies by
activating the appropriate setting on your browser. However, if you select this setting, you may be unable to access certain parts
of our Website or severely impact the functionality of the Website. Unless you have adjusted your browser setting so that it will
refuse cookies, our system will issue cookies when you direct your browser to our Website.
</p>
<p>
Please note that third parties (including, for example, advertising networks and providers of external services like web traffic
analysis services) may also use cookies, over which we have no control. We use Google Analytics and these cookies are likely to be
analytical/performance cookies or targeting cookies.
</p>
<h2>USES MADE OF THE INFORMATION</h2>
<p>We use information held about you in the following ways:</p>
<ol>
<li>
<span>1</span>Information you give to us. We will use this information:
<ol>
<li>
<span>a</span> To carry out our obligations arising from any contracts entered into between us and to provide you with the
information, products and services that you request from us;
</li>
<li><span>b</span> To provide you with information about other goods and services we offer;</li>
<li><span>c</span> To provide you with information about goods or services we feel may interest you.</li>
<li><span>d</span> To notify you about changes to our service;</li>
<li>
<span>e</span> To ensure that content from our Website is presented in the most effective manner for you and for your
computer.
</li>
</ol>
</li>
<li>
<span>2</span>Information we collect about you. We will use this information:
<ol>
<li>
<span>a</span> To administer our Website and for internal operations, including troubleshooting, data analysis, testing,
research, statistical and survey purposes;
</li>
<li>
<span>b</span> To improve our Website to ensure that content is presented in the most effective manner for you and for your
computer;
</li>
<li><span>c</span> To allow you to participate in interactive features of our service, when you choose to do so;</li>
<li><span>e</span> As part of our efforts to keep our site safe and secure;</li>
<li>
<span>f</span> To pass information from partners who link to us and partners we link to regarding usage and users for
marketing and advertising purposes;
</li>
<li>
<span>g</span> To measure or understand the effectiveness of advertising we serve to you and others, and to deliver relevant
advertising to you;
</li>
<li>
<span>h</span> To make suggestions and recommendations to you and other users of our site about goods or services that may
interest you or them.
</li>
</ol>
</li>
<li>
<span>3</span> Information we receive from other sources. We will combine this information with information you give to us and
information we collect about you and (depending on the types of information we receive) use it as described above.
</li>
</ol>
<h2>DISCLOSURE OF YOUR INFORMATION</h2>
<p>You agree that we have the right to share your personal information:</p>
<ol>
<li><span>1</span> With any member of our group, which means our subsidiaries or affiliates.</li>
<li>
<span>2</span> With selected third parties including:
<ol>
<li>
<span>a</span> Business partners that assist with KYC collection of information, suppliers and vendors necessary for the
performance of the services we provide;
</li>
<li>
<span>b</span> Google Analytics, other analytics providers and search engine providers that assist us in the improvement and
optimisation of our site;
</li>
<li>
<span>c</span> Fraud and crime prevention agencies for the purpose of assessing the risk of crime, fraud and money laundering
and this is a condition of us entering into any contract with you. This is not an automated decision-making process.
</li>
</ol>
</li>
<li>
<span>3</span> To fulfill the purpose for which you provide it. For example, if you give us an email address to use an "email a
friend" feature of our Website, we will transmit the contents of that email and your email address to the recipients.
</li>
<li><span>4</span> For any other purpose disclosed by us when you provide the information.</li>
<li><span>5</span> With your consent.</li>
</ol>
<p>We will also disclose your personal information to third parties:</p>
<ol>
<li><span>1</span> As required by law.</li>
<li>
<span>2</span> In the event that we sell or buy any business or assets, in which case we will disclose your personal data to the
prospective seller or buyer of such business or assets.
</li>
<li>
<span>3</span> If the Foundation, or substantially all of its assets are acquired by a third party, in which case personal data
held by it about its customers will be one of the transferred assets.
</li>
<li>
<span>4</span> If we are under a duty to disclose or share your personal data in order to comply with any legal obligation, or in
order to enforce or apply the Website’s terms of use, the Terms and Conditions of a sale, and other agreements; or to protect the
rights, property, or safety of the Foundation, our customers, or others. This includes exchanging information with other companies
and organisations for the purposes of fraud protection, money laundering prevention and credit risk reduction.
</li>
<li>
<span>5</span> To ensure that we can successfully seek to complete our Token Sale and to meet our legal and contractual
obligations to you related to the Token Sale.
</li>
<li>
<span>6</span> To avoid crime, money laundering and the risk of fraud allegations by sharing the information with lawyers,
accountants and other professionals assisting us in these kinds of matters.
</li>
<li>
<span>7</span> To ensure that we have relevant information on persons wishing to contribute to our Token Sale by disclosing the
information to third-parties assisting us in verifying and processing customer information like a KYC processing vendor.
</li>
<li>
<span>8</span> In order to provide relevant information to regulators, government agencies and banks that may request information
on the Token Sale.
</li>
</ol>
<h2>WHERE WE STORE YOUR PERSONAL DATA</h2>
<p>
All information you provide to us is stored on our and our partners performing know-your-client services servers. We do not intend
to keep personal data any longer than is necessary for the purposes for which the personal data is processed and used.
</p>
<p>
The data that we collect from you may be transferred to, and stored at, a destination outside the European Economic Area (EEA),
including in particular, Israel, Canada and the United States. It may be processed by staff operating outside the EEA who works for
us or for one of our suppliers. This includes staff engaged in, among other things, the fulfillment of your order, the processing of
your payment details and the provision of support services. By submitting your personal data, you agree to this transfer, storing or
processing. We will take all steps reasonably necessary to ensure an adequate level of data protection and that your data is treated
securely and in accordance with this policy.
</p>
<p>
Unfortunately, the transmission of information via the Internet is not completely secure. Although we will do our best to protect
your personal data, we cannot guarantee the security of your data transmitted to our Website; any transmission is at your own risk.
Once we have received your information, we will use strict procedures and security features to try to prevent unauthorized access.
</p>
<h2>ACCESS TO INFORMATION</h2>
<p>
Under the FADP, you also have a right to access your personal data held by us, and it is your responsibility to inform us of any
changes to your personal data to ensure such data remains accurate. You can exercise your right to access your personal data in
accordance with applicable laws and regulations and by contacting the Data Protection Officer at [email protected].
</p>
<h2>CHANGES TO OUR PRIVACY POLICY</h2>
<p>
Any changes we make to our privacy policy in the future will be posted on this page and, where appropriate, notified to you by
e-mail. Please check back frequently to see any updates or changes to our privacy policy.
</p>
<h2>CONTACT</h2>
<p>
Questions, comments and requests regarding this privacy policy are welcomed and should be addressed to the Data Protection Officer
at <b>[email protected]</b>.
</p>
<br />
<p>UPDATED: <b>April 3, 2018</b></p>
<br />
<br />
<br />
</div>
<footer id="contact">
<div class="container">
<h3>Contact Us</h3>
<div class="row links text-center">
<div class="col-sm-4">
<a href="mailto:[email protected]">[email protected]</a>
<p>Partnerships and General Inquiries</p>
</div>
<div class="col-sm-4">
<a href="mailto:[email protected]">[email protected]</a>
<p>Jobs and CVs</p>
</div>
<div class="col-sm-4">
<a href="mailto: [email protected]"> [email protected]</a>
<p>Media Inquiries</p>
</div>
</div>
</div>
<div class="footer-gray">
<div class="container">
<div class="row about-legal">
<div class="col-sm-3 col-xs-6">
<h4>ABOUT</h4>
<a href="media.html">Press & Media</a>
<a href="privacy-policy.html">Privacy Policy</a>
</div>
<div class="col-sm-3 col-xs-6">
<h4> </h4>
<a href="terms-of-use.html">Terms of Use</a>
<a href="Legal-Disclaimers.pdf">Legal Disclaimers</a>
</div>
<div class="col-sm-6 col-xs-12">
<br class="visible-xs" />
<h4>Join Us</h4>
<div class="social">
<a href="https://github.com/DAVFoundation" target="_blank"><img src="img/icons/github-footer.png" /> Github</a>
<a href="https://www.youtube.com/channel/UCPuAOygDwCiLOdLosiQJJ1w" target="_blank"
><img src="img/icons/youtube.png" /> Youtube</a
>
</div>
</div>
</div>
<div class="copyright">
<p>
© Copyright 2020 DAV - All Rights Reserved <br />
DAV Foundation is a Swiss non-profit foundation registered at Bahnhofstrasse 10, 6300 Zug, Switzerland
</p>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js" type="text/javascript" data-cfasync="false"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" type="text/javascript" data-cfasync="false"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.17.0/jquery.validate.min.js" data-cfasync="false"></script>
<script src="js/main.min.js?v=3.2.5" type="text/javascript" data-cfasync="false"></script>
</body>
</html>