templates/statics/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base-auth.html.twig' %}
  2. {% block title %}Hello StaticsController!{% endblock %}
  3. {% block body %}
  4. <style>
  5.     .example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
  6.     .example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
  7. </style>
  8. <div class="example-wrapper">
  9.     <h1>Privacy Policy</h1>
  10.     <br/>
  11.     <p class="privacynote">AUTO VERIFICATION TECHNOLOGIES LTD is committed to safeguarding and preserving the privacy of our visitors.</p>
  12.     <p class="privacynote">
  13.         This Privacy Policy explains what happens to any personal data that you provide to us, or that we collect from you whilst you visit our website and Auto Emission Validator app.
  14.         We do update this Policy from time to time so please do review this Policy regularly.
  15.     </p>
  16.     <H4 class="privacytitle">INFORMATION WE COLLECT</H4>
  17.     <p class="privacynote">In running and maintaining our website we may collect and process the following data about you:</p>
  18.     <p class="privacynote">Information about your use of our site including details of your visits such as pages viewed and the resources that you access. Such information includes traffic data, location data and other communication data.</p>
  19.     <p class="privacynote">Information provided voluntarily by you. For example, when you register for information.</p>
  20.     <p class="privacynote">Information that you provide when you communicate with us by any means.</p>
  21.     <p class="privacynote">Account Information: The Auto Emission Validator App is designed for use in conjunction with bluetooth 4+ (BLE) ELM 327, 329 device. During the vehicle testing, your device gathers information from your vehicle. The App does not independently collect personal information beyond the information obtained from the vehicle.</p>
  22.     <p class="privacynote">Usage Data: We may collect information on how the App is accessed and used ("Usage Data"). This Usage Data may include information such as your device's Internet Protocol (IP) address, device type, device identifier, pages visited within the App, the time spent on those pages, unique device identifiers, and other diagnostic data.</p>
  23.     <H4 class="privacytitle">USE OF COOKIES</H4>
  24.     <p class="privacynote">Cookies provide information regarding the computer used by a visitor. We may use cookies where appropriate to gather information about your computer in order to assist us in improving our website.</p>
  25.     <p class="privacynote">
  26.         We may gather information about your general internet use by using the cookie. Where used, these cookies are downloaded to your computer and stored on the computer&#39s hard drive.
  27.         Such information will not identify you personally. It is statistical data. This statistical data does not identify any personal details whatsoever.
  28.     </p>
  29.     <p class="privacynote">You can adjust the settings on your computer to decline any cookies if you wish. This can easily be done by activating the reject cookies setting on your computer.</p>
  30.     <p class="privacynote">Our advertisers may also use cookies, over which we have no control. Such cookies (if used) would be downloaded once you click on advertisements on our website.</p>
  31.     <H4 class="privacytitle">USE OF YOUR INFORMATION</H4>
  32.     <p class="privacynote">We use the information that we collect from you to provide our services to you. In addition to this we may use the information for one or more of the following purposes:</p>
  33.     <p class="privacynote">Usage Analysis: We may use Usage Data to analyse the usage patterns of the App, identify areas for improvement, and enhance the overall user experience.</p>
  34.     <p class="privacynote">Data Research: We may use Data obtained from your vehicle to identify areas for improvement, and enhance the overall user experience.</p>
  35.     <p class="privacynote">To provide information to you that you request from us relating to our products or services.</p>
  36.     <p class="privacynote">To provide information to you relating to other products that may be of interest to you. Such additional information will only be provided where you have consented to receive such information.</p>
  37.     <p class="privacynote">To inform you of any changes to our website, services or goods and products.</p>
  38.     <p class="privacynote">If you have previously purchased goods or services from us we may provide to you details of similar goods or services, or other goods and services, that you may be interested in.</p>
  39.     <p class="privacynote">Where your consent has been provided in advance we may allow selected third parties to use your data to enable them to provide you with information regarding unrelated goods and services which we believe may interest you. Where such consent has been provided it can be withdrawn by you at any time.</p>
  40.     <H4 class="privacytitle">STORING YOUR PERSONAL DATA</H4>
  41.     <p class="privacynote">
  42.         In operating our website and app it may become necessary to transfer data that we collect from you to locations outside of the European Union for processing and storing. By providing your personal data to us, you agree to this transfer, storing or processing.
  43.         We do our upmost to ensure that all reasonable steps are taken to make sure that your data is treated stored securely.
  44.     </p>
  45.     <p class="privacynote">Unfortunately the sending of information via the internet is not totally secure and on occasion such information can be intercepted. We cannot guarantee the security of data that you choose to send us electronically, such information is entirely at your own risk.</p>
  46.     <H4 class="privacytitle">DISCLOSING YOUR INFORMATION</H4>
  47.     <p class="privacynote">We will not disclose your personal information to any other party other than in accordance with this Privacy Policy and in the circumstances detailed below:</p>
  48.     <p class="privacynote">i. In the event that we sell any or all of our business to the buyer.</p>
  49.     <p class="privacynote">ii. Where we are legally required by law to disclose your personal information.</p>
  50.     <p class="privacynote">iii. To further fraud protection and reduce the risk of fraud.</p>
  51.     <H4 class="privacytitle">THIRD PARTY LINKS</H4>
  52.     <p class="privacynote">On occasion we include links to third parties on this website. Where we provide a link it does not mean that we endorse or approve that site’s policy towards visitor privacy. You should review their privacy policy before sending them any personal data.</p>
  53.     <H4 class="privacytitle">CONTACTING US</h4>
  54.     <p class="privacynote">Please do not hesitate to contact us regarding any matter relating to this Privacy Policy via <a href="mailto:support@autoverification.tech">support@autoverification.tech</a></p>
  55.     <p class="updated">Updated 22nd May 2024</p>
  56. </div>
  57. {% endblock %}