diff --git a/src/_data/wishlistgirls.json b/src/_data/wishlistgirls.json new file mode 100644 index 0000000..a248acf --- /dev/null +++ b/src/_data/wishlistgirls.json @@ -0,0 +1,70 @@ +{ + "frieda": [ + { + "tag": "Handtuch", + "name": "Kinder Kapuzenhandtuch Tiere mit Applikation JAKO-O, 140 x 140 cm", + "url": "https://www.jako-o.com/de_DE/kinder-kapuzenhandtuch-tiere-mit-applikation-jako-o-140-x-140-cm--371414", + "comment": "WICHTIG! Personalisierung: Frieda" + }, + { + "tag": "Kochschürze", + "name": "Kinder Kochschürze JAKO-O, grün", + "url": "https://www.jako-o.com/de_DE/kinder-kochschuerze-jako-o-gruen--053709", + "comment": "" + }, + { + "tag": "Holzeisenbahn", + "name": "BRIO Eisenbahn StarterSet A ", + "url": "https://www.brio-shop.de/brio-bahn-sets/BRIO-Eisenbahn-StarterSet-A.html", + "comment": "Artikelnummer: BRIO33773" + }, + { + "tag": "Wasserflasche", + "name": "Classic 18 oz", + "url": "https://www.kleankanteen.com/collections/classic/products/classic-water-bottle-18oz", + "comment": "Farbe: Green Apple" + }, + { + "tag": "Deckel für Wasserflasche", + "name": "Loop Cap with Bale", + "url": "https://www.kleankanteen.com/collections/kid-kanteen/products/loop-cap-with-bale", + "comment": "Farbe: Black" + }, + { + "tag": "Besteck", + "name": "Kinderbesteck JAKO-O, 3-teilig", + "url": "https://www.jako-o.com/de_DE/kinderbesteck-jako-o-3-teilig--039847", + "comment": "Frieda mag die Farben Grün, Orange, Rot, Gelb aktuell am liebsten" + } + ], + "linnea": [ + { + "tag": "Zitronenseife", + "name": "Duschseife Zitronenfit mit Karitébutter, 95g", + "url": "https://www.asavo.de/naturseifen-duschseifen/4-zitronenseife-zitronenfit-4251356100081.html", + "comment": "" + } + ], + "friedalinnea": [ + { + "tag": "", + "name": "Gesellschaftsspiele", + "url": "https://www.avocadostore.de/wohnen/wohnen-und-leben/gesellschaftsspiele", + "comment": "" + }, + { + "tag": "Kinderteppich", + "name": "", + "url": "", + "comment": "" + } + ], + "antje": [ + { + "tag": "", + "name": "Kaffee", + "url": "https://shop.contigo.de/essen-trinken/bio-kaffee/", + "comment": "" + } + ] +} diff --git a/src/wish-list-girls.html b/src/wish-list-girls.html new file mode 100644 index 0000000..3df7549 --- /dev/null +++ b/src/wish-list-girls.html @@ -0,0 +1,119 @@ +--- +layout: 'layouts/home.html' +title: begerad.de +metaDesc: 'This is the website of Stefan Begerad.' +metaKey: 'free, open source, libre, FOSS, FLOSS' +--- + +
+
+

Wunschliste!

+

+ Liebe Mitmenschen,
+ Wer kennt sie nicht? + Meine drei Mädels! + Ihr Motto? + Girls Just Want to Have Fun! +

+

+ Die folgende Liste soll dich befähigen, + meinen Mädels einen Wunsch zu erfüllen und sie bei ihrem Motto zu unterstützen. + Die Farbcodierung ordnet den jeweiligen Wunsch einer Person zu. +

+ + + + + + + + + + + + + + + + + + + + +
Priorität
Frieda
Linnea
Frieda & Linnea
Antje
+
+
+
+

Wunschliste

+

+

+
+
+ + + + + + + + + {% for item in wishlistgirls.frieda %} + + + + {% endfor %} + + {% for item in wishlistgirls.linnea %} + + + + {% endfor %} + + {% for item in wishlistgirls.friedalinnea %} + + + + {% endfor %} + + {% for item in wishlistgirls.antje %} + + + + {% endfor %} + + +
Wunsch
+ {{ item.tag }} + + {{ item.name }} + + {{ item.comment }} +
+ {{ item.tag }} + + {{ item.name }} + + {{ item.comment }} +
+ {{ item.tag }} + + {{ item.name }} + + {{ item.comment }} +
+ {{ item.tag }} + + {{ item.name }} + + {{ item.comment }} +
+
+
+