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