templates/external/web_impact_calculator/index.html.twig line 1

Open in your IDE?
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1">
  6.     <title>Dedalo AI - Estimate Web Impact</title>
  7.     <meta name="description" content="Our web impact calculator tool is designed to help you quickly and easily estimate the amount of emissions associated with the use of your website.">
  8.     <script>
  9.         {% set canTracking = app.environment == 'prod' and false == is_granted('IS_IMPERSONATOR') %}
  10.         window.canTracking = {{ canTracking ? 'true' : 'false' }};
  11.     </script>
  12.     {% block mixpanel %}
  13.         <script type="text/javascript">window.currentPage = 'Estimate Web Impact';</script>
  14.     {% endblock %}
  15.     {% block stylesheets %}
  16.         {{ encore_entry_link_tags('uhostbase') }}
  17.     {% endblock %}
  18.     {% block javascripts %}
  19.         {{ encore_entry_script_tags('uhostbase') }}
  20.         <!-- Google tag (gtag.js) -->
  21.         <script async src="https://www.googletagmanager.com/gtag/js?id=G-CXPB77WF11"></script>
  22.         <script>
  23.             window.dataLayer = window.dataLayer || [];
  24.             function gtag(){dataLayer.push(arguments);}
  25.             gtag('js', new Date());
  26.             gtag('config', 'G-CXPB77WF11');
  27.         </script>
  28.         {% if canTracking %}
  29.             <script type="text/javascript">
  30.                 (function(c,l,a,r,i,t,y){
  31.                     c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
  32.                     t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
  33.                     y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
  34.                 })(window, document, "clarity", "script", "kv0t9r1st1");
  35.             </script>
  36.             <script data-project="330bb7a00d" id="carbon-analytics" src="https://static.dedalo.ai/boot.js" crossorigin="anonymous" integrity="sha256-2rhLk7+q9slngi79xjWVYN7pGCHz73PB33Ko89c6rLc=" defer></script>
  37.         {% endif %}
  38.     {% endblock %}
  39. </head>
  40. <body class="dark-mode text-light disable-dark">
  41. <div class="p-0" style="background-color: var(--primary-color-1);">
  42.     <nav class="container navbar navbar-expand-lg">
  43.         <div class="container-fluid">
  44.             <a class="navbar-brand" href="https://dedalo.ai">
  45.                 <img src="{{ asset('logo-white.svg') }}" alt="logo" height="45">
  46.             </a>
  47.             <button class="navbar-toggler bg-white" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false" aria-label="Toggle Navigation">
  48.                 <span class="navbar-toggler-icon"></span>
  49.             </button>
  50.             <div class="collapse navbar-collapse" id="navbar-menu">
  51.                 <ul id="mainmenu" class="navbar-nav mb-2 mb-lg-0">
  52.                     <li><a href="{{ path('app_compare') }}">Web Impacts</a><span></span> 
  53.                         <ul>
  54.                             <li><a href="{{ path('app_compare_topic', {'slug': 'social-media-networks-worldwide'}) }}">Social Media</a></li>
  55.                             <li><a href="{{ path('app_compare_topic', {'slug': 'e-commerce-shopping-worldwide'}) }}">E-commerce</a></li>
  56.                             <li><a href="{{ path('app_compare_topic', {'slug': 'consulting-worldwide'}) }}">Consulting</a></li>
  57.                             <li><a href="{{ path('app_web_impact_calculator_estimate_new', {'new_report_form[domain]': 'google.com'}) }}">Google</a></li>
  58.                             <li><a href="{{ path('app_web_impact_calculator_estimate_new', {'new_report_form[domain]': 'facebook.com'}) }}">Facebook</a></li>
  59.                             <li><a href="{{ path('app_web_impact_calculator_estimate_new', {'new_report_form[domain]': 'twitter.com'}) }}">Twitter</a></li>
  60.                             <li><a href="{{ path('app_index') }}">Web Impact Estimator</a></li>
  61.                         </ul>
  62.                     </li>
  63.                     <li><a href="https://dedalo.ai?p=jobs">Work with Us</a></li>
  64.                     <li><a href="https://dedalo.ai/#section-faq">FAQ</a></li>
  65.                     <li><a href="https://dedalo.ai/news">News</a></li>
  66.                     <li><a href="mailto:[email protected]">Contact</a></li>
  67.                 </ul>
  68.                 <div class="d-flex" role="search">
  69.                     {% if app.user %}
  70.                         <a href="{{ path('app_user_dashboard') }}" class=" btn btn-custom">Dashboard</a>
  71.                     {% else %}
  72.                         <a href="{{ path('app_register') }}" class="btn btn-custom me-2">Signup</a>
  73.                         <a href="{{ path('app_login') }}" class="btn btn-custom me-2">Login</a>
  74.                     {% endif %}
  75.                 </div>
  76.             </div>
  77.         </div>
  78.     </nav>
  79. </div>
  80. <div class="container-fluid">
  81.     {% block reportForm %}
  82.         <div class="row">
  83.             <div class="col-12 pt-5 pb-3">
  84.                 <div class="container" id="my-report">
  85.                     <div class="row">
  86.                         <div class="col-12 col-lg-7 text-white">
  87.                             <h1 class="mb-4">Estimate Website Carbon Emissions</h1>
  88.                             <p class="h3 mb-2 fw-light">Quickly estimates website emissions and lets you compare and track emissions over time!</p>
  89.                             <p class="mt-4 mb-4">
  90.                                 Our web impact calculator tool is designed to help you quickly and easily estimate the amount of emissions associated with the use of your website. The tool takes into account factors such as the energy used to power the server and the emissions associated with the transmission of data. You can also use the tool to compare the emissions of different websites, and to track your website's emissions over time. The tool is fast, accurate, and easy to use.
  91.                             </p>
  92.                             {% for message in app.flashes('error') %}
  93.                                 <div class="alert alert-danger" >
  94.                                     {{ message }}
  95.                                 </div>
  96.                             {% endfor %}
  97.                             <form action="{{ app.user ? path('app_reports_new') : path('app_web_impact_calculator_estimate_new') }}">
  98.                                 <div class="d-flex flex-column">
  99.                                     <div class="input-group input-group-lg my-2">
  100.                                         <span class="input-group-text" style="border-radius: 0.25rem 0 0 0.25rem;" id="inputGroup-sizing-lg">https://</span>
  101.                                         <input type="text" class="form-control" aria-label="Domain" style="border-radius: 0 0.25rem 0.25rem 0;" name="new_report_form[domain]" required>
  102.                                     </div>
  103.                                     <button class="btn-custom btn-lg text-white fw-bold border-0"  type="submit">
  104.                                         ESTIMATE IMPACT
  105.                                         <i class="fa-solid fa-wand-magic-sparkles float-end mt-1"></i>
  106.                                     </button>
  107.                                     <p class="text-white mt-2 small">
  108.                                         We've crossed the milestone of 1000 reports generated. Let's keep reaching new heights together!
  109.                                     </p>
  110.                                 </div>
  111.                             </form>
  112.                         </div>
  113.                         <div class="col-12 col-lg-5 mt-lg-0 d-none d-sm-block mt-3">
  114.                             <img src="{{ asset('images/report.png') }}" class="justify-content-center img-fluid" style="margin: 0 auto; text-align: center; display: block" alt="landing image">
  115.                         </div>
  116.                     </div>
  117.                 </div>
  118.             </div>
  119.         </div>
  120.     {% endblock %}
  121.     <div class="row">
  122.         <!-- Footer -->
  123.         <footer class="text-center text-lg-start">
  124.             <div class="container text-center text-md-start mt-5 ps-0">
  125.                 <div class="row mt-3">
  126.                     <div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
  127.                         <h6 class="text-uppercase fw-bold mb-4">
  128.                             <img src="{{ asset('logo-white.svg') }}" alt="logo" height="50">
  129.                         </h6>
  130.                         <p>
  131.                             &copy; {{ 'now' | date('Y') }} Fabio Giannese - All Right Reserved
  132.                         </p>
  133.                     </div>
  134.                     <div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
  135.                         <h6 class="text-uppercase fw-bold mb-4">
  136.                             About
  137.                         </h6>
  138.                         <p class="my-1">
  139.                             <a href="https://dedalo.ai/news" class="text-reset" target="_blank">News</a>
  140.                         </p>
  141.                         <p class="my-1">
  142.                             <a href="https://calendly.com/dedalo-ai/meet-dedalo-ai" class="text-reset" target="_blank">Schedule a call</a>
  143.                         </p>
  144.                         <p class="my-1">
  145.                             <a href="https://dedalo.ai/?p=privacy" class="text-reset" target="_blank">Privacy & Policy</a>
  146.                         </p>
  147.                         <p class="my-1">
  148.                             <a href="https://dedalo.ai/?p=disclamer" class="text-reset" target="_blank">Disclaimer</a>
  149.                         </p>
  150.                     </div>
  151.                     <div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
  152.                         <h6 class="text-uppercase fw-bold mb-4">
  153.                             Our SDGs
  154.                         </h6>
  155.                         <p>
  156.                             <a href="https://sdgs.un.org/goals/goal7" target="_blank" class="text-decoration-none">
  157.                                 <img src="{{ asset('images/SDG-7.png') }}" width="50px" alt="sdg-7">
  158.                             </a>
  159.                             <a href="https://sdgs.un.org/goals/goal13" target="_blank" class="text-decoration-none">
  160.                                 <img src="{{ asset('images/SDG-13.png') }}" width="50px" alt="sdg-13">
  161.                             </a>
  162.                         </p>
  163.                     </div>
  164.                     <div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
  165.                         <h6 class="text-uppercase fw-bold mb-4">Get in Touch</h6>
  166.                         <p class="my-1">We are in San Francisco, Milan and Turin.</p>
  167.                         <p class="my-1">
  168.                             <a href="mailto:[email protected]">[email protected]</a>
  169.                         </p>
  170.                     </div>
  171.                 </div>
  172.             </div>
  173.         </footer>
  174.     </div>
  175. </div>
  176. </body>
  177. </html>