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 5b81ca3120 - Show all commits

View File

@@ -18,9 +18,10 @@ permalink: /donate/
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>
<div class="col-sm-8">
<input id="BTC" type="text" value="1C3MVvvJwfEiS5KQmZzJkiVq7obYi2zRqb" onclick="this.focus();this.select()" class="form-control input-lg" readonly> <a href="/assets/img/qr/BTC.png"><i class="fa fa-qrcode"></i></a>
<div class="col-sm-7">
<input id="BTC" type="text" value="1C3MVvvJwfEiS5KQmZzJkiVq7obYi2zRqb" onclick="this.focus();this.select()" class="form-control input-lg" readonly>
</div>
<div class="col-sm-1"><a href="/assets/img/qr/BTC.png"><i class="fa fa-qrcode"></i></a></div>
</div>
<div class="form-group row">