From c2c1641265eb40b9a0139583c4f1a31618590c9d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 25 Jun 2019 21:45:56 +0200 Subject: redesign attempt --- about.html.j2 | 8 + citizens.html.j2 | 143 ---- common/footer.j2.inc | 50 +- common/navigation.j2.inc | 21 +- design.html.j2 | 150 ++++ features.html.j2 | 159 +++++ images/checkmark.png | Bin 0 -> 45757 bytes images/diagram-complex.png | Bin 0 -> 92907 bytes images/diagram-simple.png | Bin 0 -> 94255 bytes images/stock1.jpg | Bin 0 -> 5614173 bytes index.html.j2 | 161 +---- locale/de/LC_MESSAGES/messages.po | 1364 +++++++++++++++++++++---------------- locale/en/LC_MESSAGES/messages.po | 557 ++++++++------- locale/es/LC_MESSAGES/messages.po | 945 ++++++++++++++----------- locale/fr/LC_MESSAGES/messages.po | 568 ++++++++------- locale/it/LC_MESSAGES/messages.po | 962 +++++++++++++++----------- locale/pt/LC_MESSAGES/messages.po | 909 ++++++++++++++---------- locale/ru/LC_MESSAGES/messages.po | 557 ++++++++------- news.html.j2 | 22 + news.html.j2.inc | 9 - styles.css | 62 +- web-common | 2 +- 22 files changed, 3654 insertions(+), 2995 deletions(-) delete mode 100644 citizens.html.j2 create mode 100644 design.html.j2 create mode 100644 features.html.j2 create mode 100644 images/checkmark.png create mode 100644 images/diagram-complex.png create mode 100644 images/diagram-simple.png create mode 100644 images/stock1.jpg create mode 100644 news.html.j2 delete mode 100644 news.html.j2.inc diff --git a/about.html.j2 b/about.html.j2 index 2543db50..c931eed1 100644 --- a/about.html.j2 +++ b/about.html.j2 @@ -1,6 +1,14 @@ {% extends "common/base.j2" %} {% block body_content %}
+
+
+

GNU Taler: Team

+ GNU Taler is proudly brought to you by the humans on this page. To contact the whole team, please + write to contact@taler.net. +
+
+

Dr. Christian Grothoff

diff --git a/citizens.html.j2 b/citizens.html.j2 deleted file mode 100644 index 4b6a175b..00000000 --- a/citizens.html.j2 +++ /dev/null @@ -1,143 +0,0 @@ -{% extends "common/base.j2" %} -{% block body_content %} -
-
-

{{ _("Advantages for Citizens") }}

- -
-

- {% trans %} - Taler largely functions like digital cash. You - withdraw money from your bank account into your - electronic wallet, and can henceforth spend digital - cash. The electronic wallet can carry multiple - currencies. - {% endtrans %} -

-
-
-
- -
- -
-
-

{{ _("Secure") }}

- -

{{ _("Taler uses modern cryptography, ensuring that there - is no counterfeit. Your digital wallet is safer - than your physical wallet. At most, you can lose - its contents because your computer or mobile is - irreparably damaged or compromised. Unlike a - physical wallet, you can make backups to secure - against data loss.") }}

- -
-
-

{{ _("Private") }}

- -

{{ _("Your transactions are private, neither the payment - service provider nor merchant needs to learn your - identity. There is no need to give out credit card - numbers or other sensitive information. The merchant - will only be able to do exactly the transaction you - agreed to.") }}

- -
-
-
-
-

{{ _("Convenient") }}

- -

{{ _("You will be able to withdraw money to replenish the - digital coins in your wallet using your credit card - or wire transfers. Afterwards you can pay with - one-click using the Taler wallet, which optionally - keeps your transaction history on your computer.") - }}

- -
-
-

{{ _("Stable") }}

- -

{{ _("Coins in your digital wallet will be of the same - denomination as the cash in your physical wallet. - Taler is not a crypto-currency, so you do not have - to worry about crypto-currency related value - fluctuations. Banking with Taler is subject to the - usual government protections for financial - services.") }}

- -
-
-
- -
-
-
-
-

{{ _("Wallet Browser Extension") }}

-

- {% trans %} - We currently provide a wallet browser extension for Chromium, Chrome, Firefox, Opera - and Edge. Wallets for mobile phones and other platforms will be available in the future. - {% endtrans %} -

-
-
-

{{ _("Taler Demo") }}

-

- {% trans %} - You can see how Taler works in practice by visiting our demo page. - {% endtrans %} -

-
-
-
-
- - -
- -
-

{{ _("The Taler Wallet for customers") }}

- -

{{ _("Customers interact with the Taler system using - the Taler wallet:") }}

- -
    - -
  • {{ _("To withdraw electronic coins, the customer - transfers funds from his bank account to the Taler - payment service provider (the exchange). The wire - transfer subject must match a code identifying the - customer's wallet. After the wire transfer is - complete, the wallet will automatically withdraw the - coins from the exchange.") }}
  • - -
  • {{ _("To spend electronic coins, a merchant must - cause the wallet to display a proposal for some - purchase. The wallet will ask the customer for - one-click confirmation. Payment is then instant. - Transaction histories and digitally signed contracts - can be preserved by the wallet.") }}
  • - -
  • {{ _("The customer can use the wallet to review his - balance. The wallet can contain different - currencies, and may be shared across - devices. Customers can make backups of the wallet to - secure its contents against hardware failures.") - }}
  • - -
-
- -
- {{ _( -
- -
- -{% endblock body_content %} diff --git a/common/footer.j2.inc b/common/footer.j2.inc index c516f6d4..290e5c02 100644 --- a/common/footer.j2.inc +++ b/common/footer.j2.inc @@ -1,32 +1,32 @@