-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
580 lines (541 loc) · 29.4 KB
/
index.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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
<!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="nDEX Network, Cryptocurrency, Blockchain, NDX Coin, NDX Price">
<meta name="author" content="TR, JK">
<meta property="og:site_name" content="nDEX Network" />
<meta property="og:site" content="https://ndexnetwork.com" />
<meta property="og:title" content="nDEX Network Blockchain"/>
<meta property="og:description" content="nDEX Network, Cryptocurrency, Blockchain, NDX Coin, NDX Price" />
<meta property="og:image" content="image/ndex-bg.png" />
<meta property="og:url" content="index.html" />
<meta property="og:type" content="article" />
<title>nDEX Network Blockchain</title>
<link href="https://fonts.googleapis.com/css?family=Catamaran:400,400i,700&display=swap&subset=latin-ext" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/fontawesome-all.css" rel="stylesheet">
<link href="css/swiper.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link rel="icon" href="images/favicon.png">
</head>
<body data-spy="scroll" data-target=".fixed-top">
<!-- Preloader -->
<div class="spinner-wrapper">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
<!-- end of preloader -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
<div class="container">
<!-- Image Logo -->
<a class="navbar-brand logo-image" href="index.html"><img src="images/logo.svg" alt="nDEX"></a>
<!-- Mobile Menu Toggle Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-awesome fas fa-bars"></span>
<span class="navbar-toggler-awesome fas fa-times"></span>
</button>
<!-- end of mobile menu toggle button -->
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link page-scroll" href="developer.html">DEVELOPER</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="wallet.html">WALLET</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="ecosystem.html">ECOSYSTEM</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="reward.html">FORGING</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="https://www.ndex.pro" target="_blank">EXPLORER</a>
</li>
</ul>
<span class="nav-item">
<a class="btn-outline-sm" href="https://ndxseed.npay.life" target="_blank">Web Client</a>
</span>
</div>
</div> <!-- end of container -->
</nav> <!-- end of navbar -->
<!-- end of navigation -->
<!-- Header -->
<header id="header" class="header bg">
<div class="header-content">
<div class="container" style="padding-top: 60px; padding-bottom: 60px;">
<div class="row">
<div class="col-lg-6 col-xl-5">
<div class="text-container">
<h1>nDEX Network</h1>
<h3 style="color:#fff">A Blockchain Business Development Platform</h3>
<a class="btn-solid-lg page-scroll" href="wallet.html "target="_blank">Web Wallet</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
<div class="col-lg-6 col-xl-7">
<div class="image-container">
<div class="img-wrapper">
<img class="img-fluid" src="images/home.svg" alt="nDEX Network">
</div> <!-- end of img-wrapper -->
</div> <!-- end of image-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of header-content -->
</header> <!-- end of header -->
<svg class="header-frame" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1920 310"><defs><style>.cls-1{fill:#202644;}</style></defs><title>header-frame</title><path class="cls-1" d="M0,283.054c22.75,12.98,53.1,15.2,70.635,14.808,92.115-2.077,238.3-79.9,354.895-79.938,59.97-.019,106.17,18.059,141.58,34,47.778,21.511,47.778,21.511,90,38.938,28.418,11.731,85.344,26.169,152.992,17.971,68.127-8.255,115.933-34.963,166.492-67.393,37.467-24.032,148.6-112.008,171.753-127.963,27.951-19.26,87.771-81.155,180.71-89.341,72.016-6.343,105.479,12.388,157.434,35.467,69.73,30.976,168.93,92.28,256.514,89.405,100.992-3.315,140.276-41.7,177-64.9V0.24H0V283.054Z"/></svg>
<!-- end of header -->
<!-- Customers -->
<div class="slider-1">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- Image Slider -->
<div class="slider-container">
<div class="swiper-container image-slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img class="img-fluid" src="images/quantaex.png" alt="QuantaEx">
</div>
<div class="swiper-slide">
<img class="img-fluid" src="images/hotbit.png" alt="Hotbit">
</div>
<div class="swiper-slide">
<img class="img-fluid" src="images/mercatox.png" alt="Mercatox">
</div>
<div class="swiper-slide">
<img class="img-fluid" src="images/swft.png" alt="SWFT">
</div>
<div class="swiper-slide">
<img class="img-fluid" src="images/satoexchange.png" alt="Satoexchange">
</div>
</div> <!-- end of swiper-wrapper -->
</div> <!-- end of swiper container -->
</div> <!-- end of slider-container -->
<!-- end of image slider -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of slider-1 -->
<!-- end of customers -->
<!-- Description -->
<div class="cards-1">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="above-heading">FEATURES</div>
<h2 class="h2-heading">Feature of nDEX Network Blockchain</h2>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
<div class="col-lg-12">
<!-- Card -->
<div class="card">
<div class="card-image">
<img class="img-fluid" src="images/secure.svg" alt="Secure" style="height: 320px;">
</div>
<div class="card-body">
<h4 class="card-title">Secure</h4>
<p>nDEX Network blockchain is most secure platforms in the blockchain industry</p>
</div>
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<div class="card-image">
<img class="img-fluid" src="images/flexible.svg" alt="Flexible" style="height: 320px;">
</div>
<div class="card-body">
<h4 class="card-title">Flexible</h4>
<p>Flexible architecture makes blockchain adoption and can be extended to fit any public or private usecase</p>
</div>
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<div class="card-image">
<img class="img-fluid" src="images/user-friendly.svg" alt="User-Friendly" style="height: 320px;">
</div>
<div class="card-body">
<h4 class="card-title">User-Friendly</h4>
<p>nDEX Network blockchain to launch a user-friendly and fully decentralized asset exchange</p>
</div>
</div>
<!-- end of card -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of cards-1 -->
<!-- end of description -->
<!-- Developer -->
<div id="developer" class="basic-1">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="text-container">
<h2>nDEX Developers</h2>
<p>nDEX developer responsible for developing and optimizing blockchain protocols, crafting the architecture of blockchain systems.</p>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Multi-Language Support</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Complete Infrastructure</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Strong Developer Community</div>
</li>
</ul>
<a class="btn-solid-reg page-scroll" href="developer.html">Developer Portal</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
<div class="col-lg-6">
<div class="image-container">
<img class="img-fluid" src="images/developer.svg" alt="nDEX Developers">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-1 -->
<!-- end of developer -->
<!-- Wallet -->
<div id="wallet" class="basic-1">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="image-container">
<img class="img-fluid" src="images/wallet.svg" alt="Wallet">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
<div class="col-lg-6">
<div class="text-container">
<h2>nDEX Wallets</h2>
<p>nDEX wallet is safest and secure wallet. We got 208k+ adoptors.</p>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Web Wallet</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Windows</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Linux</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Android (Developing)</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">iOS (Developing)</div>
</li>
</ul>
<a class="btn-solid-reg page-scroll" href="wallet.html">Wallet Portal</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-1 -->
<!-- end of wallet -->
<!-- Ecosystem -->
<div id="ecosystem" class="basic-1">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="text-container">
<h2>nDEX Ecosystem</h2>
<p>nDEX Network blockchain is highly secure.</p>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">More Features Wallet</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Low Transactions Fee</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Fastest Money Transactions</div>
</li>
</ul>
<a class="btn-solid-reg page-scroll" href="ecosystem.html">Ecosystem</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
<div class="col-lg-6">
<div class="image-container">
<img class="img-fluid" src="images/ndx-eco.svg" alt="Ecosystem">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-1 -->
<!-- end of ecosystem -->
<!-- Forging -->
<div id="forging" class="basic-1">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="image-container">
<img class="img-fluid" src="images/forging.svg" alt="nDEX Forging">
</div> <!-- end of image-container -->
</div> <!-- end of col -->
<div class="col-lg-6">
<div class="text-container">
<h2>nDEX Forging</h2>
<p>Join the nDEX Network Forging Rewards</p>
<ul class="list-unstyled li-space-lg">
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Increase Forging Participation</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Increase nDEX Blocks Generate</div>
</li>
<li class="media">
<i class="fas fa-square"></i>
<div class="media-body">Increase Online Nodes</div>
</li>
</ul>
<a class="btn-solid-reg page-scroll" href="reward.html">Forging</a>
</div> <!-- end of text-container -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of basic-1 -->
<!-- end of forging -->
<!-- News -->
<div id="news" class="cards-1">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="above-heading">LATEST NEWS</div>
<h2 class="h2-heading">News of nDEX Network Blockchain</h2>
</div> <!-- end of col -->
</div> <!-- end of row -->
<div class="row">
<div class="col-lg-12">
<!-- Card -->
<div class="card">
<img class="img-fluid" src="images/airdrop.png" alt="Airdrop" style="height: 200px;margin-bottom: 20px;">
<div class="card-body">
<a href="https://www.nxter.org/tips-tricks-nxt-ardor-clones-how-to-retrieve-your-airdropped-coins-without-exposing-your-passphrase-in-the-clones-wallet/">
<h4 class="card-title">Tips & Tricks</h4>
<p>How to retrieve your airdropped coins without exposing your passphrase in the clone’s wallet....</p>
</a>
</div>
</div>
<!-- end of card -->
<!-- Card -->
<div class="card">
<img class="img-fluid" src="images/nxt-ann.png" alt="Announcement" style="height: 200px;margin-bottom: 20px;">
<div class="card-body">
<a href="https://www.jelurida.com/news/weekly-update-2020-02-17">
<h4 class="card-title">Official Announcement </h4>
<p>In the announcement nDEX explains that they have chosen Nxt for its stability and massive opportunities....</p>
</a>
</div>
</div>
<!-- end of card -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of cards-1 -->
<!-- end of News -->
<!-- Social Media -->
<div class="form">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="icon-container">
<span class="fa-stack">
<a href="https://www.facebook.com/ndexnetwork">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://twitter.com/NdexOfficial">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://t.me/ndexnetwork">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-telegram fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://github.com/ndexnetwork">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://www.linkedin.com/company/ndex-network/">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin-in fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://medium.com/@nDEXNetwork">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-medium fa-stack-1x"></i>
</a>
</span>
</div> <!-- end of col -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of form -->
<!-- end of social media -->
<!-- Footer -->
<svg class="footer-frame" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1920 79"><defs><style>.cls-2{fill:#202644;}</style></defs><title>footer-frame</title><path class="cls-2" d="M0,72.427C143,12.138,255.5,4.577,328.644,7.943c147.721,6.8,183.881,60.242,320.83,53.737,143-6.793,167.826-68.128,293-60.9,109.095,6.3,115.68,54.364,225.251,57.319,113.58,3.064,138.8-47.711,251.189-41.8,104.012,5.474,109.713,50.4,197.369,46.572,89.549-3.91,124.375-52.563,227.622-50.155A338.646,338.646,0,0,1,1920,23.467V79.75H0V72.427Z" transform="translate(0 -0.188)"/></svg>
<div class="footer foot-bg">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="footer-col first">
<img src="images/logo.svg" alt="nDEX"style="height: 40px;"><br><br>
<p class="p-small">nDEX Network is a blockchain business development platform that seeks to provide for the entire blockchain community.
</p>
</div>
</div> <!-- end of col -->
<div class="col-md-2">
<div class="footer-col last">
<h4>Developers</h4>
<ul class="list-unstyled li-space-lg p-small">
<li class="media">
<i class="fas fa-file-alt"></i>
<div class="media-body"> <a href="#soon" target="_blank">Documentation</a></div>
</li>
<li class="media">
<i class="fab fa-github"></i>
<div class="media-body"> <a href="https://github.com/ndexnetwork" target="_blank">Github</a></div>
</li>
</ul>
</div>
</div> <!-- end of col -->
<div class="col-md-2">
<div class="footer-col last">
<h4>Wallets</h4>
<ul class="list-unstyled li-space-lg p-small">
<li class="media">
<i class="fas fa-globe"></i>
<div class="media-body">
<a href="https://ndxlive.npay.life/" target="_blank">Web Wallet</a>
</div>
</li>
<li class="media">
<i class="fab fa-windows"></i>
<div class="media-body">
<a href="https://github.com/ndexnetwork/nDEX/releases" target="_blank">Windows</a>
</div>
</li>
<li class="media">
<i class="fab fa-linux"></i>
<div class="media-body">
<a href="https://github.com/ndexnetwork/nDEX/releases" target="_blank">Linux</a>
</div>
</li>
<li class="media">
<i class="fab fa-android"></i>
<div class="media-body">
<a href="https://www.ndexnetwork.com" target="_blank">Android</a>
</div>
</li>
<li class="media">
<i class="fab fa-apple"></i>
<div class="media-body">
<a href="https://www.ndexnetwork.com" target="_blank">iOS</a>
</div>
</li>
</ul>
</div>
</div> <!-- end of col -->
<div class="col-md-2">
<div class="footer-col last">
<h4>Ecosystem</h4>
<ul class="list-unstyled li-space-lg p-small">
<li class="media">
<i class="fab fa-buffer"></i>
<div class="media-body"> <a href="#soon" target="_blank">dApp</a></div>
</li>
<li class="media">
<i class="fab fa-buffer"></i>
<div class="media-body"> <a href="" target="_blank"></a></div>
</li>
</ul>
</div>
</div> <!-- end of col -->
<div class="col-md-2">
<div class="footer-col last">
<h4>Contact</h4>
<ul class="list-unstyled li-space-lg p-small">
<li class="media">
<i class="fas fa-map-marker-alt"></i>
<div class="media-body"> Victoria, SC</div>
</li>
<li class="media">
<i class="fas fa-info-circle"></i>
<div class="media-body">
<a href="mailto:info@ndexnetwork.com" target="_blank">Support</a>
</div>
</li>
<li class="media">
<i class="fas fa-envelope"></i>
<div class="media-body">
<a href="mailto:business@ndexnetwork.com" target="_blank">Business</a>
</div>
</li>
<li class="media">
<i class="fas fa-globe-asia"></i>
<div class="media-body">
<a href="https://www.ndexnetwork.com" target="_blank">nDEX Network</a>
</div>
</li>
</ul>
</div>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
<!-- end of footer -->
<!-- Copyright -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-12">
<p class="p-small">Copyright © 2018 - 2020 <a href="https://ndexnetwork.com">nDEX Network</a> - All rights reserved</p>
</div> <!-- end of col -->
</div> <!-- enf of row -->
<p class="p-small">Disclaimer: nDEX Network is strictly suggesting to the citizens of Bangladesh, Pakistan, Srilanka and USA not to invest in nDEX Network ecosystem & any of its concern. nDEX Network is a legitimate platform which respects every countries local laws.</p>
</div> <!-- end of container -->
</div> <!-- end of copyright -->
<!-- end of copyright -->
</div> <!-- end of footer -->
<!-- Scripts -->
<script src="js/jquery.min.js"></script> <!-- jQuery for Bootstrap's JavaScript plugins -->
<script src="js/popper.min.js"></script> <!-- Popper tooltip library for Bootstrap -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
<script src="js/jquery.easing.min.js"></script> <!-- jQuery Easing for smooth scrolling between anchors -->
<script src="js/swiper.min.js"></script> <!-- Swiper for image and text sliders -->
<script src="js/jquery.magnific-popup.js"></script> <!-- Magnific Popup for lightboxes -->
<script src="js/validator.min.js"></script> <!-- Validator.js - Bootstrap plugin that validates forms -->
<script src="js/scripts.js"></script> <!-- Custom scripts -->
</body>
</html>