contributing: fix monero qr code and add alt text

This commit is contained in:
erciccione 2021-12-22 18:15:01 +00:00
parent 61d801d5a6
commit dee975bf0c
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
4 changed files with 8 additions and 2 deletions

View file

@ -421,6 +421,8 @@ contributing:
sponsor_p: You can also support Monero through a sponsorship program. See the dedicated sponsor_p: You can also support Monero through a sponsorship program. See the dedicated
sponsor_link: Sponsorships page sponsor_link: Sponsorships page
sponsor_p2: for more info. sponsor_p2: for more info.
altqrmonero: Monero QR code
altqrbitcoin: Bitcoin QR code
faq: faq:
intro: Find answers to recurring questions and concerns about Monero. intro: Find answers to recurring questions and concerns about Monero.

View file

@ -4280,6 +4280,10 @@ p.hangouts-social {
margin: 0; margin: 0;
} }
.contribute img.qr {
max-width: 15rem;
}
/**************************MONERO PROJECT***********************/ /**************************MONERO PROJECT***********************/
.monero-project p { .monero-project p {

View file

@ -76,10 +76,10 @@ permalink: /get-started/contributing/index.html
</div><br> </div><br>
<div class="row center-xs"> <div class="row center-xs">
<div class="col-lg-6"> <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>
<div class="col-lg-6"> <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> </div>
<div class="row start-xs"> <div class="row start-xs">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 11 KiB