src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/website/utilities.html.twig line 33

Open in your IDE?
  1. {# NEW-WEBSITE-VIEW: approved September preview, public presentation only. #}
  2. {% set website_title = 'Start with the public infrastructure requirement. | HoneyBee' %}
  3. {% set p = prices|default({}) %}
  4. {% include '@HoneybeeWeb/website/header.html.twig' %}
  5. <section class="hero">
  6. <div class="wrap"><div class="breadcrumb"><a class="" href="{{ path('dashboard') }}">Home</a> / Utilities & public energy platforms</div><div class="hero-grid"><div><span class="eyebrow ">Utilities & public energy platforms</span>
  7. <h1>Start with the public<br>infrastructure requirement.</h1><p class="lead">Discuss a defined operational, engineering or business information need for utility and public energy programs.</p><div class="actions"><a class="btn" href="{{ path('honeybee_contact', {'interest':'Utilities & public energy platforms'}) }}">Discuss your operation <span aria-hidden="true">↗</span></a><a class="textlink" href="{{ path('honeybee_pricing') }}">How it is priced →</a></div></div><div class="hero-art"><div class="arttop"><span>SITE INFORMATION FLOW</span><span>H / B</span></div><div class="diagram-layer"><b>01</b><div><strong>Connect the site</strong><span>Supported equipment & interfaces</span></div><span class="arrow" aria-hidden="true">↗</span></div><div class="diagram-layer"><b>02</b><div><strong>Understand operations</strong><span>Building · energy · mixed sources</span></div><span class="arrow" aria-hidden="true">↗</span></div><div class="diagram-layer"><b>03</b><div><strong>Review & respond</strong><span>Operational context · records</span></div><span class="arrow" aria-hidden="true">↗</span></div><div class="artbottom"><span>SCOPE DEFINED PER DEPLOYMENT</span><strong>↔</strong></div><p class="network-note">Conceptual workflow · not a product screenshot</p></div></div></div></section>
  8. <section class="section white">
  9. <div class="wrap">
  10. <div class="section-heading"><div><span class="eyebrow ">The operating problem</span>
  11. <h2>Where the handovers matter.</h2></div></div>
  12. <div class="cols3">
  13. <article class="product"><span class="number">01</span>
  14. <h3>Program scope</h3><p>Identify stakeholders, site boundaries and the information responsibilities of the program.</p></article>
  15. <article class="product"><span class="number">02</span>
  16. <h3>Integration scope</h3><p>Review the actual equipment interfaces, data requirements and access boundaries.</p></article>
  17. <article class="product"><span class="number">03</span>
  18. <h3>Governance scope</h3><p>Agree the security, procurement, service and acceptance requirements before proposing a deployment.</p></article></div></div></section>
  19. <section class="section ">
  20. <div class="wrap">
  21. <div class="section-heading"><div><span class="eyebrow ">Start with the relevant products</span>
  22. <h2>A scope that fits the work.</h2></div></div><div class="route-list"><a class="route-row" href="{{ path('honeybee_website_page', {'page':'enterprise'}) }}"><span>01</span>
  23. <h3>Enterprise</h3><p>A starting point for your requirement.</p><span class="arr">↗</span></a><a class="route-row" href="{{ path('honeybee_website_page', {'page':'energy-operations'}) }}"><span>02</span>
  24. <h3>Energy Operations</h3><p>Extend the scope where it is useful.</p><span class="arr">↗</span></a></div></div></section>
  25. <section class="section white">
  26. <div class="wrap">
  27. <div class="split"><div><span class="eyebrow ">First conversation</span>
  28. <h2>Bring the real context.</h2><p>A use case, accountable program owner, integration requirements and a procurement context.</p></div><div class="proof-plate">
  29. <h3>Leave with a defined next step.</h3><div class="featurelist"><div class="featureline"><b>01</b><div><h4>Fit</h4><p>Which requirements are supported today?</p></div></div><div class="featureline"><b>02</b><div><h4>Scope</h4><p>What needs configuration, engineering or integration?</p></div></div><div class="featureline"><b>03</b><div><h4>Acceptance</h4><p>What will the team review before rollout?</p></div></div></div></div></div></div></section>
  30. <section class="cta">
  31. <div class="wrap"><div>
  32. <h2>Tell us how your operation works.</h2><p>Start with one workflow, project or site.</p></div><a class="btn dark" href="{{ path('honeybee_contact', {'interest':'Utilities & public energy platforms'}) }}">Discuss your operation <span aria-hidden="true">↗</span></a></div></section>
  33. {% include '@HoneybeeWeb/website/footer.html.twig' %}