-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
294 lines (280 loc) · 17.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A complete ecommerce landing page using html5, css3, bootstrap5 for Jhankar Mahabub Programming Hero course.">
<!-- Link custom fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<!-- Link all css files -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="style.css">
<!-- Use favicon for website -->
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<title>E-shop</title>
</head>
<body>
<header class="background-color">
<!-------------------------- Website Navigation area --------------------------->
<div class="container">
<div class="pt-3">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<!-- Logo image -->
<a class="navbar-brand" href="#">
<img src="images/Group 33072.png" alt="logo" width="300" >
</a>
<!-- Mobile navigation -->
<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" id="navbarNavAltMarkup" style="width: auto;">
<div class="navbar-nav d-md-flex justify-content-md-end">
<a class="margin-r nav-link active" aria-current="page" href="#"><b>Home</b></a>
<a class="margin-r nav-link" href="#products"><b>Products</b></a>
<a class="margin-r nav-link" href="#about-us"><b>About us</b></a>
<a class="margin-r nav-link" href="#subscriber"><b>Contact us</b></a>
</div>
</div>
</div>
</nav>
</div>
</div>
</header>
<main>
<!------------------------------------ Slider section --------------------------->
<section class="background-color">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12 pt-5">
<h1 class="text-uppercase fw-bolder"><span style="color:#FABE4C">Be the Penguins </span><br><span>of Winter</span></h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.Lorem Ipsum is simply dummy text .</p>
<button class="btn-buy-now"><i class="fas fa-shopping-cart pe-2"></i>Buy Now</button>
</div>
<div class="col-md-6 col-sm-12">
<img class="img-fluid align-self-center" src="images/slider.PNG" alt="slider">
</div>
</div>
</div>
</section>
<!------------------------------ Women item section ------------------------------>
<section id="products"class="mt-5">
<div class="container">
<div class="row">
<h2><b>Women Jacket</b></h2>
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4">
<div class="col">
<div class="card h-100 shadow p-3 mb-3 bg-white rounded-3">
<div class="bg-light d-flex justify-content-around align-items-center rounded-3">
<img src="images/SeekPng 1.png" class="card-img card-img-top w-50 p-3" alt="Woman Jacket">
</div>
<div class="card-body">
<h5 class="card-title"><strong>Yellow Coat Jacket</strong></h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
<div class="p-3">
<div class=" float-start"><p class="price-tag">$234</p></div>
<div class=" float-end"><button class="btn-buy-now"><i class="fas fa-shopping-cart pe-2"></i>Buy Now</button></div>
</div>
</div>
</div>
<div class="col product">
<div class="card h-100 card h-100 shadow p-3 mb-3 bg-white rounded-3">
<div class="bg-light d-flex justify-content-around align-items-center rounded-3">
<img src="images/PngItem_2597366 1.png" class="card-img card-img-top w-50 p-3 " alt="Ladies Jacket">
</div>
<div class="card-body">
<h5 class="card-title"><strong>Ladies Jacket</strong></h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
<div class="p-3">
<div class=" float-start"><p class="price-tag">$234</p></div>
<div class=" float-end"><button class="btn-buy-now"><i class="fas fa-shopping-cart pe-2"></i>Buy Now</button></div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 card h-100 shadow p-3 mb-3 bg-white rounded-3">
<div class="bg-light d-flex justify-content-around align-items-center rounded-3">
<img src="images/image 15.png" class="card-img card-img-top w-50 p-3" alt=">Woman Leather Jacket">
</div>
<div class="card-body">
<h5 class="card-title"><strong>Woman Leather Jacket</strong></h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
<div class="p-3">
<div class=" float-start"><p class="price-tag">$234</p></div>
<div class=" float-end"><button class="btn-buy-now"><i class="fas fa-shopping-cart pe-2"></i>Buy Now</button></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------------------- Mens item section ------------------------------------------>
<section class="mt-5">
<div class="container">
<div class="row">
<h2><b>Mens Jacket</b></h2>
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4">
<div class="col">
<div class="card h-100 shadow p-3 mb-3 bg-white rounded-3">
<div class="bg-light d-flex justify-content-around align-items-center rounded-3">
<img src="images/image 11.png" class="card-img-top w-50 p-3 card-img" alt="Woman Jacket">
</div>
<div class="card-body">
<h5 class="card-title"><strong>Snowboard Jacket Mens</strong></h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
<div class="p-3">
<div class=" float-start"><p class="price-tag">$234</p></div>
<div class=" float-end"><button class="btn-buy-now"><i class="fas fa-shopping-cart pe-2"></i>Buy Now</button></div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 card h-100 shadow p-3 mb-3 bg-white rounded-3">
<div class="bg-light d-flex justify-content-around align-items-center rounded-3">
<img src="images/vippng 1.png" class="card-img card-img-top w-50 p-3" alt="Ladies Jacket">
</div>
<div class="card-body">
<h5 class="card-title"><strong>Man Leather Jackets</strong></h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
<div class="p-3">
<div class=" float-start"><p class="price-tag">$234</p></div>
<div class=" float-end"><button class="btn-buy-now"><i class="fas fa-shopping-cart pe-2"></i>Buy Now</button></div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 card h-100 shadow p-3 mb-3 bg-white rounded-3">
<div class="bg-light d-flex justify-content-around align-items-center rounded-3">
<img src="images/toppng 1.png" class="card-img card-img-top w-50 p-3" alt=">Woman Leather Jacket">
</div>
<div class="card-body">
<h5 class="card-title"><strong>Man Casual Jackets</strong></h5>
<p class="card-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
<div class="p-3">
<div class=" float-start"><p class="price-tag">$234</p></div>
<div class=" float-end"><button class="btn-buy-now"><i class="fas fa-shopping-cart pe-2"></i>Buy Now</button></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!---------------------------------- About us section -------------------------------->
<section id="about-us" class="mt-5">
<div class="container">
<div class="row g-5">
<div class="col-lg-5 col-md-12 col-sm-12 order-md-2">
<div class="row shadow p-3 mb-3 bg-white rounded-3 align-md-center ab">
<div class="col-md-3">
<img class="img-fluid p-2" src="images/image 12.png" alt="">
</div>
<div class="col-md-8">
<h4><b>Find the Perfect Fit</b></h4>
<p>Everybody is different, which is why we offer styles for every body.</p>
</div>
</div>
<div class="row shadow p-3 mb-3 bg-white rounded-3 align-md-center ab">
<div class="col-md-3">
<img class="img-fluid p-2" src="images/image 13.png" alt="">
</div>
<div class="col-md-8">
<h4><b>Free Exchanges</b></h4>
<p>One of the many reasons you can shop with peace of mind.</p>
</div>
</div>
<div class="row shadow p-3 mb-3 bg-white rounded-3 align-md-center ab">
<div class="col-md-3">
<img class="img-fluid p-2 " src="images/image 14.png" alt="">
</div>
<div class="col-md-8">
<h4><b>Contact Our Seller</b></h4>
<p>They are here to help you. That's quite literally what we pay them for.</p>
</div>
</div>
</div>
<div class="col-lg-6 offset-lg-1 col-md-12 col-sm-12 order-sm-first order-md-first order-lg-last d-flex align-items-center">
<img class="img-fluid" src="images/XMLID 1.png" alt="">
</div>
</div>
</div>
</section>
<!---------------------------------------- Subscription section --------------------------->
<section id="subscriber" class="mt-5 background-color">
<div class="container">
<div class="row">
<div class="d-flex justify-content-center align-items-center">
<div>
<h2 class="text-center mb-3"><b>Let's Subscribe</b></h2>
<p class="text-center mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Impedit eaque accusamus animi!</p>
<form action="" method="post">
<div class="input-group mb-3">
<input type="email" class="form-control" placeholder="Enter your email" aria-label="subscribe" aria-describedby="basic-addon1">
</div>
<div class="d-flex justify-content-center mt-3"><button class="subscribe">Subscribe</button></div>
</form>
</div>
</div>
</div>
</div>
</section>
</main>
<!------------------------------- Footer widgets area -------------------------------------------->
<footer class=" pt-5 footer-background-color">
<div class="container">
<div class="row g-5">
<div class="col-md-5 col-sm-12">
<h4><b class="text-decoration-underline">About us</b></h4>
<img class="img-fluid w-75 mt-3" src="images/Group 33072.png" alt="logo">
<p style="padding-top: 2rem;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Similique ea illum possimus vitae mollitia aliquid quo, deleniti atque commodi voluptatum!</p></div>
<div class="col-md-3 col-sm-12">
<h4><b class="text-decoration-underline">Menu</b></h4>
<ul>
<li>Home</li>
<li>Women Products</li>
<li>Mens Products</li>
<li>About us</li>
<li>Contact us</li>
</ul>
</div>
<div class="col-md-4 col-sm-12">
<address>
<h4><b class="text-decoration-underline">Address</b></h4>
<p><i class="fas fa-map-marker-alt m-2"></i> House: 152, Road 14, Prantica Nirala R/A, Khulna 9100</p>
<p><i class="fas fa-phone-alt m-2"></i> +88-01827788726</p>
<p><i class="fas fa-envelope-open m-2"></i> hasib.cse.pstu.bd@gmail.com</p>
</address>
<div>
<a href="#" target="_blank" rel="noopener noreferrer"><i class="fab fa-facebook m-2 fs-2"></i></a>
<a href="#"><i class="fab fa-google-plus m-2 fs-2"></i></a>
<a href="#"><i class="fab fa-instagram m-2 fs-2"></i></a>
</div>
</div>
</div>
</div>
<!-- Copyright area -->
<div class="container mt-5">
<div class="row">
<div class="col-md-12 col-sm-12">
<p class="text-center">© 2021, Developed by <a href="#" target="_blank">Md. Hasibur Rashid</a>. Powered by Programming Hero</p>
</div>
</div>
</div>
</footer>
<!-- Link JS file -->
<script src="js/bootstrap.min.css"></script>
<script src="https://kit.fontawesome.com/a5c94f9c0a.js" crossorigin="anonymous"></script>
</body>
</html>