-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
50 lines (40 loc) · 1.62 KB
/
Copy pathprivacy.html
File metadata and controls
50 lines (40 loc) · 1.62 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css">
<title>cisciqc</title>
</head>
<body>
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand">cisciqc</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link " href="#">Home</a>
<a class="nav-link" href="instructions.html" style='margin-left: 50px'>Instructions</a>
<a class="nav-link active" href="privacy.html" style='margin-left: 50px'>Privacy</a>
<a class="nav-link" href="login.html">Sign In</a>
<a class="nav-link" href="signup.html"><strong>Sign Up</strong></a>
</nav>
</div>
</header>
<main>
<h1 style="padding-top: 50px">Privacy and collected data</h1>
<p>Your privacy policy goes here</p>
</main>
<footer class="mastfoot mt-auto">
<div class="inner">
<p>Breewed by <a href="https://twitter.com/gabrock94" target="_blank" >@gabrock94</a> for the <a href="https://twitter.com/SANLabNTU" target="_blank" rel="nofollow">Social and Affective Neuroscience Lab</a>. © 2019</p>
</div>
</footer>
</div>
<script src="js/jquery-3.3.1.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>