-
Notifications
You must be signed in to change notification settings - Fork 4
/
cookies.html
278 lines (229 loc) · 9.78 KB
/
cookies.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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177377112-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-177377112-1');
</script>
<meta charset="utf-8">
<title>Axentro blockchain platform</title>
<meta name="keywords" content="Axentro" />
<meta name="description" content="An original, proof of work blockchain for decentralised apps">
<meta name="author" content="axentro.io">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--==============GOOGLE FONT - OPEN SANS=================-->
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!--============== ICON FONT FONT-AWESOME=================-->
<link href="css/font-awesome.css" rel="stylesheet">
<!--==============MAIN CSS FOR HOSTING PAGE=================-->
<link href="css/hosting.css" rel="stylesheet" media="all">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!--==============Mordernizr =================-->
<script src="js/modernizr.js"></script>
<script src="js/jquery.min.js"></script>
</head>
<body id="home" data-spy="scroll" data-target=".navbar-collapse" data-offset="100">
<!--==============Logo & Menu Bar=================-->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span
class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span
class="icon-bar"></span> </button>
<a class="navbar-brand" href="#"> <img width="200" src="images/axentro-logo.svg" alt="logo"></a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#home">HOME</a></li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!--==============Content Area=================-->
<div class="container">
<!--============== Blog ==============-->
<div class="row PageHead">
<div class="col-md-12">
<h1>Cookie Policy</h1>
<span class="blog">
<h3 class="subtitle">Last updated: 6th September 2020</h3>
</span>
</div>
</div>
<div class="row blog">
<div class="col-md-12">
<p>
This cookies policy is for visitors to our website and sets out how we use cookies.
</p>
<h1 class="title">What are cookies?</h1>
<p>
A cookie is a small piece of text that our website stores on your computer or mobile device, which your
browser sends to us when you return to our site. Cookies can be used by websites to make a user's experience
more efficient.
</p>
<h1 class="title">Types of cookies</h1>
<p>We classify cookies into two categories: essential and non-essential cookies. Essential cookies are strictly
necessary for the functionality of the website. Non-essential cookies are often used for analytical purposes.
We need your permission to use non-essential cookies.</p>
<h1 class="title">Duration of the cookies</h1>
<p>here are cookies that only exist during your session (called session cookies) and will dissapear when you
close your browser, and cookies that remain on your computer after you close your browser (called persistent
cookies).</p>
<h1 class="title">Cookies that we use</h1>
<p>Below is a detailed list of the cookies we use on our website:</p>
<div class="table-responsive">
<table class="table table-bordered table-expanded">
<tr>
<th>Cookie name</th>
<th>Type</th>
<th>Purpose</th>
<th>Expiry</th>
</tr>
<tr>
<td>cookies-consent</td>
<td>Essential</td>
<td>Used by us to store if you have accepted our cookies usage.</td>
<td>1 year</td>
</tr>
<tr>
<td>_ga</td>
<td>Non-essential</td>
<td>Used by Google Analytics to distinguish users.</td>
<td>2 years</td>
</tr>
<tr>
<td>_gat</td>
<td>Non-essential</td>
<td>Used by Google Analytics to throttle request rate.</td>
<td>1 minute</td>
</tr>
<tr>
<td>_gid</td>
<td>Non-essential</td>
<td>Used by Google Analytics to distinguish users.</td>
<td>24 hours</td>
</tr>
</table>
</div>
<p>Certain pages on our site may set other third party cookies. For example, we may embed content, such as
videos, from another site that sets a cookie. While we try to minimize these third party cookies, we can’t
always control what cookies this third party content sets.</p>
<h1 class="title">Cookies from Google Analytics</h1>
<p>We use Google Analytics as a third party analytics service to understand how visitors use and interract with
our website. All the information that a cookie from Google Analytics collects is aggregated and therefore
anonymous.</p>
<h1 class="title">Managing cookies</h1>
<p>You can disable the acceptance of cookies at any time by changing the preferences in your browser. Follow the
links below to change your browser settings:
<ul>
<li><a href="https://support.google.com/chrome/answer/95647?hl=en">Google Chrome</a></li>
<li><a href="https://support.microsoft.com/en-us/help/278835/how-to-delete-cookie-files-in-internet-explorer">Internet Explorer</a></li>
<li><a href="https://support.apple.com/guide/safari/manage-cookies-and-website-data-sfri11471/mac">Safari</a></li>
<li><a href="https://support.mozilla.org/en-US/kb/enable-and-disable-cookies-website-preferences">Mozilla Firefox</a></li>
</ul>
</p>
<h1 class="title">Warning</h1>
<p>If you choose to disable cookies on your browser you may not be able to use some of the services or features
of our website.</p>
</div>
</div>
</div>
<!--Blog Closed-->
<!--============== Footer ==============-->
<div class="footer">
<div class="container">
<div class="row footerlinks">
<div class="col-sm-6 col-md-2">
<p>GET STARTED</p>
<ul>
<li><a href="https://guide.axentro.io" target="_blank">Documentation</li>
</ul>
</div>
<div class="col-sm-6 col-md-2">
<p>EMAIL US</p>
<ul>
<li><a href="mailto:[email protected]" target="_blank">[email protected]</a></li>
</ul>
</div>
<div class="col-sm-6 col-md-2">
<p>LEGAL TERMS</p>
<ul>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="cookies.html">Cookies Policy</a></li>
</ul>
</div>
<div class="col-sm-6 col-md-4">
<p>COMMUNITY</p>
<ul>
<li><a href="https://github.com/Axentro" target="_blank">Github repositories</a></li>
<li><a href="https://twitter.com/axentrohq" target="_blank">Follow on Twitter</a></li>
<li><a href="https://t.me/axentro" target="_blank">Chat on Telegram</a> </li>
</ul>
</div>
<div class="col-sm-6 col-md-2">
<p>Chat Channel</p>
<ul>
<li> <a href="https://t.me/axentro" class="btn btn-success btn-small">CHAT ON TELEGRAM</a> </li>
</ul>
</div>
</div>
<div class="row copyright">
<p>Copyright © 2020. Axentro BlockChain</p>
</div>
</div>
</div>
<!--===Back to top======-->
<a href="#" class="scrollup">Scroll</a>
<!--==============QUERY LIBRARY=================-->
<script src="js/jquery.easing.1.2.js"></script>
<!--==============BOOTSTRAP JS=================-->
<script src="js/bootstrap.min.js"></script>
<!--==========ONE PAGE SCROLLING SCRIPTS STARTS===============-->
<script>
$(function () {
$('.nav li a').bind('click', function (event) {
var $anchor2 = $(this).parent();
var $anchor = $(this);
$('.nav li').removeClass('active');
$anchor2.addClass('active');
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top - 80
}, 1500, 'easeInOutExpo');
event.preventDefault();
});
});
</script>
<!--=============ONE PAGE SCROLLING SCRIPTS ENDS============-->
<!--=============BACK TO TOP STARTS============-->
<script>
$(document).ready(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 800) {
$('.scrollup').fadeIn();
} else {
$('.scrollup').fadeOut();
}
});
$('.scrollup').click(function () {
$("html, body").animate({ scrollTop: 0 }, 600);
return false;
});
});
</script>
<!--=============BACK TO TOP ENDS============-->
</body>
</html>