forked from bitshares/bitshares.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
web-site-terms-and-conditions-of-use.html
694 lines (662 loc) · 34 KB
/
web-site-terms-and-conditions-of-use.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
<!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="">
<meta name="keywords" content="">
<title>Web Site Terms and Conditions of Use</title>
<base href="https://demo.bitshares.org/">
<!-- Styles -->
<link href="assets/css/core.min.css" rel="stylesheet">
<link href="assets/css/thesaas.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- Favicons -->
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<link rel="icon" href="assets/img/favicon.ico">
<!-- Open Graph Tags -->
<meta property="og:title" content="Bitshares - User-Issued Assets">
<meta property="og:description" content="BitShares 2.0 offers a stack of financial services including exchange and banking on a blockchain.">
<meta property="og:image" content="assets/img/og-img.jpg">
<meta property="og:url" content="https://bitshares.org/">
<meta name="twitter:card" content="summary_large_image">
<!-- 104830888 -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', '7777777', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div canvas="container">
<!-- Topbar -->
<nav class="topbar topbar-inverse topbar-expand-md topbar-sticky">
<div class="container container_bar">
<div class="topbar-left">
<a class="topbar-brand" href=/>
<img class="logo-default" src="assets/img/logo.png" alt="Bitshares">
<img class="logo-inverse" src="assets/img/logo.png" alt="Bitshares">
</a>
</div>
<div class="topbar-right">
<ul class="topbar-nav nav nav-toggle-click">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#">About <i class="fa fa-caret-down"></i></a>
<div class="nav-submenu">
<div class="nav-item">
<a class="nav-link" href="#">Development<i class="fa fa-caret-right"></i></a>
<div class="nav-submenu">
<a class="nav-link" target="_blank" href="https://github.com/bitshares" >GitHub</a>
<a class="nav-link" target="_blank" href="http://docs.bitshares.eu/integration/index.html">Integration Guide</a>
<a class="nav-link" target="_blank" href="https://bitshares.org/doxygen/">Doxygen</a>
</div>
</div>
<div class="nav-item">
<a class="nav-link" href="#">Native dApps<i class="fa fa-caret-right"></i></a>
<div class="nav-submenu">
<a class="nav-link" href="bitshares-dex" target="_blank">BitShares DEX</a>
<a class="nav-link" href="bitshares-token-factory" target="_blank">BitShares Token Factory</a>
<a class="nav-link" href="bts-token" target="_blank">BitShares Core Token</a>
</div>
</div>
<a class="nav-link" target="_blank" href="http://docs.bitshares.eu/">Documentation</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="#">Technology <i class="fa fa-caret-down"></i></a>
<div class="nav-submenu">
<a class="nav-link" href="price-stable-cryptocurrencies">Price-Stable Cryptocurrencies</a>
<a class="nav-link" href="decentralized-asset-exchange">Decentralized Asset Exchange</a>
<a class="nav-link" href="industrial-performance-scalability">Industrial Performance and Scalability</a>
<a class="nav-link" href="dynamic-account-permissions">Dynamic Account Permissions</a>
<a class="nav-link" href="recurring-scheduled-payments">Recurring & Scheduled Payments</a>
<a class="nav-link" href="referral-rewards-program">Referral Rewards Program</a>
<a class="nav-link" href="user-issued-assets">User-Issued Assets</a>
<a class="nav-link" href="stakeholder-approved-project-funding">Stakeholder-Approved Project Funding</a>
<a class="nav-link" href="transferable-named-accounts">Transferable Named Accounts</a>
<a class="nav-link" href="delegated-proof-of-stake-consensus">Delegated Proof-of-Stake Consensus</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" target="_blank" href="https://www.bitshares.foundation/papers/BitSharesBlockchain.pdf">Whitepaper</a></li>
<li class="nav-item"><a class="nav-link" href="#">Contact <i class="fa fa-caret-down"></i></a>
<div class="nav-submenu">
<a class="nav-link" target="_blank" href="#">Elected Spokesperson</a>
<a class="nav-link" target="_blank" href="#">Business Development</a>
<a class="nav-link" target="_blank" href="#">Media Kit</a>
<a class="nav-link" target="_blank" href="#">Press</a>
<a class="nav-link" target="_blank" href="#">Support</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- END Topbar -->
<!-- Header -->
<header class="header header-inverse inner-headers">
<div class="container text-center">
<div class="row">
<div class="col-12 col-lg-8 offset-lg-2">
<h1>Web Site Terms and Conditions of Use</h1>
<p class="fs-18 opacity-70">General Terms and Conditions applicable to Use of a Web Site</p>
</div>
</div>
</div>
</header>
<!-- END Header -->
<!-- Main container -->
<main class="main-content">
<section class="section no-show-btn pt-0 pb-0 cmc_div">
<!-- MARKET CAP & PRICE -->
<div class="price_mc">
<div class="mc_data">
<div class="mc_bts_price">BTS Price:</div><div class="coinmarketcap-currency-wig" data-currency="bitshares" data-base="USD" data-secondary="BTC" data-ticker="true" data-rank="false" data-marketcap="false" data-volume="false" data-stats="USD" data-statsticker="true"></div>
<div class="mc_bts_mc">Market Cap:</div><div class="coinmarketcap-currency-widget" data-currency="bitshares" data-base="USD" data-secondary="BTC" data-ticker="true" data-rank="false" data-marketcap="true" data-volume="false" data-stats="USD" data-statsticker="true"></div>
<div class="mc_bts_24">Volume (24h):</div><div class="coinmarketcap-currency-widget" data-currency="bitshares" data-base="USD" data-secondary="BTC" data-ticker="true" data-rank="false" data-marketcap="false" data-volume="true" data-stats="USD" data-statsticker="true"></div>
</div>
</div>
<!-- MARKET CAP & PRICE -->
</section>
<section class="section section-x">
<div class="container">
<h4 id="1-know-your-customer">1. Terms</h4>
<p>By accessing this web site, you are agreeing to be bound by these web site Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trade mark law.</p>
<br />
<h4 id="2-asset-seizing">2. Use License</h4>
<p>a. Permission is granted to temporarily download one copy of the materials (information or software) on BitShares’s web site for personal, noncommercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:</p>
<p>i. modify or copy the materials; ii. use the materials for any commercial purpose, or for any public display (commercial or noncommercial); iii. attempt to decompile or reverse engineer any software contained on BitShares’s web site; iv. remove any copyright or other proprietary notations from the materials; or v. transfer the materials to another person or “mirror” the materials on any other server.</p>
<p>b. This license shall automatically terminate if you violate any of these restrictions and may be terminated by BitShares at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.</p>
<br />
<h4 id="3-market-restriction">3. Disclaimer</h4>
<p>a. The materials on BitShares’s web site are provided “as is”. BitShares makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights.</p>
<p>Further, BitShares does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.</p>
<br />
<h4 id="4-transfer-restrictions">4. Limitations</h4>
<p>In no event shall BitShares or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on BitShares’s Internet site, even if BitShares or a BitShares authorized representative has been notified orally or in writing of the possibility of such damage.</p>
<p>Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.</p>
<br />
<h4 id="1-know-your-customer">5. Revisions and Errata</h4>
<p>The materials appearing on BitShares’s web site could include technical, typographical, or photographic errors. BitShares does not warrant that any of the materials on its web site are accurate, complete, or current. BitShares may make changes to the materials contained on its web site at any time without notice. BitShares does not, however, make any commitment to update the materials.</p>
<br />
<h4 id="2-asset-seizing">6. Links</h4>
<p>BitShares has not reviewed all of the sites linked to its Internet web site and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by BitShares of the site. Use of any such linked web site is at the user’s own risk.</p>
<br />
<h4 id="3-market-restriction">7. Site Terms of Use Modifications</h4>
<p>BitShares may revise these terms of use for its web site at any time without notice. By using this web site you are agreeing to be bound by the then current version of these Terms and Conditions of Use.</p>
<br />
<h4 id="4-transfer-restrictions">8. Governing Law</h4>
<p>Any claim relating to BitShares’s web site shall be governed by the laws of the State of Virginia without regard to its conflict of law provisions.</p>
<p>General Terms and Conditions applicable to Use of a Web Site.</p>
</div>
</section>
</main>
<!-- END Main container -->
<!-- Footer -->
<footer class="site-footer py-90">
<div class="container">
<div class="row gap-y">
<div class="col-6 col-md-4 col-lg-2 hideit">
<h6 class="heading-alt text-uppercase fs-14 mb-3">Learn</h6>
<div class="nav flex-column">
<a class="nav-link" href="http://docs.bitshares.eu/">Documentation</a>
<a class="nav-link" href="http://bitshares-explorer.io/">Block Explorer</a>
<a class="nav-link" href="http://docs.bitshares.eu/migration/">Migration Guide</a>
<!--<a class="nav-link" href="infographic">Infographic</a>-->
<a class="nav-link" href="https://bitshares.org/doxygen/">Doxygen</a>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2 hideit">
<h6 class="heading-alt text-uppercase fs-14 mb-3">Participate</h6>
<div class="nav flex-column">
<a class="nav-link" href="referral-program">Referral Program</a>
<a class="nav-link" href="assets/bitshares-media-kit.zip">Media Kit</a>
<a class="nav-link" href="#">Press</a>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2 hideit">
<h6 class="heading-alt text-uppercase fs-14 mb-3">Social</h6>
<div class="nav flex-column">
<a class="nav-link" target="_blank" href="https://github.com/bitshares">GitHub</a>
<a class="nav-link" target="_blank" href="https://www.bitsharestalk.org/">Forum</a>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2 hideit">
<h6 class="heading-alt text-uppercase fs-14 mb-3">More</h6>
<div class="nav flex-column">
<a class="nav-link" href="#">Contact</a>
<a class="nav-link" href="terms-of-use">Terms of Use</a>
<a class="nav-link" href="privacy-policy">Privacy Policy</a>
</div>
</div>
<div class="col-12 col-lg-3">
<h6 class="heading-alt text-center text-uppercase fs-14 mb-3">BITSHARES.ORG NEWSLETTER</h6>
<form class="form-inline form-round1 justify-content-center justify-content-lg-end" action="" method="post" target="_blank">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-envelope"></i></span>
<input type="text" name="EMAIL" class="form-control" placeholder="Signup with your email...">
<span class="input-group-btn">
<button class="btn btn-info"><i class="fa fa-paper-plane"></i></button>
</span>
</div>
</form>
<hr>
<div class="social text-center">
<a class="social-twitter" target="_blank" href="https://twitter.com/search?q=bitshares"><i class="fa fa-twitter"></i></a>
<a class="social-github" target="_blank" href="https://github.com/bitshares"><i class="fa fa-github"></i></a>
</div>
<br>
</div>
</div>
</div>
</footer>
<!-- END Footer -->
</div>
<!-- Slide Menu -->
<div class="button_container" id="toggle"><span class="top"></span><span class="middle"></span><span class="bottom"></span></div>
<div class="overlay" id="overlay">
<div class="scrollbar2" id="style-2">
<div> <div class="gap-multiline-items-2 no-show-btn slide-menu-top">
<a class="btn btn-primary fs-11 pt-5 pb-5 pl-12 pr-12" href="download">DOWNLOAD WALLET</a>
<a id="walletLink4" class="btn btn-outline btn-info fs-11 pt-5 pb-5 pl-12 pr-12" href="https://wallet.bitshares.org/">ONLINE EXCHANGE</a>
</div><a href="/"><img class="logo-default my-15 mx-25" src="assets/img/logo.png" alt="Bitshares" width="130"></a></div>
<div class="no-show-btn w-full mt-25">
<div class="slide-menu-mid">
<div class="bit-3 p-0 .w-third"><div class="box"><h6 class="m-4 fw-400 aligned-left">Price</h6></div></div>
<div class="bit-3 p-0 .w-third"><div class="box"><h6 class="m-4 fw-400 aligned-left">Market Cap</h6></div></div>
<div class="bit-3 p-0 .w-third"><div class="box"><h6 class="m-4 fw-400 aligned-left">24Hr Volume</h6></div></div>
<div class="coinmarketcap-currency-wig" data-currency="bitshares" data-base="USD" data-secondary="BTC" data-ticker="true" data-rank="false" data-marketcap="false" data-volume="false" data-stats="USD" data-statsticker="true"></div>
<div class="coinmarketcap-currency-widget" data-currency="bitshares" data-base="USD" data-secondary="BTC" data-ticker="true" data-rank="false" data-marketcap="true" data-volume="false" data-stats="USD" data-statsticker="true"></div>
<div class="coinmarketcap-currency-widget" data-currency="bitshares" data-base="USD" data-secondary="BTC" data-ticker="true" data-rank="false" data-marketcap="false" data-volume="true" data-stats="USD" data-statsticker="true"></div>
</div>
</div>
<nav class="overlay-menu h-full mt-25">
<div class="containerz">
<div class="main">
<nav id="cbp-hrmenu" class="cbp-hrmenu">
<ul>
<li>
<a href="#">TECHNOLOGY</a>
<div class="cbp-hrsub">
<div class="cbp-hrsub-inner">
<div>
<ul>
<li><a href="price-stable-cryptocurrencies">Price-Stable Cryptocurrencies</a></li>
<li><a href="decentralized-asset-exchange">Decentralized Asset Exchange</a></li>
<li><a href="industrial-performance-scalability">Industrial Performance and Scalability</a></li>
<li><a href="dynamic-account-permissions">Dynamic Account Permissions</a></li>
<li><a href="recurring-scheduled-payments">Recurring & Scheduled Payments</a></li>
<li><a href="referral-rewards-program">Referral Rewards Program</a></li>
<li><a href="user-issued-assets">User-Issued Assets</a></li>
<li><a href="stakeholder-approved-project-funding">Stakeholder-Approved Project Funding</a></li>
<li><a href="transferable-named-accounts">Transferable Named Accounts</a></li>
<li><a href="delegated-proof-of-stake-consensus">Delegated Proof-of-Stake Consensus</a></li>
</ul>
</div>
</div><!-- /cbp-hrsub-inner -->
</div><!-- /cbp-hrsub -->
</li>
<li>
<a href="#">LEARN</a>
<div class="cbp-hrsub">
<div class="cbp-hrsub-inner">
<div class="menu-learn">
<ul>
<li><a href="http://docs.bitshares.eu/">Documentation</a></li>
<li><a href="http://bitshares-explorer.io/">Block Explorer</a></li>
<li><a href="http://docs.bitshares.eu/migration/">Migration Guide</a></li>
<!--<li><a href="infographic">Infographic</a></li>-->
<li><a href="https://bitshares.org/doxygen/">Doxygen</a></li>
</ul>
</div>
</div><!-- /cbp-hrsub-inner -->
</div><!-- /cbp-hrsub -->
</li>
<li>
<a href="#">PARTICIPATE</a>
<div class="cbp-hrsub">
<div class="cbp-hrsub-inner">
<div class="menu-part">
<ul>
<li><i class="fa fa-lock" aria-hidden="true"></i> <a href="download">Download Wallet</a></li>
<li><i class="fa fa-exchange" aria-hidden="true"></i><a id="walletLink5" href="https://wallet.bitshares.org/">Decentralized Exchange (DEX)</a></li>
<li><i class="fa fa-id-card-o" aria-hidden="true"></i><a href="register">Register</a></li>
<li><i class="fa fa-money" aria-hidden="true"></i><a href="deposit">Deposit</a></li>
<li><i class="fa fa-bullhorn" aria-hidden="true"></i><a href="referral-program">Referral Program</a></li>
<li><i class="fa fa-medium white-icon" aria-hidden="true"></i><a href="assets/bitshares-media-kit.zip">Media Kit</a></li>
</ul>
</div>
</div><!-- /cbp-hrsub-inner -->
</div><!-- /cbp-hrsub -->
</li>
<li>
<a href="#">COMMUNITY</a>
<div class="cbp-hrsub">
<div class="cbp-hrsub-inner">
<div class="menu-comm">
<ul>
<li><a href="https://twitter.com/bitshares">Twitter</a></li>
<li><a href="https://github.com/bitshares">GitHub</a></li>
<li><a href="https://t.me/bitshares_official">Telegram</a></li>
<li><a href="https://discord.gg/GsjQfAJ">Discord</a></li>
<li><a href="https://www.bitsharestalk.org/">Forum</a></li>
<li><a href="contact">Contact</a></li>
</ul>
</div>
</div><!-- /cbp-hrsub-inner -->
</div><!-- /cbp-hrsub -->
</li>
<li>
<a href="#">RESOURCES</a>
<div class="cbp-hrsub">
<div class="cbp-hrsub-inner">
<div class="menu-res">
<ul>
<li><a href="http://www.billionHeroCampaign.com">The Billion Hero Campaign</a></li>
<li><a href="https://soundcloud.com/beyond-bitcoin-hangouts">Beyond Bitcoin</a></li>
<li><a href="https://steemit.com/trending/bitshares">Bitshares on Steem</a></li>
<li><a href="https://steemit.com/@steempower">State of the Network</a></li>
<li><a href="#">Press</a></li>
</ul>
</div>
</div><!-- /cbp-hrsub-inner -->
</div><!-- /cbp-hrsub -->
</li>
<li>
<a href="#">PRICE & MARKET CAP</a>
<div class="cbp-hrsub">
<div class="cbp-hrsub-inner">
<div>
<h4>BITSHARES PRICE</h4>
<ul>
<li>
<div class="coinmarketcap-currency-wig b-0" data-currency="bitshares" data-base="USD" data-secondary="BTC" data-ticker="true" data-rank="false" data-marketcap="false" data-volume="false" data-stats="USD" data-statsticker="true">
</div>
</li>
</ul>
</div>
<div>
<h4>MARKET CAP</h4>
<ul class="mb-17">
<li>
<div class="coinmarketcap-currency-widget b-0" data-currency="bitshares" data-base="USD" data-secondary="BTC" data-ticker="true" data-rank="false" data-marketcap="true" data-volume="false" data-stats="USD" data-statsticker="true">
</div>
</li>
</ul>
</div>
<div>
<h4>24 HOUR VOLUME</h4>
<ul>
<li>
<div class="coinmarketcap-currency-widget b-0" data-currency="bitshares" data-base="USD" data-secondary="BTC" data-ticker="true" data-rank="false" data-marketcap="false" data-volume="true" data-stats="USD" data-statsticker="true">
</div>
</li>
</ul>
</div>
</div><!-- /cbp-hrsub-inner -->
</div><!-- /cbp-hrsub -->
</li>
<div class="gap-multiline-items-2 centered my-24 mx-10">
<a class="btn btn-primary fs-11 py-5 px-12 mb-15" href="download">DOWNLOAD WALLET</a>
<a id="walletLink6" class="btn btn-outline btn-info fs-11 py-5 px-12 mb-15" href="https://wallet.bitshares.org/">ONLINE EXCHANGE</a>
</div>
</ul>
</nav>
</div>
<div class="no-show-btn w-full pt-30 disp-ilb">
<section>
<div class="container2">
<div class="text-center">
<ul class="nav nav-outline nav-round">
<li class="nav-item w-130">
<a class="nav-link active" data-toggle="tab" href="#header-color">TECHNOLOGY</a>
</li>
<li class="nav-item w-130">
<a class="nav-link" data-toggle="tab" href="#header-typing">LEARN</a>
</li>
<li class="nav-item w-130">
<a class="nav-link" data-toggle="tab" href="#header-gradient">PARTICIPATE</a>
</li>
<li class="nav-item w-130">
<a class="nav-link" data-toggle="tab" href="#header-image">COMMUNITY</a>
</li>
<li class="nav-item w-130">
<a class="nav-link" data-toggle="tab" href="#header-video">RESOURCES</a>
</li>
</ul>
</div>
<div class="tab-content section-inverse text-center aos-init aos-animate">
<div class="tab-pane fade show active blue-bg mt-0 pt-4 h-500" id="header-color">
<div class="pt-10 psc">
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="price-stable-cryptocurrencies">
<p><i class="fa fa-area-chart fs-20 icon-colors"></i></p>
<h4 class="card-titles">Price-Stable<br>Cryptocurrencies</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="decentralized-asset-exchange">
<p><i class="fa fa-exchange fs-20 icon-colors"></i></p>
<h4 class="card-titles">Decentralized Asset<br>Exchange</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="industrial-performance-scalability">
<p><i class="fa fa-arrows fs-20 icon-colors"></i></p>
<h4 class="card-titles">Industrial Performance<br>and Scalability</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="dynamic-account-permissions">
<p><i class="fa fa-gear fs-20 icon-colors"></i></p>
<h4 class="card-titles">Dynamic Account<br>Permissions</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="recurring-scheduled-payments">
<p><i class="icon-calendar fs-20 icon-colors"></i></p>
<h4 class="card-titles">Recurring and Scheduled<br>Payments</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="referral-rewards-program">
<p><i class="icon-gift fs-20 icon-colors"></i></p>
<h4 class="card-titles">Referral Rewards<br>Program</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="user-issued-assets">
<p><i class="fa fa-user-o fs-20 icon-colors"></i></p>
<h4 class="card-titles">User-Issued<br>Assets</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="stakeholder-approved-project-funding">
<p><i class="fa fa-handshake-o fs-20 icon-colors"></i></p>
<h4 class="card-titles">Stakeholder-Approved Project<br>Funding</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="transferable-named-accounts">
<p><i class="fa fa-keyboard-o fs-20 icon-colors"></i></p>
<h4 class="card-titles">Transferable Named<br>Accounts</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<div class="w-full h-50"> </div>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="delegated-proof-of-stake-consensus">
<p><i class="fa fa-group fs-20 icon-colors"></i></p>
<h4 class="card-titles">Delegated Proof-of-Stake<br>Consensus</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<div class="w-full h-50"> </div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade blue-bg mt-0 h-500" id="header-typing">
<div class="psc pl-20">
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="http://docs.bitshares.eu/">
<p><i class="fa fa-file-o fs-20 icon-colors"></i></p>
<h4 class="card-titles">Documentation</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="http://bitshares-explorer.io/">
<p><i class="fa fa-wpexplorer fs-20 icon-colors"></i></p>
<h4 class="card-titles">Block Explorer</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="http://docs.bitshares.eu/migration/">
<p><i class="fa fa-random fs-20 icon-colors"></i></p>
<h4 class="card-titles">Migration Guide</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="infographic">
<p><i class="fa fa-map-o fs-20 icon-colors"></i></p>
<h4 class="card-titles">Infographic</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="https://bitshares.org/doxygen/">
<p><i class="fa fa-code fs-20 icon-colors"></i></p>
<h4 class="card-titles">Doxygen</h4>
</a>
</div>
</div>
</div>
</div>
<div class="tab-pane fade blue-bg mt-0 h-500" id="header-gradient">
<div class="psc pl-40">
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="download">
<p><i class="fa fa-lock fs-20 icon-colors"></i></p>
<h4 class="card-titles">Download Wallet</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a id="walletLink7" class="card-blocks" href="https://wallet.bitshares.org/">
<p><i class="fa fa-exchange fs-20 icon-colors"></i></p>
<h4 class="card-titles">Decentralized Exchange (DEX)</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="register">
<p><i class="fa fa-id-card-o fs-20 icon-colors"></i></p>
<h4 class="card-titles">Register</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="deposit">
<p><i class="fa fa-money fs-20 icon-colors"></i></p>
<h4 class="card-titles">Deposit</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="referral-program">
<p><i class="icon-gift fs-20 icon-colors"></i></p>
<h4 class="card-titles">Referral Program</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="assets/bitshares-media-kit.zip">
<p><i class="fa fa-medium fs-20 icon-colors"></i> </p>
<h4 class="card-titles">Media Kit</h4>
</a>
</div>
</div>
</div>
</div>
<div class="tab-pane fade blue-bg mt-0 h-500" id="header-image">
<div class="psc pl-20">
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="https://twitter.com/bitshares">
<p><i class="fa fa-twitter fs-20 icon-colors"></i></p>
<h4 class="card-titles">Twitter</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="https://github.com/bitshares">
<p><i class="fa fa-github fs-20 icon-colors"></i></p>
<h4 class="card-titles">GitHub</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="https://t.me/bitshares_official">
<p><i class="fa fa-telegram fs-20 icon-colors"></i></p>
<h4 class="card-titles">Telegram</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="https://discord.gg/GsjQfAJ">
<p><i class="fa fa-commenting fs-20 icon-colors"></i></p>
<h4 class="card-titles">Discord</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="https://www.bitsharestalk.org/">
<p><i class="fa fa-comments-o fs-20 icon-colors"></i></p>
<h4 class="card-titles">Forum</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="contact">
<p><i class="fa fa-address-book-o fs-20 icon-colors"></i></p>
<h4 class="card-titles">Contact</h4>
</a>
</div>
</div>
</div>
</div>
<div class="tab-pane fade blue-bg mt-0 h-500" id="header-video">
<div class="psc pl-20">
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="http://www.billionHeroCampaign.com">
<p><i class="fa fa-money fs-20 icon-colors"></i></p>
<h4 class="card-titles">The Billion<br>Hero Campaign</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="https://soundcloud.com/beyond-bitcoin-hangouts">
<p><i class="fa fa-btc fs-20 icon-colors"></i></p>
<h4 class="card-titles">Beyond<br>Bitcoin</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad">
<div class="box">
<a class="card-blocks" href="https://steemit.com/trending/bitshares"><p><i class="fa fa-exchange fs-20 icon-colors"></i></p><h4 class="card-titles">Bitshares on<br>Steem</h4></a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<p> </p>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<a class="card-blocks" href="https://steemit.com/@steempower">
<p><i class="fa fa-bullhorn fs-20 icon-colors"></i></p>
<h4 class="card-titles">State of the<br>Network</h4>
</a>
</div>
</div>
<div class="bit-3 bit-pad"><div class="box">
<p> </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</nav>
</div>
</div>
<!-- END Slide Menu -->
<!-- Scripts -->
<script src="assets/js/core.min.js"></script>
<script src="assets/js/thesaas.js"></script>
<script src="assets/js/script.js"></script>
<script type="text/javascript" src="assets/js/marketcap.js"></script>
<!-- End Scripts -->
<!-- Go to Top Button -->
<div id="stop" class="scrollTop bttt-border bttt-round bttt-positionRight bttt-slideFromBottom">
<i class='fa fa-chevron-up'></i>
</div>
<!-- End Go to Top Button -->
</body>
</html>