diff --git a/website/index.html b/website/index.html index cace237..9008136 100644 --- a/website/index.html +++ b/website/index.html @@ -22,7 +22,7 @@ - + diff --git a/website/script.js b/website/script.js index 49d3f4e..ac22f73 100644 --- a/website/script.js +++ b/website/script.js @@ -90,9 +90,9 @@ function showCategory(category) { ]; - } else if (category === 'Yoghert') { + } else if (category === 'Yoghurt') { items = [ - { title: "Aardbij yoghert", imageSrc: "media/aardbij-yoghurt.png", price: 5.10 }, + { title: "Aardbij yoghurt", imageSrc: "media/aardbij-yoghurt.png", price: 5.10 }, ]; } else if (category === 'Snoep') { items = [ @@ -104,6 +104,8 @@ function showCategory(category) { { 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 }, + { 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 } ]; } else if (category === 'Overige') { items = [ @@ -251,7 +253,7 @@ function getDescription(title) { } if (title === "Appelflap") { return "bluhll"; - } if (title === "Aardbij yoghert") { + } if (title === "Aardbij yoghurt") { return "bluhllllllllllllllllllllll"; } if (title === "Haribo starmix") {