From acf70b701987c694384c7961429f272b548e0ef3 Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 16 Nov 2025 01:03:16 +0000 Subject: [PATCH] feat: add responsive hamburger navigation menu with slide-in sidebar for mobile views MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement a mobile-friendly navigation system that replaces the static nav menu with a hamburger toggle button on screens ≤768px. The menu slides in from the left as a fixed overlay panel with smooth CSS transitions, and automatically closes when any nav link is clicked. Includes animated hamburger icon transformation (rotating top/bottom bars, hiding middle bar) and adjusted hero section padding for better mobile layout. --- mywebdav/templates/base.html | 23 +++++++- static/css/splash.css | 108 ++++++++++++++++++++++++++++++++++- 2 files changed, 127 insertions(+), 4 deletions(-) diff --git a/mywebdav/templates/base.html b/mywebdav/templates/base.html index 1f3a0b0..8d453d4 100644 --- a/mywebdav/templates/base.html +++ b/mywebdav/templates/base.html @@ -17,7 +17,12 @@ MyWebdav -