-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
85 lines (76 loc) · 3.77 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Riak On! - Hosted Riak that rocks</title>
<meta name="description" content="hosted database riak" />
<meta name="author" content="Riak On!" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="assets/css/vendor/h5bp/normalize.css" />
<link rel="stylesheet" href="assets/css/vendor/h5bp/main.css" />
<script src="assets/js/vendor/modernizr/modernizr-2.6.2.min.js"></script>
<!-- Skeleton -->
<link rel="stylesheet" href="assets/css/vendor/skeleton/base.css" />
<link rel="stylesheet" href="assets/css/vendor/skeleton/skeleton.css" />
<link rel="stylesheet" href="assets/css/vendor/skeleton/layout.css" />
<!-- web fonts -->
<link href='http://fonts.googleapis.com/css?family=Rammetto+One|Actor' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons and Touch Icons -->
<link rel="shortcut icon" href="assets/images/logo.png" />
<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/apple-touch-icon-114x114.png" />
<link rel="stylesheet" href="assets/css/site.css" />
<style>
h1, h2, h3, h4, h5, h6 {
font-family: 'Actor', san-serif;
font-weight: bold;
}
</style>
</head>
<body class="light-bg">
<div class="container">
<div class="row">
<h2>
Privacy Policy
</h2>
<p>
Your privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of personal information. The following outlines our privacy policy.
</p>
<ul>
<li>
Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.
</li>
<li>
We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.
</li>
<li>
We will only retain personal information as long as necessary for the fulfillment of those purposes.
</li>
<li>
We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.
</li>
<li>
Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date.
</li>
<li>
We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification.
</li>
<li>
We will make readily available to customers information about our policies and practices relating to the management of personal information.
</li>
</ul>
<p>
We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained.
</p>
</div>
</div>
</body>
</html>