summaryrefslogtreecommitdiff
path: root/common
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 /common
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 'common')
-rw-r--r--common/footer-eu.j2.inc32
1 files changed, 17 insertions, 15 deletions
diff --git a/common/footer-eu.j2.inc b/common/footer-eu.j2.inc
index dd3ec7c4..54e336c8 100644
--- a/common/footer-eu.j2.inc
+++ b/common/footer-eu.j2.inc
@@ -7,20 +7,6 @@
</div>
<div class="row justify-content-top">
<div class="col-md-4 col-sm-12">
- {# <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="dark-grey-text container container-fluid">
- <p class="text-muted w-responsive mx-auto mt-4">
- <small>
- 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.
- </small>
- </p>
- </div>
- </div>
- <div class="col-md-4 col-sm-12">
<h4>{% trans %}TALER Project{% endtrans %}</h4>
<ul class="footer-list">
<li><strong>Coordinator:</strong> Eindhoven University of Technology (TUE)</li>
@@ -33,8 +19,24 @@
<li><strong>{% trans %}Duration{% endtrans %}:</strong> 36 months</li>
</ul>
</div>
+
+ <div class="col-md-4 col-sm-12">
+ <h4>{% trans %}EU Funding{% 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="dark-grey-text container container-fluid">
+ <p class="text-muted w-responsive mx-auto mt-4">
+ <small>
+ 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.
+ Neither the European Union nor the granting authority can be held responsible for them.
+ </small>
+ </p>
+ </div>
+ </div>
+
<div class="col-md-4 col-sm-12">
- <h4>{% trans %}Project funded by{% endtrans %}</h4>
+ <h4>{% trans %}CH Funding{% 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>