-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
287 lines (280 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
/>
<link rel="stylesheet" href="styles.css" />
<title>Livora | E-Commerce WebSite</title>
</head>
<body>
<nav>
<div class="nav__header">
<div class="nav__logo">
<a href="#" class="logo">Livora</a>
</div>
<div class="nav__menu__btn" id="menu-btn">
<i class="ri-menu-line"></i>
</div>
</div>
<ul class="nav__links" id="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#product">Products</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="nav__search" id="nav-search">
<input type="text" placeholder="Search" />
<span><i class="ri-search-2-line"></i></span>
</div>
</nav>
<header class="section__container header__container" id="home">
<div class="header__image">
<img src="https://media.istockphoto.com/id/1318368566/photo/modern-interior-of-living-room-with-dark-sofa-on-dark-blue-wall-background.jpg?s=2048x2048&w=is&k=20&c=OLW6OuhF-_cFOq6Hm8vpv6LdF8PpLvDHL3COZq-xVrY=" alt="header" />
</div>
<div class="header__content">
<div>
<h1>We Help You Make Modern Interior</h1>
<p>
We will help you to make an elegant and luxurious interior designed
by professional interior designer.
</p>
</div>
</div>
</header>
<section class="section__container deals__container">
<div class="deals__card">
<h2 class="section__header">Hot deals for you</h2>
<p>Online shopping for retail sales direct to consumers</p>
</div>
<div class="deals__card">
<span><i class="ri-cash-line"></i></span>
<h4>1.5% cashback</h4>
<p>Earn a 5% cashback reward on every furniture purchase you make!</p>
</div>
<div class="deals__card">
<span><i class="ri-calendar-schedule-line"></i></span>
<h4>30 day terms</h4>
<p>
Take advantage of our 30-day payment terms, completely interest-free!
</p>
</div>
<div class="deals__card">
<span><i class="ri-money-rupee-circle-line"></i></span>
<h4>Save money</h4>
<p>
Discover unbeatable prices and save big money on top-quality
furniture!
</p>
</div>
</section>
<section class="section__container about__container" id="about">
<div class="about__header">
<div>
<h2 class="section__header">About us</h2>
<p class="section__description">
Our passion for exceptional craftsmanship drives us to curate the
best pieces for every room in your house.
</p>
</div>
<button class="about__btn">Learn More</button>
</div>
<div class="about__content">
<div class="about__image">
<img src="assets/about.png" alt="about" />
</div>
<div class="about__grid">
<div class="about__card">
<h3>1.</h3>
<h4>Who we are</h4>
<p>
You get a 2-week free trail to kick the Smaert tries. We want you
to.
</p>
</div>
<div class="about__card">
<h3>2.</h3>
<h4>What do we do</h4>
<p>
We give you a free course that guides you through the process.
</p>
</div>
<div class="about__card">
<h3>3.</h3>
<h4>How do we help</h4>
<p>Use our multimedis lectures, videos, and coaching sessions.</p>
</div>
<div class="about__card">
<h3>4.</h3>
<h4>Create success story</h4>
<p>
With access to online learning resources anyone can transform.
</p>
</div>
</div>
</div>
</section>
<section class="section__container product__container" id="product">
<h2 class="section__header">Products</h2>
<div class="product__grid">
<div class="product__card">
<h4>Stackable Chair</h4>
<p>$87.00</p>
<img src="assets/product-1.png" alt="product" />
</div>
<div class="product__card">
<h4>Lamp Tool</h4>
<p>$35.00</p>
<img src="assets/product-2.png" alt="product" />
</div>
<div class="product__card">
<h4>Dining Chair</h4>
<p>$55.00</p>
<img src="assets/product-3.png" alt="product" />
</div>
<div class="product__card">
<h4>Hand Base Lamp</h4>
<p>$35.00</p>
<img src="assets/product-4.png" alt="product" />
</div>
<div class="product__card">
<h4>Stylish Chair</h4>
<p>$45.00</p>
<img src="assets/product-5.png" alt="product" />
</div>
<div class="product__card">
<h4>Vintage Chair</h4>
<p>$65.00</p>
<img src="assets/product-6.png" alt="product" />
</div>
</div>
</section>
<section class="section__container client__container">
<div class="client__content">
<h2 class="section__header">What our happy client say</h2>
<p class="section__description">
Testimonials Highlighting Our Commitment to Quality, Exceptional
Service, and Customer Satisfaction
</p>
<!-- Slider main container -->
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<div class="client__card">
<img src="https://images.unsplash.com/photo-1639149888905-fb39731f2e6c?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8dXNlcnxlbnwwfDF8MHx8fDA%3D" alt="user" />
<div>
<p>
Livora transformed my living space with their beautiful
and affordable furniture. The 5% cashback was a delightful
bonus!
</p>
<h4>David Miller</h4>
<h5>Real Estate Agent</h5>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="client__card">
<img src="assets/user-2.jpg" alt="user" />
<div>
<p>
Exceptional quality and service! The furniture is stunning,
and the 30-day payment terms made it incredibly convenient.
</p>
<h4>Sarah Thompson</h4>
<h5>Interior Designer</h5>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="client__card">
<img src="assets/user-3.jpg" alt="user" />
<div>
<p>
The 30-day terms made it easy for us to furnish our new home
without financial stress. Highly recommended!
</p>
<h4>Michael Lee</h4>
<h5>Entrepreneur</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer" id="contact">
<div class="section__container footer__container">
<div class="footer__col">
<div class="footer__logo">
<a href="#" class="logo">Livora</a>
</div>
<p>
Join us in transforming your living spaces with furniture that
blends elegance and practicality seamlessly.
</p>
<ul class="footer__socials">
<li>
<a href="#"><i class="ri-facebook-fill"></i></a>
</li>
<li>
<a href="#"><i class="ri-twitter-fill"></i></a>
</li>
<li>
<a href="#"><i class="ri-linkedin-fill"></i></a>
</li>
<li>
<a href="#"><i class="ri-pinterest-fill"></i></a>
</li>
</ul>
</div>
<div class="footer__col">
<h4>Services</h4>
<ul class="footer__links">
<li><a href="#">Contact Us</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Payrol</a></li>
<li><a href="#">Library</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Help Center</a></li>
</ul>
</div>
<div class="footer__col">
<h4>Resources</h4>
<ul class="footer__links">
<li><a href="#">Pricing</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Contact Support</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms</a></li>
</ul>
</div>
<div class="footer__col">
<h4>Support</h4>
<ul class="footer__links">
<li><a href="#">Contact</a></li>
<li><a href="#">Affiliates</a></li>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Cancelation Policy</a></li>
<li><a href="#">Security</a></li>
</ul>
</div>
</div>
<div class="footer__bar">
Copyright © 2024 Livora. All rights reserved.
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="main.js"></script>
</body>
</html>