update flowbite to 2.2.1
This commit is contained in:
1
fet2020/static/css/flowbite@2.2.1.css
Normal file
1
fet2020/static/css/flowbite@2.2.1.css
Normal file
File diff suppressed because one or more lines are too long
2
fet2020/static/js/flowbite@2.2.1.js
Normal file
2
fet2020/static/js/flowbite@2.2.1.js
Normal file
File diff suppressed because one or more lines are too long
@@ -28,8 +28,8 @@
|
||||
<meta name="apple-mobile-web-app-title" content="FET - Fachschaft Elektrotechnik">
|
||||
<meta name="application-name" content="FET - Fachschaft Elektrotechnik">
|
||||
<meta name="msapplication-TileColor" content="#2b5797">
|
||||
|
||||
<link rel="stylesheet" href="{% static 'css/flowbite@1.5.5.css' %}" type="text/css">
|
||||
|
||||
<link rel="stylesheet" href="{% static 'css/flowbite@2.2.1.css' %}" type="text/css">
|
||||
|
||||
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
|
||||
<!-- FontAwesome Kit -->
|
||||
@@ -38,11 +38,11 @@
|
||||
<link href="{% static 'fontawesomefree/css/brands.css' %}" rel="stylesheet" type="text/css">
|
||||
<link href="{% static 'fontawesomefree/css/solid.css' %}" rel="stylesheet" type="text/css">
|
||||
<link href="{% static 'fontawesomefree/css/regular.css' %}" rel="stylesheet" type="text/css">
|
||||
|
||||
|
||||
<!-- Prism.js Theme -->
|
||||
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prism-themes@1/themes/prism-one-dark.min.css"> -->
|
||||
<link rel="stylesheet" href="{% static 'css/prism-one-dark.min.css' %}">
|
||||
|
||||
|
||||
<!-- Fonts -->
|
||||
<link rel="stylesheet" href="{% static 'fonts/Inter-3.19/inter.css' %}">
|
||||
<!-- <link rel="stylesheet" href="{% static 'fonts/Poppins-4.003/poppins.css' %}"> -->
|
||||
@@ -130,7 +130,7 @@
|
||||
<li class="hover:bg-gray-200 dark:hover:bg-gray-600"><button class="!px-2 !py-1 !m-0 text-left" @click="setThemeDark">Dark</button></li>
|
||||
<li class="hover:bg-gray-200 dark:hover:bg-gray-600"><button class="!px-2 !py-1 !m-0 text-left" @click="setThemeSystem">System</button></li>
|
||||
</ul>
|
||||
</li>
|
||||
</li>
|
||||
|
||||
{% if not request.user.is_authenticated %}
|
||||
<li><a href="{% url 'authentications:login' %}?next={{ request.path }}"><span class="visible-collapsedOnly mr-2">Anmelden</span><i class="fa-solid fa-right-to-bracket"></i></a></li>
|
||||
@@ -142,7 +142,7 @@
|
||||
<div class="navbar-subcontentButton">
|
||||
<a class="rounded-l" href="#"
|
||||
@click="togglePopupNav"
|
||||
>
|
||||
>
|
||||
{% if request.user.first_name %}
|
||||
Hallo {{ request.user.first_name }}
|
||||
{% else %}
|
||||
@@ -198,9 +198,9 @@
|
||||
</nav>
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
<footer>
|
||||
{% endblock %}
|
||||
|
||||
<footer>
|
||||
<ul class="icon-list">
|
||||
<li>
|
||||
<a href="{% url 'facebook' %}"><i class="fa-brands fa-facebook"></i></a>
|
||||
@@ -223,7 +223,7 @@
|
||||
<div class="legal">
|
||||
<a href="{{ pages.first.url }}" class="text-center text-sm sm:text-base">{{ pages.first.title }}</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<hr class="legal-divider">
|
||||
<p class="copyright">© {% now 'Y' %} FET - Alle Rechte vorbehalten.</p>
|
||||
<p class="text-center">{% version %}.</p>
|
||||
@@ -232,9 +232,9 @@
|
||||
<span x-bind="footerFirst">Handcrafted </span><span x-bind="footerSecond">with </span><i class="fa-solid fa-heart" aria-label="love" @click="increase" x-bind="footerThird"></i><span x-bind="footerFourth"> by</span><span x-bind="footerFifth"> fet</span>
|
||||
</div>
|
||||
|
||||
<script src="{% static 'js/flowbite@1.5.5.js' %}"></script>
|
||||
|
||||
<script src="{% static 'js/flowbite@2.2.1.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>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user