mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
Merge branch 'main' of https://github.com/Alvin-Zilverstand/Schoolkantine
This commit is contained in:
@@ -85,7 +85,7 @@ function showCategory(category) {
|
|||||||
];
|
];
|
||||||
} else if (category === 'Yoghert') {
|
} else if (category === 'Yoghert') {
|
||||||
items = [
|
items = [
|
||||||
{ title: "aardbij yoghurt", imageSrc: "media/aardbij-yoghurt.png", price: 5.10 },
|
{ title: "Aardbij yoghurt", imageSrc: "media/aardbij-yoghurt.png", price: 5.10 },
|
||||||
];
|
];
|
||||||
} else if (category === 'Snoep') {
|
} else if (category === 'Snoep') {
|
||||||
items = [
|
items = [
|
||||||
@@ -202,23 +202,22 @@ function getDescription(title) {
|
|||||||
|
|
||||||
|
|
||||||
// Soepen beschrijving
|
// Soepen beschrijving
|
||||||
} else if (title === "Soepen") {
|
} if (title === "TomatenSoep") {
|
||||||
return "Soep van de dag! (Allergieën? Meld het bij ons!)";
|
return "bluh";
|
||||||
|
|
||||||
// Salades beschrijving
|
// Salades beschrijving
|
||||||
} else if (title === "Salades") {
|
} if (title === "Caesar Salade") {
|
||||||
return "Een heerlijke salade met verse groenten en een dressing naar keuze.";
|
return "bluh";
|
||||||
|
|
||||||
// Sauzen beschrijving
|
// Sauzen beschrijving
|
||||||
} else if (title === "Sausjes") {
|
} if (title === "Ketchup") {
|
||||||
return "Kies de saus naar je keuze!";
|
|
||||||
|
|
||||||
} else if (title === "Yoghert") {
|
|
||||||
return "bluh";
|
return "bluh";
|
||||||
|
|
||||||
} else if (title === "Snoep") {
|
} if (title === "Aardbij Yoghert") {
|
||||||
return "bluh";
|
return "bluh";
|
||||||
|
|
||||||
|
} if (title === "Snoep") {
|
||||||
|
return "bluh";
|
||||||
|
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
|
|||||||
@@ -125,11 +125,12 @@ body {
|
|||||||
|
|
||||||
.close {
|
.close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 110px;
|
||||||
right: 20px;
|
right: 450px;
|
||||||
font-size: 30px;
|
font-size: 60px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
#add-to-cart {
|
#add-to-cart {
|
||||||
|
|||||||
Reference in New Issue
Block a user