summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-01 10:51:45 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-01 10:51:51 +0200
commit8d4938fcb3e0272dc652de7e4816b4482c7215a4 (patch)
tree01141e0f9099e32264f0f8ced7eb03056ad77e07
parentaa6635fb4d4e8bc889e4ec1881ca980a4e213213 (diff)
downloadanastasis-www-8d4938fcb3e0272dc652de7e4816b4482c7215a4.tar.gz
anastasis-www-8d4938fcb3e0272dc652de7e4816b4482c7215a4.tar.bz2
anastasis-www-8d4938fcb3e0272dc652de7e4816b4482c7215a4.zip
ack funding
-rw-r--r--static/images/ngi_ledger.pngbin0 -> 9757 bytes
-rw-r--r--template/funding.html.j243
2 files changed, 43 insertions, 0 deletions
diff --git a/static/images/ngi_ledger.png b/static/images/ngi_ledger.png
new file mode 100644
index 0000000..67de3a7
--- /dev/null
+++ b/static/images/ngi_ledger.png
Binary files differ
diff --git a/template/funding.html.j2 b/template/funding.html.j2
new file mode 100644
index 0000000..6acdc75
--- /dev/null
+++ b/template/funding.html.j2
@@ -0,0 +1,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 %}