summaryrefslogtreecommitdiff
path: root/template/comingsoon.html.j2
blob: 070b956b89f3ea243076a73354acbe52ed01f248 (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
{% extends "common/base.j2" %}
{% block body_content %}
<main id="maincontent">
<div class="container">
  <div class="row">
    <div class="col">
    <h1>GNU Taler: Coming soon!</h1>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6">
    <p><h3>
      This ethical universal payment system <br>conceived to be the change we want to see <br>is ready to be used. 
    </h3></p>
    <p><h3>
      Payments with GNU Taler are about to be available ... <br><br>
      <span class="tlr">... but it won't happen without you!</span>
    </h3></p>
    </div>
    <div class="col-lg-6">
      <img class="img-fluid" src="{{ url_static('images/TalerDiagram.svg') }}" width="500px">
    </div>
  </div>
</div>

<div class="container">
  <div class="row adorn_h3_bracket">
  <h2>There are many ways to contribute:</h2>
      <div class="col-lg-4">
        <h3>Learn about Taler!</h3>
        <p>Learn about Taler on <a href="https://taler.net" target="_blank" rel="noopener noreferrer">taler.net</a><br>and in the <a href="https://taler.net/en/faq.html" target="_blank" rel="noopener noreferrer">FAQs!</a>
        </p>
      </div>
      <div class="col-lg-4">
        <h3>Report your experiences!</h3>
        <p>Report bugs and share screenshots when you run into difficulties to <a href="https://bugs.taler.net/" target="_blank" rel="noopener noreferrer">our Bug Tracker</a>!
        </p>
      </div>
      <div class="col-lg-4">
        <h3>Translate to French!</h3>        
        <p>Help with French translations on <a href="https://weblate.taler.net/projects/gnu-taler/-/fr/" target="_blank" rel="noopener noreferrer">Taler's translation platform Weblate</a>.
        </p>
      </div>
      <div class="col-lg-4">
        <h3>Translate to Italian!</h3>        
        <p>Help with Italian translations on <a href="https://weblate.taler.net/projects/gnu-taler/-/it/" target="_blank" rel="noopener noreferrer">Taler's translation platform Weblate</a>.
        </p>
      </div>
      <div class="col-lg-4">
        <h3>Try Taler!</h3>
        <p>Try it yourself with the <a href="https://demo.taler.net" target="_blank" rel="noopener noreferrer">interactive demo</a>!
        </p>
      </div>
      <div class="col-lg-4">
        <h3>Contact us!</h3>
        <p>You are invited to get into contact with the Taler staff for further steps. You will also find a contacts overview on <a href="https://taler.net/en/contact.html" target="_blank" rel="noopener noreferrer">Taler's contacts page</a>.
        </p>
      </div>
    </div>
  </div>

<div class="container-fluid">
  <div class="container" style="border: 5px dotted black">
    <div class="row">
      <div class="col-lg-6">
        <h2>Apply for grants in our open calls</h2>
        <p>As part of the <a href="https://taler.net/de/ngi-taler.html" target="_blank" rel="noopener noreferrer">NGI TALER project</a>, grants to third parties working on GNU Taler implementations will be awarded.
        </p>
        <p>The grant application process is simple and the first submission deadline is <br>April 1st 2024.
        </p>
        <p>If you are looking for inspiration, we have put together a <a href="https://stage.taler.net/en/ideas.html" target="_blank" rel="noopener noreferrer"> list of ideas</a>.
        </p>
        <p>Please apply with your ideas at <a href="https://nlnet.nl/taler/" target="_blank" rel="noopener noreferrer">NLnet's open call page</a>.
        </p>
      </div>
      
      <div class="col-lg-6">
        <h2>You are in Basel?</h2>
        <p>NetzBon, the local currency in circulation at dozens of merchants and stores is about to go digital with GNU Taler, called <a href="https://www.netzbon.ch/e-netzbon/" target="_blank" rel="noopener noreferrer">eNetzBon</a>.
        </p>
        <p>Local currency and ethical payments open inspiring perspectives. Join our brainstorming team to take part in talks, debates and panels that will be organised in 2024!
        </p>
        <h2>You are in Europe?</h2>
        <p>Spread the open call to all the geeks you know: there are grants for the myriad of implementations that webwide availability requires.
        </p>
      </div>
    </div>
  </div>
</div>

{% endblock body_content %}