summaryrefslogtreecommitdiff
path: root/demo/index.html.j2
blob: 67481db8aa08b7c98972b187798bb247e6563f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en" data-taler-nojs="true">
  <head profile="http://www.w3.org/2005/10/profile">
    <meta charset="utf-8"/>
    <title>Taler Demo</title>
    <!-- Bootstrap core CSS -->
    <link href="{{ url('dist/bootstrap.min.css') }}" rel="stylesheet">

    <link rel="stylesheet" type="text/css" href="{{ url('static/web-common/pure.css') }}" />
    <link rel="stylesheet" type="text/css" href="{{ url('static/web-common/demo.css') }}" />
    <link rel="stylesheet" type="text/css" href="{{ url('static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" />
    <link rel="icon" type="image/png" href="{{ url('static/web-common/favicon-taler.ico') }}" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">

    <style type="text/css">
      a[disabled="true"] {
      pointer-events: none;
      color: grey;
      }

      .bluebox {
      background-color: #C2C6FF;
      border: solid;
      border-radius: 5px;
      padding: 0.5em;
      }
      .greenbox {
      background-color: #5EFF64;
      border: solid;
      border-radius: 5px;
      padding: 0.5em;
      }
      .graybox {
      background-color: #DDDDDD;
      border: solid;
      border-radius: 5px;
      padding: 0.5em;
      }
      #body_content a:hover {
      transition: background-color 0.3s;
      background-color: rgba(200, 200, 200, 0.5);
      }
      #mybody {
      color: black;
      position: relative;
      min-height: 100%;
      }
      a,
      a:link,
      a:visited {
      text-decoration: underline;
      color: black;
      }

      nav a,
      nav a:link,
      nav a:visited {
      text-decoration: none;
      }

      .navbar-light .navbar-nav .nav-link {
      /* 0,0,0,.5 makes it problematic to read,
      simply black is less problematic */
      color: rgb(0, 0, 0);
      text-decoration: underline;
      }

      #body_content a:hover {
      transition: background-color 0.3s;
      background-color: rgba(200, 200, 200, 0.5);
      }
    </style>
    <script src="{{ url('dist/jquery-1.11.1.min.js') }}"></script>
    <script src="{{ url('dist/bootstrap.min.js') }}"></script>
    <!-- <link href="{{ url('static/navbar.css') }}" rel="stylesheet"> -->

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->

  </head>

  <body id="mybody">
    <nav class="navbar navbar-expand-lg navbar-light">
      <a class="navbar-brand taler_home"><span class="tt adorn-brackets">Taler Demo</span></a>
      <!-- <a class="navbar-brand taler_home" href="/en/index.html">Taler</a> -->
      <button class="navbar-toggler"
              type="button"
              data-toggle="collapse"
              data-target="#navbarNavAltMarkup"
              aria-controls="navbarNavAltMarkup"
              aria-expanded="false"
              aria-label="Toggle navigation">
              <span class="navbar-toggler-icon"></span>
      </button>
      <div class="collapse navbar-collapse" id="navbarNavAltMarkup">
        <div class="navbar-nav mr-auto">
          <a class="nav-link " href="{{ intro_url }}">Introduction</a>
          <a class="nav-link " href="{{ bank_url }}">Bank</a>
          <a class="nav-link " href="{{ merchant_blog_url }}">Essay Shop</a>
          <a class="nav-link " href="{{ merchant_donations_url }}">Donations</a>
          <a class="nav-link " href="{{ merchant_survey_url }}">Tipping/Survey</a>
          <a class="nav-link " href="{{ backoffice_url }}">Back-office</a>
        </div>
      </div>
    </nav>
    <div id="body_content">
      <div class="container">
        <div class="row justify-text-center">
          <div class="col-8">
            <h1>Introduction</h1>
          </div>
        </div>
        <p>
          This is the entry point of the Taler demo.  Follow the
          instructions and try Taler with the other pages linked below!
        </p>
        <p>
          You can learn more about Taler on our main
          <a href="https://taler.net">website</a>.
        </p>

        <div class="row mt-5"></div>
        <div class="row mt-5"></div>

        <div class="row">
          <div class="col-md-5">
            <!-- <section id="main" class="content"> -->
            <section>
              <article>
                <h2>Step 1: Install the Taler wallet</h2>
                Install the wallet from the
                <a href="https://taler.net/wallet-installation.html">installation page</a>.
                It only takes one click.
                <p class="bluebox taler-installed-hide">
                  You don&#39;t have a wallet installed yet.
                </p>
                <p class="greenbox taler-installed-show">
                  Congratulations, you have installed the Taler wallet correctly.
                  You can now proceed with the next steps.
                </p>
              </article>
            </section>
          </div>

          <div class="col-md-5">
            <section>
              <article>
                <h2>Step 2: Withdraw coins</h2>
                <p>
                  Now you can withdraw coins into your wallet by going to
                  our <a href="{{ bank_url }}">bank</a>.

                  In this demo you&#39;re paying with KUDOS, an imaginary currency.  When you
                  create an account at our bank, you&#39;ll get 100 KUDOS for free.
                </p>
                <p class="graybox">
                  We can&#39;t check if you were able to complete this step, since websites
                  can&#39;t see the balance in your wallet.  Please click on the Taler icon
                  in your browser to check your balance.
                </p>
              </article>
            </section>
          </div>
        </div>

        <div class="row mt-5"></div>

        <div class="w-100"></div>

        <div class="row">
          <div class="col-md-5">
            <section>
              <article>
                <h2>Step 3: Pay</h2>
                We have two demo merchants where you can spend your coins:
                <ul>
                  <li>
                    The <a href="{{ merchant_blog_url }}">essay store</a>, where
                    you can pay KUDOS for individual chapters of Richard
                    Stallman&#39;s book "Free Software, Free Society",
                    which is also available for free at the
                    <a href="http://www.fsf.org/">FSF</a>.
                  </li>
                  <li>
                    The <a href="{{ merchant_donations_url }}">project donation Web site</a>,
                    where you can show respect to a software project of your
                    choice by giving them KUDOS.
                  </li>
                </ul>
              </article>
            </section>
          </div>

          <div class="col-md-5">
            <section>
              <article>
                <h2>Step 4: Check money flow</h2>
                <ul>
                  <li>
                    Check if people who received your Taler payment got eventually
                    paid by the exchange via a wire transfer; visit the:
                    <a href="{{ bank_url }}/public-accounts">public accounts page</a>
                    at the bank.  Note that only those account whose owners gave
                    permission are showed on that page.
                  </li>
                </ul>
              </article>
            </section>
          </div>

          <div class="row mt-5"></div>

          <div class="w-100"></div>

          <div class="col-md-5">
            <section>
              <article>
                <h2>Step 5: Merchant?  Consult back-office</h2>
                <ul>
                  <li>
                    If you are a merchant, you can check the
                    <a href="{{ backoffice_url }}">back-office</a>
                    Web-site to see how your Taler transactions got payed back
                    by bank wire transfers.
                  </li>
                </ul>
              </article>
            </section>
          </div>

          <div class="col-md-5">
            <section>
              <article>
                <h2>Step 6: Reach out to us</h2>
                Let us know what you think by
                <a href="mailto:demo-feedback@taler.net">contacting us</a>.
              </article>
            </section>
          </div>
        </div>
      </div>
      <footer id="footer">
        <div class="container copyright">
          <hr />
          <div class="text-center mt-5">
            <p>
              Copyright &copy; 2014&mdash;2019 TALER Systems SA
            </p>
            <a href="javascript.html" data-jslicense="1" class="jslicenseinfo">JavaScript license information</a>
          </div>
        </div>
      </footer>
    </div>
  </body>
</html>