aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j252
1 files changed, 27 insertions, 25 deletions
diff --git a/index.html.j2 b/index.html.j2
index 3d7445a1..362eedad 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -1,34 +1,32 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<div class="container c_intro"> 3<!-- Jumbotron -->
4 <!-- Jumbotron --> 4<div class="jumbotron">
5 <div class="jumbotron"> 5 <img alt="Taler logo" width="25%" class="center-block" src="{{ url('taler-dold-2.png') }}"></img>
6 <img align="middle" alt="Taler logo" width="33%" src="{{ url('taler-big.svg') }}" style="margin: 0px 0px -120px 0px;">
7 </div>
8 <div class="jumbotron">
9 <h1>{{ _("Independent One-Click Payments!") }}</h1>
10 6
11 <p> 7 <div class="container text-center">
12 {% trans %} 8 <h1>{{ _("Independent One-Click Payments!") }}</h1>
13 Taler is an electronic payment system under 9 <p>
14 development 10 {% trans %}
15 at <a href="http://www.inria.fr/">Inria</a>. We expect to make it operational in 2017. 11 Taler is an electronic payment system under
16 Meanwhile you can learn about Taler on this website, try the <a href="https://demo.taler.net\">demo</a> 12 development
17 and look at our <a href="https://docs.taler.net\">developer</a> and <a href="https://api.taler.net">API</a> documentation. 13 at <a href="http://www.inria.fr/">Inria</a>. We expect to make it operational in 2017.
18 {% endtrans %} 14 Meanwhile you can learn about Taler on this website, try the <a href="https://demo.taler.net\">demo</a>
19 </p> 15 and look at our <a href="https://docs.taler.net\">developer</a> and <a href="https://api.taler.net">API</a> documentation.
20 16 {% endtrans %}
17 </p>
21 </div> 18 </div>
19
22</div> 20</div>
23 21
24 <div class="contianer-fluid c_acronym"> 22 <div class="contianer-fluid c_acronym">
25 <div class="container"> 23 <div class="container">
26 24
27 <h2>Advantages of Taler</h2> 25 <h2>Design goals of Taler</h2>
28 26
29 <div class="row"> 27 <div class="row">
30 <div class="col-lg-4"> 28 <div class="col-lg-4">
31 <strong>{{ _("Taxable") }}</strong> 29 <h3>{{ _("Taxable") }}</h3>
32 30
33 <p> 31 <p>
34 {% trans %} 32 {% trans %}
@@ -40,7 +38,7 @@
40 38
41 </div> 39 </div>
42 <div class="col-lg-4"> 40 <div class="col-lg-4">
43 <strong>{{ _("Privacy-friendly") }}</strong> 41 <h3>{{ _("Privacy-friendly") }}</h3>
44 <p> 42 <p>
45 {% trans %} 43 {% trans %}
46 When you pay with Taler, your identity does not 44 When you pay with Taler, your identity does not
@@ -53,7 +51,7 @@
53 51
54 </div> 52 </div>
55 <div class="col-lg-4"> 53 <div class="col-lg-4">
56 <strong>{{ _("Libre") }}</strong> 54 <h3>{{ _("Libre") }}</h3>
57 55
58 <p> 56 <p>
59 {% trans %} 57 {% trans %}
@@ -69,7 +67,7 @@
69 </div> 67 </div>
70 <div class="row"> 68 <div class="row">
71 <div class="col-lg-4"> 69 <div class="col-lg-4">
72 <strong>{{ _("Practical") }}</strong> 70 <h3>{{ _("Practical") }}</h3>
73 71
74 <p> 72 <p>
75 {% trans %} 73 {% trans %}
@@ -82,7 +80,7 @@
82 80
83 </div> 81 </div>
84 <div class="col-lg-4"> 82 <div class="col-lg-4">
85 <strong>{{ _("Stable") }}</strong> 83 <h3>{{ _("Stable") }}</h3>
86 84
87 <p> 85 <p>
88 {% trans %} 86 {% trans %}
@@ -97,7 +95,7 @@
97 95
98 </div> 96 </div>
99 <div class="col-lg-4"> 97 <div class="col-lg-4">
100 <strong>{{ _("Security-focused") }}</strong> 98 <h3>{{ _("Security-focused") }}</h3>
101 99
102 <p> 100 <p>
103 {% trans %} 101 {% trans %}
@@ -112,6 +110,7 @@
112 </div> 110 </div>
113 </div> 111 </div>
114 </div> 112 </div>
113
115 <div class="container"> 114 <div class="container">
116 <div class="row"> 115 <div class="row">
117 <div class="col-lg-6"> 116 <div class="col-lg-6">
@@ -122,7 +121,10 @@
122 </div> 121 </div>
123 <div class="col-lg-6"> 122 <div class="col-lg-6">
124 <h2>Receiving payments with Taler</h2> 123 <h2>Receiving payments with Taler</h2>
125 TODO 124 To receive Taler payments, a merchant only needs a bank account (or
125 any other kind of payment address) in the desired currency. We provide an
126 SDK in various languages that makes the integration into a merchant's store
127 painless.
126 </div> 128 </div>
127 </div> 129 </div>
128 <h2>Learn more</h2> 130 <h2>Learn more</h2>