-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
463 lines (443 loc) · 20.1 KB
/
blog.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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Font -->
<link href="fonts/inter-font.css" rel="stylesheet"/>
<!-- Font-awesome -->
<link rel="stylesheet" href="css/all.min.css"/>
<!-- Global CSS -->
<link rel="stylesheet" href="css/global.css" type="text/css"/>
<!-- Header and Footer CSS -->
<link rel="stylesheet" href="css/header_footer.css" type="text/css"/>
<!-- Blog Section -->
<link rel="stylesheet" href="css/blog-section.css" type="text/css"/>
<!-- Testimonials -->
<link rel="stylesheet" href="css/testimonials.css" type="text/css"/>
<title>Blog</title>
</head>
<body>
<!-- Start Nav -->
<nav id="nav">
<div class="container">
<div class="myNav">
<!-- Start myNav-Start -->
<div class="myNav-start">
<a href="index.html" title="Furni">
Furni<span>.</span>
</a>
</div>
<!-- End myNav-Start -->
<input type="checkbox" id="check"/>
<!-- Start myNav-end -->
<div class="myNav-end">
<ul class="myNav-links">
<li class="myNav-link-item">
<a href="index.html">Home</a>
</li>
<li class="myNav-link-item">
<a href="shop.html">Shop</a>
</li>
<li class="myNav-link-item">
<a href="about-us.html">About us</a>
</li>
<li class="myNav-link-item">
<a href="services.html">Services</a>
</li>
<li class="myNav-link-item myNav-link-item-active">
<a href="blog.html">Blog</a>
</li>
<li class="myNav-link-item">
<a href="contact-us.html">Contact us</a>
</li>
<!-- Start Close Menu -->
<label for="check" class="close-menu">
<i class="fas fa-times"></i>
</label>
<!-- End Close Menu -->
</ul>
</div>
<!-- End myNav-end -->
<!-- Start MyNav-icons -->
<div class="myNav-icons">
<div class="myNav-user">
<a href="#">
<i class="fa-regular fa-user"></i>
</a>
</div>
<div class="myNav-shopping">
<a href="#">
<i class="fa-solid fa-cart-shopping"></i>
</a>
</div>
</div>
<!-- End MyNav-icons -->
<!-- Start Open Menu -->
<label for="check" class="open-menu">
<i class="fas fa-bars"></i>
</label>
<!-- End Open Menu -->
</div>
</div>
</nav>
<!-- End Nav -->
<!-- Start Header -->
<header id="header">
<div class="container">
<div class="header-wrapper">
<div class="header-box header-box-1">
<h1>
Blog
</h1>
<p>
Donec vitae odio quis nisl dapibus malesuada. Nullam
ac aliquet
<br />
velit. Aliquam vulputate velit imperdiet dolor
tempor tristique.
</p>
<div class="header-box-anchors">
<a href="shop.html" class="shop-now">
Shop Now
</a>
<a href="blog.html" class="explore">
Explore
</a>
</div>
</div>
<div class="header-box header-box-2">
<div class="couch-img">
<img src="img/couch.png" alt="background.."/>
</div>
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start Blog-section -->
<section id="blog-section">
<div class="container">
<div class="blog-wrapper gridYasta-250 mg-bottom-3rem">
<!-- Start Blog-wrraper-box -->
<div class="blog-wrapper-box">
<div class="blog-img" href="#">
<img src="img/post-1.jpg" alt="img.."/>
</div>
<div class="blog-content">
<h4>First Time Home Owner Ideas</h4>
<p>
by
<span>Mesh Batman</span>
on
<span>Oct 14,2023</span>
</p>
</div>
</div>
<!-- End Blog-wrraper-box -->
<!-- Start Blog-wrraper-box -->
<div class="blog-wrapper-box">
<div class="blog-img">
<img src="img/post-2.jpg" alt="img.."/>
</div>
<div class="blog-content">
<h4>How To Keep Your Furniture Clean</h4>
<p>
by
<span>Mesh Batman</span>
on
<span>Oct 14,2023</span>
</p>
</div>
</div>
<!-- End Blog-wrraper-box -->
<!-- Start Blog-wrraper-box -->
<div class="blog-wrapper-box">
<div class="blog-img">
<img src="img/post-3.jpg" alt="img.."/>
</div>
<div class="blog-content">
<h4>Small Space Furniture Apartment Ideas</h4>
<p>
by
<span>Mesh Batman</span>
on
<span>Oct 14,2023</span>
</p>
</div>
</div>
<!-- End Blog-wrraper-box -->
</div>
<div class="blog-wrapper gridYasta-250 mg-bottom-3rem">
<!-- Start Blog-wrraper-box -->
<div class="blog-wrapper-box">
<div class="blog-img" href="#">
<img src="img/post-1.jpg" alt="img.."/>
</div>
<div class="blog-content">
<h4>First Time Home Owner Ideas</h4>
<p>
by
<span>Mesh Batman</span>
on
<span>Oct 14,2023</span>
</p>
</div>
</div>
<!-- End Blog-wrraper-box -->
<!-- Start Blog-wrraper-box -->
<div class="blog-wrapper-box">
<div class="blog-img">
<img src="img/post-2.jpg" alt="img.."/>
</div>
<div class="blog-content">
<h4>How To Keep Your Furniture Clean</h4>
<p>
by
<span>Mesh Batman</span>
on
<span>Oct 14,2023</span>
</p>
</div>
</div>
<!-- End Blog-wrraper-box -->
<!-- Start Blog-wrraper-box -->
<div class="blog-wrapper-box">
<div class="blog-img">
<img src="img/post-3.jpg" alt="img.."/>
</div>
<div class="blog-content">
<h4>Small Space Furniture Apartment Ideas</h4>
<p>
by
<span>Mesh Batman</span>
on
<span>Oct 14,2023</span>
</p>
</div>
</div>
<!-- End Blog-wrraper-box -->
</div>
<div class="blog-wrapper gridYasta-250 mg-bottom-3rem">
<!-- Start Blog-wrraper-box -->
<div class="blog-wrapper-box">
<div class="blog-img" href="#">
<img src="img/post-1.jpg" alt="img.."/>
</div>
<div class="blog-content">
<h4>First Time Home Owner Ideas</h4>
<p>
by
<span>Mesh Batman</span>
on
<span>Oct 14,2023</span>
</p>
</div>
</div>
<!-- End Blog-wrraper-box -->
<!-- Start Blog-wrraper-box -->
<div class="blog-wrapper-box">
<div class="blog-img">
<img src="img/post-2.jpg" alt="img.."/>
</div>
<div class="blog-content">
<h4>How To Keep Your Furniture Clean</h4>
<p>
by
<span>Mesh Batman</span>
on
<span>Oct 14,2023</span>
</p>
</div>
</div>
<!-- End Blog-wrraper-box -->
<!-- Start Blog-wrraper-box -->
<div class="blog-wrapper-box">
<div class="blog-img">
<img src="img/post-3.jpg" alt="img.."/>
</div>
<div class="blog-content">
<h4>Small Space Furniture Apartment Ideas</h4>
<p>
by
<span>Mesh Batman</span>
on
<span>Oct 14,2023</span>
</p>
</div>
</div>
<!-- End Blog-wrraper-box -->
</div>
</div>
</section>
<!-- End Blog-section -->
<!-- Start Testimonials-section -->
<section id="testimonials-section" class="padding-buttom-12rem-576">
<div class="container">
<span class="prev">
<i class="fa-solid fa-angle-left"></i>
</span>
<span class="next">
<i class="fa-solid fa-angle-right"></i>
</span>
<div class="testimonials-wrapper">
<h2>Testimonials</h2>
<p>
“Donec facilisis quam ut purus rutrum lobortis. Donec
vitae odio quis nisl dapibus malesuada. Nullam ac
aliquet velit. Aliquam vulputate velit imperdiet dolor
tempor tristique. Pellentesque habitant morbi tristique
senectus et netus et malesuada fames ac turpis egestas.
Integer convallis volutpat dui quis scelerisque.”
</p>
<div class="testi-content">
<div class="testi-img">
<img src="img/person-1.jpg" alt="photo.."/>
</div>
<div class="testi-name">
<h5>Maria Jones</h5>
<p>CEO, CO-Founder, XYZ inc.</p>
</div>
<div class="testi-bullets">
<span class="active">
<i class="fa-solid fa-circle"></i>
</span>
<span>
<i class="fa-solid fa-circle"></i>
</span>
<span>
<i class="fa-solid fa-circle"></i>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- End Testimonials-section -->
<!-- Start Footer -->
<footer id="footer">
<div class="container">
<div class="footer-wrapper">
<div class="img-chair">
<img src="img/sofa.png" alt="chair.."/>
</div>
<div class="footer-box-form">
<div class="footer-form-head">
<span>
<i class="fa-regular fa-envelope"></i>
</span>
<span>
<h3>Subscribe to Newsletter</h3>
</span>
</div>
<form action="data.php" method="POST">
<div class="form-inner-inputs">
<input placeholder="Enter your name"
type="text" name="name" id="name"/>
</div>
<div class="form-inner-inputs">
<input placeholder="Enter your Email"
type="email" name="email" id="email"/>
</div>
<div class="form-inner-button">
<button type="submit" id="submit">
<i class="fa-solid fa-paper-plane"></i>
</button>
</div>
</form>
</div>
<div class="footer-furni-wrapper">
<div class="footer-furni-start">
<div class="footer-logo">
<a href="index.html">
Furni
</a>
</div>
<p>
Donec facilisis quam ut purus rutrum lobortis.
Donec vitae odio quis nisl dapibus malesuada.
Nullam ac aliquet velit. Aliquam vulputate velit
imperdiet dolor tempor tristique. Pellentesque
habitant
</p>
<ul class="footer-icons-social">
<li>
<a
href="https://www.facebook.com/sayedayman2"
target="_blank">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
</ul>
</div>
<div class="footer-furni-end">
<div class="footer-links-wrapper">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
</ul>
<ul>
<li><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
</ul>
<ul>
<li><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright-wrapper">
<div class="copyright-box">
<div class="copyright-box-start">
Copyright ©2023. All Rights Reserved. — Designed
with love by <span>Batman</span>
</div>
<ul class="copyright-box-end">
<li>
<a href="#">
Terms & Conditions
</a>
</li>
<li>
<a href="#">
Privacy Policy
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
</body>
</html>