mintris/website/terms.html

118 lines
No EOL
7.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - 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>Terms of Service</h2>
<p class="last-updated">Last Updated: April 1, 2024</p>
<p>Please read these Terms of Service ("Terms", "Terms of Service") carefully before using the Pixel Mint Drop mobile application (the "Service") operated by Pixel Mint Games ("us", "we", or "our").</p>
<p>Your access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users, and others who access or use the Service.</p>
<p>By accessing or using the Service, you agree to be bound by these Terms. If you disagree with any part of the terms, then you may not access the Service.</p>
<h3>Use of the Service</h3>
<p>Pixel Mint Drop is a game application designed for entertainment purposes. You may use the Service for personal, non-commercial purposes only.</p>
<h3>Purchases</h3>
<p>Some parts of the Service may be billed on a subscription basis or as a one-time purchase ("Purchase"). You will be billed in advance on a recurring basis, depending on the type of subscription plan you select.</p>
<p>At the end of each billing period, your subscription will automatically renew under the same conditions unless you cancel it or we cancel it.</p>
<p>You may cancel your subscription either through your online account management or by contacting our customer support team.</p>
<h3>Content</h3>
<p>Our Service allows you to play interactive games. Your use of the Service does not grant you ownership of any content, code, data, or materials you may access on or through the Service.</p>
<p>All content is the property of Pixel Mint Games or its licensors. You may not distribute, modify, transmit, reuse, download, repost, copy, or use said content, whether in whole or in part, for commercial purposes or for personal gain, without prior written permission from us.</p>
<h3>Prohibited Uses</h3>
<p>You agree not to use the Service:</p>
<ul>
<li>In any way that violates any applicable national or international law or regulation</li>
<li>To impersonate or attempt to impersonate Pixel Mint Games, a Pixel Mint Games employee, another user, or any other person or entity</li>
<li>To engage in any other conduct that restricts or inhibits anyone's use or enjoyment of the Service, or which may harm Pixel Mint Games or users of the Service</li>
<li>To attempt to gain unauthorized access to, interfere with, damage, or disrupt any parts of the Service, the server on which the Service is stored, or any server, computer, or database connected to the Service</li>
<li>To attack the Service via a denial-of-service attack or a distributed denial-of-service attack</li>
</ul>
<h3>Intellectual Property</h3>
<p>The Service and its original content (excluding content provided by users), features, and functionality are and will remain the exclusive property of Pixel Mint Games and its licensors. The Service is protected by copyright, trademark, and other laws of both the United States and foreign countries.</p>
<p>Our trademarks and trade dress may not be used in connection with any product or service without the prior written consent of Pixel Mint Games.</p>
<h3>Limitation of Liability</h3>
<p>In no event shall Pixel Mint Games, nor its directors, employees, partners, agents, suppliers, or affiliates, be liable for any indirect, incidental, special, consequential or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from:</p>
<ul>
<li>Your access to or use of or inability to access or use the Service</li>
<li>Any conduct or content of any third party on the Service</li>
<li>Any content obtained from the Service</li>
<li>Unauthorized access, use, or alteration of your transmissions or content</li>
</ul>
<h3>Governing Law</h3>
<p>These Terms shall be governed and construed in accordance with the laws of the United States, without regard to its conflict of law provisions.</p>
<p>Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect.</p>
<h3>Changes to Terms</h3>
<p>We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material, we will try to provide at least 30 days' notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.</p>
<p>By continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.</p>
<h3>Contact Us</h3>
<p>If you have any questions about these Terms, please contact us at:</p>
<p>Pixel Mint Games<br>
Email: legal@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>