72 lines
2.8 KiB
HTML
72 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<title>Privacy Policy - JMP GAMES</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<video autoplay muted loop playsinline id="background-video">
|
|
<source src="assets/background.mp4" type="video/mp4">
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
|
|
<main class="container">
|
|
<div class="card">
|
|
<h1>Privacy Policy</h1>
|
|
<p style="margin-top: 1rem;">Last updated: February 25, 2025</p>
|
|
|
|
<h2 style="margin-top: 2rem;">Introduction</h2>
|
|
<p>Welcome to JMP Games. We respect your privacy and are committed to protecting your personal data.</p>
|
|
|
|
<h2>Information We Collect</h2>
|
|
<p>We may collect the following types of information:</p>
|
|
<ul style="margin-left: 2rem; margin-top: 0.5rem;">
|
|
<li>Email address (when you subscribe to our newsletter)</li>
|
|
<li>Usage data and analytics</li>
|
|
<li>Device information</li>
|
|
</ul>
|
|
|
|
<h2>How We Use Your Information</h2>
|
|
<p>We use your information to:</p>
|
|
<ul style="margin-left: 2rem; margin-top: 0.5rem;">
|
|
<li>Send you updates about our games</li>
|
|
<li>Improve our website and services</li>
|
|
<li>Respond to your inquiries</li>
|
|
</ul>
|
|
|
|
<h2>Data Security</h2>
|
|
<p>We implement appropriate security measures to protect your personal data against unauthorized access or disclosure.</p>
|
|
|
|
<h2>Data Controller</h2>
|
|
<p>JMP Games Srls
|
|
Via Umbria, 11
|
|
63845 Ponzano di Fermo (FM)
|
|
Italy
|
|
|
|
Owner's email address: info@jmpgames.com</p>
|
|
|
|
<h2>Your Rights</h2>
|
|
<p>You have the right to:</p>
|
|
<ul style="margin-left: 2rem; margin-top: 0.5rem;">
|
|
<li>Access your personal data</li>
|
|
<li>Request correction of your personal data</li>
|
|
<li>Request deletion of your personal data</li>
|
|
<li>Withdraw consent at any time</li>
|
|
</ul>
|
|
|
|
<h2>Contact Us</h2>
|
|
<p>If you have any questions about this Privacy Policy, please contact us at info@jmpgames.com</p>
|
|
|
|
<div style="margin-top: 2rem; text-align: center;">
|
|
<a href="index.html" style="color: var(--primary); text-decoration: none;">← Back to Home</a>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|