-
Notifications
You must be signed in to change notification settings - Fork 0
/
lp.html
93 lines (85 loc) · 3.72 KB
/
lp.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="lp.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<title>Variety Glass Home</title>
</head>
<body>
<div class="header">
<div class="photo">
<img src="p1.avif">
</div>
<div class="name">
<p>Variety Glass Home</p>
</div>
</div>
<section>
<div class="preview">
<p>Welcome to Variety Glass Home, where elegance meets functionality!
At Variety Glass Home, we specialize in bringing you the finest quality glass products to elevate your living spaces. From stunning windows and doors to exquisite mirrors and custom glass designs, we offer a diverse range of products to suit every taste and style.
Our commitment to excellence and attention to detail ensure that each piece is crafted to perfection, providing both beauty and durability.
Whether you're renovating your home or embarking on a new project, let Variety Glass Home be your trusted partner in transforming your vision into reality. Discover the endless possibilities with us and let your home shine with the brilliance of glass.
</p>
</div>
</section>
<section class="text">
<div class="left"></div>
<div class="quote">
<p>Home should be treasure chest of living.</p>
</div>
<div class="right"></div>
</section>
<section>
<div class="works">
<div class="list">
<div>
<img>Glass Door Dealers
<img>ALuminium
<img>Toughened Glass
<img>Window Glass
<img>Designer glass
<img>Mirror for different purposes
<img>Shower Encloses
</div>
</div>
<div class="content">
<p>At Variety Glass Home, we offer a wide array of glass products, including windows, doors, mirrors, shower enclosures, and custom glass creations.
Our diverse selection is designed to cater to various styles and preferences, ensuring that every customer finds the perfect piece to complement their space.
</p>
</div>
</div>
</section>
<section class="text">
<div class="quote">
<p>We take pride in our meticulous attention to detail and use only the highest quality materials to ensure durability and aesthetic appeal.</p>
</div>
<div class="materials">
<div class="logos">
<img>
<img>
<img>
</div>
</div>
</section>
<section>
<div class="texts">
<div class="quotes">
<p>"When it comes to decor, go with what moves you. It's your story, your canvas, your masterpiece."</p>
</div>
</div>
</section>
<section class="footer">
<p>Contact us:
<i class="fa-solid fa-phone"></i>
<i class="fa-solid fa-envelope"></i>
</p>
<p>Mobile number: <a href="tel:9776228182">9776228182</a></p>
<p>Alternate mobile number: <a href="tel:7978444635">7978444635</a></p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>For more details you can check <a href="https://www.justdial.com/Sambalpur/Variety-Glass-Infront-Of-Ainthapali-Bus-Stand-Ainthapali/9999PX663-X663-171206052229-J6L4_BZDET">Variety Glass Home</a></p>
</section>
</body>
</html>