Files
boc/backups/2026-07-12-1023/quixzoom-landing-prod/terms/index.html
T
Bernt 58ca4e68db feat(boc): Complete Business Operations Center v1.0
- 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
2026-07-12 12:41:35 +00:00

40 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service — 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>Terms of Service</h1>
<p><strong>Last updated:</strong> June 27, 2026</p>
<h2>1. Introduction</h2>
<p>Welcome to QUIXZOOM. These Terms of Service govern your use of our platform.</p>
<h2>2. Definitions</h2>
<p><strong>"Platform"</strong> means the QUIXZOOM mobile application and related services.</p>
<p><strong>"Zoomer"</strong> means a registered user who collects field observations.</p>
<p><strong>"Mission"</strong> means a task assigned to a Zoomer.</p>
<h2>3. Contact</h2>
<p>For questions about these terms, contact us at <a href="mailto:support@quixzoom.com">support@quixzoom.com</a>.</p>
<p><a href="/">← Back to QUIXZOOM</a></p>
</body>
</html>