i-ujjwaljha / E-Commerce-Website

1 stars 17 forks source link

Duplicate Product Details #31

Closed donnamware closed 1 year ago

donnamware commented 1 year ago

I saw that the products all have the same pricing and general description.

image

i-ujjwaljha commented 1 year ago

go ahead and make the changes you think will be fine for the website @donnamware .

donnamware commented 1 year ago

Wonderful, I'll have it done by midnight 12/18/22 est. Thank you

donnamware commented 1 year ago

All products have been updated. I also put an update in the code section. I hope this wasn't overkilled as I am just beginning to learn the proper protocols for GitHub. Thank you for the opportunity.

Red Printed T-shirt

$50.00

    <div class="col-4">
        <img src="images/product-2.jpg" alt="">
        <h4>Casual Black Sneakers</h4>
        <div class="rating">
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star-o" aria-hidden="true"></i>
        </div>
        <p>$50.00</p>
    </div>

    <div class="col-4">
        <img src="images/product-3.jpg" alt="">
        <h4>Grey Sweatpants with Zipper</h4>
        <div class="rating">
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star-half-o" aria-hidden="true"></i>
            <i class="fa fa-star-o" aria-hidden="true"></i>
        </div>
        <p>$50.00</p>
    </div>

    <div class="col-4">
        <img src="images/product-4.jpg" alt="">
        <h4>Navy Blue Preppy Polo Shirt</h4>
        <div class="rating">
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star" aria-hidden="true"></i>
            <i class="fa fa-star-o" aria-hidden="true"></i>
        </div>
        <p>$50.00</p>
    </div>
</div>

Latest Products

<div class="row">
    <div class="col-3">
        <img src="images/category-1.jpg" alt="">
    </div>
    <div class="col-3">
        <img src="images/category-2.jpg" alt="">
    </div>
    <div class="col-3">
        <img src="images/category-3.jpg" alt="">
    </div>
</div>

Featured Products

White Fashion High Top Leather and Knit Shoe/h4>

$50.00

PUMA Black Tee-Shirt with Strips

$50.00

Hrx Cotton Quarter Length Trainning Socks

$50.00

Red Printed T-shirt

$50.00

Black Roadster Leather Band Sports Watch

$50.00

Black and Red Low Top Training Shoe

$50.00

Grey and White Mesh Fashion Shoe

$50.00

Black Nike Sweat Pants with Draw String

$50.00