How can i make a notebook themed website

I want to make a website (for sharing high school memories with friends) and i want it to give it a notebook theme, with pages like these

http://codepen.io/aakhya/pen/VNXWVx

And the part i cannot really figure out is how do i make it multi page (Would love to add a “page-turn” animation but i just do not know how :no_mouth:) but even without animations how can i layer pages and display different ones for each topic

possibilities:

  • you can use different html files
  • you can make it one page using JavaScript DOM manipulation or a framework (ex. React) to change the content of the page by pressing a button
1 Like

OK thanks i’ll brainstorm a bit more
:thinking:

You can check this pen https://codepen.io/slyka85/pen/opjzPg, and you can mix the pen above to get your result. In a single line, you need to css animation and javascript function to achieve your output :slightly_smiling_face:

1 Like

Thanks a lot man :grin:
You are a total lifesaver