alpakas-theme/content/includes/explain-lightning.blade.php

41 lines
1.8 KiB
PHP

<div id="explain-lightning" class="modal fade bd-example-modal-xl" tabindex="-1" role="dialog" aria-labelledby="myExtraLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">How to pay a Lightning Invoice?</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body text-center">
<div class="row" style="color: black">
<div class="col-12">
<h5>1. Get a Lightning Wallet</h5>
Free download for Android & iOS:
<br>
<a href="https://walletofsatoshi.com/" target="_blank">walletofsatoshi.com <i class="fal fa-external-link"></i></a>
<br>
<br>
<br>
</div>
<div class="col-12">
<h5>2. Get some Satoshis</h5>
You have to have a Balance to pay for products and services. You can top-up Wallet of Satoshi with Bitcoin.
<br>
<br>
<br>
</div>
<div class="col-12">
<h5>3. Scan & Pay Invoice</h5>
Scan the QR Code with Wallet of Satoshi and authorize the payment in the app. The Content is then displayed, once the payment got confirmed.
<br>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>