forked from byteball/obyte-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
244 lines (214 loc) · 11.2 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Obyte — A cryptocurrency platform ready for real world adoption">
<meta name="keywords" content="Obyte — A cryptocurrency platform ready for real world adoption">
<meta name="author" content="Obyte">
<title>O<sub>byte</sub> Privacy Policy</title>
<!-- Fontfaces CSS-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link href="static/css/font-face.css" rel="stylesheet" media="all">
<link href="static/vendor/linearicons/css/linearicons.css" rel="stylesheet" media="all">
<!-- Bootstrap CSS-->
<link href="static/vendor/bootstrap/bootstrap.min.css" rel="stylesheet" media="all">
<!-- Vendor CSS-->
<link href="static/vendor/animate.css/animate.min.css" rel="stylesheet" media="all">
<link href="static/vendor/css-hamburgers/hamburgers.min.css" rel="stylesheet" media="all">
<link href="static/vendor/slick/slick.css" rel="stylesheet" media="all">
<link href="static/vendor/animsition/animsition.min.css" rel="stylesheet" media="all">
<link href="static/vendor/lightbox2/css/lightbox.min.css" rel="stylesheet" media="all">
<!-- Main CSS-->
<link href="static/css/theme.css?v3" rel="stylesheet" media="all">
<!--Favicons-->
<link rel="shortcut icon" href="static/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="static/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="static/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="static/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="static/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="static/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="static/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="static/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="static/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="static/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="static/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="static/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="static/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header class="header-absolute section-header js-header unsticky">
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<a class="navbar-logo" href="/">
<img class="logo-light" src="static/images/icons/ic-logo.png">
<img class="logo-dark" src="static/images/icons/ic-logo-dark.png">
</a>
<button class="navbar-toggler hamburger hamburger--slider" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
<div class="navbar-collapse collapse" id="navbarSupportedContent">
<ul class="navbar-nav navbar-nav-new">
<li class="nav-item">
<a class="nav-link" href="/#why">WHY</a>
</li>
<li class="nav-item">
<a class="nav-link noto-sans-bold" href="/#features">FEATURES</a>
</li>
<li class="nav-item">
<a class="nav-link noto-sans-bold" href="/#dist">DISTRIBUTION</a>
</li>
<li class="nav-item">
<a class="nav-link noto-sans-bold" href="/#tech">TECHNOLOGY</a>
</li>
<li class="nav-item">
<a class="nav-link noto-sans-bold" href="/#team">TEAM</a>
</li>
<li class="nav-item">
<a class="nav-link noto-sans-bold" href="/#community">COMMUNITY</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="language-nav-item">
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm" data-toggle="dropdown" aria-expanded="false" style="cursor: pointer; width: 32px; margin-right: 7px;">
<img id="imgBtnSel" src="static/images/flags/united-states.png" alt="..." class="img-thumbnail icon-medium" style="border: none">
<span id="lanBtnSel"></span>
</button>
<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<span class="caret"></span>
</button>
<ul class="dropdown-menu language-block" role="menu"></ul>
</div>
</li>
<li class="nav-item">
<a class="au-btn au-btn-pill au-btn-border au-btn-icon m-l-5 download-wallet-btn noto-sans-bold download-wallet-header-btn1" href="/#download" style="background-color: #1560bd">
<span class="btn-text">
DOWNLOAD WALLET
</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Header end-->
<section class="section section-text">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h1>O<sub>byte</sub> privacy policy</h1>
<p>This policy describes the ways O<sub>byte</sub> developers (“Obyte”, "O<sub>byte</sub>", “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>O<sub>byte</sub> developers do not collect users personal information.</p>
<p>It is crucial to note that private keys are never transmitted outside O<sub>byte</sub> apps, so it is not possible for O<sub>byte</sub> 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, O<sub>byte</sub> 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 O<sub>byte</sub> app detects abnormal situation or encounters a bug, it may send crash reports to O<sub>byte</sub> 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:o');document.write('@');document.write('obyte.org">o');document.write('@');document.write('obyte.org</a>'); </script>.</p>
</div>
</div>
</div>
</section>
<!-- Footer start-->
<footer class="section section-footer p-t-80 p-b-60" style="background-color: white;">
<div class="container">
<a href="http://press.byteball.org/" target="_blank">
<h3 class="section-heading section-heading--center m-b-75 noto-sans-display-bold after-before-delete" style="color: black; border: 3px solid black;width: 100%;margin-left: auto;margin-right: auto;padding-top: 20px;padding-bottom: 20px;max-width: 280px;">MEDIA KIT</h3>
</a>
<ul class="footer-menu-list h-list footer-social-new-ul m-b-50">
<li class="list-item">
<a href="https://slack.obyte.org/" target="_blank">
<img src="static/images/slack_img.png">
</a>
</li>
<li class="list-item">
<a href="https://mp.weixin.qq.com/s/JB0_MlK6w--D6pO5zPHAQQ" target="_blank">
<img src="static/images/we_chat_img.png">
</a>
</li>
<li class="list-item">
<a href="https://t.me/obyteorg" target="_blank">
<img src="static/images/telegram_img.png">
</a>
</li>
<li class="list-item">
<a href="https://www.reddit.com/r/obyte/" target="_blank">
<img src="static/images/reddit_img.png">
</a>
</li>
<li class="list-item">
<a href="https://bitcointalk.org/index.php?topic=1608859.0" target="_blank">
<img src="static/images/bitcoin_talk_img.png">
</a>
</li>
<li class="list-item">
<a href="https://twitter.com/ObyteOrg" target="_blank">
<img src="static/images/twitter_img.png">
</a>
</li>
<li class="list-item">
<a href="https://www.facebook.com/obyte.org" target="_blank">
<img src="static/images/facebook_img.png">
</a>
</li>
<li class="list-item">
<a href="https://www.youtube.com/channel/UCYAjbxT5zHfeTtXe_hr9Gxg/" target="_blank">
<img src="static/images/youtube_img.png">
</a>
</li>
<li class="list-item">
<a href="https://github.com/byteball" target="_blank">
<img src="static/images/github_footer_img.png">
</a>
</li>
</ul>
<h3 class="section-heading section-heading--center m-t-50 noto-sans-display-bold after-before-delete" style="color: black; cursor: pointer;">
<script>document.write('<a style="color: black" href="mailto:o'); document.write('@'); document.write('obyte.org">o'); document.write('@'); document.write('obyte.org</a>');</script>
<a style="color: black" href="terms.html">Terms</a>
<a style="color: black" href="privacy.html">Privacy</a>
</h3>
</div>
</footer>
<!-- Footer end-->
<!-- Jquery JS-->
<script src="static/js/jquery-2.1.1.min.js"></script>
<!-- Bootstrap JS-->
<script src="static/js/bootstrap.bundle.min.js"></script>
<!-- Vendor JS-->
<script src="static/vendor/slick/slick.min.js"></script>
<script src="static/vendor/animsition/animsition.min.js"></script>
<script src="static/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="static/vendor/jquery.counterup/jquery.counterup.min.js"></script>
<script src="static/vendor/wowjs/wow.min.js"></script>
<script src="static/vendor/lightbox2/js/lightbox.min.js"></script>
<!-- Main JS-->
<script src="static/js/global.js?v3"></script>
<!-- Special Vendor-->
<script src="static/vendor/validator/validator.min.js"></script>
<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>