summaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-13 16:16:33 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-13 16:16:33 +0100
commitbc1806ef1c978f6fb084babbd76d16df2d1671e9 (patch)
treea9198885526c892864de389401745cff51df1477 /index.html.j2
parentb78146658710310370db633eff0b421378f0c67a (diff)
downloadwww-bc1806ef1c978f6fb084babbd76d16df2d1671e9.tar.gz
www-bc1806ef1c978f6fb084babbd76d16df2d1671e9.tar.bz2
www-bc1806ef1c978f6fb084babbd76d16df2d1671e9.zip
revising merchant's page based on feedback from Sva and Marcello
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j215
1 files changed, 9 insertions, 6 deletions
diff --git a/index.html.j2 b/index.html.j2
index 293a5d9d..75061570 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -3,20 +3,23 @@
<!-- Jumbotron -->
<div class="jumbotron">
<div style="height: 40vh">
- <img alt="Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-big-accent.svg') }}" />
+ <img alt="GNU Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-big-accent.svg') }}" />
</div>
<div class="container text-center">
<h1>{{ _("One-Click Cash 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.
- 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.
+ GNU 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. 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>