taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

comingsoon.html.j2 (3710B)


      1 {% extends "common/base.j2" %}
      2 {% block subtitle %}{{ _("Coming soon!")}}{% endblock subtitle %}
      3 {% block body_content %}
      4 <main id="maincontent">
      5 <div class="container">
      6   <div class="row">
      7     <div class="col">
      8     <h1>GNU Taler: Coming soon!</h1>
      9     </div>
     10   </div>
     11   <div class="row">
     12     <div class="col-lg-6">
     13     <p><h3>
     14       This ethical universal payment system <br>conceived to be the change we want to see <br>is ready to be used.
     15     </h3></p>
     16     <p><h3>
     17       Payments with GNU Taler are about to be available ... <br><br>
     18       <span class="tlr">... but it won't happen without you!</span>
     19     </h3></p>
     20     </div>
     21     <div class="col-lg-6">
     22       <img class="img-fluid" src="{{ url_static('images/TalerDiagram.svg') }}" width="500px">
     23     </div>
     24   </div>
     25 </div>
     26 
     27 <div class="container">
     28   <div class="row adorn_h3_bracket">
     29   <h2>There are many ways to contribute:</h2>
     30       <div class="col-lg-4">
     31         <h3>Learn about Taler!</h3>
     32         <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>
     33         </p>
     34       </div>
     35       <div class="col-lg-4">
     36         <h3>Report your experiences!</h3>
     37         <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>!
     38         </p>
     39       </div>
     40       <div class="col-lg-4">
     41         <h3>Try Taler!</h3>
     42         <p>Try it yourself with the <a href="https://demo.taler.net" target="_blank" rel="noopener noreferrer">interactive demo</a>!
     43         </p>
     44       </div>
     45       <div class="col-lg-4">
     46         <h3>Contact us!</h3>
     47         <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>.
     48         </p>
     49       </div>
     50     </div>
     51   </div>
     52 
     53 <div class="container-fluid">
     54   <div class="container" style="border: 5px dotted black">
     55     <div class="row">
     56       <div class="col-lg-6">
     57         <h2>Apply for grants in our open calls</h2>
     58         <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.
     59         </p>
     60         <p>The grant application process is simple and the first submission deadline is <br>April 1st 2024.
     61         </p>
     62         <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>.
     63         </p>
     64         <p>Please apply with your ideas at <a href="https://nlnet.nl/taler/" target="_blank" rel="noopener noreferrer">NLnet's open call page</a>.
     65         </p>
     66       </div>
     67 
     68       <div class="col-lg-6">
     69         <h2>You are in Basel?</h2>
     70         <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>.
     71         </p>
     72         <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!
     73         </p>
     74         <h2>You are in Europe?</h2>
     75         <p>Spread the open call to all the geeks you know: there are grants for the myriad of implementations that webwide availability requires.
     76         </p>
     77       </div>
     78     </div>
     79   </div>
     80 </div>
     81 
     82 {% endblock body_content %}