-
Notifications
You must be signed in to change notification settings - Fork 4
/
cookiepolicy.html
313 lines (261 loc) · 16.9 KB
/
cookiepolicy.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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!doctype html>
<html lang="en">
<head>
<!--====== Required meta tags ======-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="Experience secure, lightning-fast cryptocurrency trading with NightTrader Exchange. Our decentralized multi-signature platform offers unparalleled security, scalability, and affordability. Trade with confidence - your keys, your crypto. Join the future of decentralized finance today.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--====== Title ======-->
<title>Cookie Policy NightTrader – State-of-the-Art, Secure, Fast, Scalable & Affordable Decentralized Multi Signature Exchange</title>
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/png">
<!--====== Bootstrap css ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== Fontawesome css ======-->
<link rel="stylesheet" href="assets/css/all.css">
<!--====== nice select css ======-->
<link rel="stylesheet" href="assets/css/nice-select.css">
<!--====== Slick css ======-->
<link rel="stylesheet" href="assets/css/slick.css">
<!--====== Swiper css ======-->
<link rel="stylesheet" href="assets/css/swiper.min.css">
<!--====== Default css ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style css ======-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--====== HEADER PART START ======-->
<header class="header-area">
<div class="header-nav">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="navigation">
<nav class="navbar navbar-expand-lg navbar-light ">
<a class="navbar-brand" href="index.html"><img src="assets/images/logo.png" alt=""></a> <!-- logo -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button> <!-- navbar toggler -->
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul class="navbar-nav m-auto" >
<li class="nav-item">
<a class="nav-link active" href="index.html">Home <i
class="fal fa-angle-down"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Benefits">Benefits</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Downloads">Downloads</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Roadmap">Roadmap</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#FAQs">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#Contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://nighttrader.exchange/support/">Support</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="contact-us.html">Pages <i
class="fal fa-angle-down"></i></a>
<ul class="sub-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-post.html">Blog Post</a></li>
<li><a href="login.html">Login</a></li>
<li><a href="singup.html">Singup</a></li>
<li><a href="404.html">Error</a></li>
</ul>
</li> -->
</ul>
</div> <!-- navbar collapse -->
<div class="navbar-btn d-none d-sm-flex">
<ul>
<li><a class="main-btn" href="https://my.nighttrader.exchange/#login">login</a></li>
<li><a class="main-btn-2 main-btn" href="https://my.nighttrader.exchange/#register-vaJBgtzFBgBaEWLreAc6qRCuKLG">signup</a></li>
</ul>
</div>
</nav>
</div> <!-- navigation -->
</div>
</div>
</div>
</div>
</header>
<!--====== HEADER PART ENDS ======-->
<!--====== PAGE TITLE PART START ======-->
<div class="page-title-area page-title-2-area">
<div class="container">
<div class="row align-items-end">
<div class="col-lg-6">
<div class="page-title-content">
<span>Updated: | October 22, 2024</span>
<h3 class="title">Cookie Policy</h3>
</div>
</div>
<div class="col-lg-6">
<div class="title-social d-flex justify-content-lg-end justify-content-start">
<div class="item">
<span>Share</span>
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100068695556611"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://t.me/Nighttrader_org_Chat"><i class="fab fa-telegram"></i></a></li>
<li><a href="https://www.twitter.com/nighttraderO"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/11866948/"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/NightTrader/"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.tiktok.com/@nighttradero"><i class="fab fa-tiktok"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="banefits-color-2">
<img src="assets/images/shape/color-bg-4.png" alt="">
</div>
</div>
<!--====== PAGE TITLE PART ENDS ======-->
<!--====== BLOG POST PART START ======-->
<section class="blog-post-area">
<div class="container">
<div class="row justify-content-center">
<div class="blog-post-item">
<div class="blog-post-top-content">
<h3 class="title">What Are Cookies</h3>
<p> What Are Cookies
Cookies are small text files that are placed on your device when you visit our website. They allow us to recognize your device and store certain information about your preferences or past actions on our site.</p>
<h3 class="title">How We Use Cookies</h3>
<p> NightTrader Exchange uses cookies to enhance your experience on our platform and to provide essential functionality for our decentralized multi-signature exchange. We use the following types of cookies:</p>
<h3 class="title">Essential Cookies</h3>
<p> These cookies are necessary for the operation of our website and cannot be switched off. They are usually set in response to actions you take, such as setting your privacy preferences, logging in, or filling in forms.
</p><h3 class="title">Functional Cookies</h3>
<p> These cookies enable enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages.
</p><h3 class="title">Performance and Analytics Cookies</h3>
<p> These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us know which pages are the most and least popular and see how visitors move around the site.
</p><h3 class="title">Marketing Cookies</h3>
<p> These cookies may be set through our site by our advertising partners. They may be used to build a profile of your interests and show you relevant ads on other sites.
</p><h3 class="title">Third-Party Cookies</h3>
<p> Some cookies may be set by third parties when you visit our site. These third parties may collect information about your online activities over time and across different websites. We do not control these third-party cookies and recommend reviewing the privacy policies of these companies for more information.
</p> <h3 class="title">Your Cookie Choices</h3>
<p> You can control and/or delete cookies as you wish. You can delete all cookies that are already on your device and you can set most browsers to prevent them from being placed. However, if you do this, you may have to manually adjust some preferences every time you visit nighttrader.exchange, and some services and functionalities may not work.
To modify your cookie settings, please visit the "Cookie Settings" option in our site footer.
</p> <h3 class="title">Changes to This Cookie Policy</h3>
<p> We may update this Cookie Policy from time to time to reflect changes in our practices or for operational, legal, or regulatory reasons. We encourage you to review this policy periodically.
</p><h3 class="title">Contact Us</h3>
<p> If you have any questions about our use of cookies, please contact us at [email protected].
By using nighttrader.exchange, you consent to our use of cookies as described in this policy.
</p>
</p></div>
</div>
</div>
</div>
</div>
</div>
<div class="banefits-color-2">
<img src="assets/images/shape/color-bg-4.png" alt="">
</div>
</section>
<!--====== BLOG POST PART ENDS ======-->
<!--====== FOOTER PART START ======-->
<footer class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="footer-list mt-30">
<h4 class="title">Menu</h4>
<ul>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#Benefits">Benefits</a></li>
<li><a href="index.html#Team">Team</a></li>
<li><a href="https://nighttrader.exchange/support/">Support</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="footer-list mt-30">
<h4 class="title">PAPERS</h4>
<ul>
<li><a href="https://github.com/NightTrader/nighttrader.github.io/blob/4b2ddfd7a2069bf88922832db6e2cde0bc056c57/Nighttrader_A_Decentralized_Multisignature_Electronic_Cash_Wallet.pdf">White Paper</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="footer-list mt-30">
<h4 class="title">legal</h4>
<ul>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="tandc.html">Terms & Conditions</a></li>
<li><a href="cookiepolicy.html">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="footer-list mt-30">
<h4 class="title">Newsletter</h4>
<form action="#">
<div class="input-box">
<input type="text" placeholder="Email Address">
<button><i class="fal fa-arrow-right"></i></button>
</div>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="footer-copyright d-flex justify-content-between align-items-center">
<p class="order-2 order-sm-1">© NIGHTTRADER.EXCHANGE</p>
<ul class="order-1 order-sm-2">
<li><a href="https://www.facebook.com/profile.php?id=100068695556611"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://t.me/Nighttrader_org_Chat"><i class="fab fa-telegram"></i></a></li>
<li><a href="https://www.twitter.com/nighttraderO"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/11866948/"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/NightTrader/"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.tiktok.com/@nighttradero"><i class="fab fa-tiktok"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="banefits-color-2">
<img src="assets/images/shape/color-bg-4.png" alt="">
</div>
</footer>
<!--====== FOOTER PART ENDS ======-->
<!--====== scroll_up PART START ======-->
<a id="scroll_up"><i class="far fa-angle-up"></i></a>
<!--====== scroll_up PART ENDS ======-->
<!--====== jquery js ======-->
<script src="assets/js/vendor/modernizr-3.6.0.min.js"></script>
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<!--====== Slick js ======-->
<script src="assets/js/slick.min.js"></script>
<!--====== Swiper js ======-->
<script src="assets/js/swiper.min.js"></script>
<!--====== nice select js ======-->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!--====== circle progress js ======-->
<script src="assets/js/circle-progress.min.js"></script>
<!--====== Images Loaded js ======-->
<script src="assets/js/jquery.syotimer.min.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
</body>
</html>