summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-19 00:45:29 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-20 12:03:55 +0100
commit0532c268be20e6523f5c2c3a563b93bafe44904f (patch)
treeb08b82f95787a1ed1fbd6136a3ae0e696a00c08b
parentdf3f9c359d03b900922da936aad61be7dfc58403 (diff)
downloadwww-0532c268be20e6523f5c2c3a563b93bafe44904f.tar.gz
www-0532c268be20e6523f5c2c3a563b93bafe44904f.tar.bz2
www-0532c268be20e6523f5c2c3a563b93bafe44904f.zip
UC: Moved partner content from consortium to partner section
-rw-r--r--template/consortium.html.j253
1 files changed, 24 insertions, 29 deletions
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index 6e7834d1..903b2394 100644
--- a/template/consortium.html.j2
+++ b/template/consortium.html.j2
@@ -13,34 +13,6 @@
<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 heading -->
<h4 class="font-weight-bold pb-2 mb-4">{{ _("Project")}}</h4>
<div class="row">
@@ -77,7 +49,7 @@
{% endfor %}
</div>
<div class="col col-md-auto"></div>
- <p class="text-muted w-responsive mx-auto mb-5"><br></p>
+ <p class="text-muted w-responsive mx-auto"><br></p>
</div>
@@ -85,6 +57,29 @@
<!-- Section heading -->
<h4 class="font-weight-bold pb-2 mb-4">{{ _("Partners")}}</h4>
+ <div class="row mb-4">
+ <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>
+
+ </div>
+ <div class="col col-md-auto"></div>
+ </div>
+
</section>
<!--Section: Content-->