-
Notifications
You must be signed in to change notification settings - Fork 0
/
clothing.html
273 lines (261 loc) · 11.4 KB
/
clothing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Underground Store | TR</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous"
/>
<link rel="shortcut icon" href="img/underground-store-logo.png" type="image/x-icon" />
<link rel="stylesheet" href="css/main.css" />
<script src="https://kit.fontawesome.com/5e36563075.js" crossorigin="anonymous"></script>
</head>
<body id="top">
<header class="header">
<div class="backToTop">
<a href="#top">
<img src="img/back-to-top.png" />
</a>
</div>
<nav class="navbar navbar-expand-md fixed-top py-3 navbar-dark bg-secondary bg-opacity-25" style="z-index: 2">
<div class="container">
<a class="navbar-brand text-light text-uppercase fw-bolder fs-3" href="home.html">Underground Store</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#undergroundNavbar"
aria-controls="undergroundNavbar"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span>
<i class="fas fa-bars text-white"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="undergroundNavbar">
<ul class="navbar-nav d-flex justify-content-center align-items-center gap-lg-3 gap-1 ms-auto">
<li class="nav-item">
<a class="nav-link active text-light fs-4 fw-semibold" aria-current="page" href="home.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link fs-4 text-light" href="clothing.html">Clothing</a>
</li>
<li class="nav-item">
<a class="nav-link nav-hover fs-4 text-light" href="albums.html">Albums</a>
</li>
<li class="nav-item">
<a class="nav-link fs-4 text-light" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link fs-4 text-light" href="about-us.html">About Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section id="clothing">
<div class="container-fluid clothing">
<div class="row">
<div class="col-md-12">
<div class="clothing__text-box text-center">
<h2 class="clothing__title text-light fw-bold display-4">CLOTHING</h2>
<span class="clothing__subtitle fs-1 text-light">
Don’t stress about the dress, we’ll dress you to impress.
</span>
</div>
</div>
</div>
</div>
</section>
<section id="clothing-products " class="py-5">
<div class="container">
<div class="row mb-5 gap-sm-3 gap-md-0 gap-lg-0 py-5">
<div class="col-md-7 d-flex flex-column justify-content-center align-items-center gap-sm-3 gap-lg-3">
<h3 class="product-title h1 fw-semibold m-0">Tupac Shakur</h3>
<h5 class="product-subtitle m-0 text-secondary">Stok Kodu: (T3957)</h5>
<div class="rating mb-3">
<ul class="d-flex text-decoration-none list-unstyled">
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
</ul>
</div>
<p class="h2 ms-md-5 lh-base text-md-center fw-normal" style="width: 75%">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed nibh pharetra, congue lectus at,
malesuada augue.
</p>
<a
class="btn btn-warning px-sm-4 py-sm-3 px-lg-5 py-lg-4 rounded-5 fs-4 text-light fw-bolder"
type="button"
href="clothing_products/clothing-1.html"
>
VIEW DETAILS
</a>
</div>
<div class="col-md-5 order-first order-md-last mb-5 mb-sm-0">
<img src="img/clothing-2.jpg" class="img-fluid rounded-4 h-100 products-img" alt="" />
</div>
</div>
<div class="row mb-5 gap-sm-3 gap-md-0 gap-lg-0 py-5">
<div class="col-md-5 order-first mb-5 mb-sm-0">
<img src="img/clothing-6.jpg" class="img-fluid rounded-4 h-100 products-img" alt="" />
</div>
<div class="col-md-7 d-flex flex-column justify-content-center align-items-center gap-sm-3 gap-lg-3">
<h3 class="product-title h1 fw-semibold m-0">Hiphop T-Shirt</h3>
<h5 class="product-subtitle m-0 text-secondary">Stok Kodu: (T4897)</h5>
<div class="rating mb-3">
<ul class="d-flex text-decoration-none list-unstyled">
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
</ul>
</div>
<p class="h2 ms-md-5 lh-base text-md-center fw-normal" style="width: 75%">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed nibh pharetra, congue lectus at,
malesuada augue.
</p>
<a
class="btn btn-warning px-sm-4 py-sm-3 px-lg-5 py-lg-4 rounded-5 fs-4 text-light fw-bolder"
type="button"
href="./clothing_products/clothing-2.html"
>
VIEW DETAILS
</a>
</div>
</div>
<div class="row mb-5 gap-sm-3 gap-md-0 gap-lg-0 py-5">
<div class="col-md-7 d-flex flex-column justify-content-center align-items-center gap-sm-3 gap-lg-3">
<h3 class="product-title h1 fw-semibold m-0">Underground T-Shirt</h3>
<h5 class="product-subtitle m-0 text-secondary">Stok Kodu: (T3857)</h5>
<div class="rating mb-3">
<ul class="d-flex text-decoration-none list-unstyled">
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
<li><i class="fa-solid fa-star ★ fa-yellow"></i></li>
</ul>
</div>
<p class="h2 ms-md-5 lh-base text-md-center fw-normal" style="width: 75%">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed nibh pharetra, congue lectus at,
malesuada augue.
</p>
<a
class="btn btn-warning px-sm-4 py-sm-3 px-lg-5 py-lg-4 rounded-5 fs-4 text-light fw-bolder"
type="button"
href="./clothing_products/clothing-3.html"
>
VIEW DETAILS
</a>
</div>
<div class="col-md-5 order-first order-md-last mb-5 mb-sm-0">
<img src="img/clothing-3.jpg" class="img-fluid rounded-4 h-100 products-img" alt="" />
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container-fluid footer-bg">
<div class="row d-flex justify-content-center align-items-center gap-5 flex-column text-center">
<div class="col-md-6">
<h2
class="subscribe-title text-center text-decoration-underline text-light mt-5 mb-5"
style="font-size: 5rem"
>
SUBSCRIBE
</h2>
</div>
<div class="col-md-6 mb-5">
<div class="row">
<div class="input-group">
<input
type="text"
aria-label="First name"
placeholder="Your Name"
class="form-control form-subscribe border-dark"
/>
<input
type="text"
aria-label="Last name"
placeholder="Your Email"
class="form-control form-subscribe border-dark"
/>
</div>
</div>
</div>
<div class="col-md-6 mb-5">
<button class="btn btn-dark text-light fw-bold btn-lg py-3 px-5 rounded-5 fs-4">SUBSCRIBE</button>
</div>
<div class="col-md-12 mb-5">
<div class="shape-line">
<img src="img/shape-line.png" alt="" class="img-fluid" />
</div>
</div>
<div class="col-md-12 mb-5">
<div class="social-icons">
<ul class="list-unstyled d-flex justify-content-center gap-5">
<li>
<a href=""
><span><i class="fa-brands fa-facebook fa-3x"></i></span
></a>
</li>
<li>
<a href=""
><span><i class="fa-brands fa-twitter fa-3x"></i></span
></a>
</li>
<li>
<a href=""
><span><i class="fa-brands fa-instagram fa-3x"></i></span
></a>
</li>
<li>
<a href=""
><span><i class="fa-brands fa-youtube fa-3x"></i></span
></a>
</li>
</ul>
</div>
</div>
<div class="col-md-12">
<div class="shape-line">
<img src="img/shape-line.png" alt="" class="img-fluid" />
</div>
</div>
<div class="col-md-12 mb-3">
<div class="address text-light d-flex flex-column gap-4">
<h4>Underground Store</h4>
<h4>Yenimahalle, Ankara</h4>
<h4>+1 243 456 789</h4>
<h4>[email protected]</h4>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="shape-line">
<img src="img/shape-line.png" alt="" class="img-fluid" />
</div>
</div>
<div class="col-md-12 text-light">
<p>Copyright © Underground Store. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"
></script>
</body>
</html>