Update Bitcoin Address (#790)

This commit is contained in:
Jonah Aragon 2019-03-30 09:43:21 -05:00 committed by Burung Hantu
parent 1916fc042b
commit 1c29962208
2 changed files with 4 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -11,15 +11,13 @@ active_page: donate
<h1>Please Donate</h1> <h1>Please Donate</h1>
<p>Our website is free of advertisement and not affiliated with any listed providers.<br>Your donation will cover our cost for server, domains, coffee, beer and pizza.</p> <p>Our website is free of advertisement and not affiliated with any listed providers.<br>Your donation will cover our cost for server, domains, coffee, beer and pizza.</p>
<h2>Bitcoin:</h2> <h2>Bitcoin:</h2>
<a href="bitcoin:1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)" target="_blank"> <a href="bitcoin:31xuA5yEvBaAxqspKx2AwJx5yoEspGpypw?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)" target="_blank">
<img src="assets/img/layout/qr.png"> <img style="margin:1em" src="assets/img/layout/qr.png">
</a> </a>
</p>
<div class="form-group"> <div class="form-group">
<input id="address" type="text" value="1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt" onclick="this.focus();this.select()" class="form-control text-center"> <input id="address" type="text" value="31xuA5yEvBaAxqspKx2AwJx5yoEspGpypw" onclick="this.focus();this.select()" class="form-control text-center">
<label for="address">For easy copy and paste. <a href="bitcoin:1N4bKCx3kpvUTBhsvbmthPDssN8ATPEhgt?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)">Or use this link.</a></label> <label for="address">For easy copy and paste. <a href="bitcoin:31xuA5yEvBaAxqspKx2AwJx5yoEspGpypw?message=privacytools.io%20(Coffee,%20Beer%20and%20Pizza)">Or use this link.</a></label>
</div> </div>
</p>
<p> <p>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5G9CBU8P6F4K2" target="_blank"><img src="assets/img/layout/PayPal.png"></a> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5G9CBU8P6F4K2" target="_blank"><img src="assets/img/layout/PayPal.png"></a>
</p> </p>