Terugblik Magazine '25

by bluesweater

HTML

<div class="magazineContainer">

  <select id="pageSelector" name="PageSelector" style="border: 1px solid #e6e6e6; padding: 2px; border-radius: 3px; margin-bottom: 10px; width: 100%;">
    <!-- Below are the pages in the dropdown menu at the top -->
    <!-- You can change the text of 'Page 1' etc. to something else, so people know what page they're jumping to -->
    <!-- To add more options, copy the line saying <option>...</option> and paste it directly underneath -->
    <!-- Change the values 'p0', 'p1' etc. to match, they need to be in order and counting up -->
    <option disabled="disabled" selected="selected" value="">Ga naar een andere pagina</option>
    <option value="p0">Voorkant</option>
    <option value="p1">Inhoud & Voorwoord</option>
    <option value="p2">Jaaroverzicht</option>
    <option value="p3">BTB 1</option>
    <option value="p4">Team Updates</option>
    <option value="p5">Design(er)s Spotlight</option>
    <option value="p6">BTB 2</option>
    <option value="p7">Lookappreciation - Magische Kerst Looks</option>
    <option value="p8">Blog Overzicht</option>
    <option value="p9">BTB 3</option>
    <option value="p10">VP'er van het jaar</option>
    <option value="p11">Stijlvolle Start</option>
    <option value="p12">BTB Sets</option>
    <option value="p13">Achterkant</option>

  </select>

  <div class="pagesContainer">

    <!-- FRONT COVER -->
    <!-- Change the url() to your front cover URL -->
    <div id="page_0" class="pages" style="background: url(https://i.imgur.com/bumSgxC.png) top right no-repeat;">
      <div class="goForth next arrow" style="color: #000;"><span class="arrowSize">→</span></div>
    </div>

    <!-- Below is the first page of the magazine, notice the first line says 'page_1'-->
    <!-- Your image should be 688px in width and 500px in height -->
    <!-- You can put the html from your layout and text between 'ARTICLE START' and 'ATICLE END' -->

    <!-- PAGE 1:...