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

  <header>
    <h1>{{ _("Support for Anastasis") }}</h1>
  </header>
  <section>
    <div class="container">
      <h3>{{ _("Current funding") }}</h3>
      <p>
        <ul>
          <li>
 	     {% trans %}
              This project has received funding from the European Union’s Horizon 2020 research and innovation
              programme within the framework of the LEDGER Project funded under grant agreement No 825268.
	    {% 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">
            <img style="width: 10%" src="{{ url('images/bandiera_stelle.png') }}" alt="EU emblem">
          </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>
  </section>
{% endblock body_content %}