-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
372 lines (314 loc) · 14.4 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Synerger </title>
<link rel="icon" type="image/x-icon" href="images_Stu2/SynergerLogo.png">
<link rel="stylesheet" href="style.css">
<script src="javaScriptFiles/app.js"></script>
<link rel="stylesheet" href="jarallax.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" >
<link rel="stylesheet" href="contact/contact.css">
<script
src="https://kit.fontawesome.com/64d58efce2.js"
crossorigin="anonymous"
></script>
<script src="contact/contact.js"></script>
<script src="feedback.js"></script>
<link rel="stylesheet" href="navbar.css">
<script src="navbar.js"></script>
</head>
<body>
<header>
<a href="" class="logo">Synerger</a>
<nav class="navbar">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="AboutUs.html">About</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="sitemap.html">SiteMap</a></li>
<li><a href="products.html">Shop</a></li>
<li><a href="feedback.html">Feedback</a></li>
<li><a href="User_Profile.html">User Profile</a></li>
</ul>
</nav>
</header>
<video autoplay loop muted class="back-vid">
<source src="images_Stu2/energyvideo.mp4" type="video/mp4">
</video>
<div class="maintext">
<h1 data-jarallax-element="-200"><a href="">Synerger</a></h1>
</div>
<section>
<div class="box" data-jarallax data-speed="0.2">
<h2 data-jarallax-element="0 -200">Welcome to Synerger</h2>
<div class="container">
<div class="imgbx jarallax">
<img src="images_Stu2/intro-img/wind2.jpg" alt="" class="jarallax-img">
</div>
<div class="content" data-jarallax-element="-200 0">
<p>
Our mission at Synerger is to transform our understanding of and approach to energy. Our platform acts as a dynamic center where innovation, cooperation, and knowledge come together to build tomorrow's energy environment as the globe moves closer to a sustainable future.
</p>
</div>
</div>
</div>
</section>
<section>
<div class="box" data-jarallax data-speed="0.2">
<h2 data-jarallax-element="0 200">Where Energy Meets Innovation!</h2>
<div class="container">
<div class="imgbx jarallax">
<img src="images_Stu2/intro-img/sola3.jpg" alt="" class="jarallax-img">
</div>
<div class="content" data-jarallax-element="-200 0">
<p>
Whether you're a passionate customer, an industry leader, or a visionary entrepreneur, Synerger provides a special environment for you to explore cutting-edge technology, share ideas, and advance transformational energy solutions. From cutting-edge developments in efficiency and conservation to renewable energy projects, we're dedicated to promoting good change across the board.
</p>
</div>
</div>
</div>
</section>
<section>
<div class="box" data-jarallax data-speed="0.2">
<h2 data-jarallax-element="0 -200">Energy a Path to Sustainability</h2>
<div class="container">
<div class="imgbx jarallax">
<img src="images_Stu2/intro-img/wind3.webp" alt="" class="jarallax-img">
</div>
<div class="content" data-jarallax-element="-200 0">
<p>
The world of energy, from wind to solar, geothermal to biomass, is diverse and dynamic. Each source offers a unique path to sustainability by harnessing nature's resources for clean, renewable power. Together, they represent innovation and possibility, guiding us towards a greener future.
</p>
</div>
</div>
</div>
</section>
<div class="gall" data-jarallax-element="-200">
<h2>
Gallery
</h2></div>
<div class="img-gallery">
<img src="images_Stu2/gal-img/sola1.jpg" alt="">
<img src="images_Stu2/gal-img/pexels-lio-voo-13248713.jpg" alt="">
<img src="images_Stu2/gal-img/wind1.jpeg" alt="">
<img src="images_Stu2/gal-img/sola2.jpg" alt="">
<img src="images_Stu2/gal-img/gall(1).jpg" alt="">
<img src="images_Stu2/gal-img/gall(2).jpg" alt="">
<img src="images_Stu2/gal-img/gall(3).jpg" alt="">
<img src="images_Stu2/gal-img/gall(4).jpg" alt="">
<img src="images_Stu2/gal-img/pexels-mark-stebnicki-11678747.jpg" alt="">
<img src="images_Stu2/gal-img/pexels-pixabay-459728.jpg" alt="">
</div>
<div class="center-button">
<button class='gallery-button'onclick="window.location.href = 'gallery.html';"><span>View more</span></button>
</div>
<div class="services">
<h1 data-jarallax-element="-50">Our Services</h1>
<table>
<tr>
<td class="column">
<img src="images_Stu2/service-icons/24-hours-support.png" class="service-icon" alt="">
<h4>24-7 Customer Service</h4>
<p>Our energy firm offers round-the-clock customer service for all of your questions and help requirements.
</p>
</td>
<td class="column">
<img src="images_Stu2/service-icons/accounting.png" class="service-icon" alt="">
<h4>Accounting Services</h4>
<p>In order to guarantee efficiency and clarity in your energy transactions, we provide open accounting services.
</p>
</td>
<td class="column">
<img src="images_Stu2/service-icons/credit-card.png" class="service-icon" alt="">
<h4>Flexible Shop</h4>
<p>Savor the ease of adaptable shopping choices based on your tastes and energy requirements.
</p>
</td>
<td class="column">
<img src="images_Stu2/service-icons/travel-insurance.png" class="service-icon" alt="">
<h4>Trust</h4>
<p>Our dedication to building trust guarantees dependability and honesty in all of our energy-related goods and services.
</p>
</td>
</tr>
</table>
</div>
<div class="package-txt">
<h1 data-jarallax-element="-50">Itineraries we Offer</h1>
</div>
<div class="packages">
<div class="card1">
<img src="images_Stu2/content-img/wind8.jpg" class="package-img" alt="">
<div class="container">
<h4>Wind Energy</h4>
<p> By harnessing the energy of the wind, wind energy generates electricity sustainably by using natural breezes to power turbines, contributing to a cleaner, greener future.
</p>
<div class="view-details">
<button class='details-button' onclick="window.location.href = 'contentPage_WindEnergy.html';"><span>More Details</span></button>
</div>
</div>
</div>
<div class="card2">
<img src="images_Stu2/content-img/Solar-Energy.jpg" class="package-img" alt="">
<div class="container">
<h4>Solar Energy</h4>
<p>By using sunshine, solar energy transforms photons into electrical energy, offering sustainable power options that show us the way.
</p>
<div class="view-details">
<button class='details-button'onclick="window.location.href = 'IndividucalContent.html';"><span>More Details</span></button>
</div>
</div>
</div>
<div class="card3">
<img src="images_Stu2/content-img/Geothermal-Energy.jpg" class="package-img" alt="">
<div class="container">
<h4>Geothermal Energy</h4>
<p> Tapping into Earth's heat, Geothermal Energy offers reliable electricity and heating solutions, drawing on the planet's natural warmth for sustainable energy production.</p>
<div class="view-details">
<button class='details-button'onclick="window.location.href = 'content.html';"><span>More Details</span></button>
</div>
</div>
</div>
<div class="card4">
<img src="images_Stu2/content-img/Biomass-Energy.jpg" class="package-img" alt="">
<div class="container">
<h4>Biomass Energy</h4>
<p> Derived from organic matter, Biomass Energy offers versatile fuel options, converting agricultural waste and forestry byproducts into renewable energy sources for a greener future.</p>
<div class="view-details">
<button class='details-button' onclick="window.location.href = 'contentpage.html';">
<span>More Details</span>
</button>
</div>
</div>
</div>
</div>
<div class="parallex"></div>
<div class="container2">
<span class="big-circle" ></span>
<img src="contact/img/shape.png" class="square" alt="" >
<div class="form">
<div class="contact-info">
<h3 class="title">Let's get in touch</h3>
<p class="text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Saepe
dolorum adipisci recusandae praesentium dicta!
</p>
<div class="info">
<div class="information">
<img src="contact/img/location.png" class="icon" alt="Location icon">
<p>92 Cherry Drive Uniondale, NY 11553</p>
</div>
<div class="information">
<img src="contact/img/email.png" class="icon" alt="Email icon">
</div>
<div class="information">
<img src="contact/img/phone.png" class="icon" alt="Phone icon">
<p>123-456-789</p>
</div>
</div>
<div class="social-media">
<p>Connect with us :</p>
<div class="social-icons">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#">
<i class="fab fa-twitter"></i>
</a>
<a href="#">
<i class="fab fa-instagram"></i>
</a>
<a href="#">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
<div class="contact-form">
<span class="circle one"></span>
<span class="circle two"></span>
<form action="index.html" autocomplete="off">
<h3 class="title">Contact us</h3>
<div class="input-container2">
<input type="text" name="name" class="input" >
<label >Username</label>
<span>Username</span>
</div>
<div class="input-container2">
<input type="email" name="email" class="input" >
<label >Email</label>
<span>Email</span>
</div>
<div class="input-container2">
<input type="tel" name="phone" class="input" >
<label >Phone</label>
<span>Phone</span>
</div>
<div class="input-container2 textarea">
<textarea name="message" class="input"></textarea>
<label >Message</label>
<span>Message</span>
</div>
<input type="submit" value="Send" class="btn" >
</form>
</div>
</div>
</div>
<script src="contact.js"></script>
<footer class="footer">
<div class="containerr">
<div class="row">
<div class="footer-col">
<h4>company</h4>
<ul>
<li><a href="AboutUs.html">about us</a></li>
<li><a href="#">our services</a></li>
<li><a href="#">privacy policy</a></li>
<li><a href="#">affiliate program</a></li>
</ul>
</div>
<div class="footer-col">
<h4>get help</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="products.html">order status</a></li>
<li><a href="#">payment options</a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
<div class="footer-col">
<h4>online shop</h4>
<ul>
<li><a href="products.html">Shop</a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="madeby">
<h4>Made by: <a href="pageEditor_Stu2.html" target="_blank" title="Page editor">Banusha Kalhara </a></h4>
<p>©2024 GreenTech | All Rights Reserved</p>
</div>
</div>
</div>
</footer>
<button id="btnScrollToTop">
<i class="material-symbols-outlined">keyboard_double_arrow_up</i>
</button>
<script src="gototop/gototop.js"></script>
<link rel="stylesheet" href="gototop/gototop.css">
</body>
</html>