From f7f1cd203e4ff7b7115754529d94d2a8e18f02aa Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 1 Nov 2024 16:10:58 -0700 Subject: [PATCH] add hamburger menu for mobile --- components/header.html | 10 ++++++++-- css/styles.css | 40 +++++++++++++++++++++++++++++++++++----- index.html | 9 +++++---- js/navbar.js | 4 ++++ 4 files changed, 52 insertions(+), 11 deletions(-) create mode 100644 js/navbar.js diff --git a/components/header.html b/components/header.html index f9d288e..7a75f70 100644 --- a/components/header.html +++ b/components/header.html @@ -1,6 +1,12 @@ +