forked from enviPath/enviPy
New Layout for parallel styling
Signed-off-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
17
templates/includes/footer.html
Normal file
17
templates/includes/footer.html
Normal 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>
|
||||
Reference in New Issue
Block a user