Files
boc/quixzoom-landing-fixed/terms/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

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>