icp/src/frontend/templates/frontend/footer.html

25 lines
473 B
HTML
Raw Normal View History

2018-05-05 22:18:02 +00:00
{% load staticfiles %}
{% if user.is_authenticated %}
{% else %}
{% endif %}
<footer>
<hr>
<style type="text/css">
.sep { color: silver; margin: 0.3em; }
</style>
2018-05-06 09:20:32 +00:00
<a href="/privacy">Privacy</a>
<span class="sep">|</span>
2018-05-05 23:46:11 +00:00
<a href="https://hps.vi4io.org/impressum">Impressum</a>
2018-05-05 22:18:02 +00:00
<span class="sep">|</span>
2018-05-05 23:46:11 +00:00
<a href="https://hps.vi4io.org/research/projects/hamburg/icp">Contact</a>
2018-05-05 22:18:02 +00:00
<span class="sep">|</span>
<a href="/attribution">Attribution</a>
</footer>