forked from byteball/obyte-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
104 lines (84 loc) · 4.64 KB
/
privacy.html
File metadata and controls
104 lines (84 loc) · 4.64 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="digital currencies for the rest of us">
<meta name="author" content="Byteball">
<link rel="icon" href="img/icon_16x16@2x.png">
<title>Byteball privacy policy</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="byteball.css" rel="stylesheet">
<!-- FontAwesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<style>
.jumbotron h1 a{
color: white;
}
h1 a:hover{
text-decoration: none;
}
.jumbotron{
margin-bottom: 0px;
}
</style>
</head>
<body>
<div class="container">
<!-- Jumbotron -->
<div class="jumbotron">
<a href="/"><img src="img/icon-white-64.png" /></a>
<h1><a href="/">Byteball</a></h1>
<p class="lead">Digital currencies for the rest of us</p>
</div>
<div class="separator"></div>
<div class="row">
<div class="col-xs-12">
<h1>Byteball privacy policy</h1>
<p>This policy describes the ways Byteball developers (“Byteball,” “we,” “our” or “us”) collect, store, use and protect a user’s (“User(s),” “you,” or “your”) personal information.</p>
<p>Users accept this Policy by visiting our website and/or by using our apps.</p>
<h2>What is “personally identifiable information?”</h2>
<p>“Personally identifiable information” (“personal information”) is any information that can be directly associated with a particular person and can be used to identify that person. A prime example of identifiable information is a person’s name. In some instances, such as the EU directive, an email or IP address can be viewed as personal information.</p>
<h2>What information we collect</h2>
<p>Byteball developers do not collect users personal information.</p>
<p>It is crucial to note that private keys are never transmitted outside Byteball apps, so it is not possible for Byteball developers to access a user’s coins in any case.</p>
<h2>Use of camera</h2>
<p>If requested by user to scan a QR code, Byteball app may use the camera on the user's device. The app does not record or transmit the frames anywhere outside the device.</p>
<h2>Crash reports</h2>
<p>If Byteball app detects abnormal situation or encounters a bug, it may send crash reports to Byteball developers in order to help improve the product. The crash reports contain information about your use of the app and its logs prior to the abnormal situation or a bug, they never include private keys or your IP address.</p>
<h2>Changes to this policy</h2>
<p>We may amend this policy at any time by posting a revised version. The revised version will be effective at the time we post it.</p>
<h2>Contact</h2>
<p>If you have questions concerning this Privacy Policy, please feel free to send us an email at <script>document.write('<a href="mailto:byteball');document.write('@');document.write('byteball.org">byteball');document.write('@');document.write('byteball.org</a>'); </script>.</p>
</div>
</div>
<!-- Site footer -->
<footer class="footer">
<!--p>© 2016 Byteball</p-->
Contact:
<script>document.write('<a href="mailto:byteball');document.write('@');document.write('byteball.org">byteball');document.write('@');document.write('byteball.org</a>'); </script>
<a href="https://twitter.com/ByteballOrg" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://bitcointalk.org/index.php?topic=1608859.0" target="_blank" title="BitcoinTalk thread"><i class="fa fa-bitcoin"></i></a>
<a href="https://medium.com/@Byteball" target="_blank" title="Medium"><i class="fa fa-medium"></i></a>
<a href="http://slack.byteball.org" target="_blank" title="Slack"><i class="fa fa-slack"></i></a>
</footer>
</div> <!-- /container -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83607123-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>