summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--properties.d/partners.yml2
-rw-r--r--template/consortium.html.j24
2 files changed, 3 insertions, 3 deletions
diff --git a/properties.d/partners.yml b/properties.d/partners.yml
index 55208cd8..1d2f0ba9 100644
--- 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övelmanns, Andreas Hülsing, Tanja Lange, and Heloise Vieira.
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index 81bd9fa0..97c691ac 100644
--- 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">