summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-18 19:59:29 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-20 12:03:48 +0100
commite04abacd4f54995b3cfa58de309b89a880029b3f (patch)
treea3edad5a31ed32602a9f57198db2894cb92aed34
parent8cc8d9ba70a865803f4c80290dadfad8cf1b2194 (diff)
downloadwww-e04abacd4f54995b3cfa58de309b89a880029b3f.tar.gz
www-e04abacd4f54995b3cfa58de309b89a880029b3f.tar.bz2
www-e04abacd4f54995b3cfa58de309b89a880029b3f.zip
Added first draft of consortium description
-rw-r--r--template/consortium.html.j230
1 files changed, 28 insertions, 2 deletions
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index f48a2db9..7ca2db09 100644
--- a/template/consortium.html.j2
+++ b/template/consortium.html.j2
@@ -13,11 +13,37 @@
<h4 class="font-weight-bold pb-2 mb-4">{{ _("Consortium")}}</h4>
<!-- Section description -->
+ <div class="row gy-5">
+ <div class="col col-md-auto"></div>
+
+ <div class="col-md-11">
+ <p class="text-muted w-responsive mx-auto mb-3">
+ {% trans %}
+ TALER consortium consists of 11 partners from 8 European countries (the Netherlands, Belgium, France,
+ Germany, Greece, Hungary, Luxembourg and Switzerland).
+ {% endtrans %}
+ </p>
+ <p class="text-muted w-responsive mx-auto mb-3">
+ {% trans %}
+ The consortium is diverse in terms of types of institutions, including research (TUE) and applied science
+ universities (BFH), small for-profit (CBG, TSYS, VV) and non-profit (PS) companies, cooperative banks
+ (GLS, MAG), a foundation (NLnet) and grassroots movements (ESEN, HODI).
+ {% endtrans %}
+ </p>
+ <p class="text-muted w-responsive mx-auto mb-5">
+ {% trans %}
+ Partners were brought together based on their expertise and expected contributions to individual
+ scientific, technical, regulatory, societal and operational aspects of TALER. We are very proud to have
+ such an excellent consortium bringing together a rich diversity of key competences.
+ {% endtrans %}
+ </p>
+ </div>
+ <div class="col col-md-auto"></div>
+ </div>
</section>
<!--Section: Content-->
</div>
</main>
-
- {% endblock body_content %} \ No newline at end of file
+{% endblock body_content %} \ No newline at end of file