From ab26939794709be5ba9746101db238beeee8c53b Mon Sep 17 00:00:00 2001 From: Andrew4Coding Date: Fri, 11 Oct 2024 19:40:43 +0700 Subject: [PATCH] feat: initialize navbar and footer design --- modules/authentication/templates/login.html | 6 +++--- .../authentication/templates/register.html | 4 ++-- modules/authentication/views.py | 4 +--- modules/main/views.py | 2 +- static/assets/eventyog-white.png | Bin 0 -> 2554 bytes templates/base.html | 15 +++++++++++---- templates/ds/footer.html | 17 +++++++++++++++-- templates/ds/navbar.html | 18 ++++++++++++++++-- 8 files changed, 49 insertions(+), 17 deletions(-) create mode 100644 static/assets/eventyog-white.png diff --git a/modules/authentication/templates/login.html b/modules/authentication/templates/login.html index ac8ad23..b6ff35a 100644 --- a/modules/authentication/templates/login.html +++ b/modules/authentication/templates/login.html @@ -12,7 +12,7 @@ > icon

Welcome to EventYog!

{% csrf_token %} @@ -20,11 +20,11 @@
- +
- +
+ + \ No newline at end of file