-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (104 loc) · 5.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Garima Associates - Construction Material Online</title>
<link rel="stylesheet" href="Garima.css">
</head>
<body>
<header id="hero">
<nav>
<div class="container">
<div class="logo">
<h1>Garima Associates</h1>
<p>#SAPNO KA GHAR</p>
</div>
<ul class="nav-links">
<li><a href="#hero">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#cta">Contact</a></li>
</ul>
<div class="menu-toggle">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<div class="hero-content">
<h1>Welcome to Garima Associates</h1>
<p>Your Trusted Online Partner for Quality Construction Materials</p>
<a href="#services" class="btn">Explore Our Services</a>
</div>
</header>
<section id="about" class="About">
<div class="About">
<h2>About Us</h2>
<p class="arr">Founded with the vision of making high-quality construction materials accessible to all, Garima Associates has established itself as a reliable online supplier in the construction industry. We understand the importance of using premium materials in every construction project, which is why we are committed to delivering only the best to our customers.</p>
<p class="arr">At Garima Associates, we believe that building strong relationships with our customers is just as important as building strong structures. Our dedication to customer satisfaction is reflected in our carefully curated selection of products, competitive pricing, and exceptional customer service.</p>
<div class="vision-mission-values">
<div class="vision">
<h3>Our Vision</h3>
<p>To become the leading online platform for construction materials, empowering builders, contractors, and homeowners with the tools they need to create lasting and impactful structures.</p>
</div>
<div class="mission">
<h3>Our Mission</h3>
<p>Our mission is to provide our customers with an extensive range of top-quality construction materials, delivered swiftly and efficiently, while fostering a culture of trust, reliability, and innovation in the construction industry.</p>
</div>
<div class="values">
<h3>Our Core Values</h3>
<ul>
<li><strong>Quality:</strong> We are committed to offering products that meet the highest standards of quality and durability.</li>
<li><strong>Integrity:</strong> We conduct our business with honesty and transparency, ensuring our customers can trust us with their construction needs.</li>
<li><strong>Innovation:</strong> We continually seek to improve our offerings and services to better serve the evolving needs of our customers.</li>
<li><strong>Customer Satisfaction:</strong> Our customers are at the heart of everything we do. We strive to exceed their expectations at every step.</li>
</ul>
</div>
</div>
</div>
</section>
<section id="services" class="section bg-light">
<div class="Serve">
<h2>Our Services</h2>
<div class="services">
<div class="service">
<h3>High-Quality Materials</h3>
<p>We offer a wide range of construction materials sourced from trusted suppliers.</p>
</div>
<div class="service">
<h3>Fast Delivery</h3>
<p>Get your materials delivered quickly and efficiently, right to your site.</p>
</div>
<div class="service">
<h3>Competitive Pricing</h3>
<p>Our pricing structure is transparent and competitive, ensuring value for your money.</p>
</div>
<div class="service">
<h3>Expert Consultation</h3>
<p>Our team of experts is available to provide advice and guidance on the best materials for your project.</p>
</div>
<div class="service">
<h3>Custom Orders</h3>
<p>We can accommodate custom orders to fit the specific needs of your construction project.</p>
</div>
<div class="service">
<h3>Environmental Sustainability</h3>
<p>We offer eco-friendly materials to help you build sustainably.</p>
</div>
</div>
</div>
</section>
<section id="cta" class="section">
<div class="conta">
<h2 class="ready">Ready to build with Garima Associates?</h2>
<a href="Contact.html" class="btn">Contact Us Today</a>
</div>
</section>
<footer>
<p>© 2024 Garima Associates. All Rights Reserved.</p>
</footer>
<script src="Garima.js"></script>
</body>
</html>