This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
49 lines (48 loc) · 2.39 KB
/
index.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
<!doctype html>
<html>
<head>
<title>General Data Protection Regulation - Data Protection Impact Assessment Tool</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="resources/css/gdprdpiat.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/survey-jquery"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127874216-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127874216-1');
</script>
<script type="application/ld+json">
{
"@context":"http://schema.org",
"@type":"WebSite",
"name":"General Data Protection Regulation (GDPR) Data Protection Impact Assessment (DPIA) Tool",
"author": {
"@type": "Person",
"name": "Simon Arnell",
"url": "https://simonarnell.github.io/"
},
"description":"A GDPR Data Protection Impact Assessment (DPIA) tool to assist organisations to evaluate data protection risks with respect to the EU's General Data Protection Regulation. 🇪🇺",
"mentions" : {
"@type": "Legislation",
"name": "General Data Protection Regulation",
"legislationType":"regulation",
"legislationIdentifier": "2016/679",
"sameAs": "https://en.wikipedia.org/wiki/General_Data_Protection_Regulation"
},
"url": "https://simonarnell.github.io/GDPRDPIAT/",
"sameAs": "https://github.com/simonarnell/GDPRDPIAT"
}
</script>
<script src="resources/js/survey.js"></script>
</head>
<body>
<header class="header">
<a class="forkme" href="https://github.com/simonarnell/GDPRDPIAT"><img width="149" height="149" src="https://github.blog/wp-content/uploads/2008/12/forkme_left_darkblue_121621.png?resize=149%2C149" class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1"></a>
<h1>EU General Data Protection Regulation (GDPR) Data Protection Impact Assessment (DPIA) Tool</h1>
</header>
<main id="dpiat"></main>
<footer class="footer">Copyright (c) 2022 <a href="https://simonarnell.github.io/">Simon Arnell</a> - Licensed under the <a href="https://github.com/simonarnell/GDPRDPIAT/blob/master/LICENSE.md">MIT License</a></footer>
</body>
</html>