Add QR Codes #851

Merged
privacytoolsIO merged 6 commits from QR into master 2019-04-11 00:25:20 +00:00
Showing only changes of commit 9850065125 - Show all commits

View File

@@ -17,8 +17,7 @@ permalink: /donate/
<div class="col-md-12 col-lg-8 offset-lg-2 text-right">
Review

If you move this icon to after the label, like Bitcoin (BTC) [qr icon] I think that'd look good.

If you move this icon to after the label, like `Bitcoin (BTC) [qr icon]` I think that'd look good.
<div class="form-group row">
<label for="BTC" class="col-sm-4 col-form-label"><strong>Bitcoin (BTC)</strong></label>
<a href="/assets/img/qr/BTC.png"><i class="fa fa-qrcode"></i></a>
<label for="BTC" class="col-sm-4 col-form-label"><strong>Bitcoin (BTC)</strong> <a href="/assets/img/qr/BTC.png"><i class="fa fa-qrcode fa-2x"></i></a></label>
<div class="col-sm-8">
<input id="BTC" type="text" value="1C3MVvvJwfEiS5KQmZzJkiVq7obYi2zRqb" onclick="this.focus();this.select()" class="form-control input-lg" readonly>
</div>