taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit cd5646872d2d3ad135707eaaafbfabe0959b799b
parent 11ef380e2b3fa92c13adfee289594d5081ce0318
Author: Stefan Kügel <skuegel@web.de>
Date:   Wed, 29 Nov 2023 21:01:09 +0100

Deprecated names of representatives on consortium page

Diffstat:
Mproperties.d/partners.yml | 2+-
Mtemplate/consortium.html.j2 | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/properties.d/partners.yml b/properties.d/partners.yml @@ -1,7 +1,7 @@ partners: - id: TUE name: "Eindhoven University of Technology" - contact: "Prof. Dr. Tanja Lange" + contact: "" logo: images/logo-tue.svg url: "https://www.tue.nl/" role: "The team of Eindhoven University of Technology consists of Kathrin H&ouml;velmanns, Andreas H&uuml;lsing, Tanja Lange, and Heloise Vieira. diff --git a/template/consortium.html.j2 b/template/consortium.html.j2 @@ -180,9 +180,9 @@ <img src="{{ url(partner.logo) }}" height="180" class="card-header rounded-circle z-depth-3" alt="{{ partner.id + ' avatar'}}"> </a> - <div class="card-note grey-text text-muted mt-3">The team of {{ partner.name }} is represented by </div> + <!-- <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.contact }} </h5> + <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> </div> <div class="card-footer">