aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-18 19:56:07 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-20 12:03:48 +0100
commit8cc8d9ba70a865803f4c80290dadfad8cf1b2194 (patch)
treeeab2704b8f58fdf9d9840e52ade8cef4378c4ec0 /common
parent9b529df3b8450d2e4ab98a6baf834b88c472c8e0 (diff)
downloadwww-8cc8d9ba70a865803f4c80290dadfad8cf1b2194.tar.gz
www-8cc8d9ba70a865803f4c80290dadfad8cf1b2194.tar.bz2
www-8cc8d9ba70a865803f4c80290dadfad8cf1b2194.zip
Adapted footer according to Grant Agreement p.36
Diffstat (limited to 'common')
-rw-r--r--common/footer-eu.j2.inc24
1 files changed, 21 insertions, 3 deletions
diff --git a/common/footer-eu.j2.inc b/common/footer-eu.j2.inc
index 55ce26e8..b3e60a11 100644
--- a/common/footer-eu.j2.inc
+++ b/common/footer-eu.j2.inc
@@ -7,13 +7,31 @@
</div>
<div class="row">
<div class="col-md-4 col-sm-12">
-
+ <h4>{% trans %}Contact Details{% endtrans %}</h4>
+ <ul class="footer-list">
+ {# <li><a href="{{ url_localized('contact.html') }}">{% trans %}Contact Overview{% endtrans %}</a></li> #}
+ <li><strong>Coordinator:</strong> Technische Universiteit Eindhoven (TUE)</li>
+ <li><strong>E-Mail:</strong><a href="mailto:eurotaler'AT'taler.net&subject=Mail from EU project Website"> {% trans %}Consortium List{% endtrans %}</a></li>
+ </ul>
</div>
<div class="col-md-4 col-sm-12">
-
+ <h4>{% trans %}TALER Project{% endtrans %}</h4>
+ <ul class="footer-list">
+ <li><strong>{% trans %}Programme Call{% endtrans %}:</strong> HORIZON-CL4-2023-HUMAN-01-CNECT</li>
+ <li><strong>{% trans %}Type of action{% endtrans %}:</strong> HORIZON Innovation Actions</li>
+ <li><strong>{% trans %}Project number{% endtrans %}:</strong> 101135475</li>
+ <li><strong>{% trans %}EU contribution{% endtrans %}:</strong> € 4.508.355,40</li>
+ <li><strong>{% trans %}Duration{% endtrans %}:</strong> 36 months</li>
+ </ul>
</div>
<div class="col-md-4 col-sm-20">
-
+ <h4>{% trans %}Legal Information{% endtrans %}</h4>
+ <div class="container container-fluid">
+ <img src={{ url_static('images/logo-europeanUnion_FundedBy.svg') }} class="img-fluid" width="60%" alt="" loading="lazy">
+ </div>
+ <div class="container container-fluid max-vw-80">
+ <p>Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or [name of the granting authority]. Neither the European Union nor the granting authority can be held responsible for them.</p>
+ </div>
</div>
</div>
</div>