This commit is contained in:
Dylanomz
2025-02-21 10:07:32 +01:00
parent 0c0af1e5bf
commit c75dab8a95
6 changed files with 6 additions and 2 deletions

View File

@@ -22,12 +22,12 @@
<div class="menu-item" onclick="showCategory('Koude-Dranken')" data-translate="Koude Dranken">Koude Dranken</div>
<div class="menu-item" onclick="showCategory('Warme-Dranken')" data-translate="Warme Dranken">Warme Dranken</div>
<div class="menu-item" onclick="showCategory('Snacks')" data-translate="Snacks">Snacks</div>
<div class="menu-item" onclick="showCategory('deserts')" data-translate="deserts">Ijsjes</div>
<div class="menu-item" onclick="showCategory('Deserts')" data-translate="Deserts">Ijsjes</div>
<div class="menu-item" onclick="showCategory('Deals')" data-translate="Deals">Deals</div>
<div class="menu-item" onclick="showCategory('Soepen')" data-translate="Soepen">Soepen</div>
<div class="menu-item" onclick="showCategory('Salades')" data-translate="Salades">Salades</div>
<div class="menu-item" onclick="showCategory('Sausjes')" data-translate="Sausjes">Sausjes</div>
<div class="menu-item" onclick="showCategory('Yoghert')" data-translate="Yoghert">Yoghert</div>
<div class="menu-item" onclick="showCategory('Yoghurt')" data-translate="Yoghurt">Yoghurt</div>
<div class="menu-item" onclick="showCategory('Snoep')" data-translate="Snoep">Snoep</div>
</div>

BIN
website/media/Kersen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB

BIN
website/media/Perzikken.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 KiB

View File

@@ -93,6 +93,10 @@ function showCategory(category) {
{ title: "Haribo Kikkers", imageSrc: "media/kikkertjes.png", price: 2.50 },
{ title: "Haribo Bananen", imageSrc: "media/bananas.png", price: 2.50 },
{ title: "Haribo Goudberen", imageSrc: "media/Goudberen.png", price: 2.50 },
{ title: "Haribo Perzikken", imageSrc: "media/Perzikken.png", price: 2.50 },
{ title: "Haribo Tropifrutti", imageSrc: "media/tropifrutti.png", price: 2.50 },
{ title: "Haribo Tangfastics", imageSrc: "media/tangfastics.png", price: 2.50 },
{ title: "Haribo Kersen", imageSrc: "media/Kersen.png", price: 2.50 },
];
}
// Voeg de items toe aan de weergave