Skip to content

Commit e61ffb8

Browse files
committed
the product and its price
1 parent c288905 commit e61ffb8

File tree

1 file changed

+12
-29
lines changed

1 file changed

+12
-29
lines changed

store.html

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>The Generics | Store</title>
4+
<title>Store</title>
55
<meta name="description" content="This is the description">
66
<link rel="stylesheet" href="style.css" />
77
<script src="store.js" async></script>
@@ -15,40 +15,40 @@
1515
<li><a href="about.html">ABOUT</a></li>
1616
</ul>
1717
</nav>
18-
<h1 class="band-name band-name-large">The Generics</h1>
18+
<h1 class="band-name band-name-large">Ukay ni Lola</h1>
1919
</header>
2020
<section class="container content-section">
21-
<h2 class="section-header">MUSIC</h2>
21+
<h2 class="section-header">Imported | Korean</h2>
2222
<div class="shop-items">
2323
<div class="shop-item">
24-
<span class="shop-item-title">Album 1</span>
24+
<span class="shop-item-title">IK-200</span>
2525
<img class="shop-item-image" src="Images/Album 1.png">
2626
<div class="shop-item-details">
27-
<span class="shop-item-price">$12.99</span>
27+
<span class="shop-item-price">P=199.00</span>
2828
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
2929
</div>
3030
</div>
3131
<div class="shop-item">
32-
<span class="shop-item-title">Album 2</span>
32+
<span class="shop-item-title">IK-800</span>
3333
<img class="shop-item-image" src="Images/Album 2.png">
3434
<div class="shop-item-details">
35-
<span class="shop-item-price">$14.99</span>
35+
<span class="shop-item-price">P=250.00</span>
3636
<button class="btn btn-primary shop-item-button"type="button">ADD TO CART</button>
3737
</div>
3838
</div>
3939
<div class="shop-item">
40-
<span class="shop-item-title">Album 3</span>
40+
<span class="shop-item-title">IK-300</span>
4141
<img class="shop-item-image" src="Images/Album 3.png">
4242
<div class="shop-item-details">
43-
<span class="shop-item-price">$9.99</span>
43+
<span class="shop-item-price">P=400.00</span>
4444
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
4545
</div>
4646
</div>
4747
<div class="shop-item">
48-
<span class="shop-item-title">Album 4</span>
48+
<span class="shop-item-title">IK-138</span>
4949
<img class="shop-item-image" src="Images/Album 4.png">
5050
<div class="shop-item-details">
51-
<span class="shop-item-price">$19.99</span>
51+
<span class="shop-item-price">P=280.00</span>
5252
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
5353
</div>
5454
</div>
@@ -92,24 +92,7 @@ <h2 class="section-header">CART</h2>
9292
</section>
9393
<footer class="main-footer">
9494
<div class="container main-footer-container">
95-
<h3 class="band-name">The Generics</h3>
96-
<ul class="nav footer-nav">
97-
<li>
98-
<a href="https://www.youtube.com" target="_blank">
99-
<img src="Images/YouTube Logo.png">
100-
</a>
101-
</li>
102-
<li>
103-
<a href="https://www.spotify.com" target="_blank">
104-
<img src="Images/Spotify Logo.png">
105-
</a>
106-
</li>
107-
<li>
108-
<a href="https://www.facebook.com" target="_blank">
109-
<img src="Images/Facebook Logo.png">
110-
</a>
111-
</li>
112-
</ul>
95+
<h3 class="FOOTER">Midterm Project in P-20</h3>
11396
</div>
11497
</footer>
11598
</body>

0 commit comments

Comments
 (0)