mintris/website/privacy.html

130 lines
No EOL
7.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Pixel Mint Games</title>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<div class="logo">
<h1>Pixel Mint Games</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="legal-content">
<div class="container">
<h2>Privacy Policy</h2>
<p class="last-updated">Last Updated: April 1, 2024</p>
<p>Pixel Mint Games ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our mobile application Pixel Mint Drop (the "Application").</p>
<p>Please read this Privacy Policy carefully. If you do not agree with the terms of this Privacy Policy, please do not access the Application.</p>
<h3>Collection of Your Information</h3>
<p>We may collect information about you in various ways. The information we may collect via the Application includes:</p>
<h4>Personal Data</h4>
<p>While using our Application, we do not require you to provide us with personally identifiable information. The Application does not collect names, email addresses, phone numbers, or any other personal identification data.</p>
<h4>Derivative Data</h4>
<p>Information our servers automatically collect when you access the Application, such as your device's IP address, operating system type, and game statistics. This information does not personally identify you but helps us improve our Application.</p>
<h4>Mobile Device Access</h4>
<p>The Application may request access or permission to certain features from your mobile device, including your mobile device's storage. If you wish to change our access or permissions, you may do so in your device's settings.</p>
<h3>Use of Your Information</h3>
<p>Having accurate information about you permits us to provide you with a smooth, efficient, and customized experience. Specifically, we may use information collected about you via the Application to:</p>
<ul>
<li>Compile anonymous statistical data for use in improving the Application.</li>
<li>Deliver targeted advertising, offers, and promotions.</li>
<li>Monitor and analyze usage and trends to improve your experience with the Application.</li>
<li>Increase the efficiency and operation of the Application.</li>
<li>Store your game preferences and high scores.</li>
</ul>
<h3>Disclosure of Your Information</h3>
<p>We may share information we have collected about you in certain situations. Your information may be disclosed as follows:</p>
<h4>By Law or to Protect Rights</h4>
<p>If we believe the release of information about you is necessary to respond to legal process, to investigate or remedy potential violations of our policies, or to protect the rights, property, and safety of others, we may share your information as permitted or required by any applicable law, rule, or regulation.</p>
<h4>Third-Party Service Providers</h4>
<p>We may share your information with third parties that perform services for us or on our behalf, including data analysis, and analytics.</p>
<h4>Marketing Communications</h4>
<p>We do not use your information to send you marketing and promotional communications regarding updates or announcements about new games or features.</p>
<h3>Security of Your Information</h3>
<p>We use administrative, technical, and physical security measures to help protect your personal information. While we have taken reasonable steps to secure the personal information you provide to us, please be aware that despite our efforts, no security measures are perfect or impenetrable, and no method of data transmission can be guaranteed against any interception or other type of misuse.</p>
<h3>GDPR Privacy</h3>
<p>If you are a resident of the European Union (EU) and European Economic Area (EEA), you have certain data protection rights, covered by GDPR. We aim to take reasonable steps to allow you to correct, amend, delete, or limit the use of your Personal Data.</p>
<p>In certain circumstances, you have the following data protection rights:</p>
<ul>
<li>The right to access, update or delete the information we have on you.</li>
<li>The right of rectification.</li>
<li>The right to object.</li>
<li>The right of restriction.</li>
<li>The right to data portability.</li>
<li>The right to withdraw consent.</li>
</ul>
<h3>Policy for Children</h3>
<p>We do not knowingly solicit information from or market to children under the age of 13. If you become aware of any data we have collected from children under age 13, please contact us using the contact information provided below.</p>
<h3>Options Regarding Your Information</h3>
<p>You may at any time review or change your information by:</p>
<ul>
<li>Contacting us using the contact information provided below</li>
</ul>
<p>You may also request that we delete any data we have stored about you by contacting us.</p>
<h3>California Privacy Rights</h3>
<p>California Civil Code Section 1798.83, also known as the "Shine The Light" law, permits our users who are California residents to request and obtain from us, once a year and free of charge, information about categories of personal information (if any) we disclosed to third parties for direct marketing purposes and the names and addresses of all third parties with which we shared personal information in the immediately preceding calendar year. If you are a California resident and would like to make such a request, please submit your request in writing to us using the contact information provided below.</p>
<h3>Contact Us</h3>
<p>If you have questions or comments about this Privacy Policy, please contact us at:</p>
<p>Pixel Mint Games<br>
Email: privacy@pixelmintgames.com</p>
</div>
</section>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<h3>Pixel Mint Games</h3>
</div>
<div class="footer-links">
<ul>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms of Service</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="copyright">
<p>&copy; 2024 Pixel Mint Games. All rights reserved.</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>