[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-www] 01/02: ack funding
From: |
gnunet |
Subject: |
[taler-anastasis-www] 01/02: ack funding |
Date: |
Tue, 01 Jun 2021 11:06:01 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis-www.
commit 8d4938fcb3e0272dc652de7e4816b4482c7215a4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 1 10:51:45 2021 +0200
ack funding
---
static/images/ngi_ledger.png | Bin 0 -> 9757 bytes
template/funding.html.j2 | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/static/images/ngi_ledger.png b/static/images/ngi_ledger.png
new file mode 100644
index 0000000..67de3a7
Binary files /dev/null and b/static/images/ngi_ledger.png 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 %}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.