feat: finalize UI/UX

This commit is contained in:
mohamad
2026-08-01 16:30:24 +03:30
parent 3c50abf404
commit 28e0f7f8fe
26 changed files with 822 additions and 528 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="{% static 'css/main.css' %}" />
{% block extra_css %}{% endblock %}
</head>
<body>
<body class="{% block body_class %}{% endblock %}">
{% include "partials/_navbar.html" %}
@@ -23,7 +23,7 @@
{% block content %}{% endblock %}
</main>
{% include "partials/_footer.html" %}
{% block footer %}{% include "partials/_footer.html" %}{% endblock %}
<script src="{% static 'js/main.js' %}"></script>
{% block extra_js %}{% endblock %}