Creating a Split Screen Site, Trying to Keep Menu Open on One Half

Hi there,
I’m currently developing a split screen website. The concept being that the menu is on the left side and through clicking on options, it updates the content on the right side of the website.

What are my options for doing this with Kirby? Or does it require Javascript?

If you don’t want to reload the complete page but only change content in a DOM element, then yes, JavaScript.

I did something like this recently. (http://thedukeofyorkpub.com/)

It uses barba to swap that right hand side. Happy to help where i can.

Sweet! Thanks for this. I will look into trying it out. I also have another version of the website where the page does reload. I’ll see which the client wants to go with.