-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
676 lines (673 loc) · 42.9 KB
/
Copy pathindex.html
File metadata and controls
676 lines (673 loc) · 42.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bitcoin App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="images/icon-192x192.png">
<meta name="description" content="Simple Bitcoin App">
<!-- Homescreen icons -->
<link rel="apple-touch-icon" sizes="144x144" href="images/icon-144x144.png">
<meta name="apple-mobile-web-app-capable" content="no">
<link rel="manifest" href="manifest.json">
</head>
<body state="login">
<!--
Login
-->
<section id="login" class="column full">
<header class="row">
<svg height="24" width="120">
<use xlink:href="#bitcoin" />
</svg>
<div class="grow"></div>
<a class="icon-button" href="https://github.com/coins/bitcoin-app" target="_blank">
<svg class="icon">
<use xlink:href="#ic-github" />
</svg>
</a>
</header>
<div id="login-form" class="grow center">
<form action="#home" class="column center" method="post">
<h2>Login</h2>
<div class="margin-1">Be your own swiss bank</div>
<div class="row">
<input class="input" placeholder="Email" type="email" id="email" autocomplete="email" autofocus="true">
</div>
<div class="row margin-1">
<input class="input" placeholder="Password" type="password" id="password" autocomplete="current-password">
</div>
<div class="row center margin-3">
<button class="button shadow-1" type="submit">Login</button>
</div>
<a class="link" href="#signup">Don't have an account yet? Sign up!</a>
</form>
</div>
<div id="login-form-loading" class="grow column center" hidden>
<svg class="icon size-2 margin-1 shadow-1 round">
<use xlink:href="#ic-bitcoin" />
</svg>
<h4 class="margin-2">Decrypting your Account</h4>
<progress class="progress" value="50" max="100">
</div>
<svg class="background">
<use xlink:href="#background" />
</svg>
</section>
<!--
Sign up
-->
<section id="signup" class="column full">
<header class="row" shadow="1">
<svg height="24" width="120">
<use xlink:href="#bitcoin" />
</svg>
<div class="grow"></div>
<a class="icon-button" href="https://github.com/coins/bitcoin-app" target="_blank">
<svg class="icon">
<use xlink:href="#ic-github" />
</svg>
</a>
</header>
<div id="signup-form" class="grow center">
<form class="column center" action="#home" method="post">
<h2>Create Account</h2>
<div class="text-center margin-2">
Your email address is used only to generate a Bitcoin account. All your data will stay on your device.<br> We never send you any email.
Save your password!
</div>
<span>Test Account: All fields empty</span>
<div class="row">
<input class="input" placeholder="Email" type="email" name="email" id="signup-email" autocomplete="username">
</div>
<div class="row margin-1">
<input class="input" placeholder="Password" type="password" id="password-1" name="password" autocomplete="new-password">
<input class="input" placeholder="Confirm" type="password" id="password-2" name="password2" autocomplete="new-password">
</div>
<div class="row center margin-3">
<button class="button shadow-1" type="submit">Sign up</button>
</div>
<a class="link" href="#login">Already have an account? Sign in!</a>
</form>
</div>
<div id="signup-form-loading" class="loading grow column center" hidden>
<svg class="icon size-2 margin-1 round">
<use xlink:href="#ic-bitcoin" />
</svg>
<h4 class="margin-2">Generating your Account</h4>
<progress class="progress" value="50" max="100">
</div>
<svg class="background">
<use xlink:href="#background" />
</svg>
</section>
<main class="column" >
<!--
Navigation
-->
<header class="row shadow-1">
<svg height="24" width="120">
<use xlink:href="#bitcoin" />
</svg>
</header>
<div class="row grow">
<aside class="column shadow-1 gray-2">
<nav>
<a class="item" href="#receive">
<svg class="icon">
<use xlink:href="#ic-receive" />
</svg>
Request
</a>
<a class="item" href="#home">
<svg class="icon">
<use xlink:href="#ic-home" />
</svg>
Home
</a>
<a class="item" href="#send">
<svg class="icon">
<use xlink:href="#ic-send" />
</svg>
Send
</a>
<div class="grow"></div>
<a class="item" href="#settings">
<svg class="icon">
<use xlink:href="#ic-settings" />
</svg>
Settings
</a>
</nav>
</aside>
<!--
Home
-->
<section id="home" class="column">
<header>
<div class="container row-reverse">
<div class="column">
<h1 id="balance-fiat">$0.00</h1>
<h3 id="balance-btc" class="text-gray-2">0.000 BTC</h3>
</div>
</div>
</header>
<div class="container grow column">
<!-- Transactions -->
<h3 class="margin-2">Transaction History</h3>
<div id="transactions"></div>
<template id="transaction-tpl">
<div class="row transaction list-item border-bottom">
<svg class="icon text-red">
<use xlink:href="#ic-send"/>
</svg>
<svg class="icon text-green">
<use xlink:href="#ic-receive"/>
</svg>
<div class="column grow">
<div class="row text-bold">
<div class="status grow" id="tx-status">Unconfirmed</div>
<div class="status text-red" id="tx-value"></div>
</div>
<a class="text-gray-2 address" id="tx-id" target="explorer" title="Click to open in explorer"></a>
</div>
</div>
</template>
<div id="transactions-placeholder" class="placeholder column center gray-1">
<h2 class="text-gray-2">No transactions yet</h2>
<!-- <button class="button shadow-1">Buy Bitcoin</button> -->
</div>
</div>
</section>
<section id="receive" class="column">
<div class="container">
<h3 class="margin-3">Receive Bitcoins</h3>
<div class="column center">
<!-- <h4>Your Address</h4> -->
<div id="address-qr" class="center margin-3"></div>
<!-- <div class="address margin-1">1D4Mq MsWaU haqid 5sTaJ 486FC ZsmMq BLrn</div> -->
<input id="address-text" class="address margin-1" readonly="">
<div class="font-body1 text-gray-2 margin-2">Tap address to copy to clipboard</div>
<div class="row center">
<!-- <button class="button shadow-1">Copy</button> -->
<a id="address-link" class="button shadow-1" href="_blank">Send Request</a>
</div>
</div>
</div>
</section>
<!--
Send Bitcoins
-->
<section id="send" class="column">
<div class="container">
<h3 class="margin-3">Send Bitcoins</h3>
<div class="column send-tx-container">
<label for="value">Amount</label>
<div class="row input-container">
<input class="input" placeholder="Amount" type="number" id="value" min="0" step="0.25" lang="en-150">
<button class="button outline size-0" id="value-max">max</button>
</div>
<label for="recipient">Recipient</label>
<div class="row input-container">
<input class="input" placeholder="Address" type="text" id="recipient" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
<!-- <div class="icon-button" id="cashlink" title="Send Cashlink">
<svg class="icon">
<use xlink:href="#ic-link"/>
</svg>
</div> -->
<div class="icon-button" id="scan-recipient">
<svg class="icon">
<use xlink:href="#ic-scan"/>
</svg>
</div>
</div>
<label for="recipient">Fee</label>
<div class="row input-container">
<input class="input" placeholder="Fee" id="fees" readonly="">
</div>
<div class="row-reverse margin-3">
<button class="button shadow-1" id="confirm-tx-btn">Next</button>
</div>
<div class="row font-subheading text-gray-3">
<div class="grow">Remaining Balance:</div>
<div class="text-bold" id="remaining-balance">$523.23</div>
</div>
</div>
<!--
Scan Address
-->
<div id="scan-address-dialog" class="full center backdrop" hidden>
<div class="popup column shadow-2">
<header class="row gray-1">
<h4>Scan Address</h4>
<div class="grow"></div>
<div class="icon-button" js-close>
<svg class="icon">
<use xlink:href="#ic-close" />
</svg>
</div>
</header>
<div class="center grow">
<video></video>
</div>
</div>
</div>
<!--
Select Fees
-->
<div id="fees-dialog" class="full center backdrop" hidden>
<div class="popup column shadow-2">
<header class="row gray-1 margin-3">
<h4>Select Transaction Fees</h4>
<div class="grow"></div>
<div class="icon-button" js-close>
<svg class="icon">
<use xlink:href="#ic-close" />
</svg>
</div>
</header>
<div class="center grow">
<div class="column grow center">
<h1 id="fees-fiat">$1.12</h1>
<h3 class="text-gray-2 margin-3" id="fees-crypto">0.345 BTC</h3>
<div class="slider-container" label-left="cheaper" label-right="faster">
<input class="slider margin-2" type="range" autofocus>
</div>
<div class="font-subheading text-gray-2">Processing Time</div>
<div class="font-subheading margin-2" id="fees-processing-time">10 mins</div>
<button class="button shadow-1 margin-3" js-close>Next</button>
</div>
</div>
</div>
</div>
<!--
Confirm Transaction
-->
<div id="confirm-tx-dialog" class="full center backdrop" hidden>
<div class="popup column shadow-2">
<header class="row gray-1 margin-3">
<h4>Confirm Transaction</h4>
<div class="grow"></div>
<div class="icon-button" js-close>
<svg class="icon">
<use xlink:href="#ic-close" />
</svg>
</div>
</header>
<div class="center grow">
<div class="column grow center">
<div class="row margin-1">
<div class="font-subheading text-gray-2">Send</div>
</div>
<h1 id="confirm-value-fiat">$1.12</h1>
<h3 class="text-gray-2 margin-2" id="confirm-value-crypto">0.345 BTC</h3>
<div class="row margin-1">
<div class="font-subheading text-gray-2">To Address</div>
</div>
<div class="row margin-3 center">
<div class="address" id="confirm-recipient">1D4MqMsWaUhaqid5sTaJ486FCZsmMqBLrn</div>
</div>
<div class="font-subheading row margin-1">
<div class="grow text-gray-2">Network Fee</div>
<div id="confirm-fees">$0.03</div>
</div>
<div class="font-subheading row margin-1">
<div class="grow text-gray-2">Processing Time</div>
<div id="confirm-processing-time">~16 hours</div>
</div>
<div class="font-subheading row margin-3">
<div class="grow text-gray-2">Remaining Balance</div>
<div id="confirm-remaining-balance">$643.23</div>
</div>
<button class="button shadow-1 margin-3" js-close id="send-tx-btn">Confirm</button>
</div>
</div>
</div>
</div>
</div>
<div id="sent-tx-dialog" class="full center backdrop" hidden>
<div class="popup column shadow-2">
<header class="row gray-1 margin-3">
<h4>Sent Transaction</h4>
<div class="grow"></div>
<div class="icon-button" js-close>
<svg class="icon">
<use xlink:href="#ic-close" />
</svg>
</div>
</header>
<div class="center grow">
Transaction Sent!
<button class="button shadow-1 margin-3" js-close>Next</button>
</div>
</div>
</div>
</section>
<!--
Settings
-->
<section id="settings">
<div class="container">
<h3 class="margin-4">Settings</h3>
<h4>Account</h4>
<ul class="column list font-subheading margin-4">
<a class="row list-item border-bottom">
<svg class="icon">
<use xlink:href="#ic-email" />
</svg>
<div class="grow">Email</div>
<div id="email">robin@momo.org</div>
</a>
<a class="row list-item border-bottom">
<svg class="icon">
<use xlink:href="#ic-backup" />
</svg>
Create Account Backup
</a>
<a class="row list-item border-bottom" id="logout-btn">
<svg class="icon">
<use xlink:href="#ic-logout" />
</svg>
Logout
</a>
</ul>
<h4>Internationalization</h4>
<ul class="column list font-subheading margin-4">
<a class="row list-item border-bottom">
<svg class="icon">
<use xlink:href="#ic-currency" />
</svg>
<div class="grow">Local Currency</div>
<div class="">USD</div>
</a>
<a class="row list-item border-bottom">
<svg class="icon">
<use xlink:href="#ic-language" />
</svg>
<div class="grow">Default Language</div>
<div class="">English</div>
</a>
</ul>
<h4>Permissions</h4>
<ul class="column list font-subheading margin-4">
<a class="row list-item border-bottom" id="register-protocol-btn">
<svg class="icon">
<use xlink:href="#ic-link" />
</svg>
<div class="column">
Enable Bitcoin Links
</div>
</a>
<a class="row list-item border-bottom" id="install-btn">
<svg class="icon">
<use xlink:href="#ic-homescreen" />
</svg>
<div class="column">
Add to Home Screen
</div>
</a>
<a class="row list-item border-bottom" >
<svg class="icon">
<use xlink:href="#ic-notifications" />
</svg>
<div class="column">
Enable Notifications
</div>
</a>
</ul>
<h4>Community</h4>
<ul class="column list font-subheading margin-4">
<a class="row list-item border-bottom" href="https://github.com/coins" target="_blank">
<svg class="icon">
<use xlink:href="#ic-faq" />
</svg>
Frequently Asked Questions
</a>
<a class="row list-item border-bottom" href="https://github.com/coins" target="_blank">
<svg class="icon">
<use xlink:href="#ic-security" />
</svg>
Security Crash-course
</a>
<a class="row list-item border-bottom" href="https://github.com/coins" target="_blank">
<svg class="icon">
<use xlink:href="#ic-telegram" />
</svg>
Join Telegram Group
</a>
</ul>
<h4>Developers</h4>
<ul class="column list font-subheading margin-4">
<a class="row list-item border-bottom" href="https://blockstream.info" target="_blank">
<svg class="icon">
<use xlink:href="#ic-server" />
</svg>
<div class="grow">UTXO Provider</div>
<div class="">Blockstream.info</div>
</a>
<a class="row list-item border-bottom" href="https://github.com/coins" target="_blank">
<svg class="icon">
<use xlink:href="#ic-github" />
</svg>
View Source Code
</a>
<a class="row list-item border-bottom">
<svg class="icon">
<use xlink:href="#ic-about" />
</svg>
<div class="grow">Version</div>
<div class="">0.01</div>
</a>
</ul>
</div>
</section>
<!-- Logout Dialog -->
<div id="confirm-logout-dialog" class="full center backdrop" hidden>
<div class="popup column shadow-2">
<header class="row gray-1 margin-3">
<h4>Confirm Logout</h4>
<div class="grow"></div>
<div class="icon-button" js-close>
<svg class="icon">
<use xlink:href="#ic-close" />
</svg>
</div>
</header>
<div class="center grow">
<h1>Did you backup your account?</h1>
<h3>Do not log out before you have safely backed up your account.</h3>
<button class="button shadow-1 margin-3" js-close id="logout-btn">Logout</button>
</div>
</div>
</div>
</div>
</main>
<div class="toast-container full center">
<div class="toast row shadow-2" id="toast"></div>
</div>
<noscript>
<div class="noscript full center h1"></div>
</noscript>
<!--
Scripts
-->
<script type="text/javascript" src="js/libraries/qr-encoder.js"></script>
<script type="text/javascript" src="js/libraries/clipboard.js"></script>
<script type="text/javascript" src="js/libraries/warp-wallet.js"></script>
<script type="text/javascript" src="js/libraries/bitcoin.min.js"></script>
<script type="text/javascript" src="js/libraries/observable.js"></script>
<script type="text/javascript" src="js/libraries/store.js"></script>
<script type="text/javascript" src="js/libraries/formatter.js"></script>
<script type="text/javascript" src="js/reducers.js"></script>
<script type="text/javascript" src="js/bitcoin.js"></script>
<script type="text/javascript" src="js/views.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<!-- <script type="text/javascript" src="js/libraries/debug.js"></script> -->
<!--
SVG Image Library
-->
<svg style="display: none;">
<g id="ic-receive">
<path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z" />
<path d="M0 0h24v24H0z" fill="none" />
</g>
<g id="ic-home">
<path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z" />
<path d="M0 0h24v24H0z" fill="none" />
</g>
<g id="ic-send">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M9 16h6v-6h4l-7-7-7 7h4zm-4 2h14v2H5z" />
</g>
<g id="ic-logout">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" />
</g>
<g id="ic-close">
<path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" />
<path d="M0 0h24v24H0z" fill="none" />
</g>
<g id="ic-logout">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" />
</g>
<g id="ic-notifications">
<path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.89 2 2 2zm6-6v-5c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z" />
</g>
<g id="ic-faq">
<path d="M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z"/>
</g>
<g id="ic-link">
<path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/>
</g>
<g id="ic-email">
<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z"/>
</g>
<g id="ic-telegram">
<path d="M9.028 20.837c-.714 0-.593-.271-.839-.949l-2.103-6.92L22.263 3.37"/><path d="M9.028 20.837c.552 0 .795-.252 1.105-.553l2.941-2.857-3.671-2.214"/><path d="M9.403 15.213l8.89 6.568c1.015.56 1.748.271 2-.942l3.62-17.053c.372-1.487-.564-2.159-1.534-1.72L1.125 10.263c-1.45.582-1.443 1.392-.264 1.753l5.455 1.7L18.94 5.753c.595-.36 1.143-.167.694.232"/></g>
<g id="ic-language">
<path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95c-.32-1.25-.78-2.45-1.38-3.56 1.84.63 3.37 1.91 4.33 3.56zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56-1.84-.63-3.37-1.9-4.33-3.56zm2.95-8H5.08c.96-1.66 2.49-2.93 4.33-3.56C8.81 5.55 8.35 6.75 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95c-.96 1.65-2.49 2.93-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"/>
</g>
<g id="ic-scan">
<path d="M3 5v4h2V5h4V3H5c-1.1 0-2 .9-2 2zm2 10H3v4c0 1.1.9 2 2 2h4v-2H5v-4zm14 4h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4zm0-16h-4v2h4v4h2V5c0-1.1-.9-2-2-2z"/>
</g>
<g id="ic-about">
<path fill="none" d="M0 0h24v24H0V0z"/><path d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>
</g>
<g id="ic-server">
<path d="M0 0h24v24H0z" fill="none"/><path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM19 18H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h.71C7.37 7.69 9.48 6 12 6c3.04 0 5.5 2.46 5.5 5.5v.5H19c1.66 0 3 1.34 3 3s-1.34 3-3 3z"/>
</g>
<symbol id="ic-settings" viewBox="0 0 20 20">
<path fill="none" d="M0 0h20v20H0V0z"/><path d="M15.95 10.78c.03-.25.05-.51.05-.78s-.02-.53-.06-.78l1.69-1.32c.15-.12.19-.34.1-.51l-1.6-2.77c-.1-.18-.31-.24-.49-.18l-1.99.8c-.42-.32-.86-.58-1.35-.78L12 2.34c-.03-.2-.2-.34-.4-.34H8.4c-.2 0-.36.14-.39.34l-.3 2.12c-.49.2-.94.47-1.35.78l-1.99-.8c-.18-.07-.39 0-.49.18l-1.6 2.77c-.1.18-.06.39.1.51l1.69 1.32c-.04.25-.07.52-.07.78s.02.53.06.78L2.37 12.1c-.15.12-.19.34-.1.51l1.6 2.77c.1.18.31.24.49.18l1.99-.8c.42.32.86.58 1.35.78l.3 2.12c.04.2.2.34.4.34h3.2c.2 0 .37-.14.39-.34l.3-2.12c.49-.2.94-.47 1.35-.78l1.99.8c.18.07.39 0 .49-.18l1.6-2.77c.1-.18.06-.39-.1-.51l-1.67-1.32zM10 13c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"/></symbol>
<symbol id="ic-backup" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"/></symbol>
<symbol id="ic-github">
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />
</symbol>
<symbol id="ic-currency" viewBox="0 0 24 24"><path d="M15 18.5c-2.51 0-4.68-1.42-5.76-3.5H15v-2H8.58c-.05-.33-.08-.66-.08-1s.03-.67.08-1H15V9H9.24C10.32 6.92 12.5 5.5 15 5.5c1.61 0 3.09.59 4.23 1.57L21 5.3C19.41 3.87 17.3 3 15 3c-3.92 0-7.24 2.51-8.48 6H3v2h3.06c-.04.33-.06.66-.06 1 0 .34.02.67.06 1H3v2h3.52c1.24 3.49 4.56 6 8.48 6 2.31 0 4.41-.87 6-2.3l-1.78-1.77c-1.13.98-2.6 1.57-4.22 1.57z"/><path fill="none" d="M0 0h24v24H0z"/></symbol>
<symbol id="ic-logo" viewBox="0 0 32 32">
<g fill="none" fill-rule="evenodd">
<circle cx="16" cy="16" r="16" fill="#F7931A"></circle>
<path fill="#FFF" fill-rule="nonzero" d="M23.189 14.02c.314-2.096-1.283-3.223-3.465-3.975l.708-2.84-1.728-.43-.69 2.765c-.454-.114-.92-.22-1.385-.326l.695-2.783L15.596 6l-.708 2.839c-.376-.086-.746-.17-1.104-.26l.002-.009-2.384-.595-.46 1.846s1.283.294 1.256.312c.7.175.826.638.805 1.006l-.806 3.235c.048.012.11.03.18.057l-.183-.045-1.13 4.532c-.086.212-.303.531-.793.41.018.025-1.256-.313-1.256-.313l-.858 1.978 2.25.561c.418.105.828.215 1.231.318l-.715 2.872 1.727.43.708-2.84c.472.127.93.245 1.378.357l-.706 2.828 1.728.43.715-2.866c2.948.558 5.164.333 6.097-2.333.752-2.146-.037-3.385-1.588-4.192 1.13-.26 1.98-1.003 2.207-2.538zm-3.95 5.538c-.533 2.147-4.148.986-5.32.695l.95-3.805c1.172.293 4.929.872 4.37 3.11zm.535-5.569c-.487 1.953-3.495.96-4.47.717l.86-3.45c.975.243 4.118.696 3.61 2.733z"></path>
</g>
</symbol>
<symbol id="ic-homescreen">
<path fill="none" d="M0 0h24v24H0V0z" />
<path d="M18 1.01L8 1c-1.1 0-2 .9-2 2v3h2V5h10v14H8v-1H6v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM10 15h2V8H5v2h3.59L3 15.59 4.41 17 10 11.41z" />
<path fill="none" d="M0 0h24v24H0V0z" />
</symbol>
<symbol id="ic-bitcoin" viewBox="0 0 32 32">
<g fill="none" fill-rule="evenodd">
<circle cx="16" cy="16" r="16" fill="#F7931A"></circle>
<path fill="#FFF" fill-rule="nonzero" d="M23.189 14.02c.314-2.096-1.283-3.223-3.465-3.975l.708-2.84-1.728-.43-.69 2.765c-.454-.114-.92-.22-1.385-.326l.695-2.783L15.596 6l-.708 2.839c-.376-.086-.746-.17-1.104-.26l.002-.009-2.384-.595-.46 1.846s1.283.294 1.256.312c.7.175.826.638.805 1.006l-.806 3.235c.048.012.11.03.18.057l-.183-.045-1.13 4.532c-.086.212-.303.531-.793.41.018.025-1.256-.313-1.256-.313l-.858 1.978 2.25.561c.418.105.828.215 1.231.318l-.715 2.872 1.727.43.708-2.84c.472.127.93.245 1.378.357l-.706 2.828 1.728.43.715-2.866c2.948.558 5.164.333 6.097-2.333.752-2.146-.037-3.385-1.588-4.192 1.13-.26 1.98-1.003 2.207-2.538zm-3.95 5.538c-.533 2.147-4.148.986-5.32.695l.95-3.805c1.172.293 4.929.872 4.37 3.11zm.535-5.569c-.487 1.953-3.495.96-4.47.717l.86-3.45c.975.243 4.118.696 3.61 2.733z"></path>
</g>
</symbol>
<symbol id="ic-security"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/><path d="M0 0h24v24H0z" fill="none"/></symbol>
<symbol id="bitcoin" viewBox="0 0 620 128">
<g fill="none" fill-rule="evenodd">
<path d="M122.14 79A62 62 0 1 1 1.84 49a62 62 0 0 1 120.3 30z" fill="#F7931A" />
<path d="M88.85 54.76c1.22-8.3-5.02-12.76-13.57-15.74l2.77-11.25-6.76-1.7-2.7 10.95c-1.78-.45-3.6-.87-5.42-1.3l2.71-11.01L59.12 23l-2.77 11.24c-1.47-.34-2.92-.67-4.32-1.03v-.03l-9.33-2.36-1.8 7.31s5.02 1.17 4.92 1.24c2.74.69 3.23 2.52 3.15 3.98l-3.16 12.8c.2.06.44.13.7.24l-.7-.18-4.43 17.94c-.34.85-1.19 2.1-3.1 1.63.06.1-4.92-1.24-4.92-1.24L30 82.37l8.8 2.22 4.83 1.26-2.8 11.38 6.76 1.7 2.77-11.25c1.85.5 3.64.97 5.4 1.41l-2.77 11.2 6.77 1.71 2.8-11.35c11.53 2.2 20.21 1.32 23.86-9.24 2.95-8.5-.14-13.4-6.21-16.6 4.42-1.03 7.75-3.97 8.64-10.05zM73.39 76.69c-2.1 8.5-16.24 3.9-20.83 2.75l3.72-15.07c4.58 1.16 19.3 3.46 17.1 12.32zm2.09-22.05c-1.9 7.73-13.68 3.8-17.5 2.84l3.36-13.67c3.82.96 16.13 2.76 14.14 10.83z" fill="#FFF" fill-rule="nonzero" />
<g fill="currentColor">
<path d="M208.81 37.53c5.03 0 9.38.9 13.04 2.67 3.67 1.8 6.7 4.2 9.13 7.23 2.4 3.04 4.18 6.6 5.33 10.68a48.79 48.79 0 0 1 1.72 13.2c0 7.23-1.33 14.06-4 20.5a51.35 51.35 0 0 1-27.26 28.11 49.87 49.87 0 0 1-20.4 4.16c-.95 0-2.61-.03-4.96-.08-2.35-.04-5.06-.29-8.08-.7a94.8 94.8 0 0 1-9.67-1.89 48.42 48.42 0 0 1-9.66-3.45L181.17 3.77 205.51 0l-9.73 40.52a37.84 37.84 0 0 1 6.28-2.2c2.1-.52 4.35-.79 6.75-.79zm-20.41 67.24c3.66 0 7.11-.9 10.36-2.67a27.28 27.28 0 0 0 8.41-7.15c2.36-3 4.22-6.36 5.58-10.13a34.53 34.53 0 0 0 2.04-11.8c0-5.02-.84-8.94-2.51-11.77-1.68-2.82-4.77-4.24-9.27-4.24-1.48 0-3.37.28-5.73.78a14.3 14.3 0 0 0-6.37 3.3l-10.36 43.04 1.65.31a17.06 17.06 0 0 0 3.37.33h2.83zM261.25 124.31H238l19.63-82.6h23.4l-19.78 82.6zm11.31-92.67c-3.24 0-6.19-.97-8.8-2.9-2.63-1.93-3.93-4.89-3.93-8.88 0-2.2.44-4.26 1.33-6.2a16.58 16.58 0 0 1 8.64-8.4A15.58 15.58 0 0 1 276.01 4c3.25 0 6.17.97 8.8 2.9 2.6 1.95 3.92 4.9 3.92 8.88 0 2.2-.45 4.27-1.34 6.2a16.35 16.35 0 0 1-8.63 8.4c-1.94.85-4 1.26-6.2 1.26z" fill-rule="nonzero" />
<path d="M303.63 19.77L327.98 16 322 40.35h26.08l-4.71 19.16h-25.92l-6.9 28.9c-.64 2.4-1 4.65-1.1 6.74-.12 2.1.15 3.9.78 5.43a6.82 6.82 0 0 0 3.37 3.52c1.63.85 3.95 1.27 7 1.27 2.5 0 4.94-.24 7.3-.71a51.86 51.86 0 0 0 7.14-1.96l1.74 17.91a83.42 83.42 0 0 1-10.21 2.98 58.8 58.8 0 0 1-13.04 1.25c-7.23 0-12.82-1.07-16.81-3.2-3.99-2.16-6.8-5.1-8.49-8.82-1.66-3.7-2.4-7.97-2.2-12.79.22-4.82.95-9.9 2.2-15.24l15.4-65.02zM346 91.84a58 58 0 0 1 3.45-20.1 49.47 49.47 0 0 1 9.9-16.51c4.29-4.7 9.5-8.41 15.64-11.15 6.11-2.71 12.95-4.08 20.49-4.08 4.72 0 8.93.45 12.64 1.34 3.72.9 7.1 2.07 10.14 3.53l-8.02 18.23c-2.1-.85-4.27-1.6-6.51-2.28-2.25-.69-5-1.02-8.25-1.02-7.76 0-13.9 2.67-18.46 8-4.55 5.34-6.84 12.52-6.84 21.53 0 5.34 1.16 9.65 3.47 12.96 2.3 3.3 6.55 4.94 12.72 4.94a43.34 43.34 0 0 0 16.34-3.3l1.73 18.7a84.13 84.13 0 0 1-9.74 3.07c-3.56.87-7.8 1.32-12.72 1.32-6.5 0-12-.95-16.5-2.82a31.4 31.4 0 0 1-11.14-7.62 28.72 28.72 0 0 1-6.37-11.24 46.1 46.1 0 0 1-1.97-13.5z" />
<path d="M450.66 127.02c-5.55 0-10.37-.84-14.46-2.52a26.69 26.69 0 0 1-10.12-7.06 30.54 30.54 0 0 1-6.05-10.76A43.45 43.45 0 0 1 418 92.95c0-6.3 1.01-12.59 3.05-18.86a53.4 53.4 0 0 1 9.04-16.96 48.27 48.27 0 0 1 14.6-12.34c5.75-3.19 12.36-4.79 19.78-4.79 5.45 0 10.24.85 14.39 2.52a26.88 26.88 0 0 1 10.2 7.07 30.68 30.68 0 0 1 6.04 10.76 43.56 43.56 0 0 1 2.04 13.74c0 6.27-1 12.56-2.97 18.86a54.45 54.45 0 0 1-8.8 16.96 46.1 46.1 0 0 1-14.53 12.32c-5.8 3.2-12.54 4.8-20.18 4.8zm11.62-67.22c-3.45 0-6.5 1-9.1 2.98-2.62 2-4.82 4.5-6.6 7.54a37.24 37.24 0 0 0-4.01 9.97 43 43 0 0 0-1.33 10.29c0 5.24.85 9.32 2.5 12.26 1.7 2.92 4.72 4.4 9.12 4.4 3.46 0 6.49-1 9.11-3 2.6-1.98 4.8-4.5 6.6-7.53a37.34 37.34 0 0 0 4.01-9.98c.88-3.6 1.33-7.04 1.33-10.28 0-5.23-.84-9.32-2.52-12.26-1.68-2.92-4.72-4.4-9.11-4.4zM521.27 124.31H498l19.63-82.6h23.42l-19.78 82.6zm11.3-92.67a14.4 14.4 0 0 1-8.8-2.9c-2.62-1.93-3.93-4.89-3.93-8.88 0-2.2.45-4.26 1.34-6.2a16.37 16.37 0 0 1 8.64-8.4c1.93-.84 4-1.26 6.2-1.26 3.24 0 6.18.97 8.8 2.9 2.61 1.95 3.93 4.9 3.93 8.88 0 2.2-.47 4.27-1.35 6.2a16.3 16.3 0 0 1-8.62 8.4 15.36 15.36 0 0 1-6.22 1.26z" fill-rule="nonzero" />
<path d="M557.02 45.66c1.76-.51 3.73-1.14 5.87-1.81a86.67 86.67 0 0 1 16.18-3.3c3.3-.37 7.06-.55 11.23-.55 12.26 0 20.71 3.57 25.38 10.69 4.66 7.12 5.47 16.86 2.44 29.21l-10.7 44.6h-23.4l10.37-43.66a93.31 93.31 0 0 0 1.5-7.94c.37-2.55.35-4.8-.09-6.75a8.08 8.08 0 0 0-2.9-4.71c-1.53-1.2-3.85-1.8-6.99-1.8-3.03 0-6.11.32-9.26.95L561.4 124.5H538l19.02-78.85z" />
</g>
</g>
</symbol>
<symbol id="background">
<defs>
<path id="a" d="M.25 76.28L32 68.08 90 83.1l24-34.04 41-18.02h54l11 37.04h71l26 15.02 40-20.03 73-41.04 30 20.02h31l37-22.03 28 2 61 9.02h31l56 22.02 29-22.02L779 12l49 10.02 32 41.04 46 5.01 22 25.03 42-16.02 81-35.04 25 26.03 29 5 52-24.02 54 24.03 60-31.04 100-11.01 66 7 26-31.03L1507 0l39 22.03 25 24.52 29.02-1.51V203H.25z" />
</defs>
<g fill="none" fill-rule="evenodd">
<path fill="#424242" d="M0 204h1600v576H0z" />
<g stroke="#D1D1D1">
<path d="M.41 201.72L248 94l179 107 310 27 420-106 215-77M379 14L246 95" />
<path d="M.25 84.88L40 48l209 48-140 193 318-90-49-186 358 216L841 91l317 29 302 120-89-197 196-30 33.02 38.3" />
<path d="M1566 15l-108 226-122 45-177-165-137 161" />
</g>
<g transform="translate(0 98)">
<mask id="b" fill="#fff">
<use xlink:href="#a" />
</mask>
<use fill="#424242" xlink:href="#a" />
<g mask="url(#b)" stroke="#3D3D3D">
<path d="M.41 103.72L248-4l179 107 310 27 420-106 215-77M379-84L246-3" />
<path d="M-43 27l83-77L249-2 109 191l318-90-49-186 358 216L841-7l317 29 302 120-89-197 196-30 100 116" />
<path d="M1566-83l-108 226-122 45-177-165-137 161" />
</g>
</g>
<g transform="translate(365 1)">
<circle fill="#FF7E00" cx="12.5" cy="12.5" r="3.5" />
<circle stroke="#FF7E00" cx="12.5" cy="12.5" r="12.5" />
</g>
<g transform="translate(229 27)">
<circle fill="#FF7E00" cx="17.5" cy="67.5" r="5.5" />
<circle stroke="#FF7E00" cx="17.5" cy="67.5" r="17.5" />
<circle fill="#FF7E00" cx="507.5" cy="202.5" r="5.5" />
<circle stroke="#FF7E00" cx="507.5" cy="202.5" r="17.5" />
<circle fill="#FF7E00" cx="1141.5" cy="17.5" r="5.5" />
<circle stroke="#FF7E00" cx="1141.5" cy="17.5" r="17.5" />
</g>
<g transform="translate(1145 108)">
<circle fill="#C4C4C4" cx="12.5" cy="12.5" r="3.5" />
<circle stroke="#CACACA" cx="12.5" cy="12.5" r="12.5" />
</g>
<g opacity=".7" transform="translate(1011 270)">
<circle fill="#C4C4C4" cx="12.5" cy="12.5" r="3.5" />
<circle stroke="#CACACA" cx="12.5" cy="12.5" r="12.5" />
</g>
<g opacity=".7" transform="translate(1445 228)">
<circle fill="#C4C4C4" cx="12.5" cy="12.5" r="3.5" />
<circle stroke="#CACACA" cx="12.5" cy="12.5" r="12.5" />
</g>
<g opacity=".6" transform="translate(96 276)">
<circle fill="#C4C4C4" cx="12.5" cy="12.5" r="3.5" />
<circle stroke="#CACACA" cx="12.5" cy="12.5" r="12.5" />
</g>
<g transform="translate(26 36)">
<circle fill="#C4C4C4" cx="12.5" cy="12.5" r="3.5" />
<circle stroke="#CACACA" cx="12.5" cy="12.5" r="12.5" />
</g>
<g transform="translate(1322 274)">
<circle fill="#FF7E00" cx="12.5" cy="12.5" r="3.5" />
<circle stroke="#FF7E00" cx="12.5" cy="12.5" r="12.5" />
</g>
<g transform="translate(413 187)">
<circle fill="#FF7E00" cx="12.5" cy="12.5" r="3.5" />
<circle stroke="#FF7E00" cx="12.5" cy="12.5" r="12.5" />
</g>
<g transform="translate(1553 2)">
<circle fill="#FF7E00" cx="12.5" cy="12.5" r="3.5" />
<circle stroke="#FF7E00" cx="12.5" cy="12.5" r="12.5" />
</g>
<g transform="translate(827 79)">
<circle fill="#FF7E00" cx="12.5" cy="12.5" r="3.5" />
<circle stroke="#FF7E00" cx="12.5" cy="12.5" r="12.5" />
</g>
</g>
</symbol>
</svg>
</body>
</html>