summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2024-01-11 14:45:13 +0100
committerStefan Kügel <skuegel@web.de>2024-01-11 14:45:13 +0100
commitec3c8e9ea22b75ed5c24ce74af6249e6eaf8a650 (patch)
tree2a4d8dcdf9abf18fc7c5217f1b1e9834bea7ad1a /template
parent044859f3dec10758d668a11e3d6df9ef7c9f084e (diff)
downloadwww-ec3c8e9ea22b75ed5c24ce74af6249e6eaf8a650.tar.gz
www-ec3c8e9ea22b75ed5c24ce74af6249e6eaf8a650.tar.bz2
www-ec3c8e9ea22b75ed5c24ce74af6249e6eaf8a650.zip
update partner section, sorting of events in decresing timeline
Diffstat (limited to 'template')
-rw-r--r--template/ngi-taler.html.j218
1 files changed, 9 insertions, 9 deletions
diff --git a/template/ngi-taler.html.j2 b/template/ngi-taler.html.j2
index 3d597966..a0048ee3 100644
--- a/template/ngi-taler.html.j2
+++ b/template/ngi-taler.html.j2
@@ -59,8 +59,9 @@
<div>
{% for year, yitem in eventsdata|groupby('date.year')|reverse %}
<p><b>{{ year }}</b></p>
+
<ul class="timeline">
- {% for item in yitem %}
+ {% for item in yitem|reverse %}
<li>
<section class="item-preview">
<header>
@@ -75,7 +76,6 @@
<p class="item-date">
<a href="{{ item['url_ext']}}" target="_blank" rel="noopener noreferrer">External link: {{ item['url_ext']}}</a>
</p>
-
</section>
</li>
{% endfor %}
@@ -194,9 +194,9 @@
</p>
<p class="w-responsive mx-auto mb-3">
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).
+ applied science universities (Berner Fachhochschule BFH), small for-profit companies (Code Blau GmbH, Taler Systems S.A., VisualVest),
+ a structure (petites singularités), cooperative banks (GLS Bank, MagNet Bank), a foundation (Stichting NLnet)
+ and grassroots movements (E-Seniors Association, Homo Digitalis).
</p>
</div>
</div>
@@ -211,16 +211,16 @@
<img src="{{ url(partner.logo) }}" height="100" class="card-header rounded-circle z-depth-3"
alt="{{ partner.id + ' avatar'}}">
</a>
- {# <div class="card-note grey-text text-muted mt-3">{{ partner.contact }}</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.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 %}