summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-11-29 20:33:08 +0100
committerStefan Kügel <skuegel@web.de>2023-11-29 20:33:08 +0100
commit11ef380e2b3fa92c13adfee289594d5081ce0318 (patch)
treeb5d969495052e6afca40fc6734148eb91c6d69df /template
parentab5efb998d28cb8b03ec0a04a312ceeb1a81ac5c (diff)
downloadwww-11ef380e2b3fa92c13adfee289594d5081ce0318.tar.gz
www-11ef380e2b3fa92c13adfee289594d5081ce0318.tar.bz2
www-11ef380e2b3fa92c13adfee289594d5081ce0318.zip
Improved alignment of the event box, minor changes to code, footer box with flipped columns
Diffstat (limited to 'template')
-rw-r--r--template/consortium.html.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index edd68b6b..81bd9fa0 100644
--- a/template/consortium.html.j2
+++ b/template/consortium.html.j2
@@ -28,7 +28,7 @@
<div class="col-md-11 col-md-4 mb-4">
<p class="w-responsive mx-auto mb-3">
{% trans %}
- The TALER project is an initiative of Horizon Europe (Pilots for the Next Generation Internet)
+ The TALER project is funded under Horizon Europe (Pilots for the Next Generation Internet)
with the aim of bringing GNU Taler to market across Europe.
<br>
To make GNU Taler accessible to European citizens, we need a commercially viable use of
@@ -79,14 +79,14 @@
<div {% if loop.first %} class="carousel-item active" {% else %} class="carousel-item" {% endif %}
data-bs-interval="5000">
- <h5 class="summary">{{ item['titel'] }}</h5>
+ <h5 class="summary">{{ item['title'] }}</h5>
<div class="img-box"> <img src="{{ url( item['url_img']|default('images/logo-2021.svg', true) ) }}"
alt="">
</div>
<p class="description testimonial">
{{ item['teaser'] }}
</p>
- <p class="fas fa-calendar-alt"> To be held on
+ <p class="fas fa-calendar-alt"> Date:
<span class="dtstart">
<abbr class="value" title="{{ item['date'] }}"> {{ item['date'] }}</abbr>
</span>
@@ -99,7 +99,7 @@
{% endif %}
<p class="fa fa-user"> <b>{{ item['speaker'] }}</b></p>
{% if item['email'] is defined and item['email'] and item['email'] != "" %}
- <p class="fas fa-envelope"> <a href="mailto:{{ item['email'] }}?subject={{ item['titel'] }}"><span
+ <p class="fas fa-envelope"> <a href="mailto:{{ item['email'] }}?subject={{ item['title'] }}"><span
class="dark-grey-text"> Contact</span></a></p>
{% endif %}
@@ -198,4 +198,4 @@
</div>
</main>
-{% endblock body_content %} \ No newline at end of file
+{% endblock body_content %}