-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacyPolicy.html
45 lines (39 loc) · 2.76 KB
/
privacyPolicy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!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>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p>This Privacy Policy describes how Film Ad Exchange LLC ("we", "us", or "our") collects, uses, and shares personal information when you use our services or visit our website.</p>
<section id="information-collection">
<h2>Information We Collect</h2>
<p>We may collect personal information such as your name, email address, phone number, postal address, and payment information when you interact with us or use our services. We may also collect information about your interactions with our website, such as your IP address, browser type, and pages visited.</p>
</section>
<section id="information-use">
<h2>How We Use Your Information</h2>
<p>We use the information we collect to provide, maintain, and improve our services, communicate with you, process payments, and personalize your experience. We may also use your information to comply with legal obligations, prevent fraud, and enforce our policies.</p>
</section>
<section id="information-sharing">
<h2>Sharing of Information</h2>
<p>We may share your personal information with third-party service providers who help us operate our business and provide our services. These service providers are contractually obligated to use your information only for the purposes of providing the services we request. We may also share your information in response to legal requests or to protect our rights, property, or safety.</p>
</section>
<section id="your-choices">
<h2>Your Choices</h2>
<p>You can choose not to provide certain information, but this may limit your ability to use our services. You can also opt-out of receiving promotional communications from us by following the instructions in those communications.</p>
</section>
<section id="security">
<h2>Security</h2>
<p>We take reasonable measures to protect your personal information from unauthorized access, use, or disclosure. However, no method of transmission over the Internet or electronic storage is 100% secure, so we cannot guarantee absolute security.</p>
</section>
<section id="changes-to-policy">
<h2>Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time, and any changes will be posted on this page. We encourage you to review this Privacy Policy periodically for any updates.</p>
</section>
</div>
</body>
</html>