forked from byteball/obyte-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
240 lines (215 loc) · 11.3 KB
/
terms.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
<!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> Terms Of Use</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> terms of use</h1>
<ul>
<li>The software you are about to use functions as a free, open source, and multi-signature digital wallet.</li>
<li>The software does not constitute an account where the developer of this software or other third parties serve as financial intermediaries or custodians of your bytes or other valuables.</li>
<li>While the software has undergone beta testing and continues to be improved by feedback from the open-source user and developer community, we cannot guarantee that there will be no bugs in the software.</li>
<li>You acknowledge that your use of this software is at your own discretion and in compliance with all applicable laws.</li>
<li>You are responsible for safekeeping your passwords, private key pairs, PINs and any other codes you use to access the software.</li>
<li><b>IF YOU LOSE ACCESS TO YOUR O<sub>byte</sub> WALLET, YOU ACKNOWLEDGE AND AGREE THAT ANY BYTES OR OTHER VALUABLES YOU HAVE ASSOCIATED WITH THAT O<sub>byte</sub> WALLET WILL BECOME INACCESSIBLE.</b></li>
<li>All transaction requests are irreversible.</li>
<li>The authors of the software cannot retrieve your private keys or passwords if you lose or forget them and cannot guarantee transaction confirmation as they do not have control over the O<sub>byte</sub> network.</li>
<li>To the fullest extent permitted by law, this software is provided “as is” and no representations or warranties can be made of any kind, express or implied, including but not limited to the warranties of merchantability, fitness or a particular purpose and noninfringement.</li>
<li>You assume any and all risks associated with the use of the software.</li>
<li>In no event shall the authors of the software be held liable for any claim, damages or other liability, whether in an action of contract, tort, or otherwise, arising from, out of or in connection with the software.</li>
<li>We reserve the right to modify this disclaimer from time to time.</li>
</ul>
<h2>Contact</h2>
<p>If you have questions concerning these Terms of Use, 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>