-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathprivacy.html
24 lines (21 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Netcade - Privacy Notice</title>
<link href="styles/global.css" rel="stylesheet"/>
</head>
<body>
<!-- NAVBAR -->
<div class="navbar">
</div>
<!-- CONTENT -->
<div style="text-align: center; position: relative; top: 50px; width: 800px; margin: auto;">
<span style="font-size: 32px;">Privacy Notice</span><br>
<span style="font-weight: 300;">This page is for our Privacy Policy, which outlines types of data collected from those who use any of our services, and what we use said data for.<br><br>["us", "we", "our", "the website", "the service"] refers to the team or person behind operation of all services under the name Netcade (the website is one of them).<br><br>["you","your","the user","the data subject"] refers to the individual who data is being collected from as a result of using any of our services.<br><br><b style="font-size: 20px;">Data we collect</b><br><br>- IP Addresses<br>- Cache stored by web cookies<br><br>IP Addresses are required to be collected to establish a connection between your device and the webserver, and cache from cookies store preferences on the website.</span>
</div>
<!-- FOOTER -->
<div class="footer" style="position: absolute; bottom: -10vh; width: 100%;"></div>
<script src="scripts/commons.js"></script>
</body>
</html>