mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
yyy
This commit is contained in:
BIN
website/media/GehaktJoppie.png
Normal file
BIN
website/media/GehaktJoppie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 MiB |
BIN
website/media/Saucijz.png
Normal file
BIN
website/media/Saucijz.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 MiB |
BIN
website/media/frikandelbroodje.png
Normal file
BIN
website/media/frikandelbroodje.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 562 KiB |
@@ -10,6 +10,10 @@ function showCategory(category) {
|
||||
items = [
|
||||
{ title: "Broodje Gezond", imageSrc: "media/broodje-gezond.jpg", price: 3.50 },
|
||||
{ title: "Bagel", imageSrc: "media/bagel.jpeg", price: 3.00 },
|
||||
{ title: "Broodje Gehakt met Joppiesaus", imageSrc: "media/GehaktJoppie.png", price: 3.50 },
|
||||
{ title: "Frikandelbroodje", imageSrc: "media/Frikandelbroodje.png", price: 2.50 },
|
||||
{ title: "Saucijzenbroodje", imageSrc: "media/Saucijz.png", price: 2.50 },
|
||||
|
||||
];
|
||||
} else if (category === 'Koude-Dranken') {
|
||||
items = [
|
||||
@@ -146,8 +150,11 @@ function getDescription(title) {
|
||||
return "Een pittige mexicano.";
|
||||
} else if (title === "Bitterballen") {
|
||||
return "Een bakje met 6 Bitterballen .";
|
||||
} else if (title === "Broodje Gehakt met Joppiesaus") {
|
||||
return "Een wit of bruin broodje met Gehakt, Ei, Sla en Joppiesaus .";
|
||||
|
||||
}
|
||||
return "";
|
||||
return "";
|
||||
}
|
||||
|
||||
// Functie om een item aan het winkelwagentje toe te voegen
|
||||
|
||||
Reference in New Issue
Block a user