Easterspring 2026

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">Inleiding</option>
        <option value="p2">Speurtocht</option>
        <option value="p3">Paassnoep</option>
        <option value="p4">Paaslookcompetitie</option>
				<option value="p5">Lente Looks</option>
				<option value="p6">Lente in Actie - Uitslag</option>
				<option value="p7">Puzzel</option>
				<option value="p8">Lente Looks</option>
				<option value="p9">Duurzaam Pasen</option>
        <option value="p10">Quiz</option>
				<option value="p11">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/3cmGh7U.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 -->
		<div id="page_1" class="pages">
			<!-- Article Start -->	

      <img src="https://i.imgur.com/WJLsRxf.png" alt=""...