Web Project Link
https://app.codecraftworks.com/web/VrSCJlGo9seyonN6jv2Y
Summary
In the end I created four pages. A home page that housed three options for the clubs that could be chosen by the user, and three separate pages each cooresponding to that respective club selection. The "club selection pages" each contain information about the club, and a back arrow to navigate the user back to the main screen. A challenge I faced was to properly next each page in a way that the Javascript is able to read it. I struggled to fit each element within its own respective section so that they would hide and show up properly. Iteration was incredibly useful in this regard as I was able to clone my project to run trial and error with debugging ideas without major consequence to my overall project. I could try something, see if it worked, then adopt it to my main project without ever interupting the code that I know works.