forked from organicmaps/website
USD Stripe donations
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
2fbfef6cd9
commit
15d32cce83
3 changed files with 8 additions and 1 deletions
|
@ -24,6 +24,7 @@ paths = "safe"
|
|||
|
||||
[extra]
|
||||
stripe = "https://donate.organicmaps.app/"
|
||||
stripe_usd = "https://donate-usd.organicmaps.app/"
|
||||
|
||||
# Default English translation
|
||||
[translations]
|
||||
|
|
|
@ -75,6 +75,11 @@ strong {
|
|||
background-color: white;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.donate_currency {
|
||||
position: absolute;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
#screenshots img {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
<a href="https://donate.organicmaps.ru" title="По карте МИР в рублях"><img id="mir" src="/images/donates/mir.svg" alt="По карте МИР в рублях"></a>
|
||||
<a href="https://t.me/OrganicMapsRu/29441" title="Telegram по карте МИР в рублях"><img id="telegramRu" src="/images/donates/telegram.svg" alt="Telegram по карте МИР в рублях"></a>
|
||||
{% endif -%}
|
||||
<a href="{{ config.extra.stripe | safe }}" title="Credit/Debit Card"><img src="/images/donates/visa_mc.svg" alt="Credit/Debit Card"></a>
|
||||
<a href="{{ config.extra.stripe | safe }}" title="Credit/Debit Card (Euro €)"><span class="donate_currency">€</span><img src="/images/donates/visa_mc.svg" alt="Credit/Debit Card (Euro €)"></a>
|
||||
<a href="{{ config.extra.stripe_usd | safe }}" title="Credit/Debit Card (USD $)"><span class="donate_currency">$</span><img src="/images/donates/visa_mc.svg" alt="Credit/Debit Card (USD $)"></a>
|
||||
<a href="{{ config.extra.stripe | safe }}" title="Apple Pay" id="applePay"><img src="/images/donates/apple.svg" alt="Apple Pay"></a>
|
||||
<a href="{{ config.extra.stripe | safe }}" title="Google Pay" id="googlePay"><img src="/images/donates/google.svg" alt="Google Pay"></a>
|
||||
<form action="https://www.paypal.com/donate" method="post" target="_blank" title="PayPal">
|
||||
|
|
Loading…
Add table
Reference in a new issue