summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-06-27 00:30:39 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-06-27 00:30:51 +0200
commit37b8b277ef24d52847591d98167a8310a73869b9 (patch)
tree700c2a6ad9d52bd3aa10cc87fa15561ba87df184
parentc2c1641265eb40b9a0139583c4f1a31618590c9d (diff)
downloadwww-37b8b277ef24d52847591d98167a8310a73869b9.tar.gz
www-37b8b277ef24d52847591d98167a8310a73869b9.tar.bz2
www-37b8b277ef24d52847591d98167a8310a73869b9.zip
more tweaks
-rw-r--r--features.html.j220
-rw-r--r--index.html.j211
-rw-r--r--locale/de/LC_MESSAGES/messages.po8
-rw-r--r--locale/en/LC_MESSAGES/messages.po8
-rw-r--r--locale/es/LC_MESSAGES/messages.po8
-rw-r--r--locale/fr/LC_MESSAGES/messages.po8
-rw-r--r--locale/it/LC_MESSAGES/messages.po8
-rw-r--r--locale/pt/LC_MESSAGES/messages.po8
-rw-r--r--locale/ru/LC_MESSAGES/messages.po8
-rw-r--r--styles.css17
10 files changed, 40 insertions, 64 deletions
diff --git a/features.html.j2 b/features.html.j2
index b04fc38a..5be9b6a2 100644
--- a/features.html.j2
+++ b/features.html.j2
@@ -11,21 +11,21 @@
<div class="row">
<div class="col">
- <p>GNU Taler is a privacy-preserving payment system. Customers can stay
+ <p>GNU Taler is a <span class="tlr">privacy-preserving</span> payment system. Customers can stay
anonymous, but merchants can not hide their income through payments with GNU Taler.
-This helps to avoid tax evasion and money laundering.</p>
+This helps to <span class="tlr">avoid tax evasion and money laundering</span>.</p>
- <p> The primary use case of GNU Taler is payments; it is not meant as a
-store of value. Payments are always backed by an existing currency.</p>
+ <p> The primary use case of GNU Taler is <span class="tlr">payments</span>; it is <span class="tlr">not meant as a
+store</span> of value. Payments are always backed by an existing currency.</p>
- <p>Payment are made after converting existing money into <em>electronic money</em> with the help of
- an Exchange, that is, a payment service provider for Taler.</p>
+ <p>Payment are made after <span class="tlr">exchanging existing money</span> into <em>electronic money</em> with the help of
+ an Exchange service, that is, a payment service provider for Taler.</p>
- <p>When making a payment, customers only need a charged wallet. A merchant can accept payments without
- making their customers register on the merchant's Website, as payments are stored in the wallet.</p>
+ <p>When making a payment, customers only need a charged wallet. A merchant can accept payments <span class="tlr">without
+ making their customers register</span> on the merchant's Website.</p>
- <p>GNU Taler is resistent against many types of fraud, such as phishing of credit card information
- or chargeback fraud. In case of loss or theft, only the limited amount of money left in the wallet will be gone.
+ <p>GNU Taler is <span class="tlr">immune against many types of fraud</span>, such as phishing of credit card information
+ or chargeback fraud. In case of loss or theft, only the limited amount of money left in the wallet might be gone.
</p>
</div>
<div class="col">
diff --git a/index.html.j2 b/index.html.j2
index 9f798a55..2f5a42c5 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -20,18 +20,19 @@
<div class="row">
<div class="col">
- <h2>{{ _("GNU Taler is a payment system that makes privacy-friendly online transactions fast and easy.") }}</h1>
+ <h2>We provide a payment system that makes <span class="tlr">privacy-friendly</span> online transactions
+ <span class="tlr">fast and easy</span>.</h2>
<ul class="checklist">
<li><img class="checkmark" src="../images/checkmark.png">
Payments without registration</li>
<li><img class="checkmark" src="../images/checkmark.png">
- Data protection (GDPR) compliance by default</li>
+ Data protection by default</li>
<li><img class="checkmark" src="../images/checkmark.png">
- Many types of fraud eliminated by design, reduced loss in case of data theft</li>
- <li><img class="checkmark" src="../images/checkmark.png">
- Empowers communities to run their own, sovereign payment infrastructure</li>
+ Fraud eliminated by design</li>
<li><img class="checkmark" src="../images/checkmark.png">
Not a new currency!</li>
+ <li><img class="checkmark" src="../images/checkmark.png">
+ Empowers communities to run their own payment infrastructure</li>
</ul>
<form action="https://demo.taler.net/" style="display:inline;"><button type="submit" class="btn btn-primary">Try Demo!</button></form>
<form action="https://docs.taler.net/" style="display:inline;"><button type="submit" class="btn btn-secondary">Read Docs</button></form>
diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po
index f76b1e0d..430c309b 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-06-25 21:43+0200\n"
+"POT-Creation-Date: 2019-06-25 21:47+0200\n"
"PO-Revision-Date: 2017-06-02 09:46+0100\n"
"Last-Translator: Stefan Kügel <skuegel@web.de>\n"
"Language-Team: de <LL@li.org, de@taler.net>\n"
@@ -1931,12 +1931,6 @@ msgstr ""
msgid "Screenshots"
msgstr ""
-#: index.html.j2:23
-msgid ""
-"GNU Taler is a payment system that makes privacy-friendly online "
-"transactions fast and easy."
-msgstr ""
-
#: investors.html.j2:6
msgid "Invest in Taler!"
msgstr "In Taler investieren!"
diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po
index 1d904503..30bbb77a 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-06-25 21:43+0200\n"
+"POT-Creation-Date: 2019-06-25 21:47+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL@li.org>\n"
@@ -1285,12 +1285,6 @@ msgstr ""
msgid "Screenshots"
msgstr ""
-#: index.html.j2:23
-msgid ""
-"GNU Taler is a payment system that makes privacy-friendly online "
-"transactions fast and easy."
-msgstr ""
-
#: investors.html.j2:6
msgid "Invest in Taler!"
msgstr ""
diff --git a/locale/es/LC_MESSAGES/messages.po b/locale/es/LC_MESSAGES/messages.po
index ca34c6d9..15b95657 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-06-25 21:43+0200\n"
+"POT-Creation-Date: 2019-06-25 21:47+0200\n"
"PO-Revision-Date: 2017-08-10 06:24+0200\n"
"Last-Translator: \n"
"Language-Team: es <LL@li.org>\n"
@@ -1638,12 +1638,6 @@ msgstr ""
msgid "Screenshots"
msgstr ""
-#: index.html.j2:23
-msgid ""
-"GNU Taler is a payment system that makes privacy-friendly online "
-"transactions fast and easy."
-msgstr ""
-
#: investors.html.j2:6
msgid "Invest in Taler!"
msgstr "¡Invierta en Taler!"
diff --git a/locale/fr/LC_MESSAGES/messages.po b/locale/fr/LC_MESSAGES/messages.po
index 07398b9e..554de076 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-06-25 21:43+0200\n"
+"POT-Creation-Date: 2019-06-25 21:47+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: fr <LL@li.org>\n"
@@ -1313,12 +1313,6 @@ msgstr ""
msgid "Screenshots"
msgstr ""
-#: index.html.j2:23
-msgid ""
-"GNU Taler is a payment system that makes privacy-friendly online "
-"transactions fast and easy."
-msgstr ""
-
#: investors.html.j2:6
msgid "Invest in Taler!"
msgstr ""
diff --git a/locale/it/LC_MESSAGES/messages.po b/locale/it/LC_MESSAGES/messages.po
index 9c13df36..47b4d9d3 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-06-25 21:43+0200\n"
+"POT-Creation-Date: 2019-06-25 21:47+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: it <LL@li.org>\n"
@@ -1644,12 +1644,6 @@ msgstr ""
msgid "Screenshots"
msgstr ""
-#: index.html.j2:23
-msgid ""
-"GNU Taler is a payment system that makes privacy-friendly online "
-"transactions fast and easy."
-msgstr ""
-
#: investors.html.j2:6
msgid "Invest in Taler!"
msgstr "Investi in Taler! "
diff --git a/locale/pt/LC_MESSAGES/messages.po b/locale/pt/LC_MESSAGES/messages.po
index 3e3aaf96..a6afab1a 100644
--- a/locale/pt/LC_MESSAGES/messages.po
+++ b/locale/pt/LC_MESSAGES/messages.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU taler master\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-06-25 21:43+0200\n"
+"POT-Creation-Date: 2019-06-25 21:47+0200\n"
"PO-Revision-Date: 2018-01-28 15:27-0200\n"
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
"Language-Team: Brazilian Portuguese\n"
@@ -1616,12 +1616,6 @@ msgstr ""
msgid "Screenshots"
msgstr ""
-#: index.html.j2:23
-msgid ""
-"GNU Taler is a payment system that makes privacy-friendly online "
-"transactions fast and easy."
-msgstr ""
-
#: investors.html.j2:6
msgid "Invest in Taler!"
msgstr "Invista no Taler!"
diff --git a/locale/ru/LC_MESSAGES/messages.po b/locale/ru/LC_MESSAGES/messages.po
index 8556434e..52b3d6dc 100644
--- a/locale/ru/LC_MESSAGES/messages.po
+++ b/locale/ru/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-06-25 21:43+0200\n"
+"POT-Creation-Date: 2019-06-25 21:47+0200\n"
"PO-Revision-Date: 2017-12-29 11:14+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: ru <LL@li.org>\n"
@@ -1291,12 +1291,6 @@ msgstr ""
msgid "Screenshots"
msgstr ""
-#: index.html.j2:23
-msgid ""
-"GNU Taler is a payment system that makes privacy-friendly online "
-"transactions fast and easy."
-msgstr ""
-
#: investors.html.j2:6
msgid "Invest in Taler!"
msgstr ""
diff --git a/styles.css b/styles.css
index 2534c977..d0d424d2 100644
--- a/styles.css
+++ b/styles.css
@@ -148,3 +148,20 @@ footer {
list-style-type: none;
padding-left: 0px;
}
+
+.tlr {
+ display: inline-block;
+ position: relative;
+}
+
+.tlr::before {
+ content: "";
+ position: absolute;
+ width: 100%;
+ height: 25%;
+ bottom: 0;
+ left: 0.2em;
+ background: rgba(170, 57, 57, 0.3);
+ z-index: -1;
+}
+