Files
boc/backups/2026-07-12-1023/quixzoom.fr/mentions-legales
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

129 lines
6.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mentions légales quiXzoom</title>
<style>
:root { --bg: #F2F2F7; --surface: #fff; --label: #000; --label2: #3C3C43; --label3: rgba(60,60,67,.65); --accent: #0066FF; --sep: rgba(60,60,67,.2); --font: -apple-system,sans-serif; --r: 16px; }
@media (prefers-color-scheme: dark) {
:root { --bg: #1C1C1E; --surface: #2C2C2E; --label: #fff; --label2: #EBEBF5; --label3: rgba(235,235,245,.6); --sep: rgba(235,235,245,.15); }
}
* { box-sizing: border-box; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); background: var(--bg); color: var(--label); padding: 20px; max-width: 680px; margin: 0 auto; }
header { padding: 32px 0 24px; text-align: center; }
.logo { font-size: 28px; font-weight: 700; color: var(--accent); }
h1 { font-size: 22px; font-weight: 700; margin-top: 6px; }
header p { font-size: 13px; color: var(--label3); margin-top: 4px; }
.card { background: var(--surface); border-radius: var(--r); padding: 20px; margin-bottom: 12px; }
.card-title { font-size: 17px; font-weight: 600; margin-bottom: 12px; }
.row { display: flex; gap: 12px; padding: 12px 0; border-bottom: .5px solid var(--sep); align-items: flex-start; }
.row:last-child { border-bottom: none; }
.row-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(0,102,255,.1); }
.row-label { font-size: 15px; font-weight: 600; }
.row-sub { font-size: 13px; color: var(--label3); margin-top: 2px; line-height: 1.5; }
p, li { font-size: 15px; line-height: 1.6; color: var(--label2); }
a { color: var(--accent); }
footer { text-align: center; padding: 24px 0 8px; font-size: 13px; color: var(--label3); }
.back { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-size: .875rem; font-weight: 600; margin-bottom: 8px; text-decoration: none; }
</style>
</head>
<body>
<header>
<a class="back" href="/">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"/></svg>
quiXzoom
</a>
<div class="logo">qui<span>X</span>zoom</div>
<h1>Mentions légales</h1>
<p>Article 6 de la loi n° 2004-575 du 21 juin 2004 pour la confiance dans l'économie numérique</p>
</header>
<div class="card">
<div class="card-title">Éditeur du site</div>
<div class="row">
<div class="row-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#0066ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18M9 21V9M15 21V9"/></svg>
</div>
<div>
<div class="row-label">Landvex AB</div>
<div class="row-sub">
Société enregistrée en Suède<br>
Numéro d'organisation : 559141-7042<br>
Tyresö, Suède
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-title">Directeur de la publication</div>
<div class="row">
<div class="row-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#0066ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>
</div>
<div>
<div class="row-label">Erik Svensson</div>
<div class="row-sub">Directeur général, Landvex AB</div>
</div>
</div>
</div>
<div class="card">
<div class="card-title">Contact</div>
<div class="row">
<div class="row-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#0066ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
</div>
<div>
<div class="row-label">E-mail</div>
<div class="row-sub"><a href="mailto:contact@quixzoom.com">contact@quixzoom.com</a></div>
</div>
</div>
</div>
<div class="card">
<div class="card-title">Hébergement</div>
<div class="row">
<div class="row-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#0066ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="2" width="20" height="8" rx="2"/><rect x="2" y="14" width="20" height="8" rx="2"/><line x1="6" y1="6" x2="6.01" y2="6"/><line x1="6" y1="18" x2="6.01" y2="18"/></svg>
</div>
<div>
<div class="row-label">Amazon Web Services (AWS)</div>
<div class="row-sub">Région eu-north-1 — Stockholm, Suède</div>
</div>
</div>
</div>
<div class="card">
<div class="card-title">Propriété intellectuelle</div>
<p>quiXzoom est une marque de Landvex AB. Tout le contenu de ce site (textes, images, logos, graphismes) est protégé par le droit d'auteur. Toute reproduction ou représentation, totale ou partielle, sans autorisation expresse est interdite.</p>
</div>
<div class="card">
<div class="card-title">Données personnelles</div>
<div class="row">
<div class="row-icon">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#0066ff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
</div>
<div>
<div class="row-label">Politique de confidentialité</div>
<div class="row-sub">Pour en savoir plus sur le traitement de vos données personnelles, veuillez consulter notre <a href="/privacy">Politique de confidentialité</a>.</div>
</div>
</div>
</div>
<div class="card">
<div class="card-title">Règlement des litiges en ligne</div>
<p>La Commission européenne met à disposition une plateforme de règlement en ligne des litiges (RLL) accessible à l'adresse : <a href="https://ec.europa.eu/consumers/odr">ec.europa.eu/consumers/odr</a></p>
<p style="margin-top:8px">Notre adresse e-mail : <a href="mailto:contact@quixzoom.com">contact@quixzoom.com</a></p>
</div>
<footer>
<p>© 2026 Landvex AB · <a href="/privacy">Confidentialité</a> · <a href="/terms">Conditions générales</a> · <a href="/mentions-legales">Mentions légales</a></p>
</footer>
</body>
</html>