-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgdpr.html
42 lines (36 loc) · 2.15 KB
/
gdpr.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
<!DOCTYPE html>
<html>
<head>
<title>GDPR Policy</title>
<link rel="stylesheet" href="assets/styles.css" />
</head>
<body>
<div class="container">
<h1 class="title">GDPR Policy</h1>
<div class="content">
<h2>External Services Used</h2>
<h3>Map Service</h3>
<p><strong>Service Name:</strong> OpenStreetMap</p>
<p><strong>Service URL:</strong> <a href="https://www.openstreetmap.org" target="_blank">https://www.openstreetmap.org</a></p>
<p><strong>Purpose:</strong> Displaying maps and geographical data</p>
<p><strong>Data Collected:</strong> IP address, location data</p>
<p><strong>Data Usage:</strong> To provide map and location services</p>
<p><strong>Data Retention:</strong> As per OpenStreetMap's privacy policy</p>
<p><strong>Privacy Policy:</strong> <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" target="_blank">OpenStreetMap Privacy Policy</a></p>
<h3>Geolocation Service</h3>
<p><strong>Service Name:</strong> ipapi</p>
<p><strong>Service URL:</strong> <a href="https://ipapi.co" target="_blank">https://ipapi.co</a></p>
<p><strong>Purpose:</strong> Identifying user location based on IP address</p>
<p><strong>Data Collected:</strong> IP address, location data</p>
<p><strong>Data Usage:</strong> To provide geolocation services</p>
<p><strong>Data Retention:</strong> As per ipapi's privacy policy</p>
<p><strong>Privacy Policy:</strong> <a href="https://ipapi.co/privacy/" target="_blank">ipapi Privacy Policy</a></p>
<h2>Data Usage</h2>
<h3>Data Usage</h3>
<p>We use the collected data to provide map and geolocation services to our users. The data is used solely for the purpose of enhancing user experience and providing accurate location-based information.</p>
<h2>Cookies</h2>
<p>We save a cookie to remember whether the GDPR was accepted. This cookie is used to skip the consent modal if the user has already consented.</p>
</div>
</div>
</body>
</html>