summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-19 00:23:55 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-20 12:03:52 +0100
commit38a37dd973e87276d81deb3f324e1ce8e787197d (patch)
tree7246a04a9f7392f3b14da5e8c42bc7fb2b64dbfb /common
parent832405f7491ab0daa5b7aa7417459a29e4007924 (diff)
downloadwww-38a37dd973e87276d81deb3f324e1ce8e787197d.tar.gz
www-38a37dd973e87276d81deb3f324e1ce8e787197d.tar.bz2
www-38a37dd973e87276d81deb3f324e1ce8e787197d.zip
Fixed coordinator information; Added SBFI founding based on guidelines https://www.sbfi.admin.ch/sbfi/de/home/das-sbfi/logo.html
Diffstat (limited to 'common')
-rw-r--r--common/footer-eu.j2.inc32
1 files changed, 20 insertions, 12 deletions
diff --git a/common/footer-eu.j2.inc b/common/footer-eu.j2.inc
index 21fd9204..f753866b 100644
--- a/common/footer-eu.j2.inc
+++ b/common/footer-eu.j2.inc
@@ -5,19 +5,13 @@
<hr style="border-top: 1px solid #00000069; padding-bottom: 1em" />
</div>
</div>
- <div class="row">
+ <div class="row justify-content-top">
<div class="col-md-4 col-sm-12">
- <h4>{% trans %}Contact Details{% endtrans %}</h4>
+ <h4>{% trans %}TALER Project{% 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>
- {# TODO Adapt the consortium e-mail address bevore publishing #}
+ {# TODO Adapt the consortium e-mail addrqyess bevore publishing #}
<li><strong>E-Mail:</strong><a href="mailto:question'AT'taler.net&subject=Mail from EU project Website"> {% trans %}Consortium Office{% 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>
@@ -25,13 +19,27 @@
<li><strong>{% trans %}Duration{% endtrans %}:</strong> 36 months</li>
</ul>
</div>
+ <div class="col-md-4 col-sm-12">
+ <h4>{% trans %}Project funded by{% endtrans %}</h4>
+
+ <div class="container container-fluid">
+ <img src={{ url_static('images/logo-SBFI_EU_Frameworkprogramme_E_hoch.svg') }} class="img-fluid" width="70%" alt="" loading="lazy">
+ </div>
+ <div class="container container-fluid">
+ <p class="dark-grey-text text-muted w-responsive mx-auto mt-3">
+ This work has received funding from the Swiss State Secretariat for Education, Research and Innovation (SERI)
+ <p>
+ </div>
+ </div>
<div class="col-md-4 col-sm-20">
- <h4>{% trans %}Legal Information{% endtrans %}</h4>
+ {# <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 class="dark-grey-text container container-fluid">
+ <p class="text-muted w-responsive mx-auto mt-3">
+ 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>