templates/website/pp.html.twig line 1

  1. {% extends 'base.html.twig' %}
  2. {% block header %}
  3.     {% include "website/header.html.twig" %}
  4. {% endblock %}
  5. {% block body %}
  6.     <section class="services section-bg mt-3 mb-3">
  7.         <div class="container">
  8.             <div class="section-title">
  9.                 <h2>
  10.                     Privacy Policy
  11.                 </h2>
  12.                 <div class="row">
  13.                     <div class="col-sm-8 text-j content">
  14.                         <p>Your privacy is important to us. This Privacy Policy explains how we collect, use, and disclose your personal information when you use EmmKayGas.com (the "Website").</p>
  15.                         <h2>Information We Collect</h2>
  16.                         <p>We may collect personal information that you voluntarily provide to us, such as your name, email address, and any other information you choose to provide.</p>
  17.                         <h2>Use of Your Information</h2>
  18.                         <p>We may use your personal information to:</p>
  19.                         <ul>
  20.                             <li>Provide, operate, and maintain the Website</li>
  21.                             <li>Respond to your comments, inquiries, and requests</li>
  22.                             <li>Send you administrative information, such as updates and important notices</li>
  23.                             <li>Improve the Website and our services</li>
  24.                             <li>Monitor and analyze usage of the Website</li>
  25.                             <li>Protect the rights, property, and safety of EmmKayGas and our users</li>
  26.                         </ul>
  27.                         <h2>Disclosure of Your Information</h2>
  28.                         <p>We may disclose your personal information:</p>
  29.                         <ul>
  30.                             <li>To comply with applicable laws, regulations, or legal processes</li>
  31.                             <li>To enforce our Terms and Conditions</li>
  32.                             <li>To protect and defend the rights or property of EmmKayGas</li>
  33.                             <li>In an emergency situation to protect the personal safety of users or the public</li>
  34.                             <li>With your consent</li>
  35.                         </ul>
  36.                         <h2>Security of Your Information</h2>
  37.                         <p>We take reasonable precautions to protect your personal information from unauthorized access, use, or disclosure.</p>
  38.                         <h2>External Websites</h2>
  39.                         <p>The Website may contain links to external websites that are not operated by us. Please be aware that we have no control over the content and practices of these websites and cannot accept responsibility or liability for their respective privacy policies.</p>
  40.                         <h2>Changes to This Privacy Policy</h2>
  41.                         <p>We reserve the right to update or change our Privacy Policy at any time. Any updates will be effective when posted on this page.</p>
  42.                         <h2>Contact Us</h2>
  43.                         <p>If you have any questions or concerns about this Privacy Policy, please
  44.                             <a href="https://emmkaygas.com/contact-us.html">contact us</a>.</p>
  45.                     </div>
  46.                     <div class="col-sm-4">
  47.                         <img class="img-fluid rounded" src="{{ asset('') }}site/flame.jpg" alt="LPG Flame">
  48.                     </div>
  49.                 </div>
  50.             </div>
  51.         </div>
  52.     </section>
  53. {% endblock %}