-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (243 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>E-Commerce Website</title>
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Section Top Navbar -->
<section class="top">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">
<img src="images/logo.png" 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 flex-row-reverse bd-highlight" 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="#product">Product</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- End Navbar -->
<!-- Section Top - Top Banner -->
<div class="container">
<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 align-items-center">
<div class="col-md-6">
<h1>MacBook Pro</h1>
<p>Designed for those who defy limits and change the world, the new MacBook Pro is by far the most powerful notebook we’ve ever made. With an immersive 16-inch Retina display, superfast processors, next-generation graphics!</p>
<button class="buy-now-button">BUY NOW →</button>
</div>
<div class="col-md-6">
<img src="images/banner-products/product-1.png" class="d-block w-100" alt="...">
</div>
</div>
</div>
<div class="carousel-item">
<div class="row align-items-center">
<div class="col-md-6">
<h1>Linn Series 3</h1>
<p>et's address the elephant in the room: the Series 3 is the most expensive wireless speaker we have tested. It’s over three times the price of the B&W Formation Wedge (listed below). Can such an outlay be justified? Well, yes. And Linn’s proprietary Exakt technology helps.</p>
<button class="buy-now-button">BUY NOW →</button>
</div>
<div class="col-md-6">
<img src="images/banner-products/slider-1.png" class="d-block w-100" alt="...">
</div>
</div>
</div>
<div class="carousel-item">
<div class="row align-items-center">
<div class="col-md-6">
<h1>JBL Flip 5</h1>
<p>If all you want is a portable Bluetooth speaker that sounds as good as £100 can currently buy, you’ll be hard-pressed to better the Flip 5. Truly, JBL’s newest offering sounds great for the price. If you don’t mind the lack of aux-in port or inbuilt microphone (as seen in the Flip 4) or the inability to partner it with older JBL speakers!</p>
<button class="buy-now-button">BUY NOW →</button>
</div>
<div class="col-md-6">
<img src="images/banner-products/slider-3.png" class="d-block w-100" alt="...">
</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>
</section>
<!-- End Section Top - Top Banner -->
<!-- Middle Section Smartphone -->
<section class="middle">
<div class="container">
<div class="d-flex justify-content-between mid">
<h3>Smartphone</31>
<h3><a href="#smartphone">See all</a></h3>
</div>
<div class="card-deck">
<div class="card">
<img src="images/phone/phone-1.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Xiaomi Redmi X</h5>
<p class="card-text">Buy Xiaomi Redmi X online at best price in India. Check full specification of Xiaomi Redmi X Mobiles with its features, reviews & comparison at Gadgets Now.</p>
</div>
<div class="card-footer">
<h5>$900</h5>
<button class="buy-now-button"> BUY NOW > </button>
</div>
</div>
<div class="card">
<img src="images/phone/phone-2.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Apple iPhone X</h5>
<p class="card-text">TApple iPhone X smartphone. Announced Sep 2017. Features 5.8″ Super Retina OLED display, Apple A11 Bionic chipset, Dual: 12 MP (f/1.8, 28mm, 1.22µm) +</p>
</div>
<div class="card-footer">
<h5>$1800</h5>
<button class="buy-now-button">BUY NOW ></button>
</div>
</div>
<div class="card">
<img src="images/phone/phone-3.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Samsung Galaxy X</h5>
<p class="card-text">Buy Samsung Galaxy X online at best price in India. Check full specification of Samsung Galaxy X Mobiles with its features, reviews & comparison at Gadgets ...</p>
</div>
<div class="card-footer">
<h5>$1500</h5>
<button class="buy-now-button">BUY NOW ></button>
</div>
</div>
</div>
</div>
</section>
<!-- End Middle Section Smartphone -->
<!-- Laptop -->
<div class="container" id="container">
<div class="d-flex justify-content-between mid">
<h3>Laptop</31>
<h3><a href="#lalptop">See all</a></h3>
</div>
<div class="card-deck">
<div class="card">
<img src="images/laptop/product-1.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Asus AsusPro P1440</h5>
<p class="card-text">Intel Core i3 8145U Processor (4M Cache, 2.10 GHz up to 3.90 GHz) 4GB DDR4 RAM 1TB HDD 140" HD (1366x768) Display</p>
</div>
<div class="card-footer">
<h5>$1000</h5>
<button class="buy-now-button">BUY NOW ></button>
</div>
</div>
<div class="card">
<img src="images/laptop/product-2.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Asus VivoBook X402YA</h5>
<p class="card-text">TAsus VivoBook X402YA 14" HD (1366x768) laptop with AMD Dual Core E2-7015 processor having 1.5 GHz speed and 4 GB DDR3 RAM. </p>
</div>
<div class="card-footer">
<h5>$1200</h5>
<button class="buy-now-button">BUY NOW ></button>
</div>
</div>
<div class="card">
<img src="images/laptop/product-3.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">ASUS E203NAH N4200</h5>
<p class="card-text">Asus X543UB 8th Gen 15.6" (16:9) LED-backlit HD (1366x768) 60Hz Anti-Glare Panel with 45% NTSC with Intel Core i3 7020U processor (2.30 GHz, 3MB Cache)</p>
</div>
<div class="card-footer">
<h5>$2000</h5>
<button class="buy-now-button">BUY NOW ></button>
</div>
</div>
</div>
</div>
<!-- End Laptop -->
<!-- Categories -->
<section class="cat">
<div class="container">
<div class="d-flex justify-content-center title">
<h3>Categories</h3>
</div>
<div class="row">
<div class="col-md-3 col-sm-12 d-flex align-items-center">
<div class="card w-100">
<div class="card-body text-center">
<img src="images/Categories/bag.png" alt="">
<h4>Bag</h4>
</div>
</div>
</div>
<div class="col-md-3 col-sm-12">
<div class="card w-100 perfume">
<div class="card-body text-center">
<img src="images/Categories/perfume.png" alt="">
<h4 style="padding-top: 20px;">Beauty</h4>
</div>
</div>
<div class="card w-100 perfume">
<div class="card-body text-center">
<img src="images/Categories/shoe.png" alt="">
<h4>Shoes</h4>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-center">
<img class="w-100" src="images/Categories/pale-order.png" alt="">
</div>
</div>
</div>
</section>
<!-- End Categories -->
<!-- Contact -->
<section>
<div class="container align-items-center d-flex justify-content-center bg" id="contact">
<div>
<h3>LET'S STAY IN TOUCH</h3>
<h6>Get updates on sale, specials and more</h6>
<input class="form-control" type="text">
<button class="buy-now-button">SUBMIT</button>
</div>
</div>
</section>
<!-- End Contact -->
<!-- Footer -->
<footer>
<small>Copyright 2020. All rights reserved. Soft BD</small>
</footer>
<!-- End Footer -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>