summaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-06 01:15:28 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-06 01:15:28 +0100
commita545f9be30831d9a3c7bd4c232fa1b9f7e870a14 (patch)
treed315d8ef22e724e5ee7adaf2a478989d7bd58d7c /index.html.j2
parent09b66c48c46df3617fd67b242ffa9157741d28d6 (diff)
downloadwww-a545f9be30831d9a3c7bd4c232fa1b9f7e870a14.tar.gz
www-a545f9be30831d9a3c7bd4c232fa1b9f7e870a14.tar.bz2
www-a545f9be30831d9a3c7bd4c232fa1b9f7e870a14.zip
advantages instead of acronym expansion
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j276
1 files changed, 46 insertions, 30 deletions
diff --git a/index.html.j2 b/index.html.j2
index 32cd752f..3bf882c4 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -1,33 +1,34 @@
{% extends "common/base.j2" %}
{% block body_content %}
- <div class="container c_intro">
- <!-- Jumbotron -->
- <div class="jumbotron">
- <img align="middle" alt="Taler logo" width="33%" src="{{ url('taler-big.svg') }}" style="margin: 0px 0px -120px 0px;">
- </div>
- <div class="jumbotron">
- <h1>{{ _("Independent One-Click Payments!") }}</h1>
-
- <p>
- {% trans %}
- Taler is an electronic payment system under
- development
- at <a href="http://www.inria.fr/">Inria</a>. We expect to make it operational in 2017.
- Meanwhile you can learn about Taler on this website, try the <a href="https://demo.taler.net\">demo</a>
- and look at our <a href="https://docs.taler.net\">developer</a> and <a href="https://api.taler.net">API</a> documentation.
- {% endtrans %}
- </p>
-
- </div>
+<div class="container c_intro">
+ <!-- Jumbotron -->
+ <div class="jumbotron">
+ <img align="middle" alt="Taler logo" width="33%" src="{{ url('taler-big.svg') }}" style="margin: 0px 0px -120px 0px;">
+ </div>
+ <div class="jumbotron">
+ <h1>{{ _("Independent One-Click Payments!") }}</h1>
+ <p>
+ {% trans %}
+ Taler is an electronic payment system under
+ development
+ at <a href="http://www.inria.fr/">Inria</a>. We expect to make it operational in 2017.
+ Meanwhile you can learn about Taler on this website, try the <a href="https://demo.taler.net\">demo</a>
+ and look at our <a href="https://docs.taler.net\">developer</a> and <a href="https://api.taler.net">API</a> documentation.
+ {% endtrans %}
+ </p>
+
</div>
+</div>
<div class="contianer-fluid c_acronym">
<div class="container">
+ <h2>Advantages of Taler</h2>
+
<div class="row">
<div class="col-lg-4">
- <h2>{{ _("Taxable") }}</h2>
+ <strong>{{ _("Taxable") }}</strong>
<p>
{% trans %}
@@ -39,8 +40,7 @@
</div>
<div class="col-lg-4">
- <h2>{{ _("Privacy-friendly") }}</h2>
-
+ <strong>{{ _("Privacy-friendly") }}</strong>
<p>
{% trans %}
When you pay with Taler, your identity does not
@@ -53,15 +53,15 @@
</div>
<div class="col-lg-4">
- <h2>{{ _("<b>L</b>ibre") }}</h2>
+ <strong>{{ _("Libre") }}</strong>
<p>
{% trans %}
- Taler is free software
- from <a href="http://www.gnu.org/">the GNU project</a>
- implementing an open protocol. Anybody
- is welcome to inspect our code and integrate our
- reference implementation into their applications.
+ Taler provides protocols and reference implementations that in
+ principle enables everybody to run their own payment infrastructure,
+ be it individuals, organizations or whole countries. Since the
+ reference implementation is a <a href="http://www.gnu.org/">GNU</a>
+ package, it will always remain free software.
{% endtrans %}
</p>
@@ -69,7 +69,7 @@
</div>
<div class="row">
<div class="col-lg-4">
- <h2>{{ _("<b>E</b>lectronic") }}</h2>
+ <strong>{{ _("Practical") }}</strong>
<p>
{% trans %}
@@ -82,7 +82,7 @@
</div>
<div class="col-lg-4">
- <h2>{{ _("<b>R</b>eserves") }}</h2>
+ <strong>{{ _("Stable") }}</strong>
<p>
{% trans %}
@@ -96,9 +96,25 @@
</p>
</div>
+ <div class="col-lg-4">
+ <strong>{{ _("Security-focused") }}</strong>
+
+ <p>
+ {% trans %}
+ By design Taler does not suffer from many classes
+ of security problems such as phishing or conterfeit.
+ Despite its security features, Taler never rejects a legitimate
+ customer due to a fraud-detection false positive.
+ {% endtrans %}
+ </p>
+
+ </div>
</div>
</div>
</div>
+ <div class="container">
+ <h2>How it works</h2>
+ </div>
<div class="container">
<div class="row">