This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
625 lines (585 loc) · 31.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
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
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
<!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" />
<link rel="icon" href="./images/icons/favicon.ico">
<script type="text/javascript" src="https://cdn.rawgit.com/asvd/dragscroll/master/dragscroll.js"></script>
<script
src="https://kit.fontawesome.com/d733855d1a.js"
crossorigin="anonymous"
></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.1/jquery.min.js"></script>
<link rel="stylesheet" href="style.css" />
<title>Furniture World</title>
</head>
<body>
<div class="caroussel-container">
<div class="caroussel">
<div class="image"><img src="./images/4.jpg" alt="Image4" /></div>
<div class="image"><img src="./images/5.jpg" alt="Image5" /></div>
<div class="image"><img src="./images/6.jpg" alt="Image4" /></div>
<div class="image"><img src="./images/7.jpg" alt="Image5" /></div>
<div class="image"><img src="./images/8.jpg" alt="Image4" /></div>
<div class="image"><img src="./images/9.jpg" alt="Image5" /></div>
</div>
<div class="overlay"></div>
</div>
<div class="main-div">
<nav class="nav-container">
<div class="title"><h1>Furniture World</h1></div>
<div class="nav">
<ul>
<li class="link"><a href="#home">HOME</a></li>
<li class="link"><a href="#projects">FURNITURE</a></li>
<li class="link"><a href="#pricing">CART</a></li>
<li class="link"><a href="#team">ABOUT</a></li>
<li class="link"><a href="#blog">BLOG</a></li>
<li class="link"><a href="#contact">CONTACT</a></li>
</ul>
</div>
<div class="hamburger">
<p class="icon">|||</p>
</div>
<div class="close"><i class="far fa-times-circle"></i></div>
</nav>
<div class="main-section">
<div class="flex">
<span class="line"></span>
<div><p class="top-head">BEST FURNITURE</p></div>
<span class="line"></span>
</div>
<h1 class="heading">GOOD WOOD </h1>
<p class="subheading">
<span>
“If you would know strength and patience, welcome the company of trees.”
</span>
<br /><br />Perfection is achieved not when there is nothing more to add,
but when there is nothing more to take away.”
</p>
<div class="btn-container">
<button type="button" class="primary-btn btn"><a href="#videos">VIDEO GALLERY</a></button>
<button type="button" class="secondary-btn btn"><a href="#gallery">IMAGE GALLERY</a></button>
</div>
</div>
</div>
<section class="welcome" id = "home">
<h1 class="center heading" id = "section-head"> <span id="main-title">Furniture World</span></h1>
<div class="grid">
<div class="left-container">
<p>The oldest piece of furniture is an amazing wooden and mausoleum piece of furniture in Gordion (Present-day; Ankara in Turkey) at the cemetery of Midas. This oldest piece of furniture in the world was made through the use of wood piling techniques being more than 2700 years old.A person who designs and crafts furniture is called as a carpenter; one who just designs, is a furniture designer; only wooden furniture is called woodworker. Furniture makers create furniture mainly made up of wood, metal, cast iron, bamboo, plastic etc.carpenter Add to list Share. A carpenter is a person who makes things out of wood. You could hire a carpenter to build you a dining room table and two long benches. Carpenters specialize in woodworking, making furniture and buildings from wood and repairing various wooden things.
<br><br><br>                                                                   ~"Furniture World"</p>
</div>
<div class="right-container">
<div class="image-container">
<img src="./images/26.jpg" alt="Image" class="one">
<img src="./images/21.jpg" alt="Image" class="two">
<img src="./images/30.jpg" alt="Image" class="three">
</div>
</div>
</div>
<div class="flex">
<div class="card odd">
<div class="icon"><i class="fas fa-arrow-circle-left"></i></div>
<div class="info">
<h3>Home</h3>
<p>Have a look at the delicacies of the day prepared by us, with love for you.<br>Cakes | Pastries | Macrons </p>
<button class="button">Buy</button>
</div>
</div>
<div class="card even">
<div class="icon"><i class="far fa-envelope"></i></div>
<div class="info">
<h3>Help</h3>
<p>Subscribe to our newsletter to be updated all the time of the new addons. <br>Discount | Offer | Menu</p>
<button class="button">Subscribe</button>
</div>
</div>
<div class="card odd">
<div class="icon"><i class="fas fa-certificate"></i></div>
<div class="info">
<h3>Orders</h3>
<p>Become a member to avail member benefits month long. Get discounts and much more.</p>
<button class="button">Member</button>
</div>
</div>
</div>
<hr>
</section>
<section class="projects" id="projects">
<h1 class="heading center" id = "section-head">Categories</h1>
<div class="flex">
<div class="project odd">
<div class="image"><img src="./images/Bed.jpg" alt=""></div>
<div class="info">
<h3 class="title">Bed</h3>
<p>You've got to get up every morning with determination if you're going to go to bed with satisfaction.<br><br><br><br></p>
<button type = "button" class="btn">EXPLORE</button>
</div>
</div>
<div class="project even">
<div class="image"><img src="./images/Sofa.jpg" alt=""></div>
<div class="info">
<h3 class="title">Sofa</h3>
<p>I can't just sit around and do nothing. Although, I can sit on the couch sometimes and just watch movies.<br><br><br></p>
<button type = "button" class="btns">EXPLORE</button>
</div>
</div>
<div class="project odd">
<div class="image"><img src="./images/Table.jpg" alt=""></div>
<div class="info">
<h3 class="title">Table</h3>
<p>You know, you really can't beat a household commodity - the ketchup bottle on the kitchen table.<br><br><br><br></p>
<button type = "button" class="btn">EXPLORE</button>
</div>
</div>
<div class="project even">
<div class="image"><img src="./images/Wardrobe.jpg" alt=""></div>
<div class="info">
<h3 class="title">Wardrobe</h3>
<p>It's always good to change and keep things fresh, whether it's a hairstyle or wardrobe.<br><br><br><br></p>
<button type = "button" class="btns">EXPLORE</button>
</div>
</div>
</div>
</section>
<section class="proj" id="proj">
<h1 class="heading center" id = "section-head"> </h1>
<div class="flex">
<div class="project odd">
<div class="image"><img src="./images/Side-Table.jpg" alt=""></div>
<div class="info">
<h3 class="title">Side-Table</h3>
<p>It's a cute little studio apartment that has just what I need: a bed, a couch, a table.</p>
<button type = "button" class="btn">EXPLORE</button>
</div>
</div>
<div class="project even">
<div class="image"><img src="./images/Chair.jpg" alt=""></div>
<div class="info">
<h3 class="title">Chair</h3>
<p>Old empty chairs are not empty in reality; memories always sit there!.<br><br></p>
<button type = "button" class="btns">EXPLORE</button>
</div>
</div>
<div class="project odd">
<div class="image"><img src="./images/Dressing-Table.jpg" alt=""></div>
<div class="info">
<h3 class="title">Dressing-Table</h3>
<p>At the dressing table every woman has a chance to be an artist to what nature has left unfinished.</p>
<button type = "button" class="btn">EXPLORE</button>
</div>
</div>
</div>
</div>
</section>
<section class="video-projects" id="videos">
<h1 id="section-head" class="title center">Furniture Videos</h1>
<div class="slide-container dragscroll">
<div class="video-container flex">
<div class="video video1 focus">
<div class="play-btn video1"><i class="fas fa-play-circle"></i></div>
<video>
<source src="./video/bed.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video video2">
<div class="play-btn video2"><i class="fas fa-play-circle"></i></div>
<video>
<source src="./video/dtable.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video video3">
<div class="play-btn video3"><i class="fas fa-play-circle"></i></div>
<video>
<source src="./video/furniture.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video video4">
<div class="play-btn video4"><i class="fas fa-play-circle"></i></div>
<video>
<source src="./video/happy.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video video5">
<div class="play-btn video5"><i class="fas fa-play-circle"></i></div>
<video>
<source src="./video/table.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video video6">
<div class="play-btn video6"><i class="fas fa-play-circle"></i></div>
<video>
<source src="./video/view.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video video7">
<div class="play-btn video6"><i class="fas fa-play-circle"></i></div>
<video>
<source src="./video/view1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="video video8">
<div class="play-btn video6"><i class="fas fa-play-circle"></i></div>
<video>
<source src="./video/wardrobe.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</section>
<section class="team" id="team">
<svg
class="svg-path"
width="100%"
height="36"
viewBox="0 0 1440 36"
class="u-block"
xmlns="http://www.w3.org/2000/svg"
style="width: 100%; height: auto"
>
<rect width="100%" height="100%" fill="var(--black)"></rect>
<path
d="M1440 36V8.2s-105.6-1.2-160.7-6a877 877 0 00-150.5 2.5c-42.1 3.9-140 15-223 15C754 19.6 700.3 6.8 548.8 7c-143.7 0-273.4 11.5-350 12.6-76.6 1.2-198.8 0-198.8 0V36h1440z"
fill="#ffffff"
></path>
</svg>
<div class="margin">
<h1 class="team-heading center" id = "section-head">Our Team</h1>
<div class="flex-members">
<div class="member">
<div class="image-container">
<img src="./images/OurTeam/ish.jpg" alt="" class="team-fellow" />
<div class="icons center">
<a href=""><i class="fab fa-facebook-f facebook"></i></a>
<a href=""><i class="fab fa-twitter twitter"></i></a>
<a href=""><i class="fab fa-google google"></i></a>
</div>
</div>
<h2 class="name center">Ishita</h2>
<p class="profession center">CEO</p>
</div>
<div class="member">
<div class="image-container">
<img src="./images/OurTeam/rohit.jpg" alt="" class="team-fellow" />
<div class="icons center">
<a href=""><i class="fab fa-facebook-f facebook"></i></a>
<a href=""><i class="fab fa-twitter twitter"></i></a>
<a href=""><i class="fab fa-google google"></i></a>
</div>
</div>
<h2 class="name center">Rohit</h2>
<p class="profession center">Manager</p>
</div>
<div class="member">
<div class="image-container">
<img src="./images/OurTeam/sanj.jpg" alt="" class="team-fellow" />
<div class="icons center">
<a href=""><i class="fab fa-facebook-f facebook"></i></a>
<a href=""><i class="fab fa-twitter twitter"></i></a>
<a href=""><i class="fab fa-google google"></i></a>
</div>
</div>
<h2 class="name center">Sanjali</h2>
<p class="profession center">COO</p>
</div>
<div class="member">
<div class="image-container">
<img src="./images/OurTeam/deva.png" alt="" class="team-fellow" />
<div class="icons center">
<a href=""><i class="fab fa-facebook-f facebook"></i></a>
<a href=""><i class="fab fa-twitter twitter"></i></a>
<a href=""><i class="fab fa-google google"></i></a>
</div>
</div>
<h2 class="name center">Debashish</h2>
<p class="profession center">CMO</p>
</div>
<div class="member">
<div class="image-container">
<img src="./images/OurTeam/yashi.jpg" alt="" class="team-fellow" />
<div class="icons center">
<a href=""><i class="fab fa-facebook-f facebook"></i></a>
<a href=""><i class="fab fa-twitter twitter"></i></a>
<a href=""><i class="fab fa-google google"></i></a>
</div>
</div>
<h2 class="name center">Yashi</h2>
<p class="profession center">CTO</p>
</div>
<div class="member">
<div class="image-container">
<img src="./images/OurTeam/smriti.jpg" alt="" class="team-fellow" />
<div class="icons center">
<a href=""><i class="fab fa-facebook-f facebook"></i></a>
<a href=""><i class="fab fa-twitter twitter"></i></a>
<a href=""><i class="fab fa-google google"></i></a>
</div>
</div>
<h2 class="name center">Smriti</h2>
<p class="profession center">SEO</p>
</div>
<div class="member">
<div class="image-container">
<img src="./images/OurTeam/7.jpeg" alt="" class="team-fellow" />
<div class="icons center">
<a href=""><i class="fab fa-facebook-f facebook"></i></a>
<a href=""><i class="fab fa-twitter twitter"></i></a>
<a href=""><i class="fab fa-google google"></i></a>
</div>
</div>
<h2 class="name center">Arohi</h2>
<p class="profession center">SE</p>
</div>
<div class="member">
<div class="image-container">
<img src="./images/OurTeam/arsh.jpg" alt="" class="team-fellow" />
<div class="icons center">
<a href=""><i class="fab fa-facebook-f facebook"></i></a>
<a href=""><i class="fab fa-twitter twitter"></i></a>
<a href=""><i class="fab fa-google google"></i></a>
</div>
</div>
<h2 class="name center">Arsh</h2>
<p class="profession center">CFO</p>
</div>
</div>
</div>
</section>
<section class="gallery" id="gallery">
<svg
class="svg-path"
width="100%"
height="36"
viewBox="0 0 1440 36"
class="u-block"
xmlns="http://www.w3.org/2000/svg"
style="width: 100%; height: auto"
>
<rect width="100%" height="100%" fill="#ffffff"></rect>
<path
d="M1440 36V8.2s-105.6-1.2-160.7-6a877 877 0 00-150.5 2.5c-42.1 3.9-140 15-223 15C754 19.6 700.3 6.8 548.8 7c-143.7 0-273.4 11.5-350 12.6-76.6 1.2-198.8 0-198.8 0V36h1440z"
fill="rgb(5, 5, 5)"
></path>
</svg>
<h1 class="center gallery-head" id="section-head">Product Gallery</h1>
<div class="showcasediv">
<img
src="./images/12.jpg"
alt=""
class="main-showcase"
id="showcase-img"
/>
</div>
<div class="container">
<div class="image-container flex dragscroll" id="showcase-div">
<button class="navigate nav-left">
<i class="fas fa-arrow-circle-left"></i>
</button>
<div class="images ">
<img src="./images/4.jpg" alt="" class="thumbnails" id="img1" />
<img src="./images/2.jpg" alt="" class="thumbnails" id="img2" />
<img src="./images/1.jpg" alt="" class="thumbnails" id="img3" />
<img src="./images/9.jpg" alt="" class="thumbnails" id="img4" />
<img src="./images/5.jpg" alt="" class="thumbnails" id="img5" />
<img src="./images/6.jpg" alt="" class="thumbnails" id="img6" />
<img src="./images/7.jpg" alt="" class="thumbnails" id="img7" />
<img src="./images/8.jpg" alt="" class="thumbnails" id="img8" />
<img src="./images/12.jpg" alt="" class="thumbnails" id="img8" />
<img src="./images/14.jpg" alt="" class="thumbnails" id="img8" />
</div>
<button class="navigate nav-right">
<i class="fas fa-arrow-circle-right"></i>
</button>
</div>
<hr>
</div>
</section>
<section class="newsletter">
<h1 id="section-head">Newsletter Signup</h1>
<p>Signup to our e-newsletter to receive daily update. We respect your privacy and will not share your information with anyone.</p>
<div class="input-div">
<input type="text" placeholder="abc@example.com" class="input-email"></input>
<button type="button" class="primary-btn signup">SIGN UP</button>
</div>
</section>
<section class="blogs" id="blog">
<h1 class="heading center" id="section-head">Blogs</h1>
<div class="flex">
<div class="blog">
<div class="image"><img src="./images/24.jpg" alt=""></div>
<div class="flex center">
<hr class="line">
<h3 class="head">Designing</h3>
<hr class="line">
</div>
<span class="date">19 July, 2021</span>
<p class="summary">Stylist, author and television host Emily Henderson offers “inspiration for every room” with her popular blog aimed at making design more approachable and accessible to all.
She also reinforces the importance of joy and originality in decorating. “I believe that your home should look like you, that every room is soul-less without something vintage or antique. I also believe in having fun. Like, a lot of fun,” Henderson continues.<br><br><br><br></p>
<button type="button">READ MORE</button>
</div>
<div class="blog">
<div class="image"><img src="./images/12.jpg" alt=""></div>
<div class="flex center">
<hr class="line">
<h3 class="head">House beautiful's</h3>
<hr class="line">
</div>
<span class="date">19 July, 2021</span>
<p class="summary">Covering a broad range of topics including interiors, DIY, shopping, and food and drink, Design*Sponge is a one-stop-shop for people not only in search of design ideas, but also tips for living better.
Said Domino magazine of Design*Sponge’s sway, “[Founder] Grace Bonney’s unfaltering eye for design is clearly evident within the pages of Design*Sponge. From the home tours and decor tips to travel inspo and lifestyle tricks, there’s no shortage of content to inspire.”<br><br><br></p>
<button type="button">READ MORE</button>
</div>
<div class="blog">
<div class="image"><img src="./images/9.jpg" alt=""></div>
<div class="flex center">
<hr class="line">
<h3 class="head">Customize</h3>
<hr class="line">
</div>
<span class="date">19 July, 2021</span>
<p class="summary">Study tables are important for kids in many ways. Because kids are young, they must be contained so that their enthusiastic energy is not wasted. Study tables help children to focus on a book or an activity for long hours. A good wooden study table has space only for essential items in it and provided with the right mindset helps the kids with their studies enormously. The study table that is designed by a good furniture brand also lasts a long time. The study table is better for kids than adolescents who often can study by self-discipline alone..</p>
<button type="button">READ MORE</button>
</div>
</div>
<hr style="margin-top : 40px;">
</section>
<section class="reviews">
<h1 class="heading center" id = "section-head">Reviews</h1>
<div class="cards-container">
<div class="slide-div">
<div class="card">
<div class="quote"><i class="fas fa-quote-left"></i></div>
<p>
A variety of furniture is perfectly made to make you feel happy. The joy of buying furniture is not compromised here. The best furniture for the best group of people. Gift your family the best quality furniture.
</p>
<div class="rating"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="far fa-star"></i></div>
<div class = "reviewer"><small>‐ Frank Benjim</small></div>
</div>
<div class="card">
<div class="quote"><i class="fas fa-quote-left"></i></div>
<p>
A variety of furniture is perfectly made to make you feel happy. The joy of buying furniture is not compromised here. The best furniture for the best group of people. Gift your family the best quality furniture.
</p>
<div class="rating"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="far fa-star"></i><i class="far fa-star"></i></div>
<div class = "reviewer"><small>‐ Robert Buffet</small></div>
</div>
<div class="card">
<div class="quote"><i class="fas fa-quote-left"></i></div>
<p>
A variety of furniture is perfectly made to make you feel happy. The joy of buying furniture is not compromised here. The best furniture for the best group of people. Gift your family the best quality furniture.
</p>
<div class="rating"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="far fa-star"></i></div>
<div class = "reviewer"><small>‐ Alan Richard</small></div>
</div>
<div class="card">
<div class="quote"><i class="fas fa-quote-left"></i></div>
<p>
Design is coming to grips with one’s real lifestyle, one’s real place in the world. Rooms should not be put together for show but to nourish one’s well-being.
</p>
<div class="rating"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="far fa-star"></i><i class="far fa-star"></i></div>
<div class = "reviewer"><small>‐ Nichole</small></div>
</div>
<div class="card">
<div class="quote"><i class="fas fa-quote-left"></i></div>
<p>
Design is coming to grips with one’s real lifestyle, one’s real place in the world. Rooms should not be put together for show but to nourish one’s well-being.
</p>
<div class="rating"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="far fa-star"></i></div>
<div class = "reviewer"><small>‐ Ellena Maggret</small></div>
</div>
<div class="card">
<div class="quote"><i class="fas fa-quote-left"></i></div>
<p>
Design is coming to grips with one’s real lifestyle, one’s real place in the world. Rooms should not be put together for show but to nourish one’s well-being.
</p>
<div class="rating"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="far fa-star"></i></div>
<div class = "reviewer"><small>‐ Sophie Walter</small></div>
</div>
</div>
<div class="round-buttons">
<button class="round-btn one large active"></button>
<button class="round-btn two large"></button>
<button class="round-btn three mid"></button>
<button class="round-btn four small"></button>
<button class="round-btn five small"></button>
<button class="round-btn six small"></button>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="contactUs">
<h1 id="section-head">Contact Us</h1>
<div class="flex info-container">
<div class="info"><i class="fas fa-phone-square" aria-hidden="true"></i>
<p class="clear"><span>Phone</span><br>1112223334</p></div>
<div class="info"><i class="far fa-paper-plane" aria-hidden="true"></i>
<p class="clear"><span>Email</span><br>furnitureworld14@gmail.com</p></div>
<div class="info"><i class="fas fa-home" aria-hidden="true"></i>
<p class="clear"><span>Address</span><br>Furniture World,
Siramtoli Chowk Club, Road, Kanka, Ranchi, Jharkhand 834001</p></div>
</div>
</div>
<div class="left-container">
<div class="mapouter"><div class="gmap_canvas"><iframe class="gmap_iframe" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3662.944077952506!2d85.33008361480731!3d23.35404048478632!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f4e171e06fc235%3A0xf05e79afff12f579!2sFurniture%20World!5e0!3m2!1sen!2sin!4v1626541475405!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe><a href="https://www.fridaynightfunkin.net/">FNF Download</a></div><style>.mapouter{position:relative;text-align:right;width:100%;height:100%;}.gmap_canvas {overflow:hidden;background:none!important;width:100%;height:100%;}.gmap_iframe {height:100%!important;}</style></div>
</div>
<div class="right-container">
<h1>Drop Your Message Here <i class="fas fa-level-down-alt" style="color:red;" aria-hidden="true"></i></h1>
<hr class="hr">
<form action="">
<div class="name row">
<label for="name">Name</label>
<input type="text" name = "name" placeholder="Enter your name">
</div>
<div class="email row">
<label for="email">Email Address</label>
<input type="email" name="email" placeholder="Enter valid email">
</div>
<div class="subject row">
<label for="subject">Subject</label>
<input type="text" name = "subject" placeholder="Enter subject">
</div>
<div class="message row">
<label for="message">Message</label>
<textarea name="message" id="message" cols="30" rows="5" placeholder="Type your message here ....."></textarea>
</div>
<button type = "button" class="primary-btn send">SEND</button>
</form>
</div>
</section>
<footer>
<div class="footer-container">
<div class="address footer-comp">
<h4 class="head center">OFFICE ADDRESS</h4>
<p>Furniture World,
Siramtoli Chowk Club, Road, Kanka, Ranchi, Jharkhand 834001</p>
</div>
<div class="followUs footer-comp">
<h4 class="head center">FOLLOW US</h4>
<div class="footer-icons">
<a href="/"><i class="fab fa-behance"></i></a>
<a href="/"><i class="fab fa-instagram"></i></a>
<a href="/"><i class="fab fa-facebook"></i></a>
<a href="/"><i class="fab fa-twitter"></i></a>
<a href="/"><i class="fab fa-linkedin"></i></a>
<a href="/"><i class="fab fa-google-plus-g"></i></a>
</div>
</div>
<div class="contact footer-comp">
<h4 class="head center">CONTACT</h4>
<p>1112223334<br>furnitureworld14@gmailcom<br>mailme@furnitureworls.co</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>