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

Open in your IDE?
  1. <div class="mega"><div class="wrap">
  2. <div><span class="eyebrow">Try HoneyWatt</span>
  3. <a href="{{ path('honeybee_tool', {'slug':'rooftop-estimate'}) }}" data-wa="trial_start">Instant Solar Estimate<small>Public Solar Studio ยท HoneyWatt preview</small></a>
  4. {% if app.session.get('userType') == 8 %}<a href="{{ path('hb360_my_estimate') }}">My Solar Estimates</a>{% endif %}
  5. <a href="{{ path('honeybee_website_page', {'page':'resources'}) }}">Resource library</a>
  6. </div>
  7. <div><span class="eyebrow">Calculators</span>
  8. <a href="{{ path('honeybee_tool', {'slug':'cost-leakage-calculator'}) }}">Project Cost Leakage Calculator</a>
  9. <a href="{{ path('honeybee_tool', {'slug':'roi-calculator'}) }}">ERP ROI Calculator</a>
  10. <a href="{{ path('honeybee_tool', {'slug':'site-assessment-estimator'}) }}">HoneyCore Site Assessment Estimator</a>
  11. </div>
  12. <div><span class="eyebrow">Evidence & trust</span>
  13. <a href="{{ path('honeybee_customers') }}">Customer Stories</a>
  14. <a href="{{ path('honeybee_security') }}">Security</a>
  15. <a href="{{ path('honeybee_trust') }}">Trust & Governance</a>
  16. <a href="{{ path('honeybee_FAQ') }}">FAQ</a>
  17. </div>
  18. <div><span class="eyebrow">Get started</span>
  19. <a href="{{ path('honeybee_implementation') }}">Implementation</a>
  20. <a href="{{ path('honeybee_website_page', {'page':'workflow'}) }}">Workflow demonstration</a>
  21. <a href="{{ path('honeybee_website_page', {'page':'apps'}) }}">Web, mobile & edge</a>
  22. <a href="{{ path('honeybee_website_page', {'page':'app-support'}) }}">App support & deletion</a>
  23. <a href="{{ path('honeybee_partners') }}">Partners</a>
  24. <a href="{{ path('honeybee_website_page', {'page':'enterprise'}) }}">Enterprise</a>
  25. </div>
  26. </div></div>