mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 11:07:40 +01:00
rfrf
This commit is contained in:
BIN
website/media/Bananas.png
Normal file
BIN
website/media/Bananas.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 892 KiB |
BIN
website/media/Goudberen.png
Normal file
BIN
website/media/Goudberen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 375 KiB |
BIN
website/media/Starmix.png
Normal file
BIN
website/media/Starmix.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 102 KiB |
@@ -89,8 +89,10 @@ function showCategory(category) {
|
|||||||
];
|
];
|
||||||
} else if (category === 'Snoep') {
|
} else if (category === 'Snoep') {
|
||||||
items = [
|
items = [
|
||||||
{ title: "Haribo starmix", imageSrc: "media/starmix.jpg", price: 5.10 },
|
{ title: "Haribo starmix", imageSrc: "media/Starmix.png", price: 2.50 },
|
||||||
{ title: "Haribo Kikkers", imageSrc: "media/kikkertjes.png", price: 5.10 },
|
{ 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 },
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
// Voeg de items toe aan de weergave
|
// Voeg de items toe aan de weergave
|
||||||
@@ -368,7 +370,7 @@ const translations = {
|
|||||||
"With this deal, you get a choice of a sandwich and a choice of a cold drink!!": "Bij deze deal krijg je een keuze naar een broodje en een keuze naar een koude drank!!",
|
"With this deal, you get a choice of a sandwich and a choice of a cold drink!!": "Bij deze deal krijg je een keuze naar een broodje en een keuze naar een koude drank!!",
|
||||||
"Soup of the day! (Allergies? Let us know!)": "Soep van de dag! (Allergieën? Meld het bij ons!)",
|
"Soup of the day! (Allergies? Let us know!)": "Soep van de dag! (Allergieën? Meld het bij ons!)",
|
||||||
"A delicious salad with fresh vegetables and a dressing of your choice.": "Een heerlijke salade met verse groenten en een dressing naar keuze.",
|
"A delicious salad with fresh vegetables and a dressing of your choice.": "Een heerlijke salade met verse groenten en een dressing naar keuze.",
|
||||||
"Choose the sauce of your choice!": "Kies de saus naar je keuze!"
|
"Choose the sauce of your choice!": "Kies de saus naar je keuze!",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user