src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/website/diagnostic-entry.html.twig line 1

Open in your IDE?
  1. <section class="section hbp-diagnostic-entry" id="find-fit" aria-labelledby="fit-title"><div class="wrap">
  2. <span class="eyebrow">Start with your requirement</span><h2 id="fit-title">What are you trying to improve?</h2><p class="lead">A few questions. A relevant product view. A sensible starting point.</p>
  3. <div class="hbp-guided-entry"><div class="hbp-diagnostic-choices">
  4. {% set choices=[{key:'business',title:'Business & projects',text:'Procurement, delivery, costs or disconnected information.'},{key:'engineering',title:'Solar & storage engineering',text:'Layout, electrical design, simulation or engineering outputs.'},{key:'energy',title:'An operating energy site',text:'Monitoring, building systems, energy sources or local control.'},{key:'unsure',title:"I'm not sure yet",text:'Start with your situation. A new system may not be necessary.'}] %}
  5. {% for choice in choices %}<a data-diagnostic-choice="{{ choice.key }}" href="{{ path('honeybee_website_diagnostic', {path:choice.key}) }}"><span class="eyebrow">0{{ loop.index }}</span><div><h3>{{ choice.title }}</h3><p>{{ choice.text }}</p></div><span aria-hidden="true">→</span></a>{% endfor %}
  6. </div><div class="hbp-entry-visuals" id="products">
  7. {% for product in [{key:'business',screen:'business',route:'honeybee_business_suite',name:'Business Suite'},{key:'engineering',screen:'engineering',route:'honeybee_honeywatt',name:'HoneyWatt'},{key:'energy',screen:'operations',route:'honeybee_website_page',name:'Energy Operations'}] %}
  8. <div data-entry-screen="{{ product.key }}">{% include '@HoneybeeWeb/website/product-screen.html.twig' with {screen_key:product.screen} only %}<a class="textlink" data-home-product data-wa="home_product_click" href="{{ path(product.route, product.key == 'energy' ? {page:'energy-operations'} : {}) }}">Explore {{ product.name }} →</a></div>{% endfor %}
  9. <a class="textlink" data-wa="trial_start" href="{{ path('honeybee_tool',{slug:'rooftop-estimate'}) }}">Try Solar Studio →</a>
  10. </div></div><div class="hbp-guided-footer"><a class="textlink" href="{{ path('honeybee_product') }}">Skip and browse products →</a><span class="note">Each product works independently. Connect more when it adds value.</span></div><div data-diagnostic-resume hidden></div></div></section>