-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeveloper.html
416 lines (390 loc) · 19.4 KB
/
developer.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="NEXBIT.IO NBC Developer, NEXBIT Core Developers">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="NEXBIT.IO">
<meta name="keywords" content="NEXBIT.IO NBC Developer, NEXBIT Core Developers">
<link rel="icon" type="image/png" sizes="32x32" href="favicon.png">
<!-- Page title -->
<title>NEXBIT.IO | NBC Developers | NEXBIT Core Developers</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 -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154005267-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154005267-1');
</script>
</head>
<body>
<!-- Navbar content -->
<nav class="navbar navbar-default dark navbar-sticky bootsnav">
<!-- Start Top Search -->
<div class="top-search">
<div class="container">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-search"></i></span>
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-addon close-search"><i class="fa fa-times"></i></span>
</div>
</div>
</div>
<!-- End Top Search -->
<div class="custom-width">
<!-- Start Atribute Navigation -->
<div class="attr-nav">
<ul>
<!-- <li class="search"><a href="#"><i class="fa fa-search"></i></a></li> -->
<li class="side-menu"><a href="#"><i class="fa fa-bars"></i></a></li>
</ul>
</div>
<!-- End Atribute Navigation -->
<!-- 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 aligment-for-home" href="index.html"><img src="images/logo/logo.png" class="logo"
alt="NEXBIT | We Building The Future"></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="/" class="active" data-toggle="dropdown">Home</a>
</li>
<li class="dropdown">
<a href="developer.html" class="dropdown-toggle" data-toggle="dropdown">Developer</a>
<ul class="dropdown-menu">
<li><a href="https://github.com/nexbitproject"> Github</a></li>
<li><a href="#tech"> Technical</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#product" class="dropdown-toggle" data-toggle="dropdown">Products</a>
<ul class="dropdown-menu">
<li><a href="#product"> Products</a></li>
<li><a href="#wallet" target="_blank"> Wallet</a></li>
<li><a href="https://nbcportal.pro/"> Explorer</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Latest News</a>
<ul class="dropdown-menu">
<li><a href=""> Medium</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community</a>
<ul class="dropdown-menu">
<li><a href="https://t.me/nexbitofficial">Community</a></li>
</ul>
</li>
<li><a href="https://www.quantaex.com/trading/nbcbtc">Trade<span class="badge-link">New</span></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
<!-- Start Side Menu -->
<div class="side">
<a href="#" class="close-side"><i class="fa fa-times"></i></a>
<div class="widget">
<h6 class="title">About Us</h6>
<p>Nexbit is a decentralized blockchain project built on Bitcoin's UTXO model, with support for EVM & EVM based smart contracts. Secured by a proof of stake advanced consensus model.</p>
</div>
<div class="widget">
<h6 class="title">Contact Us</h6>
<ul class="link">
<li><i class="fa fa-envelope"></i> info@nexbit.io</li>
<li><a href="https://t.me/nexbitofficial"><i class="fa fa-comments"></i>NEXBIT Official</a></li>
</ul>
</div>
<div class="widget">
<h6 class="title">Social Pages</h6>
<div class="social-links">
<a href="https://t.me/nexbitofficial"><i class="fab fa-telegram"></i></a>
<a href="https://twitter.com/nexbitio"><i class="fab fa-twitter"></i></a>
<a href="https://medium.com/@nDEXNetwork"> <i class="fab fa-medium"></i></a>
<a href="https://github.com/nexbitproject"> <i class="fab fa-github"></i></a>
</div>
</div>
</div>
<!-- End Side Menu -->
</nav>
<!-- Navbar Content ends here -->
<!-- Wallet Page Carousel -->
<div class="home-carousel">
<div class="custom-width">
<div class="row">
<div class="tab-content">
<div id="wordpress" class="tab-pane fade in active">
<div class="col-sm-6">
<div class="text-container">
<div class="home-title animated fadeInLeft">
<h2>NEXBIT <br> Developer</h2>
<h4 class="animation-text"></p>
<div class="buttons">
<a href="https://github.com/nexbitproject" class="btn btn-medium btn-green"><i class="fab fa-github"></i> GitHub</a>
</div>
</div>
</div>
<img src="images/png-images/world2.png.png" class="img-absolute" alt="Nexbit Developer">
</div>
<div class="col-sm-6">
<div class="img-container">
<img src="images/png-images/dev.png" class="img-responsive animated fadeInRight"
alt="Nexbit Developer">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Wallet Page Carousel -->
<!-- Dev -->
<section id="product" class="pricing-tables padding-top50 padding-bottom50">
<div class="custom-width">
<div class="row">
<div class="main-title text-center">
<h2>NEXBIT Chain Developer</h2>
<p>We using powerful own nexbit blockchain. </p>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="table mobile-margin-bottom">
<div class="table-content">
<img src="images/svg/blockchain.svg" class="img-absolute" alt="Blockchain Infrastructure" style="width: 120px;">
<h4>Blockchain</h4>
<p>Contribute to the infrastructure of Nexbit</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="table">
<div class="table-content">
<img src="images/svg/lang.svg" class="img-absolute" alt="Language Support" style="width: 120px;">
<h4>Language Support</h4>
<p>C, C++, Python, Java, JS/TS</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="table">
<div class="table-content">
<img src="images/svg/blockchain-2.svg" class="img-absolute" alt="Complete Infrastructure" style="width: 120px;">
<h4>Complete Infrastructure</h4>
<p>Protocol, Dev tools</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="table">
<div class="table-content">
<img src="images/svg/coding.svg" class="img-absolute" alt="Powerful Developer" style="width: 120px;">
<h4>Powerful Developer</h4>
<p>Strong developer community </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Dev content ends here -->
<!-- Nexbit link style four -->
<section id="windows" class="features-four lighter-bg padding-top50 padding-bottom50 text-center">
<div class="main-title text-center">
<h2>Nexbit Development</h2>
</div>
<div class="main-title text-center"><h3>Nexbit link</h3></div>
<div class="custom-width">
<div class="row">
<div class="col-sm-5">
<img src="images/png-images/win-wallet.png" class="img-responsive" alt="NEXBIT Core Windows Wallet">
</div>
<div class="col-sm-7">
<div class="content-top">
<div class="row">
<div class="col-sm-5">
<div class="text-container">
<i class="fab fa-windows"></i>
<h4>Win 32x bit exe</h4>
<p>Windows binaries for nexbit-core v1.4.0.99</p>
<a href="https://github.com/nexbitproject/nexbit/releases/tag/v1.4.0.99w" class="btn btn-green btn-small"> Download </a>
</div>
</div>
<div class="col-sm-5">
<div class="text-container">
<i class="fab fa-windows"></i>
<h4>Win 64x bit exe</h4>
<p>Windows binaries for nexbit-core v1.4.0.99</p>
<a href="https://github.com/nexbitproject/nexbit/releases/tag/v1.4.0.99w" class="btn btn-green btn-small"> Download </a>
</div>
</div>
</div>
</div>
<div class="content-bottom">
<div class="row">
<div class="col-sm-5">
<div class="text-container">
<i class="fab fa-windows"></i>
<h4>Win 32x bit zip</h4>
<p>Windows binaries for nexbit-core v1.4.0.99</p>
<a href="https://github.com/nexbitproject/nexbit/releases/tag/v1.4.0.99w" class="btn btn-green btn-small"> Download </a>
</div>
</div>
<div class="col-sm-5">
<div class="text-container">
<i class="fab fa-windows"></i>
<h4>Win 64x bit zip</h4>
<p>Windows binaries for nexbit-core v1.4.0.99</p>
<a href="https://github.com/nexbitproject/nexbit/releases/tag/v1.4.0.99w" class="btn btn-green btn-small"> Download </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Nexbit link style four ends here -->
<!-- Boxes style one -->
<section id="wallet" class="boxes-one padding-top50 padding-bottom50">
<div class="custom-width">
<div class="main-title text-center">
<h2>NEXBIT Core Wallet</h2>
<p>Support for Android, Windows, iOS, Mac, Linux, Hardware Wallet, Web and Other Clients. </p>
</div>
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="box">
<img data-aos="zoom-in" src="images/icons/mobile.png" class="img-responsive img-center" alt="Mobile">
<h4>Mobile</h4>
<a href="#" class="btn btn-green btn-small"> Soon </a>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="box">
<img data-aos="zoom-in" data-aos-delay="100" src="images/icons/desktop.png" class="img-responsive img-center"
alt="Desktop">
<h4>Linux</h4>
<a href="https://github.com/nexbitproject/nexbit/releases" target="_blank" class="btn btn-green btn-small"> Check </a>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="box">
<img data-aos="zoom-in" data-aos-delay="200" src="images/icons/web.png" class="img-responsive img-center"
alt="Web">
<h4>Windows</h4>
<a href="https://github.com/nexbitproject/nexbit/releases" target="_blank" class="btn btn-green btn-small"> Check </a>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<div class="box">
<img data-aos="zoom-in" data-aos-delay="300" src="images/icons/device.png" class="img-responsive img-center"
alt="Hardware">
<h4>Hardware</h4>
<a href="#" class="btn btn-green btn-small"> Soon </a>
</div>
</div>
</div>
</div>
</section>
<!-- Boxes style one ends here-->
<!-- call to action 2 -->
<div class="call-to-action2">
<div class="custom-width">
<div class="row">
<div class="col-sm-12">
<h4>NEXBIT Core Wallet <span> <a href="https://github.com/nexbitproject/nexbit">Updates</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-2">
<ul>
<a href="index.html"><img src="images/logo/logo.png" class="logo" alt="NEXBIT | We Building The Future" style="width: 150px;"></a><br>
<p>An Optimistic Blockchain Project</p>
</ul>
</div>
<div class="col-sm-2">
<h4>Product</h4>
<ul>
<li><a href="https://npro.nexbit.io">NEXBIT nPRO</a></li>
</ul>
</div>
<div class="col-sm-2">
<h4>Wallet</h4>
<ul>
<li><a href="#">Mobile</a></li>
<li><a href="https://github.com/nexbitproject/nexbit/releases" target="_blank">Desktop</a></li>
<li><a href="#">Web</a></li>
<li><a href="#">Hardware</a></li>
</ul>
</div>
<div class="col-sm-2">
<h4>Services</h4>
<ul>
<li><a href="#">Support</a></li>
<li><a href="mailto:info@nexbit.io">info@nexbit.io</a></li>
</ul>
</div>
<div class="col-sm-4">
<h4>Social Media</h4>
<div class="social-media">
<a href="https://t.me/nexbitofficial"><i class="fab fa-telegram"></i></a>
<a href="https://twitter.com/nexbitio"><i class="fab fa-twitter"></i></a>
<a href="https://medium.com/@nDEXNetwork"> <i class="fab fa-medium"></i></a>
<a href="https://github.com/nexbitproject"> <i class="fab fa-github"></i></a>
<a href="#"> <i class="fab fa-linkedin-in"></i></a><br>
</div>
<p>NEXBIT.IO LTD. 71-75 Shelton Street, London, Greater London, United Kingdom, WC2H 9JQ.</p>
</div>
</div>
</div>
</footer>
<!-- Daek Footer ends here -->
<!-- under footer -->
<div class="under-footer">
<div class="custom-width">
<div class="row">
<div class="col-sm-12">
<p>© 2018 - 2020 WWW.NEXBIT.IO & All rights reserved by <a href="https://nexbit.io" target="_blank"> NEXBIT.IO LTD. </a>
</div>
</div>
</div>
</div>
<!-- under footer section 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>