-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmens.html
229 lines (227 loc) · 9.6 KB
/
mens.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shoe Store - Men shoes</title>
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script
src="https://kit.fontawesome.com/20c5629a29.js"
crossorigin="anonymous"
></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<div>
<div class="nav-container">
<nav class="navbar navbar-expand-lg navbar-light fixed">
<a class="navbar-brand ml-md-5" href="#">
<img
class="navbar-logo"
src="https://previews.123rf.com/images/engabito/engabito1907/engabito190700265/126495603-shoes-store-logo-for-shoes-store-on-white-background-vector-illustration.jpg"
/></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav m-auto">
<a class="nav-link ml-2 mx-md-4" href="index.html">Home</a>
<a class="nav-link ml-2 mx-md-4" href="index.html#categories"
>Categories</a
>
<a class="nav-link ml-2 mx-md-4" href="index.html#new"
>New Arrivals
</a>
<a class="nav-link ml-2 mx-md-4" href="index.html#contact"
>Contact Us
</a>
<a class="nav-link ml-2 mx-md-4" id="cartBtn">
<button class="btn btn-warning">Cart</button></a
>
</div>
</div>
</nav>
</div>
<div>
<h1 class="category-heading text-center">Men Shoes</h1>
<div class="container">
<div
class="d-flex flex-row justify-content-around flex-wrap flex-lg-nowrap"
>
<div class="bg shadow text-center">
<img
src="https://res.cloudinary.com/jsbsbsbskznznz/image/upload/v1690864614/Shoes/mens/Arden-Teal-Photography-Arden-Teal-via-Facebook-900x643_vr04cs.png"
alt="Product 1"
class="image"
/>
<h4 class="product-name">FORMAL CLEEN</h4>
<p class="product-info">
The FORMAL CLEEN shoe creates a stable running experience and a
more responsive feel underfoot.
</p>
<p class="product-price">$89.99</p>
<button class="btn btn-primary add-to-cart-btn" data-id="1">
Add to Cart
</button>
</div>
<div class="bg shadow text-center">
<img
src="https://res.cloudinary.com/jsbsbsbskznznz/image/upload/v1690864613/Shoes/mens/634e7b7f272d59090c5a12fa-hemlock-flat-shoes-mens-mens-casual_j6ghk8.jpg"
alt="Product 2"
class="image"
/>
<h4 class="product-name">SPEED RECOVER34</h4>
<p class="product-info">
The SPEED RECOVER34 racing shoes are designed for cadence-style
runners who are looking to start fast and finish faster.
</p>
<p class="product-price">$89.99</p>
<button class="btn btn-primary add-to-cart-btn" data-id="2">
Add to Cart
</button>
</div>
<div class="bg shadow text-center">
<img
src="https://res.cloudinary.com/jsbsbsbskznznz/image/upload/v1690864613/Shoes/mens/istockphoto-685168074-612x612_aqkakn.jpg"
alt="Product 3"
class="image"
/>
<h4 class="product-name">FORMAL SPEED 2</h4>
<p class="product-info">
The FORMAL SPEED 2 shoe offers the energy you need to move
towards a new personal best.
</p>
<p class="product-price">$35.99</p>
<button class="btn btn-primary add-to-cart-btn" data-id="3">
Add to Cart
</button>
</div>
<div class="bg shadow text-center">
<img
src="https://res.cloudinary.com/jsbsbsbskznznz/image/upload/v1690864611/Shoes/mens/mens-casual-shoes-for-regular-wear-93211406_jxwgep.jpg"
alt="Product41"
class="image"
/>
<h4 class="product-name">GEL-VASKETEM 234</h4>
<p class="product-info">
"The GEL-VASKETEM 234 sneaker combines a futuristic shape .
</p>
<p class="product-price">$29.99</p>
<button class="btn btn-primary add-to-cart-btn" data-id="4">
Add to Cart
</button>
</div>
</div>
<div
class="d-flex flex-row justify-content-around flex-wrap flex-lg-nowrap"
>
<div class="bg shadow text-center">
<img
src="https://storage.sg.content-cdn.io/cdn-cgi/image/width=550,height=412,quality=75,format=auto/in-resources/e671b7de-bcf9-4637-af5c-0ffe1c9d208a/Images/ProductImages/Source/1011B547_021_SR_RT_GLB.jpg"
alt="Product 1"
class="image"
/>
<h4 class="product-name">GEL-NIMBUS 25</h4>
<p class="product-info">
"The GEL-NIMBUS® 25 shoe's soft cushioning properties help you
feel like you're landing on clouds.
</p>
<p class="product-price">$89.99</p>
<button class="btn btn-primary add-to-cart-btn" data-id="5">
Add to Cart
</button>
</div>
<div class="bg shadow text-center">
<img
src="https://storage.sg.content-cdn.io/cdn-cgi/image/width=550,height=412,quality=75,format=auto/in-resources/e671b7de-bcf9-4637-af5c-0ffe1c9d208a/Images/ProductImages/Source/1011B203_003_SR_RT_GLB.jpg"
alt="Product 2"
class="image"
/>
<h4 class="product-name">GEL-KINSEI BLAST</h4>
<p class="product-info">
The Gel-Kinsei Blast Shoes Are Designed For Distance Runners
Seeking A Smooth Stride. .
</p>
<p class="product-price">$99.99</p>
<button class="btn btn-primary add-to-cart-btn" data-id="6">
Add to Cart
</button>
</div>
<div class="bg shadow text-center">
<img
src="https://storage.sg.content-cdn.io/cdn-cgi/image/%7Bwidth%7D,%7Bheight%7D,quality=75,format=auto/in-resources/e671b7de-bcf9-4637-af5c-0ffe1c9d208a/Images/ProductImages/Source/1011B592_400_SR_RT_GLB.jpg"
alt="Product 3"
class="image"
/>
<h4 class="product-name">GEL-KINSEI BLAST LE 2</h4>
<p class="product-info">
The Gel-Kinsei Blast Shoes Are Designed For Distance Runners
Seeking A Smooth Stride.
</p>
<p class="product-price">$95.99</p>
<button class="btn btn-primary add-to-cart-btn" data-id="7">
Add to Cart
</button>
</div>
<div class="bg shadow text-center">
<img
src="https://storage.sg.content-cdn.io/cdn-cgi/image/width=550,height=412,quality=75,format=auto/in-resources/e671b7de-bcf9-4637-af5c-0ffe1c9d208a/Images/ProductImages/Source/1041A298_002_SR_RT_GLB.jpg"
alt="Product41"
class="image"
/>
<h4 class="product-name">SOLUTION SWIFT FF</h4>
<p class="product-info">
The Fastest Model In The Asics Tennis Range, Our Solution Speed
Ff 2 Shoe Is All About Helping Players Expand Their Territory On
The Court.
</p>
<p class="product-price">$97.99</p>
<button class="btn btn-primary add-to-cart-btn" data-id="8">
Add to Cart
</button>
</div>
</div>
</div>
</div>
<div class="col mt-5">
<h1 class="text-center text-decoration">Follow Us</h1>
</div>
<div class="col my-4">
<div class="d-flex flex-row justify-content-center">
<div>
<i class="fab fa-twitter icon"></i>
</div>
<div>
<i class="fab fa-instagram icon"></i>
</div>
<div>
<i class="fab fa-facebook icon"></i>
</div>
</div>
</div>
<div id="contact" class="footer text-center p-3">
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRB2KOs-7ZNvx0n5c4MyoLgA_JKDOVcxhUqaSDBoknojS8mdx5VOY3TEZcBKWWEK-K2h3k&usqp=CAU"
class="footer-img"
/>
<h5 class="footer-address py-2">[email protected]</h5>
<p class="footer-address">123 Hitec City, Hyderabad, India.</p>
<p class="footer-address">Contact details: 1800 3000 9009</p>
</div>
</div>
<script src="cart.js"></script>
</body>
</html>