New Layout for parallel styling

Signed-off-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
2025-10-17 20:25:50 +13:00
parent f76861a83f
commit f5889b270a
12 changed files with 859 additions and 1094 deletions

View File

@ -0,0 +1,17 @@
{% load static %}
{# Modern Tailwind Footer #}
<footer class="footer footer-center p-10 bg-base-200 text-base-content">
<div class="grid grid-flow-col gap-8">
<a href="http://eawag.ch" target="_blank">
<img height="60" src='{% static "/images/ealogo.gif" %}' alt="Eawag"/>
</a>
<a href="http://ml.auckland.ac.nz" target="_blank">
<img height="60" src='{% static "/images/uoa.png" %}' alt="The University of Auckland"/>
</a>
</div>
<div>
<div class="grid grid-flow-col gap-4">
<a href="mailto:admin@envipath.org" class="link link-hover">Contact</a>
</div>
</div>
</footer>