-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
640 lines (601 loc) · 33.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Bitcoin payments over the Lightning Network with a contactless payment card">
<meta name="author" content="boltcard.org">
<!-- Title -->
<title>Bolt Card</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="img/bolt-card-icon.png">
<!--Bootstrap css-->
<link rel="stylesheet" href="css/bootstrap.css">
<!--Font Awesome css-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!--Flaticon css-->
<link rel="stylesheet" href="flaticon/flaticon.css">
<!--Magnific css-->
<link rel="stylesheet" href="css/magnific-popup.css">
<!--Owl-Carousel css-->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!--Animate css-->
<link rel="stylesheet" href="css/animate.min.css">
<!--Site Main Style css-->
<link rel="stylesheet" href="css/style.css">
<!--Responsive css-->
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!-- Preloader Start -->
<div class="preloader">
<div class="loader">
<div class="shadow"></div>
<div class="box"></div>
</div>
</div>
<!-- Preloader End -->
<!--Navbar Start-->
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- LOGO -->
<a class="navbar-brand logo" href="index.html">
<img src="img/bolt-card-icon.png" alt="pelum" />
</a>
<a class="navbar-brand logo HideScroll" href="index.html">
<img src="img/bolt-card-icon.png" alt="pelum" />
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<div class="navbar-collapse collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#" class="nav-link active" data-scroll-nav="0">Home</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link" data-scroll-nav="1">Features</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link" data-scroll-nav="2">About</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link" data-scroll-nav="4">Faq</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Navbar End-->
<!-- Welcome Area Start -->
<section class="pelum-welcome-area fix" data-scroll-index="0">
<!-- Shape Start -->
<div class="shapes-container">
<div class="bg-shape"></div>
</div>
<!-- Shape End -->
<div class="container flex flex-center">
<div class="row align-items-center">
<div class="col-12 col-md-6">
<div class="welcome-text">
<div class="d-block d-md-none">
<div class="welcome-image">
<a target="_new" href="https://lasereyes.cards" title="Get a laser eyes bolt card">
<img src="img/shadowy-supercoder-laser-eyes.png" alt="welcome" class="animation-jump" />
</a>
</div>
</div>
<h2>The Bolt Card</h2>
<p>The world's first DIY self-sovereign debit card.</p>
<p>Bitcoin payments over the Lightning Network with a contactless payment card</p>
<p><a href="https://github.com/boltcard">Open Source - Worldwide - Permission free</a></p>
<p>Set up your own bolt cards for free</p>
<a href="#setup" class="pelum-btn" data-scroll-nav="2">GET STARTED<span></span></a>
</div>
</div>
<div class="col-12 col-md-6 d-none d-md-block">
<div class="welcome-image">
<a target="_new" href="https://lasereyes.cards" title="Get a laser eyes bolt card">
<img src="img/shadowy-supercoder-laser-eyes.png" alt="welcome" class="animation-jump" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Welcome Area End -->
<!-- Features Area Start -->
<section class="pelum-features-area" data-scroll-index="1">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="site-heading">
<h4>Features</h4>
<h2>Outstanding Features</h2>
<span class="heading_overlay"></span>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="single-feature fadeInLeft" data--duration="2s" data--delay="0.3s">
<div class="feature-icon">
<div class="fa fa-bolt outer-bolt">
<i class="fa fa-credit-card"></i>
</div>
</div>
<div class="feature-text">
<h3>Merchant Payments</h3>
<p>The bolt card enables a customer to make payment at a merchant point of sale over the bitcoin lightning network.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-feature fadeInLeft" data--duration="2s" data--delay="0.5s">
<div class="feature-icon">
<div class="fa fa-bolt outer-bolt">
<i class="fa fa-cog"></i>
</div>
</div>
<div class="feature-text">
<h3>Personal Payment Rules</h3>
<p>Choose your own payment terms, on a per transaction or per day basis</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-feature fadeInLeft" data--duration="2s" data--delay="0.8s">
<div class="feature-icon">
<div class="fa fa-bolt outer-bolt">
<i class="fa fa-android"></i>
</div>
</div>
<div class="feature-text">
<h3>Android App</h3>
<p>Program your own bolt cards with our easy to use Android App!</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-feature fadeInLeft" data--duration="2s" data--delay="1.3s">
<div class="feature-icon">
<div class="fa fa-bolt outer-bolt">
<i class="fa fa-user"></i>
</div>
</div>
<div class="feature-text">
<h3>Fast Self-Soverign Payments</h3>
<p>Pay your lightning invoices faster than ever with our unpatented bolt card technology</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Area End -->
<!-- About Area Start -->
<section class="pelum-about-area" data-scroll-index="2">
<div class="container">
<div class="row">
<div class="col-12">
<div id="setup" class="about-heading">
<h4>options</h4>
<h2>Set up your open source Bolt Card service</h2>
<span class="heading_overlay"></span>
</div>
</div>
<div class="col-lg-12">
<table class="table table-bordered">
<thead class="thead-dark">
<tr>
<th>Open Source Service</th>
<th>Service Setup</th>
<th>Program the Cards</th>
<th>Check Balance</th>
<th>Payment Notifications</th>
</tr>
</thead>
<tbody>
<tr>
<td><a target="_new" href="https://github.com/boltcard/boltcard">Boltcard Service</td>
<td>Advanced (Manual)</td>
<td><a target="_new" href="https://play.google.com/store/apps/details?id=com.lightningnfcapp&hl=en&gl=US">Bolt Card NFC Programmer</a></td>
<td>Email</td>
<td>No</td>
</tr>
<tr>
<td><a target="_new" href="https://lnbits.com/">LNBits & LNBits Boltcard Extension</a></td>
<td>Easy (SaaS, Umbrel, or Manual)</td>
<td><a target="_new" href="https://play.google.com/store/apps/details?id=com.lightningnfcapp&hl=en&gl=US">Bolt Card NFC Programmer</a></td>
<td>LNBits</td>
<td>No</td>
</tr>
<tr>
<td><a target="_new" href="https://github.com/boltcard/boltcard-lndhub-docker">Bolt Card Hub</a> & <br />
<a target="_new" href="https://boltcardwallet.com/">Bolt Card wallet App</a></td>
<td>Intermediate (Docker)</td>
<td><a target="_new" href="https://boltcardwallet.com/">Bolt Card Wallet</a></td>
<td><a target="_new" href="https://boltcardwallet.com/">Bolt Card Wallet</a></td>
<td>Yes</td>
</tr>
</tbody>
</table>
</div>
<div class="col-12">
<div class="about-heading">
<h4>about</h4>
<h2>The Bitcoin Lightning Bolt Card, the in-person contactless payment card.</h2>
<span class="heading_overlay"></span>
</div>
</div>
<div class="col-lg-7">
<p>Welcome to the Bitcoin Lightning Bolt Card, the world's first Bitcoin debit card. This revolutionary card allows you to easily and securely spend your Bitcoin at lightning compatible merchants around the world.</p>
<p>With the Bitcoin Lightning Bolt Card, you can enjoy all the benefits of Bitcoin without the hassles of dealing with exchanges or complicated wallets. Simply load your card with Bitcoin, and you can use it just like any other debit card to make purchases online or in person.</p>
<p>This card is backed by the Lightning Network, the fastest and most secure way to transact with Bitcoin. This means that you can enjoy near-instant transactions and low fees, making it the perfect way to use your Bitcoin for everyday purchases.</p>
<p>In addition, our card is also designed to be easy to use and manage. You can easily check your balance and transaction history, as well as manage your card settings, all from your mobile device.</p>
<p>So why wait? Get your Bitcoin Lightning Bolt Card today and start enjoying the convenience and security of Bitcoin for your everyday spending needs.</p>
<img src="img/Boltcard-flow.jpg" alt="bolt card flow chart" class="" />
</div>
<div class="col-lg-5">
<div class="about-right fadeInRight" data--delay="0.5">
<h4>Compatible Wallets / Point of Sale apps</h4>
<ul>
<li><i class="fa fa-check"></i> <a href="https://lifpay.me/">LifPay</a></li>
<li><i class="fa fa-check"></i> <a href="https://swiss-bitcoin-pay.ch/">Swiss Bitcoin Pay - card and POS app</a></li>
<li><i class="fa fa-check"></i> <a href="https://www.walletofsatoshi.com/">Wallet of Satoshi - PoS app</a> </li>
<li><i class="fa fa-check"></i> <a href="https://www.coincorner.com/">CoinCorner POS app (Registered Merchants Only)</a></li>
<li><i class="fa fa-check"></i> <a href="https://github.com/lnbits/lnbits/tree/main/lnbits/extensions/tpos">LNbits TPoS</a></li>
<li><i class="fa fa-check"></i> <a href="https://www.tiankii.com/">Tiankii POS app (Registration required)</a></li>
<li><i class="fa fa-check"></i> <a href="https://tinkl.it/">Tinkl.it POS app (Europe Only, Customers Only)</a></li>
<li><i class="fa fa-check"></i> <a href="https://breez.technology/">Breez</a></li>
<li><i class="fa fa-check"></i> <a href="https://voltpay.app/">VoltPay</a></li>
<li><i class="fa fa-check"></i> <a href="https://btcpayserver.org/">BTCPay Server PoS Web App</a></li>
<li><i class="fa fa-check"></i> <a href="https://lipa.swiss/">Lipa</a></li>
<li><i class="fa fa-check"></i> <a href="https://blink.sv">Blink</a></li>
<li><i class="fa fa-check"></i> <a href="https://blixtwallet.github.io/">Blixt Wallet</a></li>
</ul>
<p><br />These apps are nearly there - LUD17 LNURLW compatible wallets</p>
<ul>
<li><i class="fa fa-warning"></i> <a href="https://zebedee.io/">ZeeBeDee</a></li>
</ul>
<p><br />No support yet</p>
<ul>
<li><i class="fa fa-close"></i> Bluewallet</li>
<li><i class="fa fa-close"></i> Muun</li>
<li><i class="fa fa-close"></i> SBW Simple Bitcoin Wallet</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- About Area End -->
<!-- Video Area Start -->
<section class="pelum-video-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="video-box">
<div class="video-inn">
<a class="popup-youtube" href="https://www.youtube.com/watch?v=jLsZ9faRstY">
<i class="flaticon-play"></i>
</a>
<h2>Watch how easy it is to use the bolt card right now!</h2>
<span class="heading_overlay"></span>
<p>Watch the insane speed of this bolt card lightning payment </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Video Area End -->
<!-- Testimonial Area Start -->
<section class="pelum-testimonial-area" data-scroll-index="5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="site-heading fadeInUp" data--duration="2s" data--delay="0.3s">
<h4>testimonials</h4>
<h2>What do people think?</h2>
<span class="heading_overlay"></span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="testimonial-slider owl-carousel fadeInUp" data--duration="2s" data--delay="0.5s">
<div class="single-testimonial">
<div class="testimonial-text">
<p><a href="https://twitter.com/BitcoinJungleCR/status/1560012184314384384?s=20&t=74cul5Xn--EJpifntCTNOA">Watch this video to see how to set up your own Bolt Card infrastructure using open source, self custody software. Using generic NXP NTAG 424 cards, and the GitHub repo bolt-nfc-android-app.</a></p>
<span><i class="fa fa-quote-right"></i></span>
</div>
<div class="testimonial-meta">
<h4 class="client-title">Bitcoin Jungle</h4>
</div>
</div>
<div class="single-testimonial">
<div class="testimonial-text">
<p><a href="https://twitter.com/btcslovnik/status/1564179558697418752?s=20&t=74cul5Xn--EJpifntCTNOA">
Getting ready for this year's
@Chaincampcz
. My very own #bolt card printed by
@nfc_cards
and to be hosted by
@lnbits
. 🤩
Hope
@CryptoConfirmo
will support these! 🤨
</a></p>
<span><i class="fa fa-quote-right"></i></span>
</div>
<div class="testimonial-meta">
<h4 class="client-title">btc-slovnik.cz</h4>
</div>
</div>
<div class="single-testimonial">
<div class="testimonial-text">
<p><a href="https://twitter.com/lnbits/status/1564755533831233536?s=20&t=74cul5Xn--EJpifntCTNOA">
Congrats
@btcslovnik
@leesalminen
for the #bolt card extension merge 💪
Create/manage NFC #bitcoin tap/pay cards in
@lnbits
!
Each tap creates a unique withdraw link that can only be used once!
Huge props to
@r0bertclarkson
for the excellent bolt card app 🙏</a></p>
<span><i class="fa fa-quote-right"></i></span>
</div>
<div class="testimonial-meta">
<h4 class="client-title">LNbits</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="pelum-video-area" style="background-image:url(img/bolt-dall-e-3.png)">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="merchant-map" class="about-heading">
<h2 style="color:#fff">Merchants accepting the bolt card</h2>
</div>
<iframe id="btcmap" title="Bolt Card Map"
width="100%" height="580" allowfullscreen="true" allow="geolocation"
src="https://www.btcmap.org/map?lat=86.38613766125331&long=191.3094877679342&lat=-86.90801466214725&long=-158.84676223206583&nfc">
</iframe>
</div>
</div>
</div>
</section>
<!-- Testimonial Area End -->
<!-- Faq Area Start -->
<section class="pelum-faq-area" data-scroll-index="4">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="faq-left">
<div class="faq-heading fadeInLeft" data--duration="2s" data--delay="0.3s">
<h4>FAQs</h4>
<h2>Frequently Asked Questions</h2>
<span class="heading_overlay"></span>
</div>
<div class="accordion" id="accordionExample">
<div class="single_faq_accordian fadeInLeft" data--duration="2s" data--delay="0.5s">
<div class="faq_accordian_header">
<a class="collapsed" href="#" id="headingZero" data-toggle="collapse" data-target="#collapseZero" aria-expanded="true" aria-controls="collapseZero">
Where can I buy bolt cards?
</a>
</div>
<div id="collapseZero" class="collapse" aria-labelledby="headingZero" data-parent="#accordionExample">
<div class="faq_accordian_body">
<p>What you need are blank NXP NTAG424DNA cards, you can buy them from many different vendors.</p>
<p>
<ul>
<li><a href="https://www.bitcoin-ring.com/">Bolt Ring</a></li>
<li><a href="https://lasereyes.cards/buy-now/">Laser Eyes Cards</a></li>
<li><a href="https://plebtag.com/">PlebTag</a></li>
<li><a href="https://t.me/TubyteCardBot">Tubyte Card bot</li>
<li><a href="https://www.coincorner.com/BuyTheBoltCard">CoinCorner.com</a></li>
<li><a href="https://marpple.shop/kr/yanabu/products/13356281">Yanabu Bolt Card - Korea</a></li>
<li><a href="https://shop.identiv.com/collections/nfc-tags/products/printed-nxp-ntag-424-dna-tag-5-pack">Identiv.com</a></li>
<li><a href="https://zipnfc.com/nfc-pvc-card-credit-card-size-ntag424-dna.html">ZipNFC.com</a></li>
<li><a href="https://nfc.cards/en/white-cards/46-nfc-card-ntag424-dna.html">NFC.CARDS</a></li>
</ul>
</p>
</div>
</div>
</div>
<div class="single_faq_accordian fadeInLeft" data--duration="2s" data--delay="0.5s">
<div class="faq_accordian_header">
<a class="collapsed" href="#" id="setup" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
How do I set up my bolt card?
</a>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="faq_accordian_body">
<p>Choose from the <a href="#setup">setup options here</a></p>
<p>Order some Bolt Cards, or blank NFC cards online</p>
</div>
</div>
</div>
<div class="single_faq_accordian fadeInLeft" data--duration="2s" data--delay="0.7s">
<div class="faq_accordian_header">
<a href="#how" class="collapsed" id="headingTwo" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
How does bolt card work?
</a>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
<div class="faq_accordian_body">
<p>Each NFC card is programmed with your bolt card service's lnurlw:// address and some secure keys that generate a new unique hash each time the card is scanned. This means that the card outputs this LNURL and unique numbers to the merchant.</p>
<p>The merchant can then use these values to make a one time call to your bolt card service, after that the card must be tapped again to get fresh values.</p>
<p>The bolt card service then checks the payment value against your payment rules (currently a per tx and per day limits), but in the future this could be whitelisted merchants or any other kind of rules</p>
</div>
</div>
</div>
<div class="single_faq_accordian fadeInLeft" data--duration="2s" data--delay="0.9s">
<div class="faq_accordian_header">
<a href="#merchant" class="collapsed" id="headingThree" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
What does a merchant need to do to accept bolt cards?
</a>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
<div class="faq_accordian_body">
<p>The merchant just needs to use an android device that supports one of the merchant apps or systems mentioned in the about section above.</p>
</div>
</div>
</div>
<div class="single_faq_accordian fadeInLeft" data--duration="2s" data--delay="0.9s">
<div class="faq_accordian_header">
<a href="#why" class="collapsed" id="headingThree" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseThree">
Why accept/use a bolt cards?
</a>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
<div class="faq_accordian_body">
<p>There are many barriers to entry for merchants and users to start accepting bitcoin. Scanning QR codes while pretty quick and compatible gives a bit of a clunky user experience for small payments.</p>
<p>Tapping your bolt card provides a user experience that matches the big payment providers</p>
<p>Not least to mention that the fees for using the Bitcoin Lightning network are now at least a magnitude smaller than the legacy payment providers</p>
<p>TLDR: Cost of business savings for the merchant and the customer!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="faq-right fadeInRight" data--duration="2s" data--delay="0.5s">
<img src="img/Bitcoin-Rocket.png" alt="faqs" class="animation-jump" />
</div>
</div>
</div>
</div>
</section>
<!-- Faq Area End -->
<!-- Subscribe Area Start -->
<section class="pelum-subscribe-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="site-heading fadeInUp" data--duration="2s" data--delay="0.3s">
<h4>Newsletter</h4>
<h2>Subscribe to get updates</h2>
<span class="heading_overlay"></span>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="subscribe-box fadeInUp" data--duration="2s" data--delay="0.3s">
<form action="https://sendy.whitewolftech.com/sendy/subscribe" method="POST" accept-charset="utf-8">
<div class="relative">
<label for="name">Name</label>
<input placeholder="Name" type="text" name="name" id="name"/>
</div>
<div class="relative">
<label for="email">Email</label>
<input placeholder="Email Address" type="email" name="email" id="email"/><br/>
</div>
<div style="display:none;">
<label for="hp">HP</label><br/>
<input type="text" name="hp" id="hp"/>
</div>
<br/>
<input type="hidden" name="list" value="fgYcZPwAWtOYcVwUDudZYg"/>
<input type="hidden" name="subform" value="yes"/>
<input class="pelum-btn" type="submit" name="submit" id="submit"/>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Subscribe Area End -->
<section class="pelum-faq-area" data-scroll-index="4">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="site-heading fadeInUp" data--duration="2s" data--delay="0.3s">
<h4>Thank you</h4>
<h2>Supporters of boltcard.org</h2>
<span class="heading_overlay"></span>
</div>
</div>
<div class="col-md-6 col-sm-12" style="text-align: center;">
<a href="https://whitewolftech.com">
<img src="img/wwt-on-white-sample-crop.png" style="max-width:100%; width:200px" />
</a>
</div>
<div class="col-md-6 col-sm-12" style="text-align: center;">
<a href="https://onesandzeros.nz">
<img src="img/OAZ-Logo.png" style="max-width:100%; width:200px" />
</a>
</div>
</div>
</div>
</section>
<!-- Footer Area Start -->
<footer class="pelum-footer-area">
<div class="ocean">
<div class="wave"></div>
<div class="wave"></div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-box">
<div class="footer-social" >
<ul class="d-flex justify-content-center">
<li class=" fadeInLeft" data--duration="2s" data--delay="0.3s">
<a href="https://github.com/boltcard"><i class="fa fa-git"></i></a>
</li>
<li class=" fadeInLeft" data--duration="2s" data--delay="0.5s">
<a href="https://twitter.com/bolt_card"><i class="fa fa-twitter"></i></a>
</li>
<li class=" fadeInLeft" data--duration="2s" data--delay="0.7s">
<a href="https://t.me/bolt_card"><i class="fa fa-telegram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Area End -->
<!--Jquery js-->
<script src="js/jquery.min.js"></script>
<!-- Popper JS -->
<script src="js/popper.min.js"></script>
<!--Bootstrap js-->
<script src="js/bootstrap.min.js"></script>
<!--ScrollIt js-->
<script src="js/scrollIt.min.js"></script>
<!--Owl-Carousel js-->
<script src="js/owl.carousel.min.js"></script>
<!--Magnific js-->
<script src="js/jquery.magnific-popup.min.js"></script>
<!--Initial js-->
<script src="js/init.js"></script>
<!--Main js-->
<script src="js/main.js"></script>
<script>
const params = new Proxy(new URLSearchParams(window.location.search), {
get: (searchParams, prop) => searchParams.get(prop),
});
let value = params.openFaq;
if (value) {
$('#'+value).addClass('show');
$('#collapseZero').removeClass('show');
}
</script>
</body>
</html>