-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaqs.html
370 lines (303 loc) · 17.5 KB
/
faqs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Solar Simple</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function () {
emailjs.init("jDJ96ACLC2IZDiJ1d");
})();
</script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Exo:wght@300&family=Poppins:wght@100&display=swap"
rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.14.0/css/bootstrap-select.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.14.0/js/bootstrap-select.min.js"></script>
<link rel="stylesheet" href="style.css">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!--Navabar Start-->
<nav class="nav">
<div class="container">
<div class="logo">
<span style="margin: 0 0 0 -30px;" id="logo">
<img id="logo1" src="img/Logo 02.svg" alt="">
</span>
</div>
<div class="main_list" id="mainListDiv">
<ul>
<li><a href="index1.html">Home</a></li>
<li><a href="#">Mission</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact</a></li>
<li><a href="faqs.html">FAQs</a></li>
</ul>
</div>
<div class="media_button">
<button class="main_media_button" id="mediaButton">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
</nav>
<script src="navbar.js"></script>
<br><br><br>
<!-- Carousel Start -->
<section class="hero">
<div class="hero-inner">
<div class="container">
<div class="hero-text ">
<h1 class="animated-text" style=" color: #fff; font-size:50px;
margin: 10px;
text-shadow: 1px 1px #000;">FAQS</h1>
</div>
</div>
</section>
</div>
<section class="banner">
<svg style="width: 100%;" class="waves" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#fff" fill-opacity="1"
d="M0,160L48,165.3C96,171,192,181,288,154.7C384,128,480,64,576,42.7C672,21,768,43,864,90.7C960,139,1056,213,1152,213.3C1248,213,1344,139,1392,101.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z">
</path>
</svg>
</div>
</section>
<!-- Carousel End -->
<br><br><br>
<!-- FAQ start here -->
<div class="container" id="FAQID" style="margin-bottom: 20px;">
<h2 id="h2heading">Frequently Asked Questions</h2>
<div style="visibility: hidden; position: absolute; width: 0px; height: 0px;">
<svg xmlns="http://www.w3.org/2000/svg">
<symbol viewBox="0 0 24 24" id="expand-more">
<path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z" />
<path d="M0 0h24v24H0z" fill="none" />
</symbol>
<symbol viewBox="0 0 24 24" id="close">
<path
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" />
<path d="M0 0h24v24H0z" fill="none" />
</symbol>
</svg>
</div>
<details>
<summary>
What is solar energy?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#expand-more" />
</svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close" />
</svg>
</summary>
<p>Solar energy is a renewable source of power that is generated from the sun's rays. Solar panels collect
sunlight and convert it into electricity, which can be used to power homes, businesses, and other
applications.</p>
</details>
<details>
<summary>
How do solar panels work?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#expand-more" />
</svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close" />
</svg>
</summary>
<p>Solar panels are made up of photovoltaic cells that absorb sunlight and convert it into direct current
(DC) electricity. An inverter then converts the DC electricity into alternating current (AC)
electricity, which is used to power electrical devices.</p>
</details>
<details>
<summary>
Are solar panels suitable for my home?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#expand-more" />
</svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close" />
</svg>
</summary>
<p>Solar panels can be installed on most homes, as long as there is sufficient roof space and access to
sunlight. Factors such as the orientation and angle of your roof, shading, and local regulations may
affect the suitability and efficiency of solar panel installations.</p>
</details>
<details>
<summary>
What are the benefits of solar energy?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#expand-more" />
</svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close" />
</svg>
</summary>
<p>Solar energy offers several benefits, including reduced electricity bills, a renewable and clean power
source, energy independence, and increased home value.</p>
</details>
<details>
<summary>
How long do solar panels last?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#expand-more" />
</svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close" />
</svg>
</summary>
<p>Solar panels are designed to be durable and have a lifespan of around 25 to 30 years. Many manufacturers
provide warranties for their panels, guaranteeing their performance over a specified period.</p>
</details>
<details>
<summary>
Can solar panels work during cloudy or rainy days?
<svg class="control-icon control-icon-exxpand" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#expand-more" />
</svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close" />
</svg>
</summary>
<p>While solar panels are most effective in direct sunlight, they can still generate electricity on cloudy
or rainy days. However, the energy production may be lower compared to bright sunny days.</p>
</details>
<details>
<summary>
Is it possible to store excess solar energy?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#expand-more" />
</svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close" />
</svg>
</summary>
<p>Yes, excess solar energy can be stored in batteries for later use. This allows you to have a backup power
source during the night or in the event of a power outage.</p>
</details>
</div>
<!-- Footer Start -->
<div class="container-fluid footer bg-light wow fadeIn" data-wow-delay=".3s">
<div class="container pt-5 pb-4">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<a href="index.html">
<h1 class="text-white fw-bold d-block">Solar<span class="text-secondary">Simple</span> </h1>
</a>
<p class="mt-4 text-dark">Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta facere
delectus qui placeat inventore consectetur repellendus optio debitis.</p>
<div class="d-flex hightech-link">
<a href="" class="btn-light nav-fill btn btn-square rounded-circle me-2"><i
class="fab fa-facebook-f text-primary"></i></a>
<a href="" class="btn-light nav-fill btn btn-square rounded-circle me-2"><i
class="fab fa-twitter text-primary"></i></a>
<a href="" class="btn-light nav-fill btn btn-square rounded-circle me-2"><i
class="fab fa-instagram text-primary"></i></a>
<a href="" class="btn-light nav-fill btn btn-square rounded-circle me-0"><i
class="fab fa-linkedin-in text-primary"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<a href="#" class="h3 text-secondary">Short Link</a>
<div class="mt-4 d-flex flex-column short-link">
<a href="" class="mb-2 text-dark"><i class="fas fa-angle-right text-secondary me-2"></i>About
us</a>
<a href="" class="mb-2 text-dark"><i class="fas fa-angle-right text-secondary me-2"></i>Contact
us</a>
<a href="" class="mb-2 text-dark"><i class="fas fa-angle-right text-secondary me-2"></i>Our
Services</a>
<a href="" class="mb-2 text-dark"><i class="fas fa-angle-right text-secondary me-2"></i>Our
Projects</a>
<a href="" class="mb-2 text-dark"><i class="fas fa-angle-right text-secondary me-2"></i>Latest
Blog</a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<a href="#" class="h3 text-secondary">Help Link</a>
<div class="mt-4 d-flex flex-column help-link">
<a href="" class="mb-2 text-dark"><i class="fas fa-angle-right text-secondary me-2"></i>Terms
Of use</a>
<a href="" class="mb-2 text-dark"><i class="fas fa-angle-right text-secondary me-2"></i>Privacy
Policy</a>
<a href="" class="mb-2 text-dark"><i
class="fas fa-angle-right text-secondary me-2"></i>Helps</a>
<a href="" class="mb-2 text-dark"><i
class="fas fa-angle-right text-secondary me-2"></i>FQAs</a>
<a href="" class="mb-2 text-dark"><i
class="fas fa-angle-right text-secondary me-2"></i>Contact</a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<a href="#" class="h3 text-secondary">Contact Us</a>
<div class="text-white mt-4 d-flex flex-column contact-link">
<a href="#" class="pb-3 text-light border-bottom border-primary"><i
class="fas fa-map-marker-alt text-secondary me-2"></i> 123 Street, New York, USA</a>
<a href="#" class="py-3 text-light border-bottom border-primary"><i
class="fas fa-phone-alt text-secondary me-2"></i> +123 456 7890</a>
<a href="#" class="py-3 text-light border-bottom border-primary"><i
class="fas fa-envelope text-secondary me-2"></i> info@exmple.con</a>
</div>
</div>
</div>
<hr class="text-light mt-5 mb-4">
<div class="row">
<div class="col-md-6 text-center text-md-start">
<span class="text-light"><a href="#" class="text-secondary"><i
class="fas fa-copyright text-secondary me-2"></i>Your Site Name</a>, All right
reserved.</span>
</div>
<div class="col-md-6 text-center text-md-end">
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
<span class="text-light">Designed By<a href="https://htmlcodex.com" class="text-secondary">HTML
Codex</a></span>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!--For Script-->
<script src="form1.js"> </script>
<!-- Back to Top -->
<a href="#" class="btn btn-square rounded-circle back-to-top"><i
class="fa fa-arrow-up text-white"></i></a>
<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="animation.js"></script>
<script src="js/main.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>