Footer überarbeitet

This commit is contained in:
ben8
2025-10-21 17:37:13 +02:00
parent c21363e2ac
commit 3701442e8b
4 changed files with 55 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{% load static %}
<!DOCTYPE html>
<html lang="de" class="dark:bg-gray-900">
<html lang="de" class="dark:bg-gray-900 h-full">
<head>
<link rel="icon" type="image/png" href="{% static 'icons/favicon.png' %}">
<meta charset="UTF-8">
@@ -10,12 +10,14 @@
<script src="https://cdn.jsdelivr.net/npm/@tsparticles/confetti@3.0.3/tsparticles.confetti.bundle.min.js"></script>
<title>qivip</title>
</head>
<body>
<body class="min-h-screen relative">
<div class="pb-64">
{% include 'partials/_nav.html' %}
{% block content%}{% endblock %}
{% block faqs%}{% endblock %}
</div>
{% include 'partials/_footer.html' %}
<!-- Toast Container -->
<div id="toast-container" class="fixed top-4 right-4 z-50"></div>
@@ -68,8 +70,7 @@
}, duration);
}
};
if (window.location.pathname !== "/library/") {
localStorage.setItem("meine_seite_scroll", 0);}
</script>
{% block extra_js %}{% endblock %}
<style>html {