templates/base-landing.html.twig line 1

Open in your IDE?
  1. <html lang="en" itemscope itemtype="http://schema.org/WebPage">
  2. <head>
  3.     <meta charset="utf-8" />
  4.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  5.     <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png">
  6.     <link rel="icon" type="image/png" href="/favicon.ico">
  7.     <title>
  8.         Check the emissions system on your vehicle - Auto Emissions Inspector
  9.     </title>
  10.     <meta name="keywords"
  11.           content="Vehicle emissions system checker, Auto Emissions Inspector, emissions, readiness, DTC, obd2, obd2 app, elm, elm327, elm329, carista, vgate, veepeak, obdlink, nexlink, icar, carly, obdeleven, motorsure, obd2 scanner, car scanner, obd2 scan, check engine light, obd2 auto doctor, ble obd2, bluetooth obd2" />
  12.     <!--description-->
  13.     <meta name="description"
  14.           content="The Auto Emissions Inspector app has the ability to check the emissions system is functioning correctly on your vehicle.  You will need an OBD2 ELM adapter that support Bluetooth 4+ or Bluetooth Low energy." />
  15.     <meta property="og:site_name" content="Vehicle emissions system checker">
  16.     <meta property="og:url" content="https://app.autoverification.tech" />
  17.     <meta property="og:title" content="Vehicle emissions system checker - Auto Emissions Inspector" />
  18.     <meta property="og:description"
  19.           content="Check the emissions system in your vehicle is functioning correctly using an ELM OBD device.  You will need an OBD2 ELM adapter that support Bluetooth 4+ or Bluetooth Low energy." />
  20.     <meta property="og:type" content="website" />
  21.     <meta name="twitter:url" content="https://app.autoverification.tech" />
  22.     <meta name="twitter:title" content="Vehicle emissions system checker - Auto Emissions Inspector">
  23.     <meta name="twitter:card" content="summary_large_image">
  24.     <meta name="twitter:description"
  25.           content="Check the emissions system in your vehicle is functioning correctly using an ELM OBD device.  You will need an OBD2 ELM adapter that support Bluetooth 4+ or Bluetooth Low energy." />
  26.     <!--     Fonts and icons     -->
  27.     <link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700,200|Open+Sans+Condensed:700" rel="stylesheet">
  28.     <!-- Nucleo Icons -->
  29.     <link href="/assets/css/nucleo-icons.css" rel="stylesheet" />
  30.     <link href="/assets/css/nucleo-svg.css" rel="stylesheet" />
  31.     <!-- Font Awesome Icons -->
  32.     <script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script>
  33.     <!-- CSS Files -->
  34.     <link id="pagestyle" href="/assets/css/now-design-system-pro.css?v=2.2.0" rel="stylesheet" />
  35.     <style>
  36.         .btn.btn-primary, .btn.bg-gradient-primary {
  37.             box-shadow: 0 0.875rem 1.8125rem -0.8125rem rgba(0,0,0, 0.3), 0 0.875rem 1.8125rem -0.8125rem rgb(27, 67, 89);
  38.         }
  39.         .bg-gradient-primary {
  40.             background-image: linear-gradient(90deg, #41A855 0%, #1B4557 100%);
  41.         }
  42.         .btn.btn-primary:active,
  43.         .btn.btn-primary:active:focus,
  44.         .btn.btn-primary:active:hover,
  45.         .btn.bg-gradient-primary:active,
  46.         .btn.bg-gradient-primary:active:focus,
  47.         .btn.bg-gradient-primary:active:hover {
  48.             box-shadow: 0 0.875rem 1.8125rem -0.8125rem rgba(0,0,0, 0.3), 0 0.875rem 1.8125rem -0.8125rem rgb(27, 67, 89);
  49.         }
  50.         .btn.btn-primary:hover:not(.btn-icon-only),
  51.         .btn.bg-gradient-primary:hover:not(.btn-icon-only) {
  52.             box-shadow: 0 0.875rem 1.8125rem -0.8125rem rgba(0,0,0, 0.3), 0 0.875rem 1.8125rem -0.8125rem rgb(27, 67, 89);
  53.         }
  54.         .text-primary {
  55.             color: #1B4557 !important;
  56.         }
  57.         h1,h2,h3,h4,h5,h6 {
  58.             color: #41A855
  59.         }
  60.         .card {
  61.             background-color: #1B4557 !important;
  62.             color: #ffffff !important;
  63.         }
  64.         .landing-header-container {
  65.             background-image: url({{ asset('build/img/dash.jpg') }});
  66.             background-position: center;
  67.             background-size: cover;
  68.             position: relative;
  69.         }
  70.         .bg-dark {
  71.             background-color: #1B4557 !important;
  72.         }
  73.         a {
  74.             color: #EEC344  !important;
  75.         }
  76.     </style>
  77. </head>
  78. <body class="case-study">
  79. <header>
  80.     <div class="page-header min-vh-80 position-relative">
  81.         <div class="landing-header-container position-absolute w-100 h-100">
  82.             <video autoplay muted loop class="position-absolute w-100 h-100" style="object-fit: cover; z-index: 0;">
  83.                 <source src="//redfire-digital.s3.eu-west-2.amazonaws.com/avt/aec.mp4" type="video/mp4">
  84.             </video>
  85.             <div class="container d-flex align-items-center justify-content-center min-vh-80" style="z-index: 1; position: relative;">
  86.                 <div class="row w-100 align-items-center">
  87.                     <div class="col-lg-6 d-flex align-items-center">
  88.                         <div class="card card-body text-md-start text-center px-sm-5 shadow py-sm-5">
  89.                             <h2 class="mb-0">Is Your Vehicle Roadworthy?</h2>
  90.                             <p class="lead pe-md-5 me-md-5 mt-4">
  91.                                 Don’t risk hefty fines or potential vehicle write-offs. Protect your investment and the environment by verifying the health of your emissions system.
  92.                             </p>
  93.                             <div class="row mt-2">
  94.                                 <div class="col-md-6 col-sm-12 p-xs-5">
  95.                                     <a class="btn btn-rounded bg-gradient-primary mt-4" href="https://play.google.com/store/apps/details?id=com.redfiredigital.emissions_validation&pcampaignid=web_share">
  96.                                         <img class="w-80" src="/assets/img/logos/google-play-button.svg" alt="logo">
  97.                                     </a>
  98.                                 </div>
  99.                                 <div class="col-md-6 col-sm-12 p-xs-5">
  100.                                     <a class="btn btn-rounded bg-gradient-primary mt-4 ms-2" href="https://apps.apple.com/app/auto-emission-investigator/id6498401741">
  101.                                         <img class="w-80" src="/assets/img/logos/app-store-button.svg" alt="logo">
  102.                                     </a>
  103.                                 </div>
  104.                             </div>
  105.                         </div>
  106.                     </div>
  107.                     <div class="col-lg-6 d-flex align-items-center justify-content-center">
  108.                         <img class="ms-auto w-100 z-index-0 d-none d-md-none d-lg-block responsive-img" src="{{ asset('build/img/jumbo.png') }}" alt="image">
  109.                     </div>
  110.                 </div>
  111.             </div>
  112.         </div>
  113.     </div>
  114. </header>
  115. {% block body %}{% endblock %}
  116. <section class="py-7">
  117.     <div class="container">
  118.         <div class="row text-center">
  119.             <div class="col-lg-3 col-md-6 pt-sm-3">
  120.                 <div class="info">
  121.                     <i class="ni ni-box-2 h3 text-primary"></i>
  122.                     <h5 class="mt-2">Emissions Focused</h5>
  123.                     <p>Ensure your vehicle is compliant with precise and reliable emissions tests.</p>
  124.                 </div>
  125.             </div>
  126.             <div class="col-lg-3 col-md-6 pt-sm-3">
  127.                 <div class="info">
  128.                     <i class="ni ni-album-2 h3 text-primary"></i>
  129.                     <h5 class="mt-2">Transparent Reporting</h5>
  130.                     <p>Get detailed insights and clear reports on your vehicle's emissions status.</p>
  131.                 </div>
  132.             </div>
  133.             <div class="col-lg-3 col-md-6 pt-sm-3">
  134.                 <div class="info">
  135.                     <i class="ni ni-atom h3 text-primary"></i>
  136.                     <h5 class="mt-2">Protect the Air</h5>
  137.                     <p>Contribute to cleaner air by ensuring your vehicle meets emissions standards.</p>
  138.                 </div>
  139.             </div>
  140.             <div class="col-lg-3 col-md-6 pt-sm-3">
  141.                 <div class="info">
  142.                     <i class="ni ni-collection h3 text-primary"></i>
  143.                     <h5 class="mt-2">Affordable Testing</h5>
  144.                     <p>Access thorough and affordable emissions testing to safeguard your vehicle and the environment.</p>
  145.                 </div>
  146.             </div>
  147.         </div>
  148.     </div>
  149. </section>
  150. <!-- -------- END Features w/ 4 infos - just colored icons -------- -->
  151. <!-- START Blogs w/ 3 images & quote & text -->
  152. <section>
  153.     <div class="container">
  154.         <div class="row mt-0">
  155.             <div class="col-lg-6 col-md-12 ms-auto my-auto">
  156.                 <img src="{{ asset('build/img/iphone-white.png') }}" width="100%" />
  157.             </div>
  158.             <div class="col-lg-5 col-md-12 me-auto my-auto pt-sm-5">
  159.                 <div class="p-3 info-horizontal d-flex">
  160.                     <div>
  161.                         <h5>1. Avoid Legal Penalties</h5>
  162.                         <p>
  163.                             Stay compliant with emissions regulations to avoid fines and legal penalties. Our app helps ensure your vehicle adheres to environmental standards.
  164.                         </p>
  165.                     </div>
  166.                 </div>
  167.                 <div class="p-3 info-horizontal d-flex">
  168.                     <div>
  169.                         <h5>2. Prevent Expensive Repairs</h5>
  170.                         <p>
  171.                             Early detection of emissions issues can save you from expensive repairs. Regular testing helps you address problems before they escalate.
  172.                         </p>
  173.                     </div>
  174.                 </div>
  175.                 <div class="p-3 info-horizontal d-flex">
  176.                     <div>
  177.                         <h5>3. Safeguard Your Investment</h5>
  178.                         <p>
  179.                             Regular emissions testing ensures your vehicle remains in top condition, safeguarding your investment and extending the lifespan of your car.
  180.                         </p>
  181.                     </div>
  182.                 </div>
  183.             </div>
  184.         </div>
  185.         <hr class="dark my-md-6 mt-2 mx-7">
  186.         <div class="row">
  187.             <div class="col-lg-5 col-md-12 me-auto my-auto  pt-sm-5">
  188.                 <div class="p-3 info-horizontal d-flex">
  189.                     <div>
  190.                         <h5>1. Comprehensive Testing</h5>
  191.                         <p>
  192.                             Our app provides an exhaustive analysis of your vehicle's emissions system, ensuring it meets all legal requirements and preventing costly repairs down the line.
  193.                         </p>
  194.                     </div>
  195.                 </div>
  196.                 <div class="p-3 info-horizontal d-flex">
  197.                     <div>
  198.                         <h5>2. Simplified Connectivity</h5>
  199.                         <p>
  200.                             Connect your vehicle's ELM327 adapter to your mobile device effortlessly, allowing you to start testing and monitoring emissions within minutes.
  201.                         </p>
  202.                     </div>
  203.                 </div>
  204.                 <div class="p-3 info-horizontal d-flex">
  205.                     <div>
  206.                         <h5>3. Environmental Responsibility</h5>
  207.                         <p>
  208.                             Play your part in protecting the environment by ensuring your vehicle’s emissions are within legal limits, thereby reducing harmful pollutants.
  209.                         </p>
  210.                     </div>
  211.                 </div>
  212.             </div>
  213.             <div class="col-lg-6 me-auto my-auto ms-md-5 pr-md-10 col-md-12 pt-md-5">
  214.                 <img src="{{ asset('build/img/iphone-blue.png') }}" width="100%" />
  215.             </div>
  216.         </div>
  217.         <hr class="dark my-md-6 mt-2 mx-7">
  218.         <div class="row">
  219.             <h5>Recommended OBD Devices</h5>
  220.             <p>We recommend the following bluetooth 4+ (BLE) devices for our app to communicate with your vehicle.  Note if you are using an apple device, these are the only supported OBD devices.</p>
  221.             <div class="col-lg-5 col-md-12 me-auto my-auto  pt-sm-5">
  222.                 <a href="https://amzn.to/3LhG88B" title="Vgate Vlinker MC" target="_blank"><img src="{{ asset('build/img/vlinkerMC.jpg') }}" width="100%" /></a>
  223.             </div>
  224.             <div class="col-lg-5 me-auto my-auto ms-md-5 pr-md-10 col-md-12 pt-md-5">
  225.                 <a href="https://amzn.to/3S3A8UJ" title="Vgate Vlinker FS" target="_blank"><img src="{{ asset('build/img/vlinkerFS.jpg') }}" width="100%" /></a>
  226.             </div>
  227.         </div>
  228.         <hr class="dark my-md-6 mt-2 mx-7">
  229.     </div>
  230. </section>
  231. <section class="py-7">
  232.     <div class="container">
  233.     <div class="row mt-2">
  234.         <div class="col-md-6 pr-4 col-sm-12 col-xs-12">
  235.             <a class="btn btn-rounded bg-gradient-primary mt-4" href="https://play.google.com/store/apps/details?id=com.redfiredigital.emissions_validation&pcampaignid=web_share">
  236.                 <img class="w-45" src="/assets/img/logos/google-play-button.svg" alt="logo">
  237.             </a>
  238.         </div>
  239.         <div class="col-md-6 pl-4 col-sm-12 col-xs-12">
  240.             <a class="btn btn-rounded bg-gradient-primary mt-4 ms-2" href="https://apps.apple.com/app/auto-emission-investigator/id6498401741">
  241.                 <img class="w-45" src="/assets/img/logos/app-store-button.svg" alt="logo">
  242.             </a>
  243.         </div>
  244.     </div>
  245.     </div>
  246. </section>
  247. <footer class="footer py-5 bg-dark position-relative overflow-hidden">
  248.     <div class="container position-relative">
  249.         <div class="row d-flex justify-content-between align-items-center">
  250.             <div class="col-md-6 col-12 text-md-start text-center mb-md-0 mb-4">
  251.                 <h6 class="text-white font-weight-bolder text-uppercase mb-2">Auto Emissions Inspector</h6>
  252.                 <p class="text-white">
  253.                     Copyright © <script>
  254.                         document.write(new Date().getFullYear())
  255.                     </script> Auto Verification Technologies Ltd.
  256.                 </p>
  257.             </div>
  258.             <div class="col-md-6 col-12 text-md-end text-center">
  259.                 <div>
  260.                     <ul class="nav flex-column flex-md-row justify-content-md-end">
  261.                         <li class="nav-item">
  262.                             <a class="nav-link opacity-8 text-sm pb-0" href="{{ path('app_terms') }}" target="_blank">
  263.                                 Terms & Conditions
  264.                             </a>
  265.                         </li>
  266.                         <li class="nav-item">
  267.                             <a class="nav-link opacity-8 text-sm pb-0" href="{{ path('app_privacy_policy') }}" target="_blank">
  268.                                 Privacy Policy
  269.                             </a>
  270.                         </li>
  271.                         <li class="nav-item">
  272.                             <a class="nav-link opacity-8 text-sm pb-0" href="mailto:support@autoverification.tech" target="_blank">
  273.                                 support@autoverification.tech
  274.                             </a>
  275.                         </li>
  276.                     </ul>
  277.                 </div>
  278.             </div>
  279.         </div>
  280.     </div>
  281. </footer>
  282. <!-- -------- END FOOTER 7 w/ DARK BACKGROUND AND 3 COLUMNS ------- -->
  283. <!--   Core JS Files   -->
  284. <script src="/assets/js/core/popper.min.js" type="text/javascript"></script>
  285. <script src="/assets/js/core/bootstrap.min.js" type="text/javascript"></script>
  286. <script src="/assets/js/plugins/perfect-scrollbar.min.js"></script>
  287. <!--  Plugin for TypedJS, full documentation here: https://github.com/mattboldt/typed.js/ -->
  288. <script src="/assets/js/plugins/typedjs.js"></script>
  289. <!--  Plugin for Parallax, full documentation here: https://github.com/wagerfield/parallax  -->
  290. <script src="/assets/js/plugins/parallax.min.js"></script>
  291. <!--  Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
  292. <script src="/assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
  293. <!--  Plugin for the GlideJS Carousel, full documentation here: http://kenwheeler.github.io/slick/ -->
  294. <script src="/assets/js/plugins/glidejs.min.js" type="text/javascript"></script>
  295. <!--  Plugin for the blob animation -->
  296. <script src="/assets/js/plugins/anime.min.js" type="text/javascript"></script>
  297. <!-- Chart JS -->
  298. <script src="/assets/js/plugins/chartjs.min.js"></script>
  299. <!-- Control Center for Now UI Design System: parallax effects, scripts for the example pages etc -->
  300. <!--  Google Maps Plugin    -->
  301. <script src="/assets/js/now-design-system-pro.min.js?v=2.2.0" type="text/javascript"></script>
  302. <script src="/assets/js/plugins/tilt.min.js"></script>
  303. </body>
  304. </html>