Skip to content

Commit

Permalink
Merge pull request #1 from matthewaramis/master
Browse files Browse the repository at this point in the history
Add alt to images.
  • Loading branch information
Vikkkkk authored Oct 26, 2018
2 parents 4f83715 + 48c6421 commit 6831b0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,37 +76,37 @@ <h1><span>Hand-Crafted </span> Styles</h1>
<section class='featured' id='featured' tabindex="-1">
<h2>Most-Loved <span>Products</span></h2>
<ul class='main-carousel'>
<li class='carousel-cell'> <img src='./images/checked-stretch-dress.jpg'>
<li class='carousel-cell'> <img src='./images/checked-stretch-dress.jpg' alt="checked stretch dress">
<h3>dresses</h3>
<h4>Checked Stretch Dress</h4>
<h3>$129.00</h3>
<button> Add to Cart</button>
</li>
<li class='carousel-cell'> <img src='./images/blue-hipster-backpack.jpg'>
<li class='carousel-cell'> <img src='./images/blue-hipster-backpack.jpg' alt="blue hipster backpack">
<h3>Bags</h3>
<h4>Blue Hipster Backpack</h4>
<h3>$69.00</h3>
<button> Add to Cart</button>
</li>
<li class='carousel-cell'> <img src='./images/blue-silk-dress.jpg'>
<li class='carousel-cell'> <img src='./images/blue-silk-dress.jpg' alt="blue silk dress">
<h3>Dresses</h3>
<h4>Blue Silk Dress</h4>
<h3>$119.00</h3>
<button> Add to Cart</button>
</li>
<li class='carousel-cell'> <img src='./images/cotton-blue-shirt.jpg'>
<li class='carousel-cell'> <img src='./images/cotton-blue-shirt.jpg' alt="cotton blue shirt">
<h3>T-Shirt</h3>
<h4>Blue Cotton Shirt</h4>
<h3>$39.00</h3>
<button> Add to Cart</button>
</li>
<li class='carousel-cell'> <img src='./images/cotton-yellow-tshirt.jpg'>
<li class='carousel-cell'> <img src='./images/cotton-yellow-tshirt.jpg' alt="cotton yellow t-shirt">
<h3>T-Shirt</h3>
<h4>Yellow Cotton Shirt</h4>
<h3>$39.00</h3>
<button> Add to Cart</button>
</li>
<li class='carousel-cell'> <img src='./images/demin-overall-shorts.jpg'>
<li class='carousel-cell'> <img src='./images/demin-overall-shorts.jpg' alt="denim overall shorts">
<h3>Shorts</h3>
<h4>Denim Overall Shorts</h4>
<h3>$89.00</h3>
Expand Down

0 comments on commit 6831b0f

Please sign in to comment.