I love the how he simulates the hamburger menu with a page navigation. It just feels so wholesome in a sea of complex JS frameworks
Something like:
Some icon here
My menu here
and then use the `:checked` CSS selector to display or not the hamburger menu, you can see it working in my (very barebone :D) website [1]. Note that this implementation is not keyboard-navigable because the input is not visible, I should fix it someday.