aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
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 @@
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="jumbotron"> 4<div class="jumbotron">
5 <div style="height: 40vh"> 5 <div style="height: 40vh">
6 <img alt="Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-big-accent.svg') }}" /> 6 <img alt="GNU Taler logo" style="object-fit:contain;width:100%;height:100%" class="center-block" src="{{ url('taler-big-accent.svg') }}" />
7 </div> 7 </div>
8 8
9 <div class="container text-center"> 9 <div class="container text-center">
10 <h1>{{ _("One-Click Cash Payments!") }}</h1> 10 <h1>{{ _("One-Click Cash Payments!") }}</h1>
11
11 <p> 12 <p>
12 {% trans %} 13 {% trans %}
13 Taler is an electronic payment system under 14 GNU Taler is an electronic payment system under development at
14 development 15 <a href="http://www.inria.fr/">Inria</a>. We expect to make it
15 at <a href="http://www.inria.fr/">Inria</a>. We expect to make it operational in 2017. 16 operational in 2017. You can learn about Taler on this website,
16 You can learn about Taler on this website, try the <a href="https://demo.taler.net">demo</a> 17 try the <a href="https://demo.taler.net">demo</a> and look at
17 and look at our <a href="https://docs.taler.net">developer</a> and <a href="https://api.taler.net">API</a> documentation. 18 our <a href="https://docs.taler.net">developer</a> and <a
19 href="https://api.taler.net">API</a> documentation.
18 {% endtrans %} 20 {% endtrans %}
19 </p> 21 </p>
22
20 </div> 23 </div>
21</div> 24</div>
22 25