-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
45 lines (33 loc) · 2.16 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
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/css/sectionalize.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Rock+Salt|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicons & Apple Icons -->
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<nav class="navbar navbar-trans navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a id="fontBrandLink" class="navbar-brand font-brand" href="/">Market Bucket</a>
</div>
</div>
</nav>
<section class="container-fluid" id="sectionBlurb">
<h1 class="text-center">Privacy Policy</h1>
<h4>October 13, 2014</h4>
<p>The Market Bucket web app does not collect, store, or release any information about you, your account, or your interactions with this app for any purpose whatsoever. Market Bucket does not use cookies.</p>
<p>Market Bucket runs entirely in your browser; no information about you, your account, or your lists is stored on our server(s). Market Bucket may or may not store your authentication information, pnut.io user id, and selected list id locally in your browser using local storage. If this data has been stored, a Logout button will be provided to allow you to erase it.</p>
<p>Market Bucket is built on <a href="http://pnut.io">pnut.io</a>. pnut.io may track your access of this application, the device(s) you used to access it, and other information about you in accordance with their <a href="https://account.pnut.io/legal/privacy/">privacy policy</a>.</p>
<p>Dreamhost may log your access to this server and store that information according to their policies. We do not use these server logs for any purpose.</p>
<p>Changes to this Privacy Policy will be published on this page and will take effect seven (7) days after publication.</p>
</section>
</body>
</html>