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:
@@ -38,16 +38,16 @@
|
||||
// Afhankelijk van het geselecteerde item, pas de details aan
|
||||
if (item === 'Broodjes') {
|
||||
title = "Broodje gezond";
|
||||
image = "https://bakkerboudewijn.weebly.com/uploads/4/9/4/1/49414173/s264753192480643130_p1_i1_w1772.jpeg";
|
||||
description = "De iconische burger met twee rundvleesburgers, sla, kaas, pickles, ui, en speciale saus.";
|
||||
image = "https://bakkerboudewijn.weebly.com/uploads/4/9/4/1/49414173/s264753192480643130_p1_i1_w640.jpeg";
|
||||
description = "Broodje met ei en sla enz.";
|
||||
} else if (item === 'drinks') {
|
||||
title = "Coca-Cola";
|
||||
image = "https://via.placeholder.com/400x300?text=Coca-Cola";
|
||||
description = "Verfrissende Coca-Cola om je maaltijd compleet te maken.";
|
||||
} else if (item === 'fries') {
|
||||
title = "Frietjes";
|
||||
image = "https://via.placeholder.com/400x300?text=Frietjes";
|
||||
description = "Knapperige, gouden frietjes geserveerd met zout.";
|
||||
title = "Spa water";
|
||||
image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg";
|
||||
description = "Koude verfrissende watuuur.";
|
||||
} else if (item === 'Snacks') {
|
||||
title = "Frikandel";
|
||||
image = "https://boshuis.huisjebezorgd.nl/wp-content/uploads/2020/03/29512948_652505005141152_1601506864166600704_o.jpg";
|
||||
description = "Paarden lul.";
|
||||
}
|
||||
|
||||
// Toon de details aan de rechterkant
|
||||
|
||||
Reference in New Issue
Block a user