From 52afe885ecba97d8a59e9f1ed74c15334b5ac193 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 17:30:09 +0200 Subject: improving landing template --- talermerchantdemos/landing/templates/index.html.j2 | 62 ++++++++++------------ 1 file changed, 28 insertions(+), 34 deletions(-) (limited to 'talermerchantdemos/landing/templates') diff --git a/talermerchantdemos/landing/templates/index.html.j2 b/talermerchantdemos/landing/templates/index.html.j2 index 100aa4c..84d46fe 100644 --- a/talermerchantdemos/landing/templates/index.html.j2 +++ b/talermerchantdemos/landing/templates/index.html.j2 @@ -1,9 +1,11 @@ {% extends "templates/base.html.j2" %} {% block main %}
-

{{ gettext("Step 1: Install the Taler wallet")}}

- {{ gettext('Install the wallet from the installation page.").format(link="https://wallet.taler.net/") + "
" + - gettext('Installation only takes one click.') }} +

{{ gettext("Step 1: Install the Taler wallet") }}

+ {{ + gettext('Install the wallet from the installation page.').format(link="https://wallet.taler.net/") + "
" + + gettext('Installation only takes one click.') + }}

You do not have a wallet installed yet.

@@ -17,9 +19,9 @@

{{ gettext("Step 2: Withdraw coins") }}

{{ - gettext('Next you can withdraw coins into your wallet by going to our bank.').format(bank=bank_url) + "
" + - gettext('In this demo you are paying with {currency}, an imaginary currency.').format(currency=merchant_currency) + "
" + - gettext('When you create an account at our bank, you will receive 100 {currency} for free.').format(currency=merchant_currency) + gettext('Next you can withdraw coins into your wallet by going to our bank.').format(bank=bank_url) + "
" + + gettext('In this demo you are paying with {currency}, an imaginary currency.').format(currency=merchant_currency) + "
" + + gettext('When you create an account at our bank, you will receive 100 {currency} for free.').format(currency=merchant_currency) }}

@@ -29,54 +31,46 @@

{{ gettext("Step 3: Pay") }}

- {{ gettext("We have two demo merchants where you can spend your coins:") }} + {{ + gettext("We have two demo merchants where you can spend your coins:") + }}
  • {{ - gettext('At the essay store, where you can pay in {currency} for individual chapters of Richard Stallman's book "Free Software, Free Society".').format(blog=merchant_blog_url,currency=merchant_currency) + "
    " + - gettext('The book is also available for free at the FSF.').format(fsf="http://www.fsf.org/") + gettext('At the essay store you can pay in {currency} for individual chapters of Richard Stallman's book "Free Software, Free Society".').format(blog=merchant_blog_url,currency=merchant_currency) + "
    " + + gettext('The book is also available for free at the FSF.').format(fsf="http://www.fsf.org/") }}
  • {{ - gettext('At the project donation website you can show respect to a software project of your choice by donating {currency} to them.').format(donations=merchant_donations_url,currency=merchant_currency) + gettext('At the project donation website you can show respect to a software project of your choice by donating {currency} to them.').format(donations=merchant_donations_url,currency=merchant_currency) }}

{{ gettext("Step 4: Check money flow") }}

-
    -
  • - {{ - gettext('To check if people who received your Taler payment got eventually paid by the exchange via a wire transfer visit the public accounts page at the bank.').format(bank=bank_url) + "
    " + - gettext('Note that only accounts set to be publicly viewable are shown on that page.') - }} -
  • -
-
+ {{ + gettext('To check if people who received your Taler payment got eventually paid by the exchange via a wire transfer visit the public accounts page at the bank.').format(bank=bank_url) + "
" + + gettext('Note that only accounts set to be publicly viewable are shown on that page.') + }} +

{{ gettext("Step 5: Survey") }}

- + {{ + gettext("Websites can give tips to visitors for completing tasks.") + "
" + + gettext('Go earn some coins by filling in our survey.').format(url=merchant_survey_url) + }}

{{ gettext("Step 6: Reach out to us") }}

- {{ gettext('Let us know what you think by contacting us.').format(link="mailto:demo-feedback@taler.net") }} + {{ + gettext('Let us know what you think by contacting us.').format(link="mailto:demo-feedback@taler.net") + }}
{% endblock %} -- cgit v1.2.3