mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 07:47:48 +00:00
contributing: fix monero qr code and add alt text
This commit is contained in:
parent
61d801d5a6
commit
dee975bf0c
4 changed files with 8 additions and 2 deletions
|
@ -421,6 +421,8 @@ contributing:
|
|||
sponsor_p: You can also support Monero through a sponsorship program. See the dedicated
|
||||
sponsor_link: Sponsorships page
|
||||
sponsor_p2: for more info.
|
||||
altqrmonero: Monero QR code
|
||||
altqrbitcoin: Bitcoin QR code
|
||||
|
||||
faq:
|
||||
intro: Find answers to recurring questions and concerns about Monero.
|
||||
|
|
|
@ -4280,6 +4280,10 @@ p.hangouts-social {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.contribute img.qr {
|
||||
max-width: 15rem;
|
||||
}
|
||||
|
||||
/**************************MONERO PROJECT***********************/
|
||||
|
||||
.monero-project p {
|
||||
|
|
|
@ -76,10 +76,10 @@ permalink: /get-started/contributing/index.html
|
|||
</div><br>
|
||||
<div class="row center-xs">
|
||||
<div class="col-lg-6">
|
||||
<img src="/img/donate-monero.png" alt=""/>
|
||||
<img class="qr" src="/img/donate-monero.png" alt="{% t contributing.altqrmonero %}"/>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<img src="/img/donate-bitcoin.png" alt=""/>
|
||||
<img class="qr" src="/img/donate-bitcoin.png" alt="{% t contributing.altqrbitcoin %}"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row start-xs">
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 11 KiB |
Loading…
Reference in a new issue