-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
190 lines (164 loc) · 5.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ASM</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
background-color: #f8f5e6;
color: #333;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header .logo {
font-size: 24px;
font-weight: bold;
}
.header nav a {
margin: 0 15px;
text-decoration: none;
color: #333;
}
.main {
background: url('bg2.jpg') no-repeat center center/cover;
padding: 100px 20px;
text-align: center;
color: white;
position: relative;
}
.main::after {
content: '';
display: block;
position: absolute;
bottom: -50px;
left: 0;
right: 0;
height: 50px;
background: #f8f5e6;
border-top-left-radius: 50% 20%;
border-top-right-radius: 50% 20%;
}
.main h1 {
font-size: 48px;
margin: 0 0 20px;
color: yellow;
}
.main p {
font-size: 18px;
margin: 0 0 40px;
}
.buttons {
display: flex;
justify-content: center;
gap: 20px;
}
.buttons a {
padding: 10px 20px;
text-decoration: none;
color: #fff;
background-color: #ff9800;
border-radius: 5px;
}
.partners {
padding: 50px 20px;
text-align: center;
}
.partners h2 {
margin-bottom: 20px;
font-size: 24px;
}
.partners .logos {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
}
.partners .logos img {
height: 50px;
}
#footer {
background-color: #003366;
/* Dark blue background */
color: white;
/* White text color */
padding: 20px;
}
.footer-container {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
/* For better responsiveness on small screens */
}
#footer address {
font-style: normal;
line-height: 1.5;
flex: 1;
margin-right: 20px;
}
#footer iframe {
flex: 1;
max-width: 600px;
height: 450px;
border: 0;
margin-top: 20px;
/* Adjust if needed */
}
</style>
</head>
<body>
<header class="header">
<div class="logo">ASM SOLAR SOLUTIONS</div>
<nav>
<a href="https://www.facebook.com/profile.php?id=100072097808214"><i class="fa-brands fa-facebook"></i></a>
<a href="#" <i class="fa-brands fa-whatsapp"></i></a>
</nav>
</header>
<main class="main">
<h1>Go Green <span>Save Energy</span><span>Save Money</span></h1>
<p>SOLAR UPS | SOLAR STREET LIGHTS | SOLAR AGRICULTURE PUMPS | SOLAR C-10 BATTERIES</p>
<div class="buttons">
<a href="#">Book Now For Free Estimates</a>
</div>
</main>
<section class="partners">
<h2>Our Partners</h2>
<div class="logos">
<img src="D:\landingpage\microtekofficial_logo.jpg" alt="Microtek">
<img src="D:\landingpage\okaya.png" alt="Okaya">
<img src="D:\landingpage\lflogo.png" alt="Livfast">
<img src="D:\landingpage\light-solar-logo-e11ed5.svg" alt="Livguard">
<img src="D:\landingpage\logo-jpg-hi-resolution.jpg" alt="Skyscanner">
</div>
</section>
<div id="footer">
<div class="footer-container">
<address>
<strong>Office Address:</strong><br>
ASM Solar Solutions<br>
M. Arumugam<br>
Vickramasingapuram<br>
Tirunelveli District<br>
Tamil Nadu
</address>
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3943.7644927416045!2d77.3881!3d8.7139!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3b043a1d4bcc7e75%3A0xb59b00c44280d537!2s371%2C%20Main%20Rd%2C%20Vickramasingapuram%2C%20Tamil%20Nadu%20627425!5e0!3m2!1sen!2sin!4v1719210914079!5m2!1sen!2sin"
allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</body>
</html>