mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
hh
This commit is contained in:
@@ -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
BIN
website/media/Kersen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 441 KiB |
BIN
website/media/Perzikken.png
Normal file
BIN
website/media/Perzikken.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 468 KiB |
BIN
website/media/Tangfastics.png
Normal file
BIN
website/media/Tangfastics.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 514 KiB |
BIN
website/media/Tropifrutti.png
Normal file
BIN
website/media/Tropifrutti.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 368 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user