-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstore.html
190 lines (190 loc) · 8.13 KB
/
store.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html>
<head>
<title>Store</title>
<link rel="icon" href="images/Ukay-Ni-Lola.png" type="image/x-icon">
<meta name="description" content="This is the description">
<link rel="stylesheet" href="style.css" />
<script src="store.js" async></script>
</head>
<body>
<header class="main-header">
<nav class="main-nav nav">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="store.html">STORE</a></li>
<li><a href="about.html">ABOUT</a></li>
</ul>
</nav>
<h1 class="band-name band-name-large">Ukay ni Lola</h1>
</header>
<section class="container content-section">
<h2 class="section-header">Imported | Korean Style</h2>
<div class="shop-items">
<div class="shop-item">
<span class="shop-item-title">IK-200</span>
<img class="shop-item-image" src="Images/Korean1.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=199.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">IK-800</span>
<img class="shop-item-image" src="Images/Korean2.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=250.00</span>
<button class="btn btn-primary shop-item-button"type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">IK-300</span>
<img class="shop-item-image" src="Images/Korean3.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=400.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">IK-138</span>
<img class="shop-item-image" src="Images/Korean4.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=280.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
</div>
</section>
<section class="container content-section">
<h2 class="section-header">Imported | Pants</h2>
<div class="shop-items">
<div class="shop-item">
<span class="shop-item-title">IP-300</span>
<img class="shop-item-image" src="Images/Pants1.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=200.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">IP-400</span>
<img class="shop-item-image" src="Images/Pants2.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=300.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">IP-500</span>
<img class="shop-item-image" src="Images/Pants3.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=200.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">IP-100</span>
<img class="shop-item-image" src="Images/Pants4.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=300.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
</div>
</section>
<section class="container content-section">
<h2 class="section-header">Class A | Over Size</h2>
<div class="shop-items">
<div class="shop-item">
<span class="shop-item-title">CAOs-300</span>
<img class="shop-item-image" src="Images/Oversize1.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=200.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">CAOs-400</span>
<img class="shop-item-image" src="Images/Oversize2.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=300.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">CAOs-500</span>
<img class="shop-item-image" src="Images/Oversize3.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=200.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">CAOs-100</span>
<img class="shop-item-image" src="Images/Oversize4.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=300.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
</div>
</section>
<section class="container content-section">
<h2 class="section-header">Original | Sports</h2>
<div class="shop-items">
<div class="shop-item">
<span class="shop-item-title">OS-300</span>
<img class="shop-item-image" src="Images/Sports1.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=200.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">OS-400</span>
<img class="shop-item-image" src="Images/Sports2.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=300.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">OS-500</span>
<img class="shop-item-image" src="Images/Sports3.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=200.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
<div class="shop-item">
<span class="shop-item-title">OS-100</span>
<img class="shop-item-image" src="Images/Sports4.jpg">
<div class="shop-item-details">
<span class="shop-item-price">P=300.00</span>
<button class="btn btn-primary shop-item-button" type="button">ADD TO CART</button>
</div>
</div>
</div>
</section>
<section class="container content-section">
<h2 class="section-header">CART</h2>
<div class="cart-row">
<span class="cart-item cart-header cart-column">ITEM</span>
<span class="cart-price cart-header cart-column">PRICE</span>
<span class="cart-quantity cart-header cart-column">QUANTITY</span>
</div>
<div class="cart-items">
</div>
<div class="cart-total">
<strong class="cart-total-title">Total</strong>
<span class="cart-total-price">P=0</span>
</div>
<button class="btn btn-primary btn-purchase" type="button">PURCHASE</button>
</section>
<footer class="main-footer">
<div class="main-footer-container">
<h3 class="FOOTER">Midterm Project in P-20</h3>
</div>
</footer>
</body>
</html>