-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
414 lines (357 loc) · 18.5 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
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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="">
<meta name="description" content="">
<meta name="robots" content="noindex, nofollow">
<title>Design | iSun Energy</title>
<!-- Font Scripts -->
<script defer type="text/javascript" src="js/fonts.js"></script>
<!-- FontAwesome Kit -->
<script src="https://kit.fontawesome.com/1c0794db94.js" crossorigin="anonymous"></script>
<!-- External Styles -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.css">
<!-- Internal Styles -->
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body id="home">
<div class="ada-accessibility" aria-expanded="false">
<div class="container">
<button class="button" id="ada-content" aria-label="Skip to Content">Skip to content</button>
<button class="button" id="ada-navigation" aria-label="Skip to navigation">Skip to navigation</button>
</div>
</div>
<header class="header" role="banner">
<div class="container">
<div class="group">
<div class="logo">
<a href="index.html" class="force">
<img src="images/iSun-logo-text.svg" title="Return Home" alt="Logo">
</a>
</div>
<nav class="nav" role="navigation" aria-label="Site Menu">
<ul>
<li class="trigger">
<a href="#">Company <i class="fas fa-caret-down" aria-hidden="true"></i></a>
<ul class="drop">
<li><a href="#">Our Team <span><i class="far fa-long-arrow-right"></i></span></a></li>
<li><a href="#">Our Values <span><i class="far fa-long-arrow-right"></i></span></a></li>
</ul>
</li>
<li class="trigger">
<a href="#">Solar Hub <i class="fas fa-caret-down" aria-hidden="true"></i></a>
<ul class="drop">
<li><a href="#">The iSun Story <span><i class="far fa-long-arrow-right"></i></span></a></li>
<li><a href="#">iSun Hardware <span><i class="far fa-long-arrow-right"></i></span></a></li>
<li><a href="#">iSun OS Software <span><i class="far fa-long-arrow-right"></i></span></a></li>
<li><a href="#">iSun Services <span><i class="far fa-long-arrow-right"></i></span></a></li>
<li><a href="#">Options <span><i class="far fa-long-arrow-right"></i></span></a></li>
</ul>
</li>
<li><a href="#">ROI</a></li>
<li class="trigger">
<a href="#">Gallery <i class="fas fa-caret-down" aria-hidden="true"></i></a>
<ul class="drop">
<li><a href="#">Videos <span><i class="far fa-long-arrow-right"></i></span></a></li>
<li><a href="#">Photos <span><i class="far fa-long-arrow-right"></i></span></a></li>
<li><a href="#">Drop Link <span><i class="far fa-long-arrow-right"></i></span></a></li>
</ul>
</li>
<li><a href="#">News</a></li>
<li><a href="#">Support</a></li>
<li><a href="#" class="button button-slim">Get Started</a></li>
</ul>
</nav>
</div>
</div>
</header>
<main role="main">
<section class="introduction">
<div class="container">
<div class="info">
<h1 class="wording center-words">We are connecting clean energy to clean mobility for a healthier world.</h1>
<!-- <div class="buttons buttons-center">
<a href="#" class="button">Start your project</a>
</div> -->
</div>
<div class="video">
<!-- <video>
<source src="images/sample-video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video> -->
<img src="images/introduction.jpg" alt="">
<button class="video-scroll">
<span class="scroll-indicator">
<i class="fal fa-chevron-down"></i>
</span>
</button>
</div>
</div>
</section>
<section class="product-features">
<div class="container">
<div class="section-heading">
<p class="sup">Making an Impact</p>
<h2 class="fs-1 wording center-words">iSun <b>Smart</b> <b>Energy</b> Hub</h2>
<p class="summary">Introducing the iSun Smart Energy Hub - the coolest, smartest solar power canopy and EV charging investment you'll make for your public & private sites!</p>
</div>
<div class="group">
<a href="#" class="feature-box" data-id="1">
<div class="icon"><i class="far fa-solar-panel"></i></div>
<h3>Solar powered shading system</h3>
<span class="action">
<span>Learn more</span><i class="far fa-long-arrow-right"></i>
</span>
</a>
<div class="image">
<img src="images/RoughTransparent_v1.png" alt="">
<button data-id="1"><i class="far fa-plus"></i></button>
<button data-id="2"><i class="far fa-plus"></i></button>
<button data-id="3"><i class="far fa-plus"></i></button>
<button data-id="4"><i class="far fa-plus"></i></button>
<button data-id="5"><i class="far fa-plus"></i></button>
<button data-id="6"><i class="far fa-plus"></i></button>
</div>
<a href="#" class="feature-box" data-id="2">
<div class="icon"><i class="far fa-car-battery"></i></div>
<h3>Battery backup & grid services</h3>
<span class="action">
<span>Learn more</span><i class="far fa-long-arrow-right"></i>
</span>
</a>
<a href="#" class="feature-box" data-id="3">
<div class="icon"><i class="far fa-charging-station"></i></div>
<h3>EV charging stations</h3>
<span class="action">
<span>Learn more</span><i class="far fa-long-arrow-right"></i>
</span>
</a>
<a href="#" class="feature-box" data-id="4">
<div class="icon"><i class="far fa-phone-laptop"></i></div>
<h3>Mobile app + web portal</h3>
<span class="action">
<span>Learn more</span><i class="far fa-long-arrow-right"></i>
</span>
</a>
<a href="#" class="feature-box" data-id="5">
<div class="icon"><i class="far fa-house-signal"></i></div>
<h3>Smart connectivity system</h3>
<span class="action">
<span>Learn more</span><i class="far fa-long-arrow-right"></i>
</span>
</a>
<a href="#" class="feature-box" data-id="6">
<div class="icon"><i class="far fa-box"></i></div>
<h3>Another feature here</h3>
<span class="action">
<span>Learn more</span><i class="far fa-long-arrow-right"></i>
</span>
</a>
</div>
<div class="buttons buttons-center">
<a href="#" class="button"><span>Explore the iSun Energy Hub</span><i class="far fa-long-arrow-right"></i></a>
</div>
</div>
</section>
<section class="tagline">
<div class="container">
<p>Be part of the <strong>solution</strong></p>
<p>Not part of the <em>pollution</em></p>
</div>
</section>
<section class="video-render">
<div class="container">
<video autoplay muted loop>
<source src="images/neovolta-example.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</section>
<section class="image-text-block story">
<div class="container">
<div class="group">
<div class="text">
<p class="sup">Connect with your users</p>
<h2 class="fs-1 wording">iSun <b>OS</b></h2>
<div class="description">
<p>iSun OS is a multipurpose software platform that serves to bridge the gap between existing systems and the systems of tomorrow’s smart cities.</p>
<ul class="checklist">
<li>Monitor & optimize solar inverters</li>
<li>Log & collect data</li>
<li>Mobile app & web portal</li>
<li>Smart connectivity</li>
</ul>
</div>
<div class="buttons">
<a href="#" class="button">Explore the software</a>
</div>
</div>
<div class="image" style="text-align: center;">
<img src="images/phone.jpg" alt="">
</div>
</div>
</div>
</section>
<section class="image-text-block story">
<div class="container">
<div class="group">
<div class="text">
<p class="sup">Think Clean Energy</p>
<h2 class="fs-1 wording">Services <b>&</b> Options</h2>
<div class="description">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea officia doloribus voluptatem, unde tempora, nulla fugit neque voluptas amet error numquam quibusdam vitae harum illum.</p>
<ul class="checklist">
<li>Smart EV charger</li>
<li>Smart lighting</li>
<li>Colors</li>
</ul>
</div>
<div class="buttons">
<a href="#" class="button">Discover the services & options</a>
</div>
</div>
<div class="image" style="text-align: center;">
<img src="images/charger.jpg" alt="">
</div>
</div>
</div>
</section>
<section class="image-text-block story">
<div class="container">
<div class="group">
<div class="text">
<p class="sup">Think Beyond the Barrel</p>
<h2 class="fs-1 wording">The <b>iSun</b> Story</h2>
<div class="description">
<p>We believe that clean energy should be a <strong>right</strong>, not a privelage.</p>
<p>Since 1988, we've taken our experience, and embraced the learnings into the next generation of solar shading systems.</p>
</div>
<div class="buttons">
<a href="#" class="button">Read the full story</a>
</div>
</div>
<div class="image" style="text-align: center;">
<img src="images/isun-story.jpg" alt="">
</div>
</div>
</div>
</section>
<section class="impact">
<div class="container">
<div class="text section-heading">
<p class="sup">The Future is Now</p>
<h2 class="fs-1 center-words">Our Impact</h2>
<p class="summary">We are continuing to reduce carbon emissions each and every day.</p>
</div>
<div class="group statistics">
<div class="stats">
<p class="value">502 <span class="unit">miles</span></p>
<p class="label">EV cars driven</p>
</div>
<div class="stats">
<p class="value">1.62 <span class="unit">million</span></p>
<p class="label">Metric tons of carbon offset</p>
</div>
<div class="stats">
<p class="value">42 <span class="unit">kWh</span></p>
<p class="label">Total energy produced</p>
</div>
</div>
</div>
</section>
</main>
<footer class="footer" role="contentinfo">
<div class="container">
<h2 class="fs-1">Lets make an impact, together.</h2>
<div class="buttons buttons-center">
<a href="#" class="button">Start your project</a>
<a href="#" class="button button-secondary">More about iSun</a>
</div>
<div class="group">
<div class="logo">
<img src="images/iSun-logo-text.svg" alt="iSun Logo">
</div>
<div class="footer-nav">
<div class="footer-section">
<h3>Company</h3>
<ul class="footer-links">
<li><a href="#">Our Team</a></li>
<li><a href="#">Our Values</a></li>
<li><a href="#">News</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Solar Hub</h3>
<ul class="footer-links">
<li><a href="#">Story</a></li>
<li><a href="#">Hardware</a></li>
<li><a href="#">Software</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Options</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Gallery</h3>
<ul class="footer-links">
<li><a href="#">Projects</a></li>
<li><a href="#">Videos</a></li>
<li><a href="#">Photos</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Resources</h3>
<ul class="footer-links">
<li><a href="#">Investment</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Link</a></li>
</ul>
</div>
</div>
</div>
<div class="copyright">
<div class="copymark">
© 2020 iSun Energy
</div>
<div class="ewd">
<a href="https://eternitywebdev.com/" target="_blank">
<img src="images/website_by_eternity.svg" alt="Website By Eternity">
</a>
</div>
</div>
</div>
<!-- <div class="container">
<div class="social-icons">
<a href="#" target="_blank" title="Follow us on Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" target="_blank" title="Follow us on Twitter"><i class="fab fa-twitter"></i></a>
<a href="#" target="_blank" title="Follow us on Pinterest"><i class="fab fa-pinterest-p"></i></a>
<a href="#" target="_blank" title="Follow us on Instagram"><i class="fab fa-instagram"></i></a>
<a href="#" target="_blank" title="Follow us on LinkedIn"><i class="fab fa-linkedin-in"></i></a>
<a href="#" target="_blank" title="Follow us on YouTube"><i class="fab fa-youtube"></i></a>
</div>
<div class="address">182 Main Street | Burlington, Vermont 05401</div>
<div class="contact">
<a href="#">(000) 000-0000</a> | <a href="#">[email protected]</a>
</div>
<div class="copyright" role="contentinfo">© 2019 iSun Energy | All Rights Reserved</div>
<div class="ewd">
<a href="https://eternitywebdev.com/" target="_blank">
<img src="images/website_by_eternity.svg" alt="Website By Eternity">
</a>
</div>
</div> -->
</footer>
<!-- External Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flickity/2.2.1/flickity.pkgd.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.6/ScrollMagic.min.js"></script>
<!-- Internal Scripts -->
<script src="js/demo.js"></script>
<script src="js/ada.js"></script>
<script src="js/nav.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>