From 1f2429e59077bd12ff976b221e44c7c13cec7b04 Mon Sep 17 00:00:00 2001 From: Zach Date: Sun, 15 Oct 2023 04:11:44 -0400 Subject: [PATCH 1/2] Add hamburger icon image exported from Figma --- img/icons/hamburger.png | Bin 0 -> 275 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 img/icons/hamburger.png diff --git a/img/icons/hamburger.png b/img/icons/hamburger.png new file mode 100644 index 0000000000000000000000000000000000000000..cb4b07918f5a3f3ddd8179a66986c4183771506f GIT binary patch literal 275 zcmeAS@N?(olHy`uVBq!ia0vp^@*vE?1|rvqSpq4}0*}aI1_o|n5N2eUHAey{$XFcY z?!>U}oXkrghb7(7*O7r?V?XzwL{=bwg{O;SNCo5DtA<>M3`E!-{J(m|+JfUFTUx=k zdq-w>svFL3)|+>rscH4*OZ%2NFU)*-ZHx20?JYJ;_MDYA4jmBz+du3od^U|oIhgDG z)P8#zso~rZz_I;ixDfM{s+vskKO8Ixisb@9)WEPx1c%q&w zE&0XmDSN_xFTcUYxlZtl(2echaTOaIO52NA9_XdU-e6YBG73spR1WR%3|YC~LPF%i Su8Tl7GkCiCxvX Date: Sun, 15 Oct 2023 04:12:50 -0400 Subject: [PATCH 2/2] Implement a hamburger menu I tried my best to do it without JS, but it was 4am... --- index.html | 33 +++++--- styles.css | 227 ++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 202 insertions(+), 58 deletions(-) diff --git a/index.html b/index.html index f746406..1ded21d 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -11,10 +11,14 @@