58ca4e68db
- Go backend API with full CRUD for all modules (CRM, Sales, Finance, HR, Legal, Marketing, Support, Purchase, Inventory, Projects, Automation, Analytics) - Rust analytics service with parallel report generation - C runtime with POSIX shared memory IPC - PostgreSQL schema with 30+ tables, full migrations - Redis cache, sessions, pub/sub - Kafka event streaming with Zookeeper - WebSocket hub for real-time updates - Automation engine with cron jobs, workflows, event triggers - JWT authentication, multi-tenant from start - Docker Compose with all services - Nginx reverse proxy with rate limiting - Integration tests passing - Feature gap analysis against Fortnox/Odoo/Visma Refs: BOC-001
43 lines
1.6 KiB
HTML
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> |