mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 02:57:30 +01:00
Merge branch 'main' of https://github.com/Alvin-Zilverstand/Schoolkantine
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('Desserts')" data-translate="Desserts">Desserts</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 class="menu-item" onclick="showCategory('Overige')" data-translate="Overige">Overige</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 |
@@ -100,8 +100,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: "Popcorn zoet", imageSrc: "https://th.bing.com/th/id/OIP.6We0JA1TcUt_QOqMcMZsPwAAAA?rs=1&pid=ImgDetMain", price: 2.50 },
|
||||
{ title: "Popcorn zout", imageSrc: "https://www.sligro.nl/image-service/_jcr_content.product.08713276292032.image/1/large.jpeg", 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 },
|
||||
];
|
||||
} else if (category === 'Overige') {
|
||||
items = [
|
||||
|
||||
Reference in New Issue
Block a user