UNPKG

conextra

Version:

Conextra for Web Development. Helps create a SPWA (Single-page Progressive Web Application).

116 lines (107 loc) 5.88 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Privacy Policy</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" /> <script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.bundle.min.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/themes/prism.min.css" /> <script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/prism.min.js"></script> <style> #list-headers ul { list-style: none; padding-left: .5em; } #list-headers > ul { padding: 0; } #list-headers h1, h2, h3, h4, h5 { white-space: nowrap; } .markdown-body { padding-left: 2em; } @media (min-width: 992px) { .vh-lg-100 { height: 100vh !important; } } </style> </head> <body> <h1 id="privacy-policy">Privacy Policy</h1> <h2 id="general-information">General Information</h2> <p>Welcome to our website! We value your privacy and are committed to protecting your personal data. This privacy policy explains how we collect, use, store, and safeguard your information. This document applies to all services offered on our website.</p> <h2 id="data-collection">Data Collection</h2> <p>We may collect the following information about you:</p> <ul> <li><strong>Contact Information:</strong> Name, email address, phone number.</li> <li><strong>Technical Information:</strong> IP address, browser type, operating system, and device information.</li> <li><strong>Usage Data:</strong> Visit history, cookies, and other similar technologies that help us improve our website.</li> </ul> <p>We collect this data when you register, fill out forms, contact us, or use our website.</p> <h2 id="data-usage">Data Usage</h2> <p>Your information is used for the following purposes:</p> <ul> <li>To provide and manage our services.</li> <li>To respond to your inquiries and ensure high-quality customer support.</li> <li>To analyze website usage data in order to better customize and improve our service.</li> <li>To fulfill legal obligations and contractual requirements.</li> </ul> <h2 id="cookies">Cookies</h2> <p>Our website uses cookies to enhance your browsing experience and analyze website performance. Cookies are small text files that are stored on your device. In most cases, the use of cookies does not lead to personal identification. Most modern web browsers allow you to manage or disable cookies; however, this may affect certain functionalities of the website.</p> <h2 id="sharing-data-with-third-parties">Sharing Data with Third Parties</h2> <p>Your personal data will not be shared with third parties without your consent, except in the following cases:</p> <ul> <li>When data processing is necessary to provide our services (for example, for payment processing).</li> <li>When we are legally obligated to share your data.</li> <li>When it is necessary to protect our legitimate interests (for example, to prevent fraud).</li> </ul> <p>All third-party service providers with whom your data is shared are required to strictly adhere to data protection standards.</p> <h2 id="data-security-and-retention">Data Security and Retention</h2> <p>We implement strict security measures to protect your personal data from unauthorized access, disclosure, alteration, or destruction. We will retain your data only as long as necessary for the purposes outlined in this policy or to comply with legal requirements. After this period, your data will be deleted or anonymized.</p> <h2 id="your-rights">Your Rights</h2> <p>You have several rights regarding your personal data, including:</p> <ul> <li>The right to know what data we collect about you.</li> <li>The right to request the correction or completion of your data.</li> <li>The right to request the deletion of your data.</li> <li>The right to request a restriction on the processing of your data.</li> <li>The right to object to the processing of your data.</li> <li>The right to request data portability.</li> </ul> <p>If you wish to exercise any of your rights or have any questions regarding data processing, please contact us using the details provided below.</p> <h2 id="changes-to-the-privacy-policy">Changes to the Privacy Policy</h2> <p>This privacy policy may be updated from time to time. We will notify you of any material changes through a notice published on our website or via another appropriate communication channel. We recommend that you periodically review this document to stay informed of our practices and policies.</p> <h2 id="contact-information">Contact Information</h2> <p>If you have any questions or would like to provide feedback regarding our privacy policy, please contact us as follows:</p> <ul> <li><strong>Email:</strong> info@yourcompany.com</li> <li><strong>Phone:</strong> +372 1234567</li> <li><strong>Address:</strong> Your company's address, City, Country</li> </ul> <hr /> <p><em>Last updated: [Date]</em><br /> <em>Please note that this document is a template and should be customized as necessary to meet your specific legal requirements and company needs.</em></p> <script> (function () { 'use strict'; var isIE = !!document.documentMode; // Detect IE if (!isIE) { // list-group style for headers document.querySelectorAll('#list-headers a') .forEach(function (a) { a.classList.add('list-group-item', 'list-group-item-action') }); } })(); </script> </body> </html>