Explore highlights from our latest projects.
<div id=”pv-popup-inner”>
<h2>Solar System Size Calculator</h2>
<p>Enter your monthly units (kWh):</p>
<div id=”months-grid-popup” style=”display:grid;grid-template-columns:repeat(2,1fr);gap:8px”></div>
<div style=”display:flex;gap:8px;margin-top:8px”>
<div style=”flex:1″>
<label>Avg peak sun hours/day
<input id=”psh-popup” type=”number” step=”0.1″ value=”5″>
</label>
</div>
<div style=”width:140px”>
<label>Performance ratio
<input id=”pr-popup” type=”number” step=”0.01″ value=”0.80″>
</label>
</div>
</div>
<div style=”margin-top:10px”>
<button id=”calc-popup-btn”>Calculate</button>
<button id=”clear-popup-btn”>Clear</button>
</div>
<div id=”calc-popup-result” style=”margin-top:10px;display:none;font-weight:600″></div>
</div>