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

Open in your IDE?
  1. {# NEW-WEBSITE-VIEW: approved September preview, public presentation only. #}
  2. {% set website_title = 'Useful context. Before the next decision. | 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> / Resources</div><div class="hero-grid"><div><span class="eyebrow ">Resources</span>
  7. <h1>Useful context.<br>Before the next decision.</h1><p class="lead">Explore the workflow, deployment approach and operating boundaries behind the platform.</p><div class="actions"><a class="btn" href="{{ path('honeybee_website_page', {'page':'workflow'}) }}">Explore a workflow <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"><div class="wrap"><div class="section-heading"><div><span class="eyebrow">Try the tools</span><h2>Explore before you commit.</h2></div></div><div class="cols2">
  9. <article class="resource"><h3>Public Solar Studio</h3><p>Try roof layouts and indicative solar estimates—a preview of the HoneyWatt workflow.</p><a class="textlink" data-wa="trial_start" href="{{ path('honeybee_tool', {'slug':'rooftop-estimate'}) }}">Instant Solar Estimate →</a>{% if app.session.get('userType') == 8 %}<p><a href="{{ path('hb360_my_estimate') }}">My Solar Estimates →</a></p>{% endif %}</article>
  10. <article class="resource"><h3>Project Cost Leakage Calculator</h3><p>Explore the effect of project delays, procurement leakage and billing gaps.</p><a class="textlink" href="{{ path('honeybee_tool', {'slug':'cost-leakage-calculator'}) }}">Open calculator →</a></article>
  11. <article class="resource"><h3>ERP ROI Calculator</h3><p>Estimate the business impact using your own assumptions.</p><a class="textlink" href="{{ path('honeybee_tool', {'slug':'roi-calculator'}) }}">Open calculator →</a></article>
  12. <article class="resource"><h3>HoneyCore Site Assessment Estimator</h3><p>Scope your site assessment around the equipment and systems involved.</p><a class="textlink" href="{{ path('honeybee_tool', {'slug':'site-assessment-estimator'}) }}">Open estimator →</a></article>
  13. </div></div></section><section class="section white">
  14. <div class="wrap">
  15. <div class="section-heading"><div><span class="eyebrow ">Start here</span>
  16. <h2>A practical reading list.</h2></div></div>
  17. <div class="cols3">
  18. <article class="resource"><span>01 / WORKFLOW</span>
  19. <h3>From engineering to operation</h3><p>Follow the conceptual project handover and the responsibilities in each phase.</p><a class="textlink" href="{{ path('honeybee_website_page', {'page':'workflow'}) }}">Read more ↗</a></article>
  20. <article class="resource"><span>02 / IMPLEMENTATION</span>
  21. <h3>From scope to acceptance</h3><p>Understand the work required to configure, validate and hand over a deployment.</p><a class="textlink" href="{{ path('honeybee_implementation') }}">Read more ↗</a></article>
  22. <article class="resource"><span>03 / GOVERNANCE</span>
  23. <h3>Trust & Governance</h3><p>Review the questions around access, AI, data handling and industrial boundaries.</p><a class="textlink" href="{{ path('honeybee_trust') }}">Read more ↗</a></article></div></div></section>
  24. <section class="section ">
  25. <div class="wrap">
  26. <div class="section-heading"><div><span class="eyebrow ">More to explore</span>
  27. <h2>Access and commercial scope.</h2></div></div>
  28. <div class="cols3">
  29. <article class="resource">
  30. <h3>Web, mobile & edge</h3><p>How the access surfaces relate to the products.</p><a class="textlink" href="{{ path('honeybee_website_page', {'page':'apps'}) }}">Explore ↗</a></article>
  31. <article class="resource">
  32. <h3>Pricing & scope</h3><p>Understand the charging units and proposal boundaries.</p><a class="textlink" href="{{ path('honeybee_pricing') }}">Explore ↗</a></article>
  33. <article class="resource">
  34. <h3>App support & deletion</h3><p>Find the review path for app support and deletion information.</p><a class="textlink" href="{{ path('honeybee_website_page', {'page':'app-support'}) }}">Explore ↗</a></article></div></div></section>
  35. <section class="cta">
  36. <div class="wrap"><div>
  37. <h2>Where should HoneyBee start<br>in your operation?</h2><p>A business workflow. An engineering project. An operating site.</p></div><a class="btn dark" href="{{ path('honeybee_contact') }}">Discuss your operation <span aria-hidden="true">↗</span></a></div></section>
  38. {% include '@HoneybeeWeb/website/footer.html.twig' %}