summaryrefslogtreecommitdiff
path: root/template/comingsoon.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/comingsoon.html.j2')
-rw-r--r--template/comingsoon.html.j291
1 files changed, 91 insertions, 0 deletions
diff --git a/template/comingsoon.html.j2 b/template/comingsoon.html.j2
new file mode 100644
index 00000000..070b956b
--- /dev/null
+++ b/template/comingsoon.html.j2
@@ -0,0 +1,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 %}