-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
318 lines (303 loc) · 17.9 KB
/
index.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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nike React</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="Logo, Icon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/all.min.css">
<!-- Google Font -Roboto, Bebas Neue and Montserrat-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<header class="pb-5">
<!-- navbar -->
<nav class="container navbar navbar-expand-lg navbar-light pt-4">
<div class="container-fluid">
<a class="navbar-brand me-auto" href="#"><img src="Logo, Icon/nike-logo.png" width="100em" alt=""><span
id="nike">Nike </span><span id="Shoes">Shoes</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link mx-1 nike-nav-link" href="#">Home</a>
<a class="nav-link mx-1 nike-nav-link" href="#casual-shoes">Casual Shoes</a>
<a class="nav-link mx-1 nike-nav-link" href="#formal-shoes">Formal Shoes</a>
<a class="nav-link mx-1 nike-nav-link" href="#other-shoes-section">Other Shoes</a>
<a class="nav-link mx-1 nike-nav-link" href="#about-section">About</a>
<a class="nav-link mx-1 nike-nav-link" href="#subscribe-section">Subscribe</a>
</div>
</div>
</div>
</nav>
<!-- upper Banner -->
<div class="container">
<div class="row d-flex align-items-center">
<div class="order-md-1 order-2 col-md-6">
<img class="w-100" src="Photos/upbanner-photo.png" alt="">
</div>
<div class="px-5 order-md-2 order-1 col-md-6">
<div class="p-5">
<h1><span id="company-name">NIKE REACT </span><br>INFINITY RUN 2</h1>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inventore doloremque totam illum!
</p>
<button class="btn btn-primary buy-button px-3"><span class="buy-icon"><i
class="fas fa-shopping-cart"></i></span>BUY NOW</button>
</div>
</div>
</div>
</div>
<!-- navbar & upper banner complete -->
</header>
<main>
<!-- Casual Shoes Section -->
<section id="casual-shoes" class="container my-4">
<h2 class="text-center text-md-start my-5">CASUAL SHOES</h2>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 shadow nike-shoe-card">
<img src="Photos/nike-shoe.png" class="card-img-top nike-shoe-img casual-shoe-img" alt="...">
<div class="card-body">
<h5 class="card-title nike-card-title">Nike Shoe</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sit,
perspiciatis.</p>
</div>
<div class="card-footer nike-card-footer d-flex justify-content-between">
<div>
<h5 class="shoe-price">$234</h5>
</div>
<div><button class="btn btn-primary buy-button px-3"><span class="buy-icon"><i
class="fas fa-shopping-cart"></i></span>BUY NOW</button></div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 shadow nike-shoe-card">
<img src="Photos/sneaker-skate.png" class="card-img-top nike-shoe-img casual-shoe-img"
alt="...">
<div class="card-body">
<h5 class="card-title nike-card-title">Sneaker Skate Shoe</h5>
<p class="card-text">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Adipisci,
numquam!</p>
</div>
<div class="card-footer nike-card-footer d-flex justify-content-between">
<div>
<h5 class="shoe-price">$234</h5>
</div>
<div><button class="btn btn-primary buy-button px-3"><span class="buy-icon"><i
class="fas fa-shopping-cart"></i></span>BUY NOW</button></div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 shadow nike-shoe-card">
<img src="Photos/sneakers-basketball.png" class="card-img-top nike-shoe-img casual-shoe-img"
alt="...">
<div class="card-body">
<h5 class="card-title nike-card-title">Sneakers Basketball</h5>
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum,
soluta.</p>
</div>
<div class="card-footer nike-card-footer d-flex justify-content-between">
<div>
<h5 class="shoe-price">$234</h5>
</div>
<div><button class="btn btn-primary buy-button px-3"><span class="buy-icon"><i
class="fas fa-shopping-cart"></i></span>BUY NOW</button></div>
</div>
</div>
</div>
</div>
</section>
<!-- Formal Shoes Section -->
<section id="formal-shoes" class="container my-5">
<h2 class="text-center text-md-start my-5">FORMAL SHOES</h2>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 shadow nike-shoe-card">
<img src="Photos/prestige-high-cut.png" class="card-img-top nike-shoe-img" alt="...">
<div class="card-body">
<h5 class="card-title nike-card-title">Prestige High Cut Leather</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sit,
perspiciatis.</p>
</div>
<div class="card-footer nike-card-footer d-flex justify-content-between">
<div>
<h5 class="shoe-price">$234</h5>
</div>
<div><button class="btn btn-primary buy-button px-3"><span class="buy-icon"><i
class="fas fa-shopping-cart"></i></span>BUY NOW</button></div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 shadow nike-shoe-card">
<img src="Photos/slip-on-formal.png" class="card-img-top nike-shoe-img" alt="...">
<div class="card-body">
<h5 class="card-title nike-card-title">Sleep-on Formal Shoe</h5>
<p class="card-text">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Adipisci,
numquam!</p>
</div>
<div class="card-footer nike-card-footer d-flex justify-content-between">
<div>
<h5 class="shoe-price">$234</h5>
</div>
<div><button class="btn btn-primary buy-button px-3"><span class="buy-icon"><i
class="fas fa-shopping-cart"></i></span>BUY NOW</button></div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 shadow nike-shoe-card">
<img src="Photos/slip-on-formal2.png" class="card-img-top nike-shoe-img" alt="...">
<div class="card-body">
<h5 class="card-title nike-card-title">Sleep-on Formal Shoe</h5>
<p class="card-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum,
soluta.</p>
</div>
<div class="card-footer nike-card-footer d-flex justify-content-between">
<div>
<h5 class="shoe-price">$234</h5>
</div>
<div><button class="btn btn-primary buy-button px-3"><span class="buy-icon"><i
class="fas fa-shopping-cart"></i></span>BUY NOW</button></div>
</div>
</div>
</div>
</div>
</section>
<!-- Complete: Casual Shoe - Formal Shoe -->
<!-- About Section -->
<section id="about-section" class="container my-5 d-flex justify-content-end">
<div class="row align-items-center">
<div class="col-12 col-md-5 order-2 order-md-1">
<div
class="d-flex flex-column flex-md-row align-items-center text-center text-md-start shadow my-3 about-card">
<div><img class="about-section-img mx-4" src="Logo, Icon/fit.png" alt=""></div>
<div class="p-2">
<h4>Find the Perfect Fit</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum.</p>
</div>
</div>
<div
class="d-flex flex-column flex-md-row align-items-center text-center text-md-start shadow my-3 about-card">
<div><img class="about-section-img mx-4" src="Logo, Icon/exchange.png" alt=""></div>
<div class="p-2">
<h4>Free Exchange</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum.</p>
</div>
</div>
<div
class="d-flex flex-column flex-md-row align-items-center text-center text-md-start shadow my-3 about-card">
<div><img class="about-section-img mx-4" src="Logo, Icon/contacts.png" alt=""></div>
<div class="p-2">
<h4>Contact Our Seller</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum.</p>
</div>
</div>
</div>
<div class="col-12 col-md-7 order-1 order-md-2 my-5">
<img class="w-100" src="Logo, Icon/app-diagram.png" alt="">
</div>
</div>
</section>
<!-- Four main Parts Complete -->
<!-- bonus section: *Other Shoes -->
<section id="other-shoes-section" class="container my-4">
<h2 class="text-center text-md-start my-5">OTHER SHOES</h2>
<div class="other-shoes-box">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div
class="d-flex flex-column flex-md-row align-items-center text-center text-md-start shadow my-3 other-shoes-card">
<div><img class="other-section-img " src="Photos/other-shoes/hiking-shoes.png" alt="">
</div>
<div class="p-2 other-section-info-card">
<h4 id="contact-section">Hiking Shoes</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum.</p>
<h5 class="shoe-price">$234</h5>
<button class="btn btn-primary other-section-buy-button px-3"><span
class="buy-icon"><i class="fas fa-shopping-cart"></i></span>BUY NOW</button>
</div>
</div>
</div>
<div class="carousel-item">
<div
class="d-flex flex-column flex-md-row align-items-center text-center text-md-start shadow my-3 other-shoes-card">
<div><img class="other-section-img " src="Photos/other-shoes/leather-boots.png" alt="">
</div>
<div class="p-2 other-section-info-card">
<h4 id="contact-section">Leather Shoes</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum.</p>
<h5 class="shoe-price">$234</h5>
<button class="btn btn-primary other-section-buy-button px-3"><span
class="buy-icon"><i class="fas fa-shopping-cart"></i></span>BUY NOW</button>
</div>
</div>
</div>
<div class="carousel-item">
<div
class="d-flex flex-column flex-md-row align-items-center text-center text-md-start shadow my-3 other-shoes-card">
<div><img class="other-section-img " src="Photos/other-shoes/Combat-boot.png" alt="">
</div>
<div class="p-2 other-section-info-card">
<h4 id="contact-section">Combat Boots</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum.</p>
<h5 class="shoe-price">$234</h5>
<button class="btn btn-primary other-section-buy-button px-3"><span
class="buy-icon"><i class="fas fa-shopping-cart"></i></span>BUY NOW</button>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</a>
</div>
</div>
</section>
<!-- other-shoes complete: Subscribe Section Start -->
<section id="subscribe-section" class="container my-4">
<h2 class="text-center mt-5">Subscribe</h2>
<h5 class="text-center mb-5">Get notification about new collection and offer</h5>
<form action="">
<div class="w-50 m-auto">
<div class="form-floating my-3">
<input type="text" required class="form-control" id="floatingName" placeholder="Your Name">
<label for="floatingName">Your Name</label>
</div>
<div class="form-floating mb-3">
<input type="email" required class="form-control" id="floatingInput"
placeholder="name@example.com">
<label for="floatingInput">Email address</label>
</div>
<div>
<button type="submit" class="btn btn-primary btn-block btn-lg w-100">Subscribe</button>
</div>
</div>
</form>
<!-- Subscribe Form Complete -->
</section>
</main>
<footer class="container-fluid bg-light text-center p-3 mt-5">
<small style="color: teal;">© 2021 Copyright:<mark>Mozibur Rahman</mark></small>
</footer>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>