090500
This commit is contained in:
22
templates/components/navbars/nav.html
Normal file
22
templates/components/navbars/nav.html
Normal file
@@ -0,0 +1,22 @@
|
||||
{% load static %}
|
||||
<nav class="bg-white border-b border-gray-200 px-4 py-2.5 dark:bg-gray-800 dark:border-gray-700 fixed left-0 right-0 top-0 z-50">
|
||||
<div class="flex flex-wrap justify-between items-center">
|
||||
<div class="flex justify-start items-center">
|
||||
{% include 'components/navbars/burger.html' %}
|
||||
{% include 'components/navbars/logo.html' %}
|
||||
{% include 'components/navbars/search.html' %}
|
||||
</div>
|
||||
<div class="flex items-center lg:order-2">
|
||||
<!-- Search -->
|
||||
{% include 'components/navbars/search_mini.html' %}
|
||||
<!-- Dark mode -->
|
||||
{% include 'components/navbars/dark_mode.html' %}
|
||||
<!-- Notifications -->
|
||||
{% include 'components/navbars/notifications.html' %}
|
||||
<!-- Apps -->
|
||||
{% include 'components/navbars/apps.html' %}
|
||||
<!-- Profiles -->
|
||||
{% include 'components/navbars/profiles.html' %}
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user