This commit is contained in:
Dylanomz
2025-02-21 09:21:55 +01:00
2 changed files with 14 additions and 14 deletions

View File

@@ -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,24 +202,23 @@ 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";
} if (title === "Snoep") {
return "bluh"; return "bluh";
} }
return ""; return "";
} }

View File

@@ -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 {