summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-12-18 08:03:47 +0100
committerStefan Kügel <skuegel@web.de>2023-12-18 08:03:47 +0100
commit80fec5156b5a11b76b929ee7077407b6e60d58d1 (patch)
treea02ad72b8e2949716e646f87a5fd44f02a6730af /template
parent427225425c87dd22dee37a18311c85ea0812eb68 (diff)
downloadwww-80fec5156b5a11b76b929ee7077407b6e60d58d1.tar.gz
www-80fec5156b5a11b76b929ee7077407b6e60d58d1.tar.bz2
www-80fec5156b5a11b76b929ee7077407b6e60d58d1.zip
update image files and meta text, deprecating role descriptions on consortium page
Diffstat (limited to 'template')
-rw-r--r--template/consortium.html.j219
1 files changed, 10 insertions, 9 deletions
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index 4a414771..7beacde4 100644
--- a/template/consortium.html.j2
+++ b/template/consortium.html.j2
@@ -4,12 +4,12 @@
<article>
<div class="row">
- <h4 class="font-weight-bold pb-2 mb-4">Project</h4>
+ <h4 class="font-weight-bold pb-2 mb-4">NGI TALER</h4>
{# <div class="col col-md-auto"></div> #}
<!-- project intro -->
<div class="col-md-11 col-md-4 mb-4 px-md-4">
<p class="w-responsive mx-auto mb-3">
- The TALER project is funded under Horizon Europe (Pilots for the Next Generation Internet)
+ The NGI TALER project is funded under Horizon Europe (Pilots for the Next Generation Internet)
with the aim of bringing GNU Taler to market across Europe.
</p>
<p class="w-responsive mx-auto mb-3">
@@ -146,13 +146,14 @@
<!-- consortium intro -->
<div class="col-md-11 col-md-4 mb-4 px-md-4">
<p class="w-responsive mx-auto mb-3">
- The TALER consortium consists of 11 partners from 8 European countries (the Netherlands, Belgium, France,
+ The NGI TALER consortium consists of 11 partners from 8 European countries (the Netherlands, Belgium, France,
Germany, Greece, Hungary, Luxembourg and Switzerland).
</p>
<p class="w-responsive mx-auto mb-3">
- 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).
+ The consortium is diverse in terms of types of institutions, including research (Eindhoven University of Technology) and
+ applied science universities (Berner Fachhochschule BFH),
+ small for-profit (Code Blau GmbH, Taler Systems S.A., VisualVest) and non-profit (petites singularités) companies,
+ cooperative banks (GLS Bank, MagNet Bank), a foundation (Stichting NLnet) and grassroots movements (E-Seniors Association, Homo Digitalis).
</p>
</div>
</div>
@@ -171,13 +172,13 @@
{# <div class="card-note grey-text text-muted mt-3">{{ partner.contact }}</div> #}
<div class="card-body h-100">
<h5 class="card-title font-weight-bold grey-text">{{ partner.name }} </h5>
- <p class="card-text grey-text text-muted word-wrap"> {{ partner.role }} </p>
+ <!-- <p class="card-text grey-text text-muted word-wrap"> {{ partner.role }} </p> -->
</div>
- <div class="card-footer">
+ <!-- <div class="card-footer">
<p><small class="text-body-secondary dark-grey-text text-muted word-wrap">
<i>{{ partner.statement }}</i>
</small></p>
- </div>
+ </div> -->
</div>
</div>
{% endfor %}