mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-07 05:53:00 +01:00
Merge branch 'main' of https://github.com/Alvin-Zilverstand/Schoolkantine
This commit is contained in:
BIN
website/media/deals.jpg
Normal file
BIN
website/media/deals.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1017 KiB |
BIN
website/media/soep.jpg
Normal file
BIN
website/media/soep.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
@@ -22,11 +22,11 @@ function showItemDetails(item) {
|
||||
description = "Een lekker ijsje met vele smaken, zoals aardbei, vanille, chocolade, mint, bosbes en nog veel meer (alleen in de zomer!).";
|
||||
} else if (item === 'Deals') {
|
||||
title = "Deals";
|
||||
imageSrc = "https://archies.com/wp-content/uploads/2024/07/MEAL-DEALS_HERO_MOBILE-1.jpg";
|
||||
imageSrc = "media/deals.jpg";
|
||||
description = "Onze beste deals met de beste prijzen!";
|
||||
} else if (item === 'soep') {
|
||||
title = "soepen";
|
||||
imageSrc = "https://www.lekkeretenmetlinda.nl/wp-content/uploads/2025/01/Minestrone-soep-1a-768x576.jpg";
|
||||
imageSrc = "media/soep.jpg";
|
||||
description = "soep van de dag! (Allergieen? Meld het bij ons!";
|
||||
} else if (item === 'Placeholder 2') {
|
||||
title = "Placeholder 2";
|
||||
|
||||
Reference in New Issue
Block a user