-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05a4082
commit 01d6534
Showing
3 changed files
with
100 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Privacy Policy</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
margin: 20px; | ||
line-height: 1.6; | ||
} | ||
h1, h2, h3 { | ||
color: #333; | ||
} | ||
a { | ||
color: #0066cc; | ||
text-decoration: none; | ||
} | ||
a:hover { | ||
text-decoration: underline; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<h1>Privacy Policy</h1> | ||
<p>Effective date: [Date]</p> | ||
|
||
<p>Welcome to [Your Website Name]. This privacy policy describes how we collect, use, and protect your personal information when you visit our website.</p> | ||
|
||
<h2>1. Information We Collect</h2> | ||
<p>We may collect the following types of information:</p> | ||
<ul> | ||
<li><strong>Personal Information:</strong> Name, email address, phone number, and other contact details when voluntarily provided by users.</li> | ||
<li><strong>Usage Data:</strong> Information about your interaction with our website, including pages visited, time spent, and IP address.</li> | ||
<li><strong>Cookies:</strong> We use cookies to enhance your experience on our website. You can control cookies through your browser settings.</li> | ||
</ul> | ||
|
||
<h2>2. How We Use Your Information</h2> | ||
<p>Your information may be used for the following purposes:</p> | ||
<ul> | ||
<li>To provide and maintain our services.</li> | ||
<li>To improve user experience by analyzing website usage data.</li> | ||
<li>To send newsletters, promotional materials, or other communication if you opt-in.</li> | ||
<li>To comply with legal obligations.</li> | ||
</ul> | ||
|
||
<h2>3. Data Sharing and Disclosure</h2> | ||
<p>We do not share your personal information with third parties except:</p> | ||
<ul> | ||
<li>When required by law.</li> | ||
<li>To protect the rights and safety of our website and users.</li> | ||
<li>With trusted service providers who assist in our business operations.</li> | ||
</ul> | ||
|
||
<h2>4. Your Rights</h2> | ||
<p>You have the following rights regarding your personal data:</p> | ||
<ul> | ||
<li>The right to access, correct, or delete your personal information.</li> | ||
<li>The right to object to or restrict certain types of data processing.</li> | ||
<li>The right to withdraw consent for communications at any time.</li> | ||
</ul> | ||
|
||
<h2>5. Data Security</h2> | ||
<p>We take reasonable measures to protect your information from unauthorized access, loss, or misuse. However, no method of transmission over the internet is 100% secure.</p> | ||
|
||
<h2>6. Changes to This Privacy Policy</h2> | ||
<p>We may update this privacy policy from time to time. We will notify you of any changes by posting the new policy on this page.</p> | ||
|
||
<h2>7. Contact Us</h2> | ||
<p>If you have any questions about this privacy policy, please contact us at <a href="mailto:your-email@example.com">your-email@example.com</a>.</p> | ||
|
||
<p>© 2024 [Your Company Name]. All rights reserved.</p> | ||
|
||
</body> | ||
</html> |