generated from dwd/boilarplate-astro-tailwind
55 lines
2.9 KiB
Plaintext
55 lines
2.9 KiB
Plaintext
---
|
|
import Layout from "../layouts/Layout.astro";
|
|
---
|
|
<Layout title="Privacy Policy | Barta-India"
|
|
>
|
|
|
|
<main>
|
|
<div>
|
|
<section class="container mx-auto px-4">
|
|
<p class="float-right font-bold">Effective Date: 11-01-2024</p>
|
|
<div class="space-y-2">
|
|
<h1>Privacy Policy for Barta India</h1>
|
|
<h2>1. Introduction</h2>
|
|
<p>Welcome to Barta India ("we," "us," or "our"). This Privacy Policy is designed to inform you that we do not collect any personal information when you visit our website, <a class="text-blue-500 font-bold" href="https://www.barta-india.in" target="_blank">https://www.barta-india.in</a>.</p>
|
|
<h3>2. Information Collection</h3>
|
|
<p>We do not collect any personal information from our users. You can visit our website and enjoy our content without providing any identifiable information.</p>
|
|
<h3>3. Cookies and Similar Technologies</h3>
|
|
<p>While we may use cookies and similar technologies for technical purposes, we do not use these to collect or store any personal information.</p>
|
|
<h3>4. Third-Party Links</h3>
|
|
<p>Our website may contain links to third-party websites. We are not responsible for the privacy practices or content of these websites. Please review their privacy policies.</p>
|
|
<h3>5. Data Security</h3>
|
|
<p>Even though we do not collect personal information, we are committed to maintaining the security of our website and ensuring that any technical information collected is secured.</p>
|
|
<h3>6. Children's Privacy</h3>
|
|
<p>Our services are not intended for individuals under the age of 13. We do not knowingly collect personal information from children.</p>
|
|
<h3>7. Changes to this Privacy Policy</h3>
|
|
<p>We reserve the right to update or modify this Privacy Policy at any time. The revised version will be effective immediately upon posting on this page.</p>
|
|
<h3>8. Contact Us</h3>
|
|
<p>If you have any questions or concerns about this Privacy Policy, please contact us at <a class="text-blue-500 font-bold" href="https://www.barta-india.in/contact">Barta-Feedback</a>.</p>
|
|
<p>By using our website, you acknowledge and agree that we do not collect any user information.</p>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</main>
|
|
</Layout>
|
|
<style>
|
|
h1{
|
|
font-size: 25px;
|
|
font-weight: bold;
|
|
color: #780a0a;
|
|
}
|
|
h2{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #780a0a;
|
|
}
|
|
h3{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #780a0a;
|
|
}
|
|
p{
|
|
font-size: 16px;
|
|
text-align: justify;
|
|
}
|
|
</style> |