gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] 02/02: more tweaks


From: gnunet
Subject: [GNUnet-SVN] [taler-www] 02/02: more tweaks
Date: Thu, 27 Jun 2019 00:31:13 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch stable
in repository www.

commit 37b8b277ef24d52847591d98167a8310a73869b9
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jun 27 00:30:39 2019 +0200

    more tweaks
---
 features.html.j2                  | 20 ++++++++++----------
 index.html.j2                     | 11 ++++++-----
 locale/de/LC_MESSAGES/messages.po |  8 +-------
 locale/en/LC_MESSAGES/messages.po |  8 +-------
 locale/es/LC_MESSAGES/messages.po |  8 +-------
 locale/fr/LC_MESSAGES/messages.po |  8 +-------
 locale/it/LC_MESSAGES/messages.po |  8 +-------
 locale/pt/LC_MESSAGES/messages.po |  8 +-------
 locale/ru/LC_MESSAGES/messages.po |  8 +-------
 styles.css                        | 17 +++++++++++++++++
 10 files changed, 40 insertions(+), 64 deletions(-)

diff --git a/features.html.j2 b/features.html.j2
index b04fc38..5be9b6a 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 9f798a5..2f5a42c 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 f76b1e0..430c309 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 <address@hidden>\n"
 "Language-Team: de <address@hidden, address@hidden>\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 1d90450..30bbb77 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 <address@hidden>\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 ca34c6d..15b9565 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 <address@hidden>\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 07398b9..554de07 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 <address@hidden>\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 9c13df3..47b4d9d 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 <address@hidden>\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 3e3aaf9..a6afab1 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 <address@hidden>\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 8556434..52b3d6d 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 <address@hidden>\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 2534c97..d0d424d 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;
+}
+

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]