diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-12-24 03:32:22 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-01-02 00:13:30 +0300 |
commit | 8acb898a2f2730e2a853c844f0e8b9bb2d690f49 (patch) | |
tree | 8adc60ea6bf248622973af99e8e54c80623a86cd /templates/donate.html | |
parent | 89b0939c584df21981d65511576a6272ce57cdbd (diff) | |
download | yaroslavps.com-8acb898a2f2730e2a853c844f0e8b9bb2d690f49.tar.gz yaroslavps.com-8acb898a2f2730e2a853c844f0e8b9bb2d690f49.zip |
Huge html+css revamp
* Plus added links to new photo gallery and donate page.
* Title fix
Diffstat (limited to 'templates/donate.html')
-rw-r--r-- | templates/donate.html | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/templates/donate.html b/templates/donate.html index 3c5df03..18cab1d 100644 --- a/templates/donate.html +++ b/templates/donate.html @@ -10,31 +10,29 @@ Yaroslav's tip page {% endif %} </h1> - <a href="/"> - {% if lang == "ru" %} - Вернуться на главную - {% elif lang == "es" %} - Regresar a la página de inicio - {% else %} - Go back to home page - {% endif %} - </a> + {% if lang == "ru" %} + <p>вернуться на <a href="/">главную страницу Ярослава</a></p> + {% elif lang == "es" %} + <p>regresar a <a href="/">la página de inicio de Yaroslav</a></p> + {% else %} + <p>back to <a href="/">Yaroslav's homepage</a></p> + {% endif %} <p> {% if lang == "ru" %} Если вам нравится мой сайт или то, чем я занимаюсь, вы можете мне - отправить пожертвование. У меня временно проблемы с Paypal'ом, - поэтому пока только принимаю пожертвования на Биткойн и Monero. + отправить пожертвование. {% elif lang == "es" %} Si te gusta mi sitio web o lo que hago en general, puedes dejarme - una propina. Por el momento tengo problemas con Paypal, por lo tanto - sólo estoy recibiendo donaciones a través de Bitcoin y Monero. + una propina. {% else %} If you like my site or any of the things that I do, you can leave me - a tip. Currently I am having some troubles with Paypal, so Bitcoin - and Monero are the only two methods available at the moment for - receiving donations. + a tip. {% endif %} </p> + <h2>Paypal</h2> + <img class="cryptoqr" src="{{ get_url(path="img/paypal.png") }}"> + <br> + <a href="https://paypal.me/yaroslavps">https://paypal.me/yaroslavps</a> <h2> <span class="icon"> <img src="{{ get_url(path="svg/icons/btc.svg") }}"/> |