Files
boc/quixzoom-landing-fixed/privacy/index.html
T
Bernt aee0f09db8 landvex: Fixar och tester klara för alla komponenter
- Datafabrik: Dockerfile fix, agentorkestrering fungerar
- Vision: Identify-modell, FAISS, OCR alla testade
- API: Alla 7 integrationstester passerade
- Upplösare: Entitetsupplösning verifierad
2026-07-05 06:41:32 +00:00

43 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy — QUIXZOOM</title>
<style>
body{font-family:-apple-system,BlinkMacSystemFont,sans-serif;max-width:800px;margin:0 auto;padding:40px 20px;line-height:1.6;color:#1a1a1a}
h1{font-size:2rem;margin-bottom:1rem}
h2{font-size:1.25rem;margin-top:2rem;margin-bottom:.5rem}
p{margin-bottom:1rem}
</style>
<style>
@media (max-width: 640px) {
.hero h1 { font-size: 2rem !important; }
.hero p { font-size: 1rem !important; }
.card { padding: 1.5rem !important; }
.grid { grid-template-columns: 1fr !important; }
.btn { padding: 0.75rem 1.5rem !important; font-size: 1rem !important; }
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Last updated:</strong> June 27, 2026</p>
<h2>1. Introduction</h2>
<p>QUIXZOOM is committed to protecting your privacy. This policy explains how we collect, use, and safeguard your data.</p>
<h2>2. Data We Collect</h2>
<p><strong>Observation Data:</strong> Photos, videos, GPS coordinates, and sensor data collected during missions.</p>
<p><strong>Account Data:</strong> Name, email, phone number, and payment information.</p>
<p><strong>Device Data:</strong> Camera model, operating system, and app version.</p>
<h2>3. How We Use Data</h2>
<p>We use your data to provide our services, improve our AI models, and process payments.</p>
<h2>4. Contact</h2>
<p>For privacy questions, contact us at <a href="mailto:support@quixzoom.com">support@quixzoom.com</a>.</p>
<p><a href="/">← Back to QUIXZOOM</a></p>
</body>
</html>