mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-07 05:53:00 +01:00
description menu
This commit is contained in:
@@ -12,15 +12,15 @@
|
|||||||
} else if (item === 'drinks') {
|
} else if (item === 'drinks') {
|
||||||
title = "Spa water";
|
title = "Spa water";
|
||||||
image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg";
|
image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg";
|
||||||
description = "Koude verfrissende watuuur etc.";
|
description = "Koude verfrissende water";
|
||||||
} else if (item === 'Snacks') {
|
} else if (item === 'Snacks') {
|
||||||
title = "Frikandel";
|
title = "Frikandel";
|
||||||
image = "https://boshuis.huisjebezorgd.nl/wp-content/uploads/2020/03/29512948_652505005141152_1601506864166600704_o.jpg";
|
image = "https://boshuis.huisjebezorgd.nl/wp-content/uploads/2020/03/29512948_652505005141152_1601506864166600704_o.jpg";
|
||||||
description = "vlees etc.";
|
description = "Een frikandel, dat wil je wel!";
|
||||||
} else if (item === 'deserts') {
|
} else if (item === 'deserts') {
|
||||||
title = "Ijsjes";
|
title = "Ijsjes";
|
||||||
image = "https://th.bing.com/th/id/R.5e81f369a0da6a92106391e7b0a5119b?rik=KD0kNGiRjGM22g&riu=http%3a%2f%2fwww.brookersicecream.com%2fwp-content%2fuploads%2f2018%2f09%2fIce-Cream-Fan.png&ehk=%2bfZOURa%2fKgmE4uuuESx9We3OBrwXpPaaMZpJaBJt4bo%3d&risl=&pid=ImgRaw&r=0";
|
image = "https://th.bing.com/th/id/R.5e81f369a0da6a92106391e7b0a5119b?rik=KD0kNGiRjGM22g&riu=http%3a%2f%2fwww.brookersicecream.com%2fwp-content%2fuploads%2f2018%2f09%2fIce-Cream-Fan.png&ehk=%2bfZOURa%2fKgmE4uuuESx9We3OBrwXpPaaMZpJaBJt4bo%3d&risl=&pid=ImgRaw&r=0";
|
||||||
description = "ijsje etc.";
|
description = "Een lekker ijsje met vele smaken, zoals aardbei, vannille, chocolade, mint, bosbes en nog veel meer (alleen in de zomer!)";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Toon de details aan de rechterkant
|
// Toon de details aan de rechterkant
|
||||||
|
|||||||
Reference in New Issue
Block a user