From 5f110afc1c5845db2ab4e845d744b1fb07fdcc0e Mon Sep 17 00:00:00 2001 From: Nezumi Date: Sun, 23 Jul 2023 10:00:18 +0700 Subject: [PATCH] Add rosemary image --- practice/practice-02/src/layouts/offer.pug | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/practice/practice-02/src/layouts/offer.pug b/practice/practice-02/src/layouts/offer.pug index b4b7ebd..f3291ab 100644 --- a/practice/practice-02/src/layouts/offer.pug +++ b/practice/practice-02/src/layouts/offer.pug @@ -17,3 +17,10 @@ section.offer +cardFoodItem(2, 15, "4.8", "Chicken Tikka", "Lorem Ipsum is simply dummy text of the printing and typesetting industry") +cardFoodItem(3, 8, "4.2", "Desi Chowmein", "Lorem Ipsum is simply dummy text of the printing and typesetting industry") +cardFoodItem(4, 28, "5.0", "Chicken Chargha", "Lorem Ipsum is simply dummy text of the printing and typesetting industry") + .offer__rosemary-container + picture + source( + media="(min-width: 840px)", + srcset=offer_img_path + "rosemary-desktop.png" + ) + img(src=offer_img_path + "rosemary-mobile.png", alt="Rosemary image")