-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
474 lines (457 loc) · 24.7 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
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vexergy: Energy Data Analytics Platform</title>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Vexergy",
"url" : "https://vexergy.com/"
}
</script>
<meta name="google-site-verification" content="gK0_3fHjFBOm3sgS0Agot5W_wx47oTb3wKpFoSl6__w" />
<link rel="icon" type="image/ico" href="images/vexergy-favicon.ico">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar">
<nav class="navbar fixed-top navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#home">
<img src="images/vexergy-logo-full.png" alt="Vexergy" width="65" height="50">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#clients">Clients</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#integrations">Integrations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#about" role="button" data-bs-toggle="dropdown" aria-expanded="false">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#about">Who We Are</a></li>
<li><a class="dropdown-item" href="#team">Our Team</a></li>
<li><a class="dropdown-item" href="#contact">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<section id="home">
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-md-10">
<h1 class="text-white display-4">Data Analytics as a Service for the Energy Sector</h1>
<p>Pioneering Data-Driven Sustainability & Energy Efficiency</p>
<a href="#products" class="btn btn-brand">Learn More</a>
</div>
</div>
</div>
</section>
<section id="products">
<div class="container">
<div class="row">
<div class="col-12 section-intro">
<h1>Our Products</h1>
<div class="hline"></div>
<p>The Vexergy™ Ecosystem provides a comprehensive suite of data analytics software products, tools, and integrations covering numerous applications across the energy industry.</p>
<br>
<div class="ecosystem-container">
<img src="images/vexergy-ecosystem.png" alt="Ecosystem">
</div>
<br>
<p>Explore a growing selection of Software as a Service (SaaS) products directly from our web app dashboard. Upload your data and gain valuable insights with the click of a button.
Learn more about our flagship modules providing specialized analyses for your energy needs.</p>
</div>
</div>
</div>
<div class="product-container">
<img src="images/vexergy-heat-pump.png" alt="Heat Pump" class="clickable" data-target="#collapseOne">
<img src="images/vexergy-vfd.png" alt="VFD" class="clickable" data-target="#collapseTwo">
<img src="images/vexergy-carbon.png" alt="Carbon" class="clickable" data-target="#collapseThree">
<img src="images/vexergy-fuel.png" alt="Fuel" class="clickable" data-target="#collapseFour">
<img src="images/vexergy-water.png" alt="Fuel" class="clickable" data-target="#collapseFive">
<img src="images/vexergy-utility-bill.png" alt="Fuel" class="clickable" data-target="#collapseSix">
<img src="images/vexergy-energy-project.png" alt="Fuel" class="clickable" data-target="#collapseSeven">
</div>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button heat-pump" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Heat Pump Efficiency Module
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample">
<div class="accordion-body">
Calculate the ideal/actual Coefficient of Performance (COP), Energy Efficiency Ratio (EER), and Seasonal Energy Efficiency Ratio (SEER) of a heat pump system based on thermostat raw data and power consumption.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button vfd collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Variable Frequency Drive (VFD) Savings Module
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
Review critical data regarding VFD operating speed/frequency, power consumption, and equipment loads in a building. Accurately predict future energy savings based on frequency curtailment trends.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button carbon collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Carbon Sequestration Performance Module
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
Determine efficiency and effectiveness of carbon capture devices. Analyze the reduction of greenhouse gas (GHG) emissions and carbon footprint in energy-intensive buildings. Ensure compliance with local CO2 emission laws and avoid penalties.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button fuel collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Fuel Consumption Module
</button>
</h2>
<div id="collapseFour" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
Analyze IoT sensor data for fuel tank levels (oil, propane, diesel, gasoline, etc.) to identify usage rate over time. Predict future fuel consumption based on past trends. Account for seasonal/economic factors impacting fuel use.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button water collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
Water Management Module
</button>
</h2>
<div id="collapseFive" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
Explore water usage patterns and consumption rates across reservoirs, aqueducts, treatment plants, pumping stations, and buildings. Identify leaks, monitor water quality, and predict future water usage based on historical data. Ensure compliance with local water conservation laws.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button utility-bill collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
Utility Bill Analysis Module
</button>
</h2>
<div id="collapseSix" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
Parse utility bills (electric, natural gas, water, heating oil) to extract key data points, calculate total costs, and analyze trends over time. Identify billing errors, forecast future utility expenses, and determine how to optimize energy usage to reduce costs.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button energy-project collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
Energy Project Evaluation Module
</button>
</h2>
<div id="collapseSeven" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
Track the progress of energy efficiency projects, retrofits, and upgrades. Monitor energy savings, ROI, IRR, NPV, XIRR, XNPV and payback period. Compare actual results to projected outcomes based on Key Performance Indicators (KPIs).
</div>
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<div class="row">
<div class="col-12 section-intro">
<h1>Our Services</h1>
<div class="hline"></div>
<div class="services-container">
<img src="images/vexergy-services.png" alt="Services">
</div>
</div>
</div>
</div>
</section>
<section id="clients">
<div class="container">
<div class="row">
<div class="col-12 section-intro">
<h1>Our Clients</h1>
<div class="hline"></div>
<p>Our solutions are designed to serve energy-related enterprises and institutions including <strong>Utilities, Consultants, Engineering Firms, Solution Providers, Contractors, and more.</strong></p>
<div class="industries-container">
<img src="images/vexergy-industries.png" alt="Industries">
</div>
</div>
</div>
</div>
</section>
<section id="integrations">
<div class="container">
<div class="row">
<div class="col-12 section-intro">
<h1>Integrations & Technologies We Use</h1>
<div class="hline"></div>
<div class="integrations-container">
<img src="images/vexergy-integrations.png" alt="Integrations">
<p><em>All trademarks, logos, and brand names are the property of their respective owners. All company, product, and service names used in this website are for identification purposes only.
Use of these names, trademarks, and brands does not imply endorsement.</em></p>
<p>TensorFlow, the TensorFlow logo and any related marks are trademarks of Google Inc.</p>
<p>PyTorch, the PyTorch logo and any related marks are trademarks of The Linux Foundation.</p>
</div>
</div>
</div>
</div>
</section>
<section id="pricing">
<div class="container">
<div class="row">
<div class="col-12 section-intro">
<h1>Pricing</h1>
<div class="hline"></div>
<p>Choose the subscription that is right for your business with our flexible 2-tier pricing model. Note that the Enterprise Subscription pricing will vary depending on the scope of your requirements.</p>
</div>
</div>
</div>
<div class="pricing-container">
<div class="card-deck mb-3 text-center">
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Pro</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$49.99 <small class="text-muted">/ mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Access up to 3 Vexergy™ Modules</li>
<li>Limited File Upload Size (100MB)</li>
<li>Support for Select Integrations</li>
<li>Free Access to Docs/Support</li>
</ul>
<button type="button" class="btn btn-brand" data-bs-toggle="modal" data-bs-target="#contactModal">
Get Started
</button>
</div>
</div>
<div class="card mb-4 box-shadow">
<div class="card-header">
<h4 class="my-0 font-weight-normal">Enterprise</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">Contact Us</h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Full Access to All Vexergy™ Modules</li>
<li>Upload Files >100MB</li>
<li>Vexergy™ SDK & Dev Tools</li>
<li>Tailored Software Consultation</li>
</ul>
<button type="button" class="btn btn-brand" data-bs-toggle="modal" data-bs-target="#contactModal">
Contact Us
</button>
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="row">
<div class="col-12 section-intro">
<h1>About Us</h1>
<div class="hline"></div>
<p>At Vexergy™ we strive to apply an engineering approach combined with data science principles to provide data-driven solutions for your energy business.
<strong>Our mission is simple: become the world's leading energy data analytics platform.</strong>
Our software ecosystem offers a cost-effective, scalable, and streamlined solution for your specialized data analysis needs without having to outsource to other companies or spend time and money to develop internal tools.
Additionally, you can take advantage of extensive integrations, a flexible subsciption-based pricing model, and secured real-time data processing to maximize your productivity.
Partner with us to use data insights to build a more sustainable, energy-efficient future.</p>
</div>
</div>
</div>
</section>
<section id="team" class="row g-0 py-0 text-center">
<div class="container">
<div class="row">
<div class="col-12 section-intro">
<h1>Our Team</h1>
<div class="hline"></div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 team-member">
<div class="team-member-image">
<div class="team-member-bg" style="background-image: url('images/vexergy-jeffrey-laederach.jpg');"></div>
<div class="social-media-icons">
<a href="https://www.linkedin.com/in/jeffrey-laederach"><i class="bi bi-linkedin" style="font-size: 2rem; color: #ffffff;"></i></a>
<a href="https://github.com/JeffreyLaederach"><i class="bi bi-github" style="font-size: 2rem; color: #ffffff;"></i></a>
</div>
</div>
<div class="p-4">
<h2 class="title-sm mt-3 mb-0">Jeffrey Laederach</h2>
<small>Founder & Product Lead</small>
<div class="hline"></div>
<p>Pursuing a B.S. in Mechanical Engineering with a concentration in Applied Mathematics at Manhattan University and experienced in Energy Management.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 team-member">
<div class="team-member-image">
<div class="team-member-bg" style="background-image: url('images/vexergy-paul-harrison.jpg');"></div>
<div class="social-media-icons">
<a href="https://www.linkedin.com/in/paul-harrison-electrical-engineer"><i class="bi bi-linkedin" style="font-size: 2rem; color: #ffffff;"></i></a>
<a href="https://github.com/PGHarrison05"><i class="bi bi-github" style="font-size: 2rem; color: #ffffff;"></i></a>
</div>
</div>
<div class="p-4">
<h2 class="title-sm mt-3 mb-0">Paul Harrison</h2>
<small>Sales and Business Operations Lead</small>
<div class="hline"></div>
<p>Pursuing a B.S. in Electrical Engineering and a minor in Business at Manhattan University, with experience in the Energy Consulting Industry.</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 team-member">
<div class="team-member-image">
<div class="team-member-bg" style="background-image: url('images/vexergy-julianna-perucci.jpg');"></div>
<div class="social-media-icons">
<a href="https://www.linkedin.com/in/julianna-perucci"><i class="bi bi-linkedin" style="font-size: 2rem; color: #ffffff;"></i></a>
<a href="https://github.com/jperucci"><i class="bi bi-github" style="font-size: 2rem; color: #ffffff;"></i></a>
</div>
</div>
<div class="p-4">
<h2 class="title-sm mt-3 mb-0">Julianna Perucci</h2>
<small>Data Science Lead</small>
<div class="hline"></div>
<p>Pursuing a B.S. in Data Science at Boston University with a minor in Public Health and experienced in Data Analysis and Machine Learning.</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 team-member team-member-special">
<div class="p-4">
<h2 class="title-sm mt-3 mb-0"></h2>
<div class="hline"></div>
<small>Interested in joining our team?</small>
<p>We are a fast-paced, dynamic tech startup looking for highly motivated, flexible, and accomplished go-getters. If you are passionate about problem solving,
determined in applying your skills and talents to make a meaningful impact on the world, and value integrity, perseverance, and a strong work ethic, then Vexergy™ is the place for you!</p>
<a href="https://www.linkedin.com/company/vexergy/jobs" class="btn btn-brand">Apply Now</a>
</div>
</div>
</section>
<section id="contact" class="py-5">
<div class="container py-4">
<div class="row justify-content-center">
<div class="col-md-6">
<h3 class="text-white">Transform your energy data analysis <em>today.</em></h3>
</div>
<div class="col-auto">
<button type="button" class="btn btn-light" data-bs-toggle="modal" data-bs-target="#contactModal">
Contact Us
</button>
</div>
<div class="modal fade" id="contactModal" tabindex="-1" aria-labelledby="contactModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="contactModalLabel">Contact Us</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
For all inquiries regarding our software, partnerships, careers, and more, please message us on LinkedIn. Thanks!
</div>
<div class="modal-footer">
<button type="button" class="btn btn-brand" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="images/vexergy-logo-full.png" alt="Vexergy">
<p>Data Analytics as a Service for the Energy Sector</p>
<div class="social-media-icons">
<a href="https://www.linkedin.com/company/vexergy"><i class="bi bi-linkedin" style="font-size: 2rem;"></i></a>
<a href="https://github.com/vexergy"><i class="bi bi-github" style="font-size: 2rem;"></i></a>
<a href="https://www.facebook.com/vexergy"><i class="bi bi-facebook" style="font-size: 2rem;"></i></a>
<a href="https://www.youtube.com/@vexergy"><i class="bi bi-youtube" style="font-size: 2rem;"></i></a>
<a href="https://vimeo.com/vexergy"><i class="bi bi-vimeo" style="font-size: 2rem;"></i></a>
<a href="https://www.reddit.com/user/vexergy"><i class="bi bi-reddit" style="font-size: 2rem;"></i></a>
<a href="https://vexergy.slack.com"><i class="bi bi-slack" style="font-size: 2rem;"></i></a>
<a href="https://dev.to/vexergy" class="dev-icon">
<svg xmlns="http://www.w3.org/2000/svg" height="20" width="17.5" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path class="icon-path" fill="#000000" d="M120.1 208.3c-3.9-2.9-7.8-4.4-11.7-4.4H91v104.5h17.5c3.9 0 7.8-1.5 11.7-4.4 3.9-2.9 5.8-7.3 5.8-13.1v-69.7c0-5.8-2-10.2-5.8-13.1zM404.1 32H43.9C19.7 32 .1 51.6 0 75.8v360.4C.1 460.4 19.7 480 43.9 480h360.2c24.2 0 43.8-19.6 43.9-43.8V75.8c-.1-24.2-19.7-43.8-43.9-43.8zM154.2 291.2c0 18.8-11.6 47.3-48.4 47.3h-46.4V173h47.4c35.4 0 47.4 28.5 47.4 47.3l0 70.9zm100.7-88.7H201.6v38.4h32.6v29.6H201.6v38.4h53.3v29.6h-62.2c-11.2 .3-20.4-8.5-20.7-19.7V193.7c-.3-11.2 8.6-20.4 19.7-20.7h63.2l0 29.5zm103.6 115.3c-13.2 30.8-36.9 24.6-47.4 0l-38.5-144.8h32.6l29.7 113.7 29.6-113.7h32.6l-38.5 144.8z"/></svg>
</a>
</div>
</div>
<div class="col-md">
<h5 class="title-sm">Overview</h5>
<div class="footer-links">
<a href="#home">Home</a>
<a href="#products">Products</a>
<a href="#services">Services</a>
<a href="#clients">Clients</a>
<a href="#integrations">Integrations</a>
<a href="#pricing">Pricing</a>
</div>
</div>
<div class="col-md">
<h5 class="title-sm">Company</h5>
<div class="footer-links">
<a href="#about">About</a>
<a href="#team">Team</a>
<a href="#contact">Contact</a>
<a href="https://www.linkedin.com/company/vexergy/jobs">Careers</a>
<a href="palette/index.html">Palette</a>
<a href="brand/index.html">Brand</a>
</div>
</div>
<div class="col-md">
<h5 class="title-sm">Platform</h5>
<div class="footer-links">
<a href="docs/index.html">Developers</a>
<a href="https://github.com/vexergy/.github">Community</a>
<a href="https://www.kaggle.com/organizations/vexergy">Datasets</a>
<a href="notebooks">Lab</a>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6">
<p class="mb-0">Copyright © 2023-2025 Vexergy™ - All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</footer>
<button onclick="topFunction()" id="backToTopBtn" title="Back to Top">Top</button>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>