Skip to content

Commit

Permalink
Create palpair_privacy_policy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenfe authored Dec 6, 2024
1 parent 7bb0375 commit dbcba46
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions palpair_privacy_policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - PalPair</title>
</head>
<body>
<header>
<h1>Privacy Policy for PalPair</h1>
</header>
<section>
<h2>Introduction</h2>
<p>Welcome to PalPair, a random video chat app that allows users to meet new people and chat via video. This Privacy Policy outlines the types of personal information we collect, how we use it, and the steps we take to protect your privacy.</p>
</section>

<section>
<h2>Information We Collect</h2>
<p>When you register on PalPair, we collect the following information:</p>
<ul>
<li><strong>Email Address:</strong> Used for account registration and login.</li>
<li><strong>Password:</strong> Used to secure your account.</li>
<li><strong>Age:</strong> To ensure you meet the required age for using our service.</li>
<li><strong>Location:</strong> This information helps to connect you with users from your region.</li>
<li><strong>Gender:</strong> For matchmaking and user experience enhancement.</li>
</ul>
<p>All information is stored securely in our database. We do not require email verification for account registration.</p>
</section>

<section>
<h2>How We Use Your Information</h2>
<p>The information we collect is used to provide and improve our services, specifically to:</p>
<ul>
<li>Allow you to create and manage your account.</li>
<li>Connect you with other users for video chats.</li>
<li>Enhance your experience based on location, age, and gender preferences.</li>
<li>Send you notifications related to your account and app activities.</li>
</ul>
</section>

<section>
<h2>Data Security</h2>
<p>We take reasonable steps to protect the personal information you provide to us from unauthorized access, alteration, disclosure, or destruction. However, please note that no method of transmission over the internet is 100% secure, and we cannot guarantee the absolute security of your data.</p>
</section>

<section>
<h2>Your Rights</h2>
<p>You have the right to access, update, or delete your personal information stored with us. If you would like to request any changes to your account or have your data deleted, please contact us directly through the contact details provided below.</p>
</section>

<section>
<h2>Sharing Your Information</h2>
<p>We do not share your personal information with third parties except as required by law or to enhance the functionality of our services (such as through third-party analytics tools). We will never sell or rent your personal data to any third party.</p>
</section>

<section>
<h2>Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. When we make changes, we will update this page and notify you through the app or via email. Please review this policy periodically to stay informed about how we protect your information.</p>
</section>

<section>
<h2>Contact Us</h2>
<p>If you have any questions or concerns about our Privacy Policy, please contact us at:</p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Website: <a href="https://www.palpair.com">www.palpair.com</a></p>
</section>

<footer>
<p>&copy; 2024 PalPair. All rights reserved.</p>
</footer>
</body>
</html>

0 comments on commit dbcba46

Please sign in to comment.