summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/crypto.html
blob: a7434c3cdeb8dfd0812e95403109626f72e07a7d (plain)
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
<style>
.cryptocontainer {
    display: flex ;
    flex-wrap: wrap ;
    justify-content: center ;
}
.cryptoinfo {
    max-width: 350px ;
    text-align: center ;
    padding-left: 10px ;
    padding-right: 10px ;
}
.cryptoinfo code {
	font-size: small ;
	overflow-wrap: break-word ;
}
.qr {
    max-height: 200px ;
}
</style>
<div class=cryptocontainer>
<div class=cryptoinfo>
<img style="max-height:1em;max-width:1em;display:inline" src=/pix/xmr.svg> Monero </br>
<code style="font-size:xx-small;overflow-wrap:break-word;">84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg</code></br>
<a href=/pix/monero-based-cooking.png><img class=qr src=/pix/monero-based-cooking.png></a>
</div>
<div class=cryptoinfo>
<img style="max-height:1em;max-width:1em;display:inline" src=/pix/btc.svg> Bitcoin </br>
<code style="font-size:small;overflow-wrap:break-word;">bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w</code></br>
<a href=/pix/bitcoin-based-cooking.png><img class=qr src=/pix/bitcoin-based-cooking.png></a>
</div>
</div>