-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
718 lines (669 loc) · 37 KB
/
index.html
File metadata and controls
718 lines (669 loc) · 37 KB
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!-- Meta tags -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154000620-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154000620-1');
gtag('set', {'user_id': 'USER_ID'}); // Set the user ID using signed-in user_id.
ga('set', 'userId', 'USER_ID'); // Set the user ID using signed-in user_id.
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="NEXBIT Platform, Crypto Exchange Development Experts, Build Own Exchange, Cryptocurrency Exchange Software, Crypto Exchange Script Developing and Installing">
<meta name="keywords" content="NEXBIT Platform, Cryptocurrency, Exchange, Software, Script, Development Experts, Build Own Exchange, Exchange Developers">
<meta name="author" content="NEXBIT Platform">
<link rel="icon" type="image/png" sizes="32x32" href="favicon.png">
<title>NEXBIT.IO Platform | We Build Crypto Currency Exchange Platform</title>
<!-- CSS FILES -->
<link rel="stylesheet" href="css/fontawesome-icons/css/all.min.css">
<link rel="stylesheet" href="css/bootsnav.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="style/other/aos.css">
<link rel="stylesheet" href="style/other/animate.css">
<!-- Main css style -->
<link rel="stylesheet" href="style/style.css">
<!-- main responsive css file -->
<link rel="stylesheet" href="style/responsive.css">
<!-- CSS FILES end -->
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5de89b3b43be710e1d20a3b0/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</head>
<body>
<!-- Navbar content -->
<nav class="navbar navbar-default dark navbar-sticky no-background bootsnav">
<div class="custom-width">
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html"><img src="images/logo/logo.png" class="logo" alt="NEXBIT Platform"></a>
</div>
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="fadeIn" data-out="fadeOut">
<li class="dropdown">
<a href="https://nexbit.io/">NEXBIT Chain</a>
</li>
<li class="dropdown">
<a href="#services">Services</a>
</li>
<li class="dropdown">
<a href="#features">Features</a>
</li>
<li class="dropdown">
<a href="#">Design</a>
</li>
<li class="dropdown">
<a href="#contact">Contact</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<!-- Navbar Content ends here -->
<!-- Home Page Header -->
<div class="home-header">
<div class="custom-width">
<div class="row">
<div class="col-sm-12">
<div class="text-container">
<div class="home-title animated fadeInLeft">
<h2>Nexbit is your solution Exchange development Experts.
<br>
<a href="" class="typewrite" data-period="2000" data-type='[ "Exchange Platform", "IEO Platform", "Leading Platform"]'>
</a>
</h2>
<p>Trading blockchain based digital assets, cryptocurrencies and security tokens.</p>
<h3></h3>
<div class="buttons">
<a href="https://www.skype.com/bitbd83" class="btn btn-large btn-green">Contact Us</a>
<a href="/docs/npro2.3.pdf" class="btn btn-large btn-outline">More Information</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Home Page Header -->
<!-- call to action 2 -->
<div class="call-to-action2">
<div class="custom-width">
<div class="row">
<div class="col-sm-12">
<h4>Need help? Call our support team 24/7 <span> <a href="https://www.skype.com/bitbd83"> Live Chat</a></span></h4>
</div>
</div>
</div>
</div>
<!-- call to action 2 ends here -->
<!-- Separated Section -->
<div class="dual-section padding-top50 padding-bottom50">
<div class="custom-width">
<div class="row">
<div class="main-title title-white text-center">
<h2>Exchange Development</h2>
<p> </p>
</div>
<div class="col-sm-6">
<div class="left-content">
<div class="features">
<i class="fa fa-server pull-left" data-aos="zoom-in"></i>
<div class="text">
<h4>Trade without limits</h4>
<p>Process up to 200,000 transactions per second</p>
</div>
</div>
<div class="features">
<i class="fa fa-microchip pull-left" data-aos="zoom-in" data-aos-delay="100"></i>
<div class="text">
<h4>Support all currencies</h4>
<p>Support multiple digital and fiat currencies, ERC20 tokens</p>
</div>
</div>
<div class="features">
<i class="fa fa-code pull-left" data-aos="zoom-in" data-aos-delay="200"></i>
<div class="text">
<h4>Infrastructure as code</h4>
<p>Create, maintain infrastructure as code</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="right-content">
<div class="features">
<i class="fa fa-user pull-left" data-aos="zoom-in"></i>
<div class="text">
<h4>Manage your clients</h4>
<p>Make use of stock user account and KYC engine</p>
<p></p>
</div>
</div>
<div class="features">
<i class="fa fa-rocket pull-left" data-aos="zoom-in" data-aos-delay="100"></i>
<div class="text">
<h4>Coins status</h4>
<p>Listed crypto currencies live updating coin/token deposit, withdrawal, trade, API status</p>
<p></p>
</div>
</div>
<div class="features">
<i class="fa fa-envelope pull-left" data-aos="zoom-in" data-aos-delay="200"></i>
<div class="text">
<h4>Exchange as a service</h4>
<p>Manage Wallets, Order Book, Authentication and KYC services with nEXApp components</p>
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Separated Section ends here-->
<!-- Tab switcher -->
<section id="services" class="tabs padding-bottom30">
<div class="hosting-tabs">
<ul class="nav nav-tabs">
<li class="active">
<div class="arrow-down">
<div class="arrow-down-inner"></div>
</div>
<a data-toggle="tab" href="#home">POWERFUL ENGINE</a>
</li>
<li><a data-toggle="tab" href="#menu1">DASHBOARD</a></li>
<li><a data-toggle="tab" href="#menu2">WALLET</a></li>
<li><a data-toggle="tab" href="#menu3">TRADING PANEL</a></li>
<li><a data-toggle="tab" href="#menu4">STATUS</a></li>
</ul>
</div>
<div class="custom-width">
<div class="row">
<div class="tab-content">
<div id="home" class="tab-pane in active">
<div class="col-sm-6">
<img src="images/png-images/home.png" class="img-responsive animated fadeInLeft"
alt="NEXBIT Platform">
</div>
<div class="col-sm-6">
<div class="text animated fadeInRight">
<div class="tab-title">
<h3>Exchange as a service</h3>
<p></p>
</div>
<div class="tab-lists">
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in"></i>
<div class="text">
<h4>Manage Wallets, Order Book, Authentication and KYC services with nEXApp components</h4>
</div>
</div>
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in" data-aos-delay="100"></i>
<div class="text">
<h4>Customize beautiful frontend with Cryptobase React library using combination of predefined elements with ability to develop and add your own on the fly</h4>
</div>
</div>
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in" data-aos-delay="200"></i>
<div class="text">
<h4>Integrate any payment gateways and business specific logic with AppLogic component</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="menu1" class="tab-pane">
<div class="col-sm-6">
<img src="images/png-images/dashboard.png" class="img-responsive animated fadeInLeft" alt="NEXBIT Platform">
</div>
<div class="col-sm-6">
<div class="text animated fadeInRight">
<div class="tab-title">
<h3>Manage your clients</h3>
<p></p>
</div>
<div class="tab-lists">
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in"></i>
<div class="text">
<h4>Collect and analyze basic identity information according to standard banking and AML regulations</h4>
</div>
</div>
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in" data-aos-delay="100"></i>
<div class="text">
<h4>Perform risk assessment and monitoring of user activities against unexpected behaviour and fraudulent activity</h4>
</div>
</div>
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in" data-aos-delay="200"></i>
<div class="text">
<h4>Make use of stock user account and KYC engine or plug any other of your choice via API</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="menu2" class="tab-pane">
<div class="col-sm-6">
<img src="images/png-images/wallet.png" class="img-responsive animated fadeInLeft"
alt="NEXBIT Platform">
</div>
<div class="col-sm-6">
<div class="text animated fadeInRight">
<div class="tab-title">
<h3>Support all currencies</h3>
</div>
<div class="tab-lists">
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in"></i>
<div class="text">
<h4>Support multiple digital and fiat currencies, as well as ERC20 tokens, with ability to add new ones on the fly</h4>
</div>
</div>
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in" data-aos-delay="100"></i>
<div class="text">
<h4>Secure assets with nEXApp industry grade standards out of the box</h4>
</div>
</div>
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in" data-aos-delay="200"></i>
<div class="text">
<h4>Uplink any payment gateways and additional services through convenient API endpoints</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="menu3" class="tab-pane">
<div class="col-sm-6">
<img src="images/png-images/trade.png" class="img-responsive animated fadeInLeft" alt="NEXBIT Platform">
</div>
<div class="col-sm-6">
<div class="text animated fadeInRight">
<div class="tab-title">
<h3>Trade without limits</h3>
<p></p>
</div>
<div class="tab-lists">
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in"></i>
<div class="text">
<h4>Harness the power of high-performance nEXApp™ service for trading assets as a perfect solution for liquidity</h4>
</div>
</div>
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in" data-aos-delay="100"></i>
<div class="text">
<h4>Process up to 200,000 transactions per second</h4>
</div>
</div>
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in" data-aos-delay="200"></i>
<div class="text">
<h4>Employ real-time Order Matching System</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="menu4" class="tab-pane">
<div class="col-sm-6">
<img src="images/png-images/status.png" class="img-responsive animated fadeInLeft" alt="NEXBIT Platform">
</div>
<div class="col-sm-6">
<div class="text animated fadeInRight">
<div class="tab-title">
<h3>Coins status</h3>
<p></p>
</div>
<div class="tab-lists">
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in"></i>
<div class="text">
<h4>Listed crypto currencies live updating coin/token deposit, withdrawal, trade, API status</h4>
</div>
</div>
<div class="host-feature">
<i class="fa fa-check pull-left" data-aos="zoom-in" data-aos-delay="100"></i>
<div class="text">
<h4>Exchange listed active crypto currencies minimum, maximum deposit and withdrawal fee details</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Tab Switcher ends here-->
<!-- Features five -->
<div class="features-five padding-bottom50 padding-top50 ff-five2">
<div class="custom-width">
<div class="row">
<div class="main-title title-white text-center">
<h2>Exchange Development Services</h2>
<p> </p>
</div>
<div class="column">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="text-content">
<i class="fa fa-code pull-left" data-aos="zoom-in"></i>
<div class="text">
<h4>Easy to Customize</h4>
<p>The modular architecture of our white label exchange facilitates interface-related changes without any interference with technical infrastructure.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="text-content">
<i class="fa fa-bullhorn pull-left" data-aos="zoom-in" data-aos-delay="100"></i>
<div class="text">
<h4>Reduced Development Cost</h4>
<p>The readymade modules of our white label crypto exchange software eliminate the need to rebuild the wheel and reduce the development cost.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="text-content">
<i class="fa fa-server pull-left" data-aos="zoom-in" data-aos-delay="200"></i>
<div class="text">
<h4>No Technical Expertise</h4>
<p>The already developed modules of our white label exchange eliminate the need for you to have technical expertise or experience to pilot the development process.</p>
</div>
</div>
</div>
</div>
<div class="column no-margin">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="text-content">
<i class="fa fa-microchip pull-left" data-aos="zoom-in"></i>
<div class="text">
<h4>Market Ready</h4>
<p>With readymade components like powerful matching engine, order book, and back-end, our white label cryptocurrency exchange accelerates deployment.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="text-content">
<i class="fa fa-tasks pull-left" data-aos="zoom-in" data-aos-delay="100"></i>
<div class="text">
<h4>Tested Platform</h4>
<p>The technology has been tested by our clients worldwide. You get a stable set of functions and features that contribute to world class performance and usability of the exchange.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="text-content">
<i class="fa fa-gem pull-left" data-aos="zoom-in" data-aos-delay="200"></i>
<div class="text">
<h4>Investor Dashboard</h4>
<p>We develop a Powerful Investor Dashboard with the whitepaper, KYC/AML verification, security with 2 Factor Authentication and Wallet services.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Features five ends here -->
<!-- Features style 2 -->
<section id="features" class="features-two padding-top50 padding-bottom50">
<div class="custom-width">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="box-shadow">
<div class="list-features">
<div class="row">
<div class="col-sm-12">
<div class="main-title text-left">
<h2>Features of Exchange Software</h2>
<p>It is features to deliver high-performance software. </p>
</div>
</div>
<div class="col-sm-6">
<h4>Exchange Features</h4>
<ul>
<li><i class="fa fa-star"></i> High TPS (200,000 Transactions per Second)</li>
<li><i class="fa fa-star"></i> Powerful Trade Engine</li>
<li><i class="fa fa-star"></i> Multi Layer Security</li>
<li><i class="fa fa-star"></i> KYC and AML </li>
<li><i class="fa fa-star"></i> Hot Wallet</li>
<li><i class="fa fa-star"></i> Market Maker </li>
<li><i class="fa fa-star"></i> Margin Trading</li>
<li><i class="fa fa-star"></i> Coin Status</li>
<li><i class="fa fa-star"></i> Fees Page</li>
<li><i class="fa fa-star"></i> API to External Exchange</li>
<li><i class="fa fa-star"></i> Multi Language Support</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<img src="images/png-images/ph-home.png" class="img-responsive" alt="Wordpress Hosting">
</div>
</div>
</div>
</section>
<!-- Features style 2 ends here -->
<!-- Triple cols -->
<div class="tripple-cols lighter-bg2 padding-bottom40">
<div class="custom-width">
<div class="row">
<div class="col-sm-5" data-aos="fade-right" style="padding: 15px; box-shadow: rgba(21, 23, 23, 0.15) 0px 0px 50px; margin: 20px;">
<i class="fa fa-tachometer-alt pull-left"></i>
<div class="text">
<h4>High Transactions per Second</h4>
<p>The higher the TPS, the better the trading experience. Our white label exchange software boasts of incredible performance, processing up to 200,000 transactions per second.</p>
</div>
</div>
<div class="col-sm-5" data-aos="fade-right" data-aos-delay="100" style="padding: 15px; box-shadow: rgba(21, 23, 23, 0.15) 0px 0px 50px; margin: 20px;">
<i class="fa fa-microchip pull-left"></i>
<div class="text">
<h4>API to External Exchange</h4>
<p>Liquidity is achieved by creating an API connection with an external provider by creating a business account, and liquidity is based on the amount deposited in the external account.</p>
</div>
</div>
<div class="col-sm-5" data-aos="fade-right" style="padding: 15px; box-shadow: rgba(21, 23, 23, 0.15) 0px 0px 50px; margin: 20px;">
<i class="fa fa-rocket pull-left"></i>
<div class="text">
<h4>Powerful Trade Engine</h4>
<p>Our trade engine matches buy and sell orders with minimum latency. It has built-in order types for market order, limit order and stop order, which are essential for a crypto trading system.</p>
</div>
</div>
<div class="col-sm-5" data-aos="fade-left" data-aos-delay="100" style="padding: 15px; box-shadow: rgba(21, 23, 23, 0.15) 0px 0px 50px; margin: 20px;">
<i class="fa fa-user-shield pull-left"></i>
<div class="text">
<h4>Multi Layer Security</h4>
<p>We leverage advanced security solutions SSL and two factor authentication for additional login security, encrypted user access, and automatic limits for fund withdrawal.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Triple cols ends here -->
<!-- Layout - Text right -->
<div class="layout-text right-layout padding-bottom50 padding-top50">
<div class="container">
<div class="row">
<div class="col-sm-6">
<img src="images/other/develop.svg" class="img-responsive no-shadow" alt="" data-aos="fade-right">
</div>
<div class="col-sm-6">
<div class="text-container world-bg" data-aos="fade-up">
<h3>Why Choose Nexbit for Cryptocurrency Exchange Development Services</h3>
<div class="text-content">
<i class="far fa-check-circle pull-left"></i>
<div class="text">
<p>Cryptocurrency exchange development services company, Nexbit specializes in the development of custom cryptocurrency exchange service solutions that are trustworthy.</p>
</div>
</div>
<div class="text-content">
<i class="far fa-check-circle pull-left"></i>
<div class="text">
<p>Nexbit team of experts who can develop safe, convenient and user-friendly exchange solutions for effective trading.</p>
</div>
</div>
<div class="text-content">
<i class="far fa-check-circle pull-left"></i>
<div class="text">
<p>Cryptocurrency exchange solutions are developed with high-security standards and multiple payment methods.</p>
</div>
</div>
<div class="buttons">
<a href="mailto:info@nexbit.io" class="btn btn-large btn-green">Get More Information <i class="fas fa-long-arrow-alt-right"></i></a>
</div>
<img src="images/png-images/world2.png" class="img-absolute no-shadow" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- Layout - Text right ends here -->
<!-- Layout - Text right -->
<section id="contact" class="layout-text contact-layout left-layout gray-layout padding-bottom60 padding-top60">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="text-container" data-aos="fade-left">
<h3>Need Help? <br> Contact Live Call Support</h3>
<div class="text-content">
<div class="text">
<p>You need a own exchange, add new features or upgrade your exchange ? </p>
<h4><a href="https://www.skype.com/bitbd83"><i class="fab fa-skype"></i> Live Call</a></h4>
</div>
</div>
</div>
<div class="buttons">
<a href="https://www.skype.com/bitbd83" class="btn btn-small btn-green">Quick Contact <i class="fas fa-long-arrow-alt-right"></i></a>
</div>
</div>
<div class="col-sm-5">
<img src="images/other/support.svg" class="img-responsive" alt="" data-aos="fade-right">
</div>
</div>
</div>
</section>
<!-- Layout - Text right ends here -->
<!-- call to action 2 -->
<div class="call-to-action2">
<div class="custom-width">
<div class="row">
<div class="col-sm-12">
<h4>Need help? Call our support team 24/7 <span> <a href="https://www.skype.com/bitbd83"> Live Chat</a></span></h4>
</div>
</div>
</div>
</div>
<!-- call to action 2 ends here -->
<!-- Dark Footer -->
<footer class="light-footer dark-footer">
<div class="custom-width">
<div class="row">
<div class="col-sm-3">
<h4>Contact</h4>
<div class="location-info">
<h5>House # 103, Dewga, Savar,</h5>
<h5>Dhaka-1340, Bangladesh</h5>
<h5><i class="fa fa-envelope"></i> info@nexbit.io</h5>
</div>
</div>
<div class="col-sm-3">
<h4>Information</h4>
<ul>
<li><a href="#">Terms & Condition</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4>Social Media</h4>
<div class="social-media">
<a href="https://www.skype.com/bitbd83"><i class="fab fa-skype"></i></a>
<a href="https://t.me/BitBD83"> <i class="fab fa-telegram"></i></a>
<a href="info@nexbit.io"> <i class="fa fa-envelope"></i></a>
</div>
</div>
<div class="col-sm-3">
<h4>Payment Accepted</h4>
<ul>
<img src="images/logo/nbc.png" style="height: 32px;">
<img src="images/logo/qpy.png" style="height: 32px;">
<img src="images/logo/btc.png" style="height: 32px;">
<img src="images/logo/eth.png" style="height: 32px;">
</ul>
</div>
</div>
</div>
</footer>
<!-- Daek Footer ends here -->
<!-- Side menu start here -->
<div class="sh-side-options">
<div class="sh-side-options-container">
<a href="https://www.skype.com/bitbd83" class="sh-side-options-item sh-accent-color">
<div class="sh-side-options-item-container">
<img src="images/other/skype.svg" height="24px" weight="24px" alt="img">
</div>
</a>
<a href="https://t.me/BitBD83" class="sh-side-options-item sh-accent-color">
<div class="sh-side-options-item-container">
<img src="images/other/telegram.svg" height="24px" weight="24px" alt="img">
</div>
</a>
<a target="blank" href="https://www.skype.com/bitbd83" class="sh-side-options-item sh-accent-color">
<div class="sh-side-options-item-container">
<img src="images/other/phone.svg" height="24px" weight="24px" alt="img">
</div>
</a>
<a target="blank" href="mailto:info@nexbit.io" class="sh-side-options-item sh-accent-color">
<div class="sh-side-options-item-container">
<img src="images/other/mail.svg" height="24px" weight="24px" alt="img">
</div>
</a>
</div>
</div>
<!-- Side menu ends here -->
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.js"></script>
<!-- contact form -->
<script src="js/validator.js"></script>
<script src="js/contact.js"></script>
<!-- bootstrap-->
<script src="js/bootsnav.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- AOS animation -->
<script src="js/aos.js"></script>
<!-- custom javascript file -->
<script src="js/custom.js"></script>
</body>
</html>