Skip to content

Commit

Permalink
Fix: replace wrong product image, put 8 cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok-Sci committed Jan 22, 2024
1 parent f7d6360 commit d40d8aa
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions flipkart/small/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,66 @@
<!-- products -->
<div class="fk-slider">
<div class="fk-cards">
<!-- product card wrapper start -->
<div class="fk-card-wrapper">
<!-- product card -->
<div class="fk-card">
<!-- product image container -->
<div class="fk-img-wrapper">
<!-- product image -->
<img src="https://rukminim2.flixcart.com/image/170/170/xif0q/dslr-camera/i/d/6/eos-r5-24-105-45-r5-canon-original-imagkk365tvry2gz.jpeg?q=90"
alt="">
</div>
<!-- product description -->
<p class="fk-content-wrapper">
<!-- product title -->
<span class="fk-title">Top Mirrorless</span>
<span class="fk-price">Shop Now!</span>
</p>
</div>
</div>
<!-- End product card -->

<!-- product card wrapper start -->
<div class="fk-card-wrapper">
<!-- product card -->
<div class="fk-card">
<!-- product image container -->
<div class="fk-img-wrapper">
<!-- product image -->
<img src="https://rukminim2.flixcart.com/image/210/210/xif0q/keyboard/gaming-keyboard/b/s/q/f2023-aula-original-imagnhc44uakb4zb.jpeg?q=90"
alt="">
</div>
<!-- product description -->
<p class="fk-content-wrapper">
<!-- product title -->
<span class="fk-title">Top Selling Dell</span>
<span class="fk-price">From ₹229</span>
</p>
</div>
</div>
<!-- End product card -->

<!-- product card wrapper start -->
<div class="fk-card-wrapper">
<!-- product card -->
<div class="fk-card">
<!-- product image container -->
<div class="fk-img-wrapper">
<!-- product image -->
<img src="https://rukminim2.flixcart.com/image/210/210/l4pxk7k0/usb-gadget/g/8/v/dlk5526cg-11-philips-original-imagfjxzfsgu7nvu.jpeg?q=90"
alt="">
</div>
<!-- product description -->
<p class="fk-content-wrapper">
<!-- product title -->
<span class="fk-title">USB Gadgets</span>
<span class="fk-price">From ₹179</span>
</p>
</div>
</div>
<!-- End product card -->

<!-- product card wrapper start -->
<div class="fk-card-wrapper">
<!-- product card -->
Expand Down

0 comments on commit d40d8aa

Please sign in to comment.