aboutsummaryrefslogtreecommitdiff
path: root/citizens.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'citizens.html.j2')
-rw-r--r--citizens.html.j2143
1 files changed, 0 insertions, 143 deletions
diff --git a/citizens.html.j2 b/citizens.html.j2
deleted file mode 100644
index 2d5b677d..00000000
--- a/citizens.html.j2
+++ /dev/null
@@ -1,143 +0,0 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<div class="jumbotron">
4 <div class="container text-center">
5 <h1>{{ _("Advantages for Citizens") }}</h1>
6 <!-- p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p -->
7 <div class="col-lg-12">
8 <p>
9 {% trans %}
10 Taler largely functions like digital cash. You
11 withdraw money from your bank account into your
12 electronic wallet, and can henceforth spend digital
13 cash. The electronic wallet can carry multiple
14 currencies.
15 {% endtrans %}
16 </p>
17 </div>
18 </div>
19</div>
20
21<div class="container adorn_h3_bracket">
22 <!-- Example row of columns -->
23 <div class="row">
24 <div class="col-lg-6">
25 <h3>{{ _("Secure") }}</h3>
26
27 <p>{{ _("Taler uses modern cryptography, ensuring that there
28 is no counterfeit. Your digital wallet is safer
29 than your physical wallet. At most, you can lose
30 its contents because your computer or mobile is
31 irreparably damaged or compromised. Unlike a
32 physical wallet, you can make backups to secure
33 against data loss.") }}</p>
34
35 </div>
36 <div class="col-lg-6">
37 <h3>{{ _("Private") }}</h3>
38
39 <p>{{ _("Your transactions are private, neither the payment
40 service provider nor merchant needs to learn your
41 identity. There is no need to give out credit card
42 numbers or other sensitive information. The merchant
43 will only be able to do exactly the transaction you
44 agreed to.") }}</p>
45
46 </div>
47 </div>
48 <div class="row">
49 <div class="col-lg-6">
50 <h3>{{ _("Convenient") }}</h3>
51
52 <p>{{ _("You will be able to withdraw money to replenish the
53 digital coins in your wallet using your credit card
54 or wire transfers. Afterwards you can pay with
55 one-click using the Taler wallet, which optionally
56 keeps your transaction history on your computer.")
57 }}</p>
58
59 </div>
60 <div class="col-lg-6">
61 <h3>{{ _("Stable") }}</h3>
62
63 <p>{{ _("Coins in your digital wallet will be of the same
64 denomination as the cash in your physical wallet.
65 Taler is not a crypto-currency, so you do not have
66 to worry about cryto-currency related value
67 fluctuations. Banking with Taler is subject to the
68 usual government protections for financial
69 services.") }}</p>
70
71 </div>
72 </div>
73</div>
74
75<div class="container-fluid c_acronym">
76<div class="container">
77 <div class="row">
78 <div class="col-lg-6">
79 <h2>{{ _("Wallet Browser Extension") }}</h2>
80 <p>
81 {% trans %}
82 We currently provide a <a href="wallet.html">wallet browser extension</a> for Chromium, Chrome, Firefox, Opera
83 and Edge. Wallets for mobile phones and other platforms will be available in the future.
84 {% endtrans %}
85 </p>
86 </div>
87 <div class="col-lg-6">
88 <h2>{{ _("Taler Demo") }}</h2>
89 <p>
90 {% trans %}
91 You can see how Taler works in practice by visiting our <a href="https://demo.taler.net">demo page</a>.
92 {% endtrans %}
93 </p>
94 </div>
95 </div>
96</div>
97</div>
98
99
100<div class="container">
101
102 <div class="col-lg-6">
103 <h2 id="overview">{{ _("The Taler Wallet for customers") }}</h2>
104
105 <p>{{ _("Customers interact with the Taler system using
106 the Taler wallet:") }}</p>
107
108 <ul>
109
110 <li>{{ _("To <b>withdraw</b> electronic coins, the customer
111 transfers funds from his bank account to the Taler
112 payment service provider (the exchange). The wire
113 transfer subject must match a code identifying the
114 customer's wallet. After the wire transfer is
115 complete, the wallet will automatically withdraw the
116 coins from the exchange.") }}</li>
117
118 <li>{{ _("To <b>spend</b> electronic coins, a merchant must
119 cause the wallet to display a proposal for some
120 purchase. The wallet will ask the customer for
121 one-click confirmation. Payment is then instant.
122 Transaction histories and digitally signed contracts
123 can be preserved by the wallet.") }}</li>
124
125 <li>{{ _("The customer can use the wallet to <b>review</b> his
126 balance. The wallet can contain different
127 currencies, and may be shared across
128 devices. Customers can make backups of the wallet to
129 secure its contents against hardware failures.")
130 }}</li>
131
132 </ul>
133 </div>
134
135 <div class="col-lg-6">
136 <img src="{{ svg_localized('images/citizen') }}"
137 alt="{{ _("customer perspective") }}"
138 style="float: right; margin: 5px 5px 5px 5px;" width="100%">
139 </div>
140
141</div>
142<!-- /container -->
143{% endblock body_content %}