WIP: add legal stuff #30

Draft
csimonis wants to merge 1 commits from feature/legal-stuff into main

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>