Compare commits

2 Commits

Author SHA1 Message Date
5922340ebc formatting 2025-03-08 22:10:18 +01:00
c9c33d780f update tailwindcss to 3.4.17 and flowbite to 3.1.2 2025-03-08 21:59:54 +01:00
6 changed files with 2253 additions and 965 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
"""Django's command-line utility for administrative tasks.""" """Django's command-line utility for administrative tasks."""
import os import os
import sys import sys

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -27,8 +27,6 @@
<meta name="application-name" content="FET - Fachschaft Elektrotechnik"> <meta name="application-name" content="FET - Fachschaft Elektrotechnik">
<meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-TileColor" content="#2b5797">
<link rel="stylesheet" href="{% static 'css/flowbite@2.2.1.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/styles.css' %}"> <link rel="stylesheet" href="{% static 'css/styles.css' %}">
<!-- FontAwesome Kit --> <!-- FontAwesome Kit -->
<!--<script src="https://kit.fontawesome.com/fb26f70535.js" crossorigin="anonymous"></script>--> <!--<script src="https://kit.fontawesome.com/fb26f70535.js" crossorigin="anonymous"></script>-->
@@ -242,7 +240,7 @@
<span x-bind="footerFirst">Handcrafted </span><span x-bind="footerSecond">with </span><i class="fa-solid fa-heart" role="img" aria-label="love" @click="increase" x-bind="footerThird"></i><span x-bind="footerFourth"> by</span><span x-bind="footerFifth"> fet</span> <span x-bind="footerFirst">Handcrafted </span><span x-bind="footerSecond">with </span><i class="fa-solid fa-heart" role="img" aria-label="love" @click="increase" x-bind="footerThird"></i><span x-bind="footerFourth"> by</span><span x-bind="footerFifth"> fet</span>
</div> </div>
<script src="{% static 'js/flowbite@2.2.1.js' %}"></script> <script src="{% static 'js/flowbite@3.1.2.js' %}"></script>
<script defer src="{% static 'js/vendor.js' %}"></script> <script defer src="{% static 'js/vendor.js' %}"></script>
<script defer src="{% static 'js/scripts.js' %}"></script> <script defer src="{% static 'js/scripts.js' %}"></script>