add legal footer

This commit is contained in:
Constantin Simonis 2025-02-23 17:54:28 +01:00
parent 0000a75490
commit 12c8c5f8a8
Signed by: csimonis
GPG Key ID: 758DD9C506603183

View File

@ -15,5 +15,13 @@
</head>
<body data-turbo="true">
{% block body %}{% endblock %}
<footer class="w-full bg-white/90 backdrop-blur-md border-t border-gray-100 py-4">
<div class="container mx-auto px-4 sm:px-6 lg:px-8 flex justify-center items-center space-x-4 text-sm text-gray-500">
<a href="https://www.waldorfschule-bremen-osterholz.de/index.php/impressum" target="_blank" class="hover:text-gray-700 transition-colors">Impressum</a>
<span class="text-gray-300">|</span>
<a href="https://www.waldorfschule-bremen-osterholz.de/index.php/datenschutzerklaerung" target="_blank" class="hover:text-gray-700 transition-colors">Datenschutz</a>
</div>
</footer>
</body>
</html>