datacenter-ip-checker/web/landing/privacy.html

164 lines
6.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<title>Privacy Policy</title>
@@include('meta.html') @@include('link_deps.html')
</head>
<body class="bg-base-200 flex flex-col items-center min-h-screen">
@@include('nav.html')
<div
class="flex-grow flex flex-col items-center justify-center w-full max-w-4xl px-4 py-10"
>
<h1 class="text-5xl font-bold mb-10 text-base-content">Privacy Policy</h1>
<div
class="bg-base-100 shadow-lg rounded-lg p-6 w-full text-base-content"
>
<p class="mb-4">
Your privacy is important to us. It is API Data Center's policy to
respect your privacy regarding any information we may collect from you
across our website,
<a href="#" class="text-primary">https://www.yourwebsite.com</a>, and
other sites we own and operate.
</p>
<h2 class="text-2xl font-bold mb-4">1. Information We Collect</h2>
<p class="mb-4">
We only collect information about you if we have a reason to do so
for example, to provide our services, to communicate with you, or to
make our services better.
</p>
<p class="mb-4">
We collect information in three ways: if and when you provide
information to us, automatically through operating our services, and
from outside sources. Here is the information we collect:
</p>
<ul class="list-disc list-inside mb-4">
<li>Log data</li>
<li>Device information</li>
<li>IP address</li>
<li>Cookies and other tracking technologies</li>
</ul>
<h2 class="text-2xl font-bold mb-4">2. How We Use Information</h2>
<p class="mb-4">
We use the information we collect in various ways, including to:
</p>
<ul class="list-disc list-inside mb-4">
<li>Provide, operate, and maintain our website</li>
<li>Improve, personalize, and expand our website</li>
<li>Understand and analyze how you use our website</li>
<li>Develop new products, services, features, and functionality</li>
<li>
Communicate with you, either directly or through one of our
partners, including for customer service, to provide you with
updates and other information relating to the website, and for
marketing and promotional purposes
</li>
<li>Process your transactions and manage your orders</li>
<li>Find and prevent fraud</li>
</ul>
<h2 class="text-2xl font-bold mb-4">3. Sharing Information</h2>
<p class="mb-4">
We do not share your personal information with anyone except to comply
with the law, develop our products, or protect our rights.
</p>
<p class="mb-4">
We may share information about you in the following ways:
</p>
<ul class="list-disc list-inside mb-4">
<li>
With third-party vendors, consultants, and other service providers
who need access to such information to carry out work on our behalf
</li>
<li>
To comply with laws or to respond to lawful requests and legal
process
</li>
<li>
To protect the rights and property of API Data Center, our agents,
customers, and others, including to enforce our agreements,
policies, and terms of use
</li>
<li>
In an emergency to protect the personal safety of API Data Center,
its customers, or any person
</li>
<li>With your consent</li>
</ul>
<h2 class="text-2xl font-bold mb-4">4. Data Retention</h2>
<p class="mb-4">
We will retain your information only for as long as is necessary for
the purposes set out in this policy. We will retain and use your
information to the extent necessary to comply with our legal
obligations, resolve disputes, and enforce our policies.
</p>
<h2 class="text-2xl font-bold mb-4">5. Security</h2>
<p class="mb-4">
The security of your information is important to us. We use
commercially acceptable means to protect your personal information,
but remember that no method of transmission over the Internet, or
method of electronic storage is 100% secure and reliable, and we
cannot guarantee its absolute security.
</p>
<h2 class="text-2xl font-bold mb-4">6. Your Data Protection Rights</h2>
<p class="mb-4">
Depending on your location, you may have the following rights
regarding your personal data:
</p>
<ul class="list-disc list-inside mb-4">
<li>
The right to access You have the right to request copies of your
personal data.
</li>
<li>
The right to rectification You have the right to request that we
correct any information you believe is inaccurate or complete
information you believe is incomplete.
</li>
<li>
The right to erasure You have the right to request that we erase
your personal data, under certain conditions.
</li>
<li>
The right to restrict processing You have the right to request
that we restrict the processing of your personal data, under certain
conditions.
</li>
<li>
The right to object to processing You have the right to object to
our processing of your personal data, under certain conditions.
</li>
<li>
The right to data portability You have the right to request that
we transfer the data that we have collected to another organization,
or directly to you, under certain conditions.
</li>
</ul>
<h2 class="text-2xl font-bold mb-4">
7. Changes to This Privacy Policy
</h2>
<p class="mb-4">
We may update our Privacy Policy from time to time. We will notify you
of any changes by posting the new Privacy Policy on this page. You are
advised to review this Privacy Policy periodically for any changes.
Changes to this Privacy Policy are effective when they are posted on
this page.
</p>
<h2 class="text-2xl font-bold mb-4">8. Contact Us</h2>
<p class="mb-4">
If you have any questions about this Privacy Policy, please contact
us.
<a href="#" class="text-primary">contact us</a>
</p>
</div>
</div>
@@include('footer.html') @@include('script_deps.html')
</body>
</html>