-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
319 lines (303 loc) · 12.8 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
319
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Hot-Gadgets</title>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon">
</head>
<body>
<!--nav section start-->
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">
<img src="images/logo.png" class="d-inline-block align-top" alt="" />
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse d-flex justify-content-end"
id="navbarNav"
>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#"
>Home <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#smartphone">Smartphone</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#laptop">Laptop</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#category">Category</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about-us">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact-us">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
<!--nav section end-->
<!-- Carousel start-->
<div class="container bg-image">
<div
id="carouselExampleIndicators"
class="carousel slide"
data-ride="carousel"
>
<ol class="carousel-indicators">
<li
data-target="#carouselExampleIndicators"
data-slide-to="0"
class="active"
></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-7 carousel-item-text">
<h1>Mackbool Pro</h1>
<p>
MacBook Pro released in May 2020 with Magic Keyboard, more
standard internal storage, and more. 16" MacBook Pro debuted
in November 2019, with a new high-end graphics option added in
June 2020.
</p>
<button class="buy-now">BUY NOW-->></button>
</div>
<div class="col-md-5">
<img
class="d-block w-100 img-fluid"
src="images/banner-products/product-1.png"
alt="First slide"
/>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-7 carousel-item-text">
<h1>Google Home</h1>
<p>
Hands-free help from the Google Assistant.Get answers, play
songs, tackle your day, enjoy your entertainment and control
your smart home with just your voice.
</p>
<button class="buy-now">BUY NOW-->></button>
</div>
<div class="col-md-5">
<img class="d-block w-100 img-fluid "src="images/banner-products/slider-1.png"alt="Second slide"/>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row align-items-center">
<div class="col-md-7 carousel-item-text">
<h1>Portable Speakers</h1>
<p>
TG117 Portable Speaker Waterproof Bluetooth Speaker Outdoor
Subwoofer Bass Wireless Speakers Mini Column Box Loudspeaker
FM TF
</p>
<button class="buy-now">BUY NOW-->></button>
</div>
<div class="col-md-5">
<img
class="d-block w-100 img-fluid"
src="images/banner-products/slider-3.png"
alt="Third slide"
/>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators"role="button"data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleIndicators"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!--Carousel end-->
<!-- Smartphone part start-->
<div class="container" id="smartphone" >
<div class="d-flex justify-content-between text-margin-card" >
<h1>Smartphone</h1>
<h1 style="color:#FFC56A;font-weight: bolder;">See All</h1>
</div>
<div class="card-deck">
<div class="card align-items-center">
<img class="card-img-top img-size img-fluid" src="images/phone/phone-1.png" alt="Card image cap" />
<div class="card-body">
<h5 class="card-title">iPhone11 Pro</h5>
<p class="card-text">
The phone comes with a 5.80-inch touchscreen display with a resolution of 1125x2436 pixels at a pixel density of 458 pixels per inch (ppi). iPhone 11 Pro is powered by a hexa-core Apple A13 Bionic processor. It comes with 4GB of RAM. The iPhone 11 Pro runs iOS 13 and is powered by a 3046mAh non-removable battery.
</p>
<h5>Price:$999</h5>
</div>
<div class="card-footer ">
<button class="buy-now " style="background-color: black;font-size: 20px;">Buy Now -></button>
</div>
</div>
<div class="card align-items-center">
<img class="card-img-top img-size img-fluid" src="images/phone/phone-2.png " alt="Card image cap" />
<div class="card-body">
<h5 class="card-title">Samsung Galaxy Note 10</h5>
<p class="card-text">
Samsung Galaxy Note 10 is powered by a 1.9GHz octa-core Samsung Exynos 9825 processor that features 4 cores clocked at 1.9GHz, 2 cores clocked at 2.4GHz and 2 cores clocked at 2.7GHz.
</p>
<h5>Price:$799</h5>
</div>
<div class="card-footer">
<button class="buy-now " style="background-color: black;font-size: 20px;">Buy Now -></button>
</div>
</div>
<div class="card align-items-center">
<img class="card-img-top img-size img-fluid" src="images/phone/phone-3.png" alt="Card image cap" />
<div class="card-body">
<h5 class="card-title">Bangla Vision</h5>
<p class="card-text">
This is a wider card with supporting text below as a natural
lead-in to additional content. This card has even longer content
than the first to show that equal height action.
</p>
<h5>Price:$699</h5>
</div>
<div class="card-footer">
<button class="buy-now " style="background-color: black;font-size: 20px;">Buy Now -></button>
</div>
</div>
</div>
</div>
<!-- Smartphone part end -->
<!--laptop part start-->
<div class="container" id="laptop" >
<div class="d-flex justify-content-between text-margin-card" >
<h1>Laptop</h1>
<h1 style="color:#FFC56A;font-weight: bolder;">See All</h1>
</div>
<div class="card-deck">
<div class="card align-items-center">
<img class="card-img-top img-size img-fluid" src="images/laptop/product-1.png" alt="Card image cap" />
<div class="card-body">
<h5 class="card-title">Walton Pro</h5>
<p class="card-text">
The phone comes with a 5.80-inch touchscreen display with a resolution of 1125x2436 pixels at a pixel density of 458 pixels per inch (ppi). iPhone 11 Pro is powered by a hexa-core Apple A13 Bionic processor. It comes with 4GB of RAM. The iPhone 11 Pro runs iOS 13 and is powered by a 3046mAh non-removable battery.
</p>
<h5>Price:$599</h5>
</div>
<div class="card-footer ">
<button class="buy-now " style="background-color: black;font-size: 20px;">Buy Now -></button>
</div>
</div>
<div class="card align-items-center">
<img class="card-img-top img-size img-fluid" src="images/laptop/product-2.png " alt="Card image cap" />
<div class="card-body">
<h5 class="card-title">Samsung Pro</h5>
<p class="card-text">
Samsung Galaxy Note 10 is powered by a 1.9GHz octa-core Samsung Exynos 9825 processor that features 4 cores clocked at 1.9GHz, 2 cores clocked at 2.4GHz and 2 cores clocked at 2.7GHz.
</p>
<h5>Price:$899</h5>
</div>
<div class="card-footer">
<button class="buy-now " style="background-color: black;font-size: 20px;">Buy Now -></button>
</div>
</div>
<div class="card align-items-center">
<img class="card-img-top img-size img-fluid" src="images/laptop/product-3.png" alt="Card image cap" />
<div class="card-body">
<h5 class="card-title">Walton Bangla Pro</h5>
<p class="card-text">
This is a wider card with supporting text below as a natural
lead-in to additional content. This card has even longer content
than the first to show that equal height action.
</p>
<h5>Price:$199</h5>
</div>
<div class="card-footer">
<button class="buy-now " style="background-color: black;font-size: 20px;">Buy Now -></button>
</div>
</div>
</div>
</div>
<!--laptop part end-->
<!--category part start-->
<div class="container" id="category">
<h1 class="text-center category-margin">Categories</h1>
<hr class=" align-items-center">
</div>
<!-- categories product start -->
<div class="container">
<div class="row">
<div class="col-sm-6 ">
<div class="row d-flex align-iteam-center">
<div class="col-sm-6 ">
<img src="images/Categories/bag.png" class="bag" alt="">
</div>
<div class="col-sm-6 d-flex flex-column">
<div>
<img src="images/Categories/perfume.png" class="perfume-shoe" alt="">
</div>
<div>
<img src="images/Categories/shoe.png" class="perfume-shoe" alt="">
</div>
</div>
</div>
</div>
<div class="col-sm-6 ">
<img src="images/Categories/pale-order.png" class="img-fluid" width="300" height="200" alt="">
</div>
</div>
</div>
<!--category part end-->
<!--Bootstrap Js file-->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</body>
</html>