|
| 1 | +--- |
| 2 | +layout: default |
| 3 | +title: "Privacy & Data" |
| 4 | +description: "How we collect, use, and protect your data" |
| 5 | +permalink: /privacy-and-data/ |
| 6 | +--- |
| 7 | + |
| 8 | +<!-- Privacy & Data Page - styled like products.md --> |
| 9 | + |
| 10 | +<section class="section"> |
| 11 | + <div class="container"> |
| 12 | + <div class="text-center mb-5"> |
| 13 | + <h2>Privacy & Data</h2> |
| 14 | + <p style="font-size: var(--font-size-lg); max-width: 700px; margin: 0 auto;"> |
| 15 | + We take data protection seriously. This page summarizes the types of data we collect, how we use it, and your rights. For the full legal text see our <a href="{{ '/privacy-policy/' | relative_url }}">Privacy Policy</a>. |
| 16 | + </p> |
| 17 | + </div> |
| 18 | + </div> |
| 19 | +</section> |
| 20 | + |
| 21 | +<section class="section" style="background-color: var(--bg-secondary);"> |
| 22 | + <div class="container"> |
| 23 | + <div class="grid grid-1" style="gap: 2rem;"> |
| 24 | + <div class="card"> |
| 25 | + <h3>Overview</h3> |
| 26 | + <p>PlatformBuilds collects only the data necessary to provide our services, improve the website experience, and comply with legal requirements. We minimise data collection and apply appropriate security measures.</p> |
| 27 | + </div> |
| 28 | + |
| 29 | + <div class="card"> |
| 30 | + <h3>Data We Collect</h3> |
| 31 | + <ul> |
| 32 | + <li>Information you provide: contact forms, emails, and support requests.</li> |
| 33 | + <li>Automatically collected: IP address, browser, device, pages visited and referrer.</li> |
| 34 | + <li>Cookies and analytics data for site performance and usage.</li> |
| 35 | + </ul> |
| 36 | + </div> |
| 37 | + |
| 38 | + <div class="card"> |
| 39 | + <h3>How We Use Data</h3> |
| 40 | + <p>We use collected data to operate and improve our services, communicate with you, and perform security and legal obligations. We do not sell personal data to third parties.</p> |
| 41 | + </div> |
| 42 | + |
| 43 | + <div class="card"> |
| 44 | + <h3>Data Retention & Security</h3> |
| 45 | + <p>We retain personal information only as long as necessary for the purpose collected or as required by law. We use industry-standard safeguards including access controls and encryption where appropriate.</p> |
| 46 | + </div> |
| 47 | + |
| 48 | + <div class="card"> |
| 49 | + <h3>Your Rights</h3> |
| 50 | + <p>If you are within the EEA you have rights including access, rectification, erasure, restriction, portability and to object to processing. Contact us to exercise any rights.</p> |
| 51 | + </div> |
| 52 | + |
| 53 | + <div class="card"> |
| 54 | + <h3>Cookie Management</h3> |
| 55 | + <p>We use cookies (e.g., Google Analytics) to understand and improve the site. You can manage preferences via our cookie banner.</p> |
| 56 | + <button class="btn btn-primary" onclick="showCookieBanner()">Manage Cookie Preferences</button> |
| 57 | + </div> |
| 58 | + |
| 59 | + <div class="card"> |
| 60 | + <h3>Contact</h3> |
| 61 | + <p>If you have privacy queries or requests about your data:</p> |
| 62 | + <ul> |
| 63 | + <li>Email: <a href="mailto:privacy@platformbuilds.org">privacy@platformbuilds.org</a></li> |
| 64 | + <li>Address: SONESTAA IWOODS, BELLANDUR, BANGALORE - 560103</li> |
| 65 | + </ul> |
| 66 | + </div> |
| 67 | + |
| 68 | + </div> |
| 69 | + </div> |
| 70 | +</section> |
| 71 | + |
| 72 | +<section class="section" style="background-color: var(--color-primary); color: var(--text-white); text-align: center;"> |
| 73 | + <div class="container"> |
| 74 | + <h2 style="color: var(--text-white); margin-bottom: 1.5rem;">Need help with data or privacy?</h2> |
| 75 | + <p style="font-size: var(--font-size-lg); margin-bottom: 2rem; max-width: 700px; margin-left: auto; margin-right: auto; color: white;">Reach out to discuss data handling, compliance or to submit a data request.</p> |
| 76 | + |
| 77 | + <div class="card" style="background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: var(--text-white); margin-bottom: 2rem;"> |
| 78 | + <h3 style="color: white !important;">Get in touch</h3> |
| 79 | + <p style="color: rgba(255,255,255,0.9);">Schedule a consultation or send a privacy request.</p> |
| 80 | + <a href="{{ '/contact/' | relative_url }}" class="btn btn-primary btn-header">Contact Us</a> |
| 81 | + </div> |
| 82 | + </div> |
| 83 | +</section> |
| 84 | + |
| 85 | +<script> |
| 86 | +function showCookieBanner() { |
| 87 | + localStorage.removeItem('cookie-consent'); |
| 88 | + location.reload(); |
| 89 | +} |
| 90 | +</script> |
0 commit comments