(function() { function getParam(param) { let params = new URLSearchParams(window.location.search); return params.get(param); } function storeClickId(param, storageKey) { let value = getParam(param); if (value) { let record = { value: value, expiry: new Date().getTime() + 90 * 24 * 60 * 60 * 1000 }; localStorage.setItem(storageKey, JSON.stringify(record)); console.log(`✅ Stored ${param}:`, record); } else { console.log(`⚠ No ${param} found in URL`); } } function updateHubSpotIframe(attempt = 0) { let iframe = document.querySelector('iframe[src*="hsforms.com"]'); if (!iframe) { console.warn(`⚠ Attempt ${attempt}: HubSpot iFrame not found.`); if (attempt < 20) setTimeout(() => updateHubSpotIframe(attempt + 1), 500); return; } let gclid = JSON.parse(localStorage.getItem("gclid"))?.value || ""; let fbclid = JSON.parse(localStorage.getItem("fbclid"))?.value || ""; let li_fat_id = JSON.parse(localStorage.getItem("li_fat_id"))?.value || ""; let newSrc = iframe.src.split("?")[0] + `?google_clickid=${encodeURIComponent(gclid)}` + `&meta_clickid=${encodeURIComponent(fbclid)}` + `&linkedin_clickid=${encodeURIComponent(li_fat_id)}`; console.log("🔄 Updating HubSpot iFrame to:", newSrc); iframe.src = newSrc; } // Delay execution until page is fully loade
top of page
WES.png

Together, We Enable the Energy Transition - Empowered Women. Energized World.

The energy storage sector is evolving — and so is the community driving it forward. This initiative creates a space for women in the industry to connect, grow, and engage in meaningful professional exchange.

 

It brings together experienced individuals to broaden perspectives, build lasting networks, and uncover opportunities to move the industry forward — together.

WES.png

Our Community Is Growing

We’ve already started — and the response has been inspiring.

The women featured here are part of the growing network that makes this initiative what it is:  driven, collaborative, and forward-thinking.


Each brings her own perspective, experience, and voice — and together, we’re shaping something greater.

​More to come — and always open to more.

Regular Exchange, Meaningful Connections

Strong networks grow through continuity. That’s why we’re creating regular opportunities to connect — from virtual sessions to in-person meetups.

These gatherings offer space to share experiences, discuss current topics, and support one another in a trusted, professional environment.
The format evolves with the community — shaped by those who take part.

 

Stay connected via our LinkedIn group

Contact us

Leandra Boes

green flexibility

Pfeil_edited.png
bottom of page