-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
216 lines (179 loc) · 10.5 KB
/
home.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
<!Doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ShopIt</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="home.css">
</head>
<body>
<nav class="navbar navbar-expand-lg text-white bg-dark fixed-top" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="home.html" id="Web-Head" >ShopIt</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 me-auto mb-2 mb-lg-0 text-center">
<div class="nav-links d-flex mx-5">
<li class="nav-item">
<a class="nav-link" href="men.html">Men</a>
</li>
<li class="nav-item">
<a class="nav-link" href="women.html">Women</a>
</li>
<li class="nav-item">
<a class="nav-link" href="kids.html">Kids</a>
</li>
</div>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Find a product" aria-label="Search" id="searchbar">
<button class="btn btn-outline-primary" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<div class="loader">
</div>
<div class="my-content">
<div class="content">
<h2>Welcome</h2>
<p>Explore some of the various trends of shoes from ShopIt is the world's most likely online web store. <br>
Purchase at reasonable and cheaper cost with great quality fastly deliver at your door-step. <br>
Get the all the world famous brands in one place.
</p>
<div class="logo">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Adidas.png" alt="Adidas">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Lotto.png" alt="Lotto" >
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Wilson.png" alt="Wilson" >
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Nike.png" alt="Nike" >
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Puma.png" alt="Puma">
</div>
<div class="logo">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/FILA.png" alt="Fila">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Converse.png" alt="Converse">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Droors-Clothing.png" alt="Droors-Clothing">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Skechers.png" alt="Skechers">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Jordan.png" alt="Jordan">
</div>
<div class="logo">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Reebok.png" alt="Reebok">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Diadora.png" alt="Diadora">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Kappa.png" alt="Kappa">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Bata.png" alt="Bata">
<img src="https://s3.amazonaws.com/cdn.designcrowd.com/blog/40-Famous-Shoe-Logos/Burberry.png" alt="Burberry">
</div>
</div>
<h2 id="prod-head">Some products you might like to have
<hr>
</h2>
<div class="product-cards">
<div class="card">
<div class="card-body">
<img src="https://images.unsplash.com/photo-1575537302964-96cd47c06b1b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80"
alt="shoes" id="product1" class="prod-card">
<h5 class="card-title">Red Air Jordan</h5>
<p class="card-text">The Red Air Jordan is one of the famous and popular shoes among the Jordan's fans.</p>
<p>₹ 5000</p>
<a href="#" class="btn btn-primary cardbtn" id="a1">Buy now</a>
<a href="#" class="btn btn-primary cardbtn" id="b1">Add to Cart</a>
</div>
</div>
<div class="card">
<div class="card-body">
<img src="https://images.unsplash.com/photo-1539185441755-769473a23570?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=871&q=80"
alt="shoes" id="product2" class="prod-card">
<h5 class="card-title">MY ADIDDAS EQT COLOR</h5>
<p class="card-text">One of the best shoes collection you can have in black and grey types and buy the most popular pairs </p>
<p>₹ 7500</p>
<a href="#" class="btn btn-primary cardbtn" id="a2">Buy now</a>
<a href="#" class="btn btn-primary cardbtn" id="b2">Add to Cart</a>
</div>
</div>
<div class="card">
<div class="card-body">
<img src="https://images.unsplash.com/photo-1508609349937-5ec4ae374ebf?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=759&q=80"
alt="shoes" id="product3" class="prod-card">
<h5 class="card-title">MY ADIDDAS EQT COLOR Unpaired Black</h5>
<p class="card-text">Adiddas EQT color black is most popular and a great looking shoes among the people.</p>
<p>₹ 8000</p>
<a href="#" class="btn btn-primary cardbtn" id="a3">Buy now</a>
<a href="#" class="btn btn-primary cardbtn" id="b3">Add to Cart</a>
</div>
</div>
</div>
<div class="product-cards">
<div class="card2">
<div class="card-body">
<img src="https://imagescdn.reebok.in/img/app/product/7/772423-8891093.jpg?auto=format&w=337.25"
alt="shoes" id="product4" class="prod-card">
<h5 class="card-title">Mens Reebok Running Voyger 1 shoes</h5>
<p class="card-text">Reebok makes the master piece for the legends like you. </p>
<p>₹ 2,314</p>
<a href="#" class="btn btn-primary cardbtn" id="a3">Buy now</a>
<a href="#" class="btn btn-primary cardbtn" id="b3">Add to Cart</a>
</div>
</div>
<div class="card2">
<div class="card-body">
<img src="https://static.nike.com/a/images/t_PDP_864_v1/f_auto,b_rgb:f5f5f5/53a1614a-a5fd-4bfe-977e-6921451ed50e/air-force-1-react-shoes-mm8pv3.png"
alt="shoes" id="product5" class="prod-card">
<h5 class="card-title">Air Force 1 React</h5>
<p class="card-text">Nike air force react will make you feel the comfort you've never experienced before. </p>
<p>₹ 13,295</p>
<a href="#" class="btn btn-primary cardbtn" id="a3">Buy now</a>
<a href="#" class="btn btn-primary cardbtn" id="b3">Add to Cart</a>
</div>
</div>
<div class="card2">
<div class="card-body">
<img src="https://images.puma.com/image/upload/f_auto,q_auto,b_rgb:fafafa,w_350,h_350/global/386373/07/sv01/fnd/IND/fmt/png/RBD-Game-Low-Unisex-Sneakers"
alt="shoes" id="product6" class="prod-card">
<h5 class="card-title">RBD Game Low Unisex Sneakers</h5>
<p class="card-text">Puma offer you the most delightful and the comfort in your budget range.</p>
<p>₹ 6,999</p>
<a href="#" class="btn btn-primary cardbtn" id="a3">Buy now</a>
<a href="#" class="btn btn-primary cardbtn" id="b3">Add to Cart</a>
</div>
</div>
</div>
<footer class="py-5 bg-dark text-white">
<div class="row">
<div class="col-7 col-md-4 mb-1 px-5">
<h5>About Us</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="home.html" class="nav-link p-0 text-white">Home</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-white">Features</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-white">Pricing</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-white">FAQs</a></li>
<li class="nav-item mb-2"><a href="about.html" class="nav-link p-0 text-white">About</a></li>
</ul>
</div>
<div class="col-md-4 offset-md-2 mb-3">
<form>
<h5>Subscribe</h5>
<p>Subscribe for the daily updates.</p>
<div class="d-flex flex-column flex-sm-row w-100 gap-2">
<label for="newsletter1" class="visually-hidden">Email address</label>
<input id="newsletter1" type="text" class="form-control" placeholder="Email address">
<button class="btn btn-primary" type="button">Subscribe</button>
</div>
</form>
</div>
</div>
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 px-4 border-top">
<p>© 2023 Company, Inc. All rights reserved.</p>
<div class="dev px-5 mx-5">
<b>Developed by</b> <br> Devashish Roy Chowdhury <br>
<a href="https://www.facebook.com/profile.php?id=100008369505078" target="_blank"> <i class="fa-brands fa-facebook" style="color: #1764e8;"></i></a>
<a href="https://www.linkedin.com/in/devashish-roy-chowdhury" target="_blank"><i class="fa-brands fa-linkedin fa-xl" style="color: rgb(31, 31, 228)"></i></a>
<a href="https://github.com/devashishroychowdhury" target="_blank"><i class="fa-brands fa-github fa-xl" style="color: #080c11;"></i></a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>