src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/website/enterprise.html.twig line 1

Open in your IDE?
  1. {# NEW-WEBSITE-VIEW: approved September preview, public presentation only. #}
  2. {% set website_title = 'A defined scope. For a complex operation. | 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> / Enterprise</div><div class="hero-grid"><div><span class="eyebrow ">Enterprise</span>
  7. <h1>A defined scope.<br>For a complex operation.</h1><p class="lead">Bring business workflows, engineering and applicable operating systems into a rollout shaped around your organization.</p><div class="actions"><a class="btn" href="{{ path('honeybee_contact', {'interest':'Enterprise'}) }}">Discuss Enterprise <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>THE HONEYBEE PLATFORM</span><span>H / B</span></div><a class="diagram-layer" href="{{ path('honeybee_business_suite') }}"><b>01</b><div><strong>Business Suite</strong><span>Customers → projects → finance</span></div><span class="arrow" aria-hidden="true">→</span></a><a class="diagram-layer" href="{{ path('honeybee_honeywatt') }}"><b>02</b><div><strong>HoneyWatt</strong><span>Layout → engineering → output</span></div><span class="arrow" aria-hidden="true">→</span></a><a class="diagram-layer" href="{{ path('honeybee_website_page', {'page':'energy-operations'}) }}"><b>03</b><div><strong>Energy Operations</strong><span>BMS · EMS · Hybrid · HoneyCore</span></div><span class="arrow" aria-hidden="true">→</span></a><div class="artbottom"><span>WEB / MOBILE / EDGE</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 ">Enterprise = custom</span>
  11. <h2>Agree the operating model first.</h2></div></div>
  12. <div class="cols3">
  13. <article class="product"><span class="number">01</span>
  14. <h3>Organization</h3><p>Users, responsibilities, entities and approval requirements.</p></article>
  15. <article class="product"><span class="number">02</span>
  16. <h3>Integration</h3><p>Existing systems, migration boundaries and supported interfaces.</p></article>
  17. <article class="product"><span class="number">03</span>
  18. <h3>Deployment</h3><p>Sites, rollout sequence, acceptance and ongoing service scope.</p></article></div></div></section>
  19. <section class="section ">
  20. <div class="wrap">
  21. <div class="split"><div><span class="eyebrow ">Governance before scale</span>
  22. <h2>Make responsibilities<br>part of the proposal.</h2><p>Review data handling, access, audit requirements and service expectations with the people accountable for them.</p><div class="actions"><a class="textlink" href="{{ path('honeybee_trust') }}">Trust & Governance ↗</a></div></div><div><div class="featurelist"><div class="featureline"><b>01</b><div><h4>A clear starting scope</h4><p>Choose the first workflow, team or site.</p></div></div><div class="featureline"><b>02</b><div><h4>An acceptance process</h4><p>Agree evidence and review steps for the rollout.</p></div></div><div class="featureline"><b>03</b><div><h4>A service boundary</h4><p>Identify customer, partner and HoneyBee responsibilities.</p></div></div></div></div></div></div></section>
  23. <section class="cta">
  24. <div class="wrap"><div>
  25. <h2>Bring the organization into the conversation.</h2><p>Enterprise pricing is custom.</p></div><a class="btn dark" href="{{ path('honeybee_contact', {'interest':'Enterprise'}) }}">Discuss Enterprise <span aria-hidden="true">↗</span></a></div></section>
  26. {% include '@HoneybeeWeb/website/footer.html.twig' %}