-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
275 lines (214 loc) · 12.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title > E-smart</title>
<link rel="website icon" type="png" href="./icons8-technology-64.svg" >
<link rel="stylesheet" href="index.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
</head>
<body >
<section class="header " id="nav">
<nav class="navbar navbar-expand-md bg-dark sticky-top border-bottom" data-bs-theme="dark">
<div class="container ">
<a class="navbar-brand d-md-none" href="./index.html">
<img src="./icons8-technology-64.svg" alt="E-smart logo" />
E-Smart
</a>
<button class="navbar-toggler nav-item dropdown d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvas" aria-controls="#offcanvas" aria-label="Toggle navigation" >
<a class="nav-link " href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false" >
<span class="navbar-toggler-icon"></span>
</a>
<ul class="dropdown-menu dropdown-menu-end px-5 box-1 " aria-labelledby="navbarDropdown" >
<li><a class="dropdown-item" href="./index.html">Home</a></li>
<li><a class="dropdown-item" href="#product">Product</a></li>
<li><a class="dropdown-item" href="#footer-about">Features</a></li>
<li><a class="dropdown-item" href="#footer-about">About</a></li>
<li><a class="dropdown-item last-cart " href="./cart.html" > <img src="./shopping-cart (1).svg" > </a></li>
<li><a class="dropdown-item last-login " href="./login.html" > Login</a></li>
</ul>
</button>
<div class="offcanvas offcanvas-end col-lg-auto col-md-auto" tabindex="-1" id="#offcanvas" aria-labelledby="#offcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="#offcanvasLabel" >E-Smart</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body ">
<ul class="navbar-nav flex-grow-1 justify-content-between">
<li class="nav-item"><a class="nav-link" href="./index.html">
<img src="./icons8-technology-64.svg" alt="E-smart logo" />
</a></li>
<li class="nav-item"><a class="nav-link" href="./index.html">Home</a></li>
<li class="nav-item product-li" id="product-nav" ><a class="nav-link p-0 " data-bs-toggle="dropdown" id="navbarDropdown-1" role="button" aria-expanded="false">
Product
<ul class="dropdown-menu product dropdown-menu-start px-5 mt-2 " aria-labelledby="navbarDropdown" >
<li><a class="dropdown-item" href="#Smartphone1">Smartphones</a></li>
<li><a class="dropdown-item" href="#Laptop">Laptops</a></li>
<li><a class="dropdown-item" href="#Television">Televisions</a></li>
<li><a class="dropdown-item" href="#Refrigerator">Refrigerators</a></li>
<li><a class="dropdown-item" href="#DSLR-Camera">DSLR Cameras</a></li>
<li><a class="dropdown-item" href="#Air-Conditioner">Air Conditioners</a></li>
</ul>
</a></li>
<li class="nav-item"><a class="nav-link" href="#footer-about">Features</a></li>
<li class="nav-item"><a class="nav-link" href="#footer-about">About</a></li>
<li id="cart" class="nav-item"><a class="nav-link" href="./cart.html">
<img src="shopping-cart (1).svg" >
</a></li>
<form class="col-12 col-lg-auto col-md-auto mb-3 me-lg-3">
<div class="input-group">
<input type="search" class="form-control form-control-dark text-bg mt-1" placeholder="Search..." aria-label="Search">
</div>
</form>
<div class="text-end d-lg-flex align-items-center" >
<button type="button" class="btn login btn-outline-light me-2 col btn-sm px-4 m-2 mb-3 " > <a href="./login.html" > Login </a> </button>
</div>
</ul>
</div>
</div>
</div>
</nav>
</section>
<section id="offers">
<div class="carousel-container " id="heading" >
<div id="myCarousel" class="carousel slide mb-6 " data-bs-ride="carousel">
<div class="carousel-indicators " >
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2" class="active" aria-current="true"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 3" class=""></button>
</div>
<div class="carousel-inner" >
<div class="carousel-item" >
<img src="./offer-3 .jpg" id="offer-1" width="100%" height="100%" aria-hidden="true" >
</div>
<div class="carousel-item active " style="background-color: var(--bs-secondary-color);" >
<img src="./offer-2.jpg" id="offer-2" width="100%" height="100%" aria-hidden="true">
</div>
<div class="carousel-item" style="background-color: var(--bs-secondary-color);">
<img src="./offer-1.jpg" id="offer-3" width="100%" height="100%" aria-hidden="true">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<section id="product-main">
<div class="album card-container gradient-background-2 " id="product" >
<div class="container " id="product-sub" >
<div class="pack-card row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3 js-product-grid" >
</div>
</div>
</div>
</section>
<section class="Testimonial" id="testimonial" >
<div class="hero" >
<h2>Testimonial</h2>
<div class="container" >
<div class="indicator">
<span class="btn active" ></span>
<span class="btn " ></span>
<span class="btn " ></span>
<span class="btn " ></span>
</div>
<div class="testimonial" >
<div class="slide-row" id="slide">
<div class="slide-col" >
<div class="text" >
<p>
As a tech enthusiast, I always look for the latest and greatest electronic items.
I recently discovered e-smart's e-commerce website, and I was blown away by their
special feature that predicts the future price. This feature helped me make an informed
decision about my purchase and ensured that I got the best deal possible.
</p>
<h4>NAME-1</h4>
</div>
</div>
<div class="slide-col" >
<div class="text" >
<p>
I highly recommend e-smart for anyone looking to purchase electronic items.
Their special feature that predicts the future price and shows the past, present,
and future prices is a game-changer in the e-commerce industry, and it helped me
make an informed decision about my purchase.
</p>
<h4>NAME-2</h4>
</div>
</div>
<div class="slide-col" >
<div class="text" >
<p>
I have been a loyal customer of e-smart's e-commerce website for several years now, and
I have always been impressed by their special feature that predicts the future price.
This feature has helped me make informed decisions about my purchases and saved me a lot of money.
</p>
<h4>NAME-3</h4>
</div>
</div>
<div class="slide-col" >
<div class="text" >
<p>
As a satisfied customer, I highly recommend e-smart to anyone looking for high-quality electronic
items at the best prices. It helped me make an informed decision about my purchase.
</p>
<h4>NAME-4</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="gradient-background " id="footer-about">
<div class="container footer ">
<footer class=" container gradient-background row row-cols-1 row-cols-sm-2 row-cols-md-5 py-5 ">
<div class="col mb-3" id="e-smart">
<a href="./index.html" > <p class="text-body-secondary mt-5">© E-smart</p></a>
</div>
<div class="col mb-3">
</div>
<div class="col mb-3">
<h5>Appliances</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#Smartphone1" class="nav-link p-0 text-body-secondary">Smartphones</a></li>
<li class="nav-item mb-2"><a href="#Laptop" class="nav-link p-0 text-body-secondary">Laptops</a></li>
<li class="nav-item mb-2"><a href="#Television" class="nav-link p-0 text-body-secondary">Televisions</a></li>
<li class="nav-item mb-2"><a href="#Refrigerator" class="nav-link p-0 text-body-secondary">Refrigerators</a></li>
<li class="nav-item mb-2"><a href="#DSLR-Camera" class="nav-link p-0 text-body-secondary">DSLR Cameras</a></li>
<li class="nav-item mb-2"><a href="#Air-Conditioner" class="nav-link p-0 text-body-secondary">Air Conditioners</a></li>
</ul>
</div>
<div class="col mb-3">
<h5>Features</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Fastest Delivery</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Easy Returns</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Gift Cards</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Best Deals</a></li>
<li class="nav-item mb-2"><a href="#testimonial" class="nav-link p-0 text-body-secondary">Testimonial</a></li>
</ul>
</div>
<div class="col mb-3">
<h5>Contact Us</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Home</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Help</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">Privacy Policy</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">FAQs</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-body-secondary">About</a></li>
</ul>
</div>
</footer>
</div>
</section>
<script src="./index.js" charset="utf-8"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
</body>
</html>