-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
734 lines (652 loc) · 26.5 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
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="keywords" content="NEXBIT.IO, DeFi, NEXBIT Chain, NDC, nPRO, Blockchain, nDAX, Q Chain, Qash, QuantaEx, QWallet" />
<meta name="description" content="NEXBIT.IO, DeFi, NEXBIT Chain, NDC, nPRO, Blockchain, nDAX, Q Chain, Qash, QuantaEx, QWallet" />
<meta name="author" content="NEXBIT.IO" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>NEXBIT.IO - We Building the Future</title>
<!-- favicon icon -->
<link rel="shortcut icon" href="images/fav.ico" />
<!-- inject css start -->
<!--== bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!--== animate -->
<link href="css/animate.css" rel="stylesheet" type="text/css" />
<!--== fontawesome -->
<link href="css/fontawesome-all.css" rel="stylesheet" type="text/css" />
<!--== line-awesome -->
<link href="css/line-awesome.min.css" rel="stylesheet" type="text/css" />
<!--== magnific-popup -->
<link href="css/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css" />
<!--== owl-carousel -->
<link href="css/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css" />
<!--== base -->
<link href="css/base.css" rel="stylesheet" type="text/css" />
<!--== shortcodes -->
<link href="css/shortcodes.css" rel="stylesheet" type="text/css" />
<!--== default-theme -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!--== responsive -->
<link href="css/responsive.css" rel="stylesheet" type="text/css" />
<!--== color-customizer -->
<link href="#" data-style="styles" rel="stylesheet">
<link href="css/color-customize/color-customizer.css" rel="stylesheet" type="text/css" />
<!-- inject css end -->
</head>
<body>
<!-- page wrapper start -->
<div class="page-wrapper">
<!--header start-->
<header id="site-header" class="header">
<div id="header-wrap">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand logo" href="index.html">
<img id="logo-img" class="img-center" src="images/logo.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> <span></span>
<span></span>
<span></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto mr-auto">
<!-- Home -->
<li class="nav-item"> <a class="nav-link" href="developer.html"> Developer </a>
</li>
<li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#products" data-toggle="dropdown">Products</a>
<div class="dropdown-menu">
<ul class="list-unstyled">
<li><a href="npro.html">nPRO</a>
</li>
<li><a href="nexbit-chain.html">NEXBIT Chain</a>
</li>
<li><a href="quantaex.html">QuantaEx</a>
</li>
<li><a href="q-wallet.html">Q-Wallet</a>
</li>
</li>
</ul>
</div>
</li>
<li class="nav-item"> <a class="nav-link" href="ecosystem.html"> Ecosystem </a>
</li>
<li class="nav-item"> <a class="nav-link" href="#services"> Services </a>
</li>
<li class="nav-item"> <a class="nav-link" href="#defi"> DeFi </a>
</li>
<li class="nav-item"> <a class="nav-link" href="about.html"> About </a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!--header end-->
<!--hero section start-->
<section id="home" class="banner p-0 pos-r fullscreen-banner">
<div id="particles-js"></div>
<div class="align-center">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-md-12">
<div class="img-2">
<img class="img-center topBottom" src="images/banner/nexbit.png" alt="NEXBITIO">
</div>
<img class="img-center wow" data-wow-duration="2.5s" src="images/banner/base.svg" alt="Base Imgage" style="visibility: visible; animation-duration: 5s;">
</div>
<div class="col-lg-7 col-md-12 md-mt-5 wow fadeInRight" data-wow-duration="2.5s">
<h5 class="title-theme-bg">Welcome to NEXBIT.IO</h5>
<h1 class="mb-4">Build Your Blockchain Powered Application With <span class="font-w-7">NEXBIT.IO</span></h1>
<a class="btn btn-theme" href="#services"><span>Learn More</span></a>
<a class="btn btn-white" href="mailto:info@nexbit.io"><span>Contact Us</span></a>
</div>
</div>
</div>
</div>
</section>
<!--hero section end-->
<!--body content start-->
<div class="page-content">
<!--about start-->
<section id="npro" class="pos-r py-15 z-index-1">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7 col-md-12 image-column p-0 pr-lg-5">
<div class="video-inn box-shadow">
<img class="img-center" src="images/banner/qx-home.png" alt="nPRO">
<a class="play-video" href="https://www.youtube.com/watch?v=3WFDfzP1POs">
<i class="la la-play"></i>
</a>
</div>
</div>
<div class="col-lg-5 col-md-12 ml-auto md-mt-5">
<div class="section-title">
<h3 class="title">nPRO for your <span>Startup with Exchange</span></h3>
<div class="title-bdr">
<div class="left-bdr"></div>
<div class="right-bdr"></div>
</div>
</div>
<ul class="list-unstyled list-icon mb-5">
<li class="mb-3"><i class="fas fa-check-circle"></i>Exchange as a service</li>
<li class="mb-3"><i class="fas fa-check-circle"></i> Support all currencies</li>
<li class="mb-3"><i class="fas fa-check-circle"></i> Infrastructure as code</li>
<li class="mb-3"><i class="fas fa-check-circle"></i> Exchange as a service</li>
<li class="mb-3"><i class="fas fa-check-circle"></i> Manage your clients</li>
<li><i class="fas fa-check-circle"></i> Coins/System status</li>
</ul> <a class="btn btn-theme btn-circle" href="mailto:info@nexbit.io"><span>Contact Us</span></a>
<a class="btn btn-white btn-circle" href="https://npro.nexbit.io/"><span>Learn More</span></a>
</div>
</div>
</div>
</section>
<!--about end-->
<!--services start-->
<section id="services" class="pos-r bg-contain bg-pos-rb" data-bg-img="images/bg/07.png">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 col-md-12">
<div class="section-title">
<h2 class="title">NEXBIT.IO What <span>We Do Offer</span></h2>
<div class="title-bdr">
<div class="left-bdr"></div>
<div class="right-bdr"></div>
</div>
</div>
<div class="col-lg-12 col-md-12 md-mt-5">
<div class="row">
<div class="col-lg-6 col-md-6 ml-auto mr-auto">
<div class="featured-item style-3 leftRight">
<div class="featured-icon"> <img src="images/icon/block.svg" alt="NEXBITIO" style=" width: 30%;">
</div>
<div class="featured-title">
<h5>Blockchain Development</h5>
</div>
<div class="featured-desc">
<p>Our blockchain is a decentralized digital ledger that saves transactions on thousands of computers around the globe.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 mt-5">
<div class="featured-item style-3 topBottom">
<div class="featured-icon"> <img src="images/icon/blockchain.svg" alt="NEXBITIO" style=" width: 30%;">
</div>
<div class="featured-title">
<h5>Developing Digital Asset Exchange</h5>
</div>
<div class="featured-desc">
<p>Our exchanges are allows customers to trade cryptocurrencies such as conventional fiat money or other digital currencies</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mt-5">
<div class="featured-item style-3 topBottom">
<div class="featured-icon"> <img src="images/icon/blockchain-2.svg" alt="NEXBITIO" style=" width: 30%;">
</div>
<div class="featured-title">
<h5>Blockchain Wallet Development</h5>
</div>
<div class="featured-desc">
<p>Our blockchain cryptocurrencies wallet development services offer highly secure, safe wllets to store your digital currencies</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 mt-5">
<div class="featured-item style-3 topBottom">
<div class="featured-icon"> <img src="images/icon/nexbit-block.svg" alt="NEXBITIO" style=" width: 30%;">
</div>
<div class="featured-title">
<h5>Developing Blockchain As A Service</h5>
</div>
<div class="featured-desc">
<p>Our BAAS offering that allows business customers to use cloud based solutions to develop</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mt-5">
<div class="featured-item style-3 topBottom">
<div class="featured-icon"> <img src="images/icon/nodes.svg" alt="NEXBITIO" style=" width: 30%;">
</div>
<div class="featured-title">
<h5>Blockchain Payment Gateway</h5>
</div>
<div class="featured-desc">
<p>Our blockchain payment gateway is promises to facilitate fast, secure, international payment processing services</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 ml-auto mr-auto mt-5">
<div class="featured-item style-3 leftRight">
<div class="featured-icon"> <img src="images/icon/micro.svg" alt="NEXBITIO" style=" width: 30%;">
</div>
<div class="featured-title">
<h5>Developing Micro Services</h5>
</div>
<div class="featured-desc">
<p>Our microservices are the byproducts of a distributed architecture, but they solve very different types of problems</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--services end-->
<!--text block start-->
<section id="defi">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-12">
<div class="image-anim">
<img class="img-center" src="images/about/01.png" alt="">
</div>
</div>
<div class="col-lg-6 col-md-12 md-mt-5">
<div class="section-title">
<h3 class="title">Decentralized Finance (DeFi)<span> Built on NEXBIT.IO</span></h3>
<div class="title-bdr">
<div class="left-bdr"></div>
<div class="right-bdr"></div>
</div>
<p class="mb-0">DeFi is an abbreviation of the phrase decentralized finance which generally refers to the digital assets and financial smart contracts, protocols, and DApps built on Ethereum.</p>
</div>
<div class="row mb-4">
<div class="col-md-6">
<ul class="list-unstyled list-icon">
<li class="mb-3"><i class="fas fa-check-circle"></i> Swap</li>
<li class="mb-3"><i class="fas fa-check-circle"></i> Pool</li>
<li><i class="fas fa-check-circle"></i> Lend</li>
</ul>
</div>
<div class="col-md-6 sm-mt-2">
<ul class="list-unstyled list-icon">
<li class="mb-3"><i class="fas fa-check-circle"></i> APY</li>
<li class="mb-3"><i class="fas fa-check-circle"></i> Invest</li>
<li><i class="fas fa-check-circle"></i> Borrow</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--text block end-->
<!--module start-->
<section id="modules">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-12">
<div class="box-table style-3">
<div class="featured-icon">
<img class="center" src="images/project/nexbitio-reactjs-ts.png" alt="NEXBIT ReactJS">
</div>
<div class="box-list">
<div class="box-header">
<h3 class="box-title">ReactJS TS</h3>
</div>
<ul class="list-unstyled">
<li><i class="fas fa-check-circle"></i> Webpack 4</li>
<li><i class="fas fa-check-circle"></i> Up-to-date TypeScript</li>
<li><i class="fas fa-check-circle"></i> Zero config optimize build</li>
<li><i class="fas fa-check-circle"></i> TypeScript compilation ts-loader</li>
</ul>
</div>
<a class="btn btn-white btn-circle mt-4" href="https://www.npmjs.com/package/@nexbit.io/react-scripts-ts"><span>Get It Now</span></a>
</div>
</div>
<div class="col-lg-6 col-md-12 md-mt-5">
<div class="box-table style-3">
<div class="featured-icon">
<img class="center" src="images/project/nexbitio-npro-dax.png" alt="NEXBIT nPRO DAX">
</div>
<div class="box-list">
<div class="box-header">
<h3 class="box-title">nPRO DAX</h3>
</div>
<ul class="list-unstyled">
<li><i class="fas fa-check-circle"></i> </li>
<li><i class="fas fa-check-circle"></i> </li>
<li><i class="fas fa-check-circle"></i> </li>
<li><i class="fas fa-check-circle"></i> </li>
</ul>
</div>
<a class="btn btn-white btn-circle mt-4" href="https://www.npmjs.com/package/@nexbit.io/npro-dax"><span>Get It Now</span></a>
</div>
</div>
</div>
</div>
</section>
<!--module end-->
<!--feature start-->
<section id="products">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-8 col-md-12">
<div class="section-title">
<h2 class="title">Our <span>Development Products</span></h2>
<div class="title-bdr">
<div class="left-bdr"></div>
<div class="right-bdr"></div>
</div>
<p>Powerful blockchain customer service with our nexbit.io</p>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-4 col-md-12">
<div class="featured-item style-2">
<div class="featured-icon">
<img class="center" src="images/banner/nexbit-img.png" alt="NEXBIT Image">
</div>
<div class="featured-title">
<h5>NEXBIT Chain</h5>
</div>
<div class="featured-desc">
<p>Nexbit is a decentralized blockchain project built on bitcoin's UTXO model, with support for EVM</p> <a class="btn-iconic mt-4" href="nexbit-chain.html"><i class="la la-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 md-mt-5">
<div class="featured-item style-2">
<div class="featured-icon">
<img class="center" src="images/banner/q-wallet-img.png" alt="Q-Wallet Image">
</div>
<div class="featured-title">
<h5>Q-Wallet</h5>
</div>
<div class="featured-desc">
<p>ETH, QPY and 1000+ other cryptocurrencies in wallet available as an Android, iOS and Web app</p> <a class="btn-iconic mt-4" href="q-wallet.html"><i class="la la-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 md-mt-5">
<div class="featured-item style-2">
<div class="featured-icon">
<img class="center" src="images/banner/quantaex-img.png" alt="QuantaEx Image">
</div>
<div class="featured-title">
<h5>QuantaEx</h5>
</div>
<div class="featured-desc">
<p>QuantaEx is a high scale digital asset cryptocurrency exchange</p> <a class="btn-iconic mt-4" href="quantaex.html"><i class="la la-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="featured-item style-2">
<div class="featured-icon">
<img class="center" src="images/banner/npro-img.png" alt="nPRO Image">
</div>
<div class="featured-title">
<h5>nPRO, nDAX & Node modules</h5>
</div>
<div class="featured-desc">
<p>nPRO is your solution exchange development experts</p> <a class="btn-iconic mt-4" href="npro.html"><i class="la la-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 md-mt-5">
<div class="featured-item style-2">
<div class="featured-icon">
<img class="center" src="images/banner/developing.png" alt="Q-Chain Developing">
</div>
<div class="featured-title">
<h5>Q-Chain</h5>
</div>
<div class="featured-desc">
<p>Q-Chain is more advanced smart contract blockchain</p> <a class="btn-iconic mt-4" href="#"><i class="la la-long-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 md-mt-5">
<div class="featured-item style-2">
<div class="featured-icon">
<img class="center" src="images/banner/developing.png" alt="Qash Developing">
</div>
<div class="featured-title">
<h5>Qash</h5>
</div>
<div class="featured-desc">
<p>Qash is a high secure blockchain payment gateway</p> <a class="btn-iconic mt-4" href="#"><i class="la la-long-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--feature end-->
<!--partners start-->
<section id="partners">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-8 col-md-12">
<div class="section-title">
<h2 class="title">Our <span>Partners</span></h2>
<div class="title-bdr">
<div class="left-bdr"></div>
<div class="right-bdr"></div>
</div>
<p> Blockchain growing projects</p>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col-md col-sm-4">
<div class="client-logo">
<img class="img-center" src="images/client/01.png" alt="">
</div>
</div>
<div class="col-md col-sm-4 xs-mt-3">
<div class="client-logo">
<img class="img-center" src="images/client/02.png" alt="">
</div>
</div>
<div class="col-md col-sm-4 xs-mt-3">
<div class="client-logo">
<img class="img-center" src="images/client/03.png" alt="">
</div>
</div>
<div class="col-md col-sm-6 sm-mt-3">
<div class="client-logo">
<img class="img-center" src="images/client/05.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!--partners end-->
<!--faq start-->
<section id="faq">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-8 col-md-12">
<div class="section-title">
<h2 class="title"><span> FAQ</span></h2>
<div class="title-bdr">
<div class="left-bdr"></div>
<div class="right-bdr"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="accordion" class="accordion">
<div class="card active">
<div class="card-header">
<h6 class="mb-0">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1" aria-expanded="true">What is the NEXBIT.IO ?</a>
</h6>
</div>
<div id="collapse1" class="collapse show" data-parent="#accordion">
<div class="card-body">We are build your blockchain powered application with our NEXBIT.IO.</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h6 class="mb-0">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2">What is a blockchain ?</a>
</h6>
</div>
<div id="collapse2" class="collapse" data-parent="#accordion">
<div class="card-body">Blockchain is most simply defined as a decentralized, distributed ledger technology that records the provenance of a digital asset.</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h6 class="mb-0">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3">What is the DeFi ?</a>
</h6>
</div>
<div id="collapse3" class="collapse" data-parent="#accordion">
<div class="card-body">DeFi is an abbreviation of the phrase decentralized finance which generally refers to the digital assets and financial smart contracts, protocols, and DApps built on Ethereum.</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h6 class="mb-0">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse4">How is works crpto wallet ?</a>
</h6>
</div>
<div id="collapse4" class="collapse" data-parent="#accordion">
<div class="card-body">A cryptocurrency wallet is a secure digital wallet used to store, send, and receive digital currency like NEXBIT Chain. Most coins have an official wallet.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--faq end-->
</div>
<!--body content end-->
<!--footer start-->
<footer class="footer theme-bg">
<div class="primary-footer">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 col-md-6">
<div class="footer-logo mb-3">
<img id="footer-logo-white-img" src="images/logo-white.png" class="img-center" alt="">
</div>
<p class="mb-0">Build Your Blockchain Powered Application With NEXBIT.IO</p>
<div class="social-icons mt-3">
<ul class="list-inline">
<li><a href="https://t.me/nexbitnews"><i class="fab fa-telegram"></i></a>
</li>
<li><a href="https://twitter.com/nexbitio"><i class="fab fa-twitter"></i></a>
</li>
<li><a href="https://github.com/nexbitio"><i class="fab fa-github"></i></a>
</li>
<li><a href="/"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 sm-mt-5">
<h4 class="mb-4 text-white">Useful link</h4>
<div class="footer-list justify-content-between d-flex">
<ul class="list-unstyled w-100">
<li><a href="developer.html">Developer</a>
</li>
<li><a href="ecosystem.html">Ecosystem</a>
</li>
<li><a href="#services">Services</a>
</li>
<li><a href="#products">Products</a>
</li>
</ul>
<ul class="list-unstyled w-100">
<li><a href="#defi">DeFi</a>
</li>
<li><a href="about.html">About</a>
</li>
<li><a href="#faq">Faq</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-12 md-mt-5">
<h4 class="mb-4 text-white">Contact</h4>
<ul class="media-icon list-unstyled">
<li>
<p class="mb-0"><i class="la la-map-o"></i> <b>71-75 Shelton Street, London, UK</b>
</p>
</li>
<li><i class="la la-envelope-o"></i> <a href="mailto:info@nexbit.io"><b>info@nexbit.io</b></a>
</li>
<li><i class="la la-envelope-o"></i> <a href="mailto:developer@nexbit.io"><b>developer@nexbit.io</b></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="secondary-footer mt-5 text-center">
<div class="container">
<div class="copyright">
<div class="row">
<div class="col-md-12"> <span>Copyright 2020 <a href="https://nexbit.io/">NEXBIT.IO</a> | All Rights Reserved</span>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--footer end-->
</div>
<!-- page wrapper end -->
<!--back-to-top start-->
<div class="scroll-top"><a class="smoothscroll" href="#top"><i class="la la-hand-pointer-o"></i></a></div>
<!--back-to-top end-->
<!-- inject js start -->
<!--== jquery -->
<script src="js/common-theme.js"></script>
<!--== nice-select -->
<script src="js/jquery.nice-select.js"></script>
<!--== owl-carousel -->
<script src="js/owl-carousel/owl.carousel.min.js"></script>
<!--== magnific-popup -->
<script src="js/magnific-popup/jquery.magnific-popup.min.js"></script>
<!--== counter -->
<script src="js/counter/counter.js"></script>
<!--== isotope -->
<script src="js/isotope/isotope.pkgd.min.js"></script>
<!--== particles -->
<script src="js/particles.min.js"></script>
<!--== vivus -->
<script src="js/vivus/pathformer.js"></script>
<script src="js/vivus/vivus.js"></script>
<!--== raindrops -->
<script src="js/raindrops/jquery-ui.js"></script>
<script src="js/raindrops/raindrops.js"></script>
<!--== countdown -->
<script src="js/countdown/jquery.countdown.min.js"></script>
<!--== contact-form -->
<script src="js/contact-form/contact-form.js"></script>
<!--== wow -->
<script src="js/wow.min.js"></script>
<!--== color-customize -->
<script src="js/color-customize/color-customizer.js"></script>
<!--== theme-script -->
<script src="js/theme-script.js"></script>
<!-- inject js end -->
</body>
</html>