-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
361 lines (283 loc) · 12.7 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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="shortcut icon" href="img/fav.png" type="image/x-icon">
<title>Richfield chairs</title>
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/slicing.css">
</head>
<body>
<div class="container">
<!-- navbar -->
<div class="navbar">
</div>
<!-- navbar end -->
<!-- home start -->
<div class="home">
<div class="home1">
<div class="content">
<h1>RICHFIELD <span>CHAIRS</span></h1>
<p>Welcome to Richfield Chairs, Here you will find every type of chair.You won't get any
complaints.And we take all responsibility and Home delivery is also available Now you can enjoy
the site.</p>
<button><a href="about.html">Explore more →</a></button>
</div>
</div>
<div class="home2"><img src="img/ch.png" alt="chair img"></div>
</div>
<!-- home end -->
<!-- services -->
<div class="services" data-aos="fade-up"
data-aos-duration="2000">
<section class="wrapper">
<div class="top">SERVICES</div>
<div class="bottom" aria-hidden="true">SERVICES</div>
</section>
<div class="rows">
<div class="row1">
<div class="box">
<i class="fa-solid fa-truck-fast"></i>
<br>
<h3>HOME DELIVERY</h3>
<br>
<p>home delivery is available no extra charges so you can enjoy</p>
</div>
<div class="box">
<i class="fa-solid fa-ranking-star"></i>
<br>
<h3>BEST QUALITY</h3>
<br>
<p>we have best quality of chairs You won't get any complaints.</p>
</div>
<div class="box">
<i class="fa-solid fa-sack-dollar"></i>
<br>
<h3>PAY RESOURCES</h3>
<br>
<p>multiple payment resources are available here.</p>
</div>
</div>
<div class="row2">
<div class="box">
<i class="fa-solid fa-sign-hanging"></i>
<br>
<h3>REPLACE CHAIR</h3>
<br>
<p>if you dont like your order you can replace this.</p>
</div>
<div class="box">
<i class="fa-solid fa-users-rectangle"></i>
<br>
<h3>POSITIVE RESPONSE</h3>
<br>
<p>our user give us positive response because they like thier order.</p>
</div>
<div class="box">
<i class="fa-solid fa-stopwatch"></i>
<br>
<h3>FAST DELIVERY</h3>
<br>
<p>We deliver your order very quickly You don't have to be patient.</p>
</div>
</div>
</div>
</div>
<!-- services end -->
<!-- c-category -->
<div class="c-category">
<div class="h">
<img src="img/t2.png" alt="">
<h2>OUR CHAIR CATEGORY</h2>
</div>
<!-- Swiper -->
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">egg chair</div>
<div class="swiper-slide">bowl chair</div>
<div class="swiper-slide">desk chair</div>
<div class="swiper-slide">side chair</div>
<div class="swiper-slide">stool chair</div>
<div class="swiper-slide">roking chair</div>
<div class="swiper-slide">plastic chair</div>
<div class="swiper-slide">ball chair</div>
<div class="swiper-slide">folding chair</div>
</div>
</div>
<!-- Swiper JS -->
</div>
<!-- c-category end -->
<!-- top chairs -->
<section class="tchairs">
<div class="h">
<img src="img/t1.png" alt="">
<h2>TOP SELING CHAIRS</h2>
</div>
<p class="p">This is the top most Selling and populer chairs in our country You must see this chairs
</p>
<br>
<br>
<br>
<div class="chairs" data-aos="fade-up"
data-aos-duration="2000">
<!-- 1 -->
<div class="chair">
<img src="img/c1.png" alt="">
<div class="chair-body">
<h3>DESK CHAIR</h3>
<br>
<br>
<p>An office chair, or desk chair, is a type of chair that is designed for use at a desk in an
office. It is usually a swivel chair, with a set of wheels for mobility and adjustable
height. Modern office chairs</p>
</div>
</div>
<!-- 2 -->
<div class="chair">
<img src="img/c2.png" alt="">
<div class="chair-body">
<h3>PLASTIC CHAIR</h3>
<br>
<br>
<p>Folding chairs are generally used for seating in areas where permanent seating is not
possible or practical. This includes outdoor and indoor events such as funerals, college
graduations, religious services, and sporting events and competitions.</p>
</div>
</div>
<!-- 3 -->
<div class="chair">
<img src="img/c3.png" alt="">
<div class="chair-body">
<h3>FOLDING CHAIR</h3>
<br>
<br>
<p>Folding chairs are generally used for seating in areas where permanent seating is not
possible or practical. This includes outdoor and indoor events such as funerals, college
graduations, religious services, and sporting events and competitions.</p>
</div>
</div>
<hr>
</div>
</section>
<!-- top chairs end -->
<!-- about -->
<div class="about">
<div class="about1"><img src="https://www.uniquegiftsandinteriors.co.uk/cdn/shop/products/DesignerHammockWoodenEggChair_1024x1024.jpg?v=1614087784" alt=""></div>
<div class="about2">
<h1>About Us</h1>
<br><br><br>
<p>Richfield Chairs is a renowned furniture company known for its exceptional craftsmanship and
timeless designs. Founded in the early 20th century, Richfield Chairs has established itself as a
premier provider of high-quality seating solutions for both residential and commercial spaces.One of the hallmarks of Richfield Chairs is its dedication to superior materials and construction
techniques in selecting upholstery fabrics, offering a wide range
of options to suit every taste and style.
<a href="about.html">more information</a>.</p>
</div>
</div>
<!-- about end -->
<!-- mail -->
<section class="mail-banner">
<div class="mail-left"><i class="fa-regular fa-envelope"></i></div>
<div class="mail-right">
<h1>SEND MAIL</h1>
<p>you can mailing with owner</p>
<a href="mailto:random@richfildchair.com">send mail <span>→</span></a>
</div>
</section>
<!-- mail end -->
<!-- footer -->
<footer class="footer">
<div class="foot-container">
<div class="f-row1">
<div class="footer-col">
<h4>Address:</h4>
<span><p>Aptech,metro star gate</p></span>
</div><hr>
<div class="footer-col">
<h4>Number:</h4>
<span><p>0334-6742222</p></span>
</div><hr>
<div class="footer-col">
<h4>Email:</h4>
<span><p>random@richfildchair.com</p></span>
</div>
</div>
<div class="f-row2">
<div class="footer-col">
<img src="img/logo.png" alt="" id="main-footer">
<br>
<p>We sell different types of chairs...</p>
</div>
<div class="footer-col">
<h4>Menu</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">about</a></li>
<li><a href="#">Brands</a></li>
<li><a href="Contact.html">Contect Us</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Brands</h4>
<ul>
<li><a href="leo.html">Leo</a></li>
<li><a href="Vaseat.html">Vaseat</a></li>
<li><a href="Steelcase.html">Steelcase</a></li>
<li><a href="lamex.html">lamex</a></li>
<li><a href="Knoll.html">Knoll</a></li>
<li><a href="Lazboy.html">Laz boy</a></li>
<li><a href="hni.html">hni</a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div><br><br><hr>
<div class="f-row3">
<div>@2024 Richfield chair | All right reserved!</div>
</div>
</div>
</footer>
<!-- footer end -->
</div>
<!-- my js -->
<script src="js/slicing.js"></script>
<!-- my js end -->
<!-- AOS -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- AOS END -->
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper(".mySwiper", {
slidesPerView: 3,
spaceBetween: 30,
autoplay: {
delay:2500,
disableOnInteraction : false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
});
</script>
</body>
</html>