-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbottoms.html
301 lines (253 loc) · 11.2 KB
/
bottoms.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Girltein Shop</title>
<link rel="icon" href="logo.png">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--CSS styles-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.min.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="general.css">
<link rel="stylesheet" href="product.css">
<!--JS styles-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="" async defer></script>
</head>
<body>
<!-- Header -->
<header id="page-header">
<div class="header-logo">
<a href="index.html">
<img src="girltein.png">
</a>
</div>
<!-- Hamburger Icon -->
<a class="menu-icon" onclick="onMenuClick()">
<div class="fa fa-bars white-text"></div>
</a>
<div id="navigation-bar" class="nav-bar">
<a href="tops.html">Tops</a>
<a href="bottoms.html">Bottoms</a>
<a href="accessories.html">Accessories</a>
<input type="text" placeholder="Search..">
<button class="search-button" type="submit"><i class="fa fa-search"></i></button>
</div>
<div>
<a href="cart.html" class="cart">
<i class="fa fa-shopping-cart"></i>
Cart
<span class="cart-count">0</span>
</a>
</div>
<div>
<img src="pics\gorlock-crop.jpeg" alt="Avatar" class="avatar">
</div>
</header>
<main>
<div class="cat-title" style="font-family: 'Cedarville Cursive', cursive;">
BOTTOMS
</div>
<div class="categories">
<div class="product-details">
<div class="colus">
<img class="image" src="pics/bottom1.jpeg">
</div>
<p class="product-name">
Athletic Flare Pant
</p>
<p class="price-tag">
S$ 168
</p>
<p class="shopping">
<span class="span-quick-shop">
<i class="fa fa-shopping-cart"></i>
Cart It
</span>
</p>
</div>
<div class="product-details">
<div class="colus">
<img class="image" src="pics/bottom4.jpeg">
</div>
<p class="product-name">
Athletic Groove Pant
</p>
<p class="price-tag">
S$ 168
</p>
<p class="shopping">
<span class="span-quick-shop">
<i class="fa fa-shopping-cart"></i>
Cart It
</span>
</p>
</div>
<div class="product-details">
<div class="colus">
<img class="image" src="pics/bottom8.jpeg">
</div>
<p class="product-name">
Athletic Elastic Pant
</p>
<p class="price-tag">
S$ 168
</p>
<p class="shopping">
<span class="span-quick-shop">
<i class="fa fa-shopping-cart"></i>
Cart It
</span>
</p>
</div>
<div class="product-details">
<div class="colus">
<img class="image" src="pics/bottom3.jpeg">
</div>
<p class="product-name">
Groove Super-High Pant
</p>
<p class="price-tag">
S$ 158
</p>
<p class="shopping">
<span class="span-quick-shop">
<i class="fa fa-shopping-cart"></i>
Cart It
</span>
</p>
</div>
<div class="product-details">
<div class="colus">
<img class="image" src="pics/bottom5.jpeg">
</div>
<p class="product-name">
Groove Sweat Pant
</p>
<p class="price-tag">
S$ 138
</p>
<p class="shopping">
<span class="span-quick-shop">
<i class="fa fa-shopping-cart"></i>
Cart It
</span>
</p>
</div>
<div class="product-details">
<div class="colus">
<img class="image" src="pics/bottom2.jpeg">
</div>
<p class="product-name">
Athletic Tight Pant
</p>
<p class="price-tag">
S$ 168
</p>
<p class="shopping">
<span class="span-quick-shop">
<i class="fa fa-shopping-cart"></i>
Cart It
</span>
</p>
</div>
</div>
</main>
<!--FOOTER-->
<footer>
<div class="footer-grid">
<!--LEFT AND MIDDLE-->
<div class="left-and-mid">
<!--LOGO AND EMAIL FOR STORE NEWSLETTER-->
<div class="left-footer">
<a href="index.html">
<img class="footer-logo" src="girltein.png"alt="Footer Logo">
</a>
<div class="left-msg">Stay updated with our free newsletter:</div>
<form>
<div class="email-form">
<input
type="email"
placeholder="[email protected]"
/>
<button type="submit">
<i class="fa fa-paper-plane"></i>
</button>
</div>
</form>
<!--MEDIA ICONS-->
<div>
<ul class="media-icons-container">
<li class="media-icons">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="media-icons">
<a href="#">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="media-icons">
<a href="#">
<i class="fa fa-instagram"></i>
</a>
</li>
<li class="media-icons">
<a href="#">
<i class="fa fa-spotify"></i>
</a>
</li>
</ul>
</div>
</div>
<!--CONTACT COLUMN AND MORE COLUMN-->
<div class="middle-footer">
<div class="contact-column">
<div class="contact title">Contact</div>
<div>
<ul class="contact-list">
<li class="contact-items">Advertise</li>
<li class="contact-items">Careers</li>
<li class="contact-items">Support</li>
<li class="contact-items">Report</li>
</ul>
</div>
</div>
<div class="more-column">
<div class="contact title">More</div>
<div>
<ul class="contact-list">
<li class="contact-items">Archive</li>
<li class="contact-items">FAQ</li>
<li class="contact-items">Newsletter</li>
<li class="contact-items">Podcast</li>
</ul>
</div>
</div>
</div>
</div>
<!--RIGHT FOOTER-->
<div class="right-footer">
<div class="footer-about">Girltein isn't just another clothing store, it is the long awaited revolution to empower womens bodies. We hope to help women all across the world feel proud of themselves through our clothing.</div>
<div class="rights-reserved">
<div>© 2023 Brotein. All rights reserved.</div>
</div>
</div>
</footer>
<!--jQuery JS-->
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!--Javascript-->
<script src="https://kit.fontawesome.com/a2846b1f2c.js" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>