This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
58 lines (54 loc) · 2.48 KB
/
privacy.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/portal.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-grid.css">
<style>
.content *:not(ul){
/* display:flex; */
width: 100%;
justify-content: center;
text-align: center;
}
.row {
margin-bottom: 25px;
}
</style>
<script>
</script>
</head>
<body>
<!-- Header. Contains ClimateFutures logo and tagline. Hidden on sizes lower than lg. -->
<div class="container">
<div class="d-flex row content-stretcher-header justify-content-center" style="min-height: 106px">
<a class="col-12 d-flex justify-content-center" href="https://climatefutures.org.au/" target="_blank">
<img alt="Climate Futures Logo" src="img/logo-small.png" style="margin-top: 34px; max-height:40px;" />
</a>
</div>
<div class="row d-flex justify-content-center">
<h1>Data Portal Privacy Policy</h1>
</div>
<div class="row d-flex justify-content-center content">
<p>This website collects 0 data and has no database capabilities.</p>
<br/>
<p>You may rest assured that your data is not collected in any capacity, even for analytics purposes.</p>
<br/>
<p>There is no risk that any of your private data may be used maliciously or for advertising.</p>
<br/>
<span>To Summarise: Absolutely no data is collected or stored by this website. This includes:</span>
<br/>
<ul>
<li>IP Addresses</li>
<li>Cookies</li>
<li>Data Selected</li>
</ul>
<br/>
<p>The source code is openly viewable at <a href="https://github.com/Issung/ClimateFuturesDataPortal">https://github.com/Issung/ClimateFuturesDataPortal</a>.</p>
</div>
<div class="row d-flex justify-content-center">
<a href="portal.html" class="button" style="padding-left: 20px; padding-right: 20px; background-color: #D26745; color:white;">Back To Data Portal</a>
</div>
</div>
</body>
</html>