summaryrefslogtreecommitdiff
path: root/template/funding.html.j2
blob: 6acdc7599a6caadb353be5e0cb7531b51623f43f (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
{% extends "common/base.j2" %}
{% block body_content %}
<article class="container">

  <header>
    <h1>{{ _("Support for Anastasis") }}</h1>
  </header>

      <h3>{{ _("Current funding") }}</h3>
      <p>
        <ul>
          <li>
 	        {% trans %}
              This project is about building the Anastasis MVP and getting
              the service into the market (Launching in Q2 2021).
	        {% endtrans %}
            <br>
            <a href="https://www.ngi.eu/ngi-projects/ledger/">NGI LEDGER</a><br>
            <img style="width: 35%" src="{{ url('images/ngi_ledger.png') }}" alt="NGI LEDGER logo">
          </li>
       </ul>
	<br>
	{% trans %}
        We are grateful for free hosting offered by the following organizations:
	{% endtrans %}
        <ul>
          <li><a href="https://www.bfh.ch/">Berner Fachhochschule</a></li>
	</ul>
	<br>
	{% trans %}
        We are grateful for translation support offered by the following organizations
        (and <a href="https://weblate.taler.net/stats/">all the volunteers</a>
         that are helping with the translation effort):
	{% endtrans %}
        <ul>
          <li><a href="https://www.ashoka.org/">Ashoka</a></li>
          <li><a href="https://www.weblate.org/">Weblate</a></li>
   	    </ul>
      </p>
    </div><!-- END:col -->
  </div><!-- END:row -->
</div><!-- END:container -->
{% endblock body_content %}