-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
262 lines (230 loc) · 12.3 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
<!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>Nike</title>
<!-- Adding FontAwesome -->
<script src="https://kit.fontawesome.com/3f16fb12e4.js" crossorigin="anonymous"></script>
<!-- Adding Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- My Custom Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<!-- Top Navigation Starts -->
<nav class="container navbar navbar-expand-lg navbar-light bg-light mb-5">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="icons/Logo.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item pe-5">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item pe-5">
<a class="nav-link" href="#">Products</a>
</li>
<li class="nav-item pe-5">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item pe-5">
<a class="nav-link" href="#">Contacts</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Top Navigation Ends -->
<!-- First Atrraction Starts -->
<div class="container pb-5 mb-5">
<div class="row row-cols-1 row-cols-md-2 d-flex align-items-center justify-content-between">
<img class="order-2 order-md-1" src="images/Group 33092.png" alt="">
<div class="order-1 order-md-2 col-md-5">
<h1>
<span class="nike">NIKE REACT</span>
<br>
<span class="infinity">INFINITY RUN 2</span>
</h1>
<p class="w-75">Lorem Ipsum is simply dummy text of the printing
and typesetting industry.</p>
<button type="button" class="btn rounded-3 text-white px-4 py-2">
<i class="fas fa-shopping-cart pe-1"></i> BUY NOW
</button>
</div>
</div>
</div>
<!-- First Atrraction End -->
</header>
<main>
<!-- Casual Shoes -->
<section class="container mb-5">
<h3 class="title mb-4">CASUAL SHOES</h3>
<div class="row row-cols-1 row-cols-md-1 row-cols-lg-3 g-4">
<div class="col">
<div class="card h-100 p-3">
<img src="images/image 5.png" class="card-img-top h-100 w-100" alt="...">
<div class="card-body">
<h5 class="card-title">Nike Shoe</h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the
printing and typesetting industry.</p>
<div class="d-flex justify-content-between align-items-center">
<h2 class="price fw-bold mb-0">$234</h2>
<button type="button" class="btn rounded-3 text-white px-4 py-2">
<i class="fas fa-shopping-cart pe-1"></i> BUY NOW
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 p-3">
<img src="images/Daco_1703273 1.png" class="card-img-top h-100 w-100" alt="...">
<div class="card-body">
<h5 class="card-title">Sneakers Skate Shoe </h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the
printing and typesetting industry.</p>
<div class="d-flex justify-content-between align-items-center">
<h2 class="price fw-bold mb-0">$234</h2>
<button type="button" class="btn rounded-3 text-white px-4 py-2">
<i class="fas fa-shopping-cart pe-1"></i> BUY NOW
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 p-3">
<img src="images/pngegg 1.png" class="card-img-top h-100 w-100" alt="...">
<div class="card-body">
<h5 class="card-title">Sneakers Basketball shoe</h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the
printing and typesetting industry.</p>
<div class="d-flex justify-content-between align-items-center">
<h2 class="price fw-bold mb-0">$234</h2>
<button type="button" class="btn rounded-3 text-white px-4 py-2">
<i class="fas fa-shopping-cart pe-1"></i> BUY NOW
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Formal SHOES -->
<section class="container mb-5">
<h3 class="title mb-4">FORMAL SHOES</h3>
<div class="row row-cols-1 row-cols-md-1 row-cols-lg-3 g-4">
<div class="col">
<div class="card h-100 p-3">
<img src="images/Mask Group.png" class="card-img-top h-100 w-100" alt="...">
<div class="card-body">
<h5 class="card-title">Prestige High-Cut Leather </h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the
printing and typesetting industry.</p>
<div class="d-flex justify-content-between align-items-center">
<h2 class="price fw-bold mb-0">$234</h2>
<button type="button" class="btn rounded-3 text-white px-4 py-2">
<i class="fas fa-shopping-cart pe-1"></i> BUY NOW
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 p-3">
<img src="images/Rectangle 38.png" class="card-img-top h-100 w-100" alt="...">
<div class="card-body">
<h5 class="card-title">Slip-On Formal Shoe</h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the
printing and typesetting industry.</p>
<div class="d-flex justify-content-between align-items-center">
<h2 class="price fw-bold mb-0">$234</h2>
<button type="button" class="btn rounded-3 text-white px-4 py-2">
<i class="fas fa-shopping-cart pe-1"></i> BUY NOW
</button>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 p-3">
<img src="images/Rectangle 39.png" class="card-img-top h-100 w-100" alt="...">
<div class="card-body">
<h5 class="card-title">Slip-On Formal Shoe</h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the
printing and typesetting industry.</p>
<div class="d-flex justify-content-between align-items-center">
<h2 class="price fw-bold mb-0">$234</h2>
<button type="button" class="btn rounded-3 text-white px-4 py-2">
<i class="fas fa-shopping-cart pe-1"></i> BUY NOW
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="container mb-5">
<div
class="d-flex justify-content-around align-items-center row row-cols-1 row-cols-md-1 row-cols-lg-2 g-4">
<div class="col-lg-4 order-2 order-lg-1 mb-3">
<div
class="feature shadow d-flex flex-column flex-lg-row justify-content-around align-items-center mb-4 px-4 py-3 mx-auto">
<img class="pe-lg-3 pb-2 pb-lg-0" src="icons/image 12.png" alt=""
style="width: 78px; height: 82px;">
<div class="text-lg-start text-center">
<h5>Find the Perfect Fit</h5>
<p>Everybody is different, which is why we
offer styles for every body.</p>
</div>
</div>
<div
class="feature shadow d-flex flex-column flex-lg-row justify-content-around align-items-center mb-4 px-4 py-3 mx-auto">
<img class="pe-lg-3 pb-2 pb-lg-0" src="icons/image 13.png" alt=""
style="width: 79px; height: 76px;">
<div class="text-lg-start text-center">
<h5>Find the Perfect Fit</h5>
<p>Everybody is different, which is why we
offer styles for every body.</p>
</div>
</div>
<div
class="feature shadow d-flex flex-column flex-lg-row justify-content-around align-items-center mb-4 px-4 py-3 mx-auto">
<img class="pe-lg-3 pb-2 pb-lg-0" src="icons/image 14.png" alt=""
style="width: 71px; height: 76px;">
<div class="text-lg-start text-center">
<h5>Find the Perfect Fit</h5>
<p>Everybody is different, which is why we
offer styles for every body.</p>
</div>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 mb-3">
<img class="w-100" src="icons/XMLID 1.png" alt="">
</div>
</div>
</section>
</main>
<footer>
<p class="text-center"><small>Copyright <i class="far fa-copyright"></i> Website developed by Saalim Shadman, A
Computer Science
Student at
RMIT University Australia</small></p>
</footer>
<!-- Adding Bootstrap Script -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>