-
Notifications
You must be signed in to change notification settings - Fork 7
/
cookie-policy.html
75 lines (66 loc) · 4.19 KB
/
cookie-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="The Lagrangian Ocean Analysis team at Utrecht University uses and develops the OceanParcels framework to investigate how ocean currents move 'stuff' around">
<meta property="og:image" content="http://oceanparcels.org/images/parcelslogo_large.png">
<meta property="twitter:image" content="http://oceanparcels.org/images/parcelslogo_large.png">
<meta name="author" content="The OceanParcels team">
<title>Cookie policy</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/academicons/css/academicons.min.css"/>
<!-- syntax highlighting for Python and Bash -->
<link href="vendor/prism/prism.css" rel="stylesheet" />
<script src="vendor/prism/prism.js"></script>
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="text/javascript">
(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('set', 'anonymizeIp', true)
ga('create', 'UA-96368922-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="images/parcelslogo_inverse.png" height="30px"> Ocean<b>Parcels</b></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<div class="container">
<br>
<h2> Cookie policy on the OceanParcels website</h2>
On this website we use Google Analytics, a web analytics service offered by Google Inc ("Google"). We do this to provide our visitors with the best possible guide to using the Parcels code. We track the navigation on this website to see which part of the documentation may need improving. We also track the location and browser of our visitors to better accommodate our audience. To ensure your privacy and comply with the <a href="https://gdpr-info.eu/">GDPR</a>, we have an agreement with Google regarding the Data Processing Terms. Your IP-address is <a href="https://support.google.com/analytics/answer/2763052?hl=en"">anonymized</a> before any data are stored or sent to Google and Google is not allowed to provide your data to third parties or use it in other Google services.
<br>
<h3> Last updated</h3>
This page was updated last on 10-11-2020.
</div>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<div class="row">
<ul id="footerul">
<li id="footerli"><a id="footera" href="accessibility.html">Accessibility</a></li>
<li id="footerli"><a id="footera" href="cookie-policy.html">Cookie policy</a></li>
<li id="footerli"><a id="footera" href="utrechtteam.html">Utrecht Team</a></li>
</ul>
</div>
<p class="m-0 text-center text-white">
Copyright © OceanParcels project, 2020<br>
<small>Based on the <a href ="https://github.com/StartBootstrap/startbootstrap-modern-business/tree/master">Modern Business</a> theme, distributed by <a href="https://startbootstrap.com/template-overviews/modern-business/">Start Bootstrap</a> under an MIT license</small>
</p>
</div>
</footer>
</body>
</html>