|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <head> |
4 | | - <title>The Generics | Store</title> |
| 4 | + <title>Store</title> |
5 | 5 | <meta name="description" content="This is the description"> |
6 | 6 | <link rel="stylesheet" href="style.css" /> |
7 | 7 | <script src="store.js" async></script> |
|
15 | 15 | <li><a href="about.html">ABOUT</a></li> |
16 | 16 | </ul> |
17 | 17 | </nav> |
18 | | - <h1 class="band-name band-name-large">The Generics</h1> |
| 18 | + <h1 class="band-name band-name-large">Ukay ni Lola</h1> |
19 | 19 | </header> |
20 | 20 | <section class="container content-section"> |
21 | | - <h2 class="section-header">MUSIC</h2> |
| 21 | + <h2 class="section-header">Imported | Korean</h2> |
22 | 22 | <div class="shop-items"> |
23 | 23 | <div class="shop-item"> |
24 | | - <span class="shop-item-title">Album 1</span> |
| 24 | + <span class="shop-item-title">IK-200</span> |
25 | 25 | <img class="shop-item-image" src="Images/Album 1.png"> |
26 | 26 | <div class="shop-item-details"> |
27 | | - <span class="shop-item-price">$12.99</span> |
| 27 | + <span class="shop-item-price">P=199.00</span> |
28 | 28 | <button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button> |
29 | 29 | </div> |
30 | 30 | </div> |
31 | 31 | <div class="shop-item"> |
32 | | - <span class="shop-item-title">Album 2</span> |
| 32 | + <span class="shop-item-title">IK-800</span> |
33 | 33 | <img class="shop-item-image" src="Images/Album 2.png"> |
34 | 34 | <div class="shop-item-details"> |
35 | | - <span class="shop-item-price">$14.99</span> |
| 35 | + <span class="shop-item-price">P=250.00</span> |
36 | 36 | <button class="btn btn-primary shop-item-button"type="button">ADD TO CART</button> |
37 | 37 | </div> |
38 | 38 | </div> |
39 | 39 | <div class="shop-item"> |
40 | | - <span class="shop-item-title">Album 3</span> |
| 40 | + <span class="shop-item-title">IK-300</span> |
41 | 41 | <img class="shop-item-image" src="Images/Album 3.png"> |
42 | 42 | <div class="shop-item-details"> |
43 | | - <span class="shop-item-price">$9.99</span> |
| 43 | + <span class="shop-item-price">P=400.00</span> |
44 | 44 | <button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button> |
45 | 45 | </div> |
46 | 46 | </div> |
47 | 47 | <div class="shop-item"> |
48 | | - <span class="shop-item-title">Album 4</span> |
| 48 | + <span class="shop-item-title">IK-138</span> |
49 | 49 | <img class="shop-item-image" src="Images/Album 4.png"> |
50 | 50 | <div class="shop-item-details"> |
51 | | - <span class="shop-item-price">$19.99</span> |
| 51 | + <span class="shop-item-price">P=280.00</span> |
52 | 52 | <button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button> |
53 | 53 | </div> |
54 | 54 | </div> |
@@ -92,24 +92,7 @@ <h2 class="section-header">CART</h2> |
92 | 92 | </section> |
93 | 93 | <footer class="main-footer"> |
94 | 94 | <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> |
113 | 96 | </div> |
114 | 97 | </footer> |
115 | 98 | </body> |
|
0 commit comments