where do I start conversion of an old static html site over 1500 pages? a bit overwhelmed
I set up a codepen https://codepen.io/steveo212/pen/qEORdLr to illustrate the basic structure. Looking for help on where to start. The site needs to be responsive, so the main menu needs to collapse to a hamburger (minimal to no JS if possible). FYI, this is a passion project and the site does not generate revenue, I'm just trying to modernize it and practice some of what I am seeing on Kevin's youtube videos so that I keep the consistency on the approach.
Question: Is the HTML structure appropriate or should I consider a different approach? The channel-menu-bar-section is a bit redundant. What I'm trying to accomplish is that when the site is being viewed on a mobile device, the user can still understand which channel they are in and select a different article within the channel. When viewing on a desktop, have two columns where the channelName is displayed and articles are listed.
Please direct me to which videos I should watch as I do want to learn. Thank you