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
113 lines
5.6 KiB
Plaintext
113 lines
5.6 KiB
Plaintext
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Impressum – 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; }
|
||
* { 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); }
|
||
.logo .x { 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="/">← quiXzoom</a>
|
||
<div class="logo">qui<span class="x">X</span>zoom</div>
|
||
<h1>Impressum</h1>
|
||
<p>Angaben gemäß § 5 TMG</p>
|
||
</header>
|
||
|
||
<div class="card">
|
||
<div class="card-title">Diensteanbieter</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">
|
||
Registriert in Schweden<br>
|
||
Organisationsnummer: 559141-7042<br>
|
||
Tyresö, Sweden
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="card-title">Kontakt</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 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"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10z"/></svg>
|
||
</div>
|
||
<div>
|
||
<div class="row-label">Website</div>
|
||
<div class="row-sub"><a href="https://www.quixzoom.com">www.quixzoom.com</a></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="card-title">Verantwortlich für den Inhalt</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">Geschäftsführer, Landvex AB<br>Tyresö, Sweden</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="card-title">Aufsichtsbehörde / Datenschutz</div>
|
||
<p>Der Datenschutzbeauftragte ist unter <a href="mailto:privacy@quixzoom.com">privacy@quixzoom.com</a> erreichbar.</p>
|
||
<p style="margin-top:10px">Zuständige Aufsichtsbehörde für Datenschutz in Schweden: Integritetsskyddsmyndigheten (IMY), <a href="https://www.imy.se">www.imy.se</a></p>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="card-title">Haftungsausschluss</div>
|
||
<p>quiXzoom ist eine Plattform zur Vermittlung von Fotoaufträgen zwischen Auftraggebern und unabhängigen Mitwirkenden (Zoomers). Die auf dieser Website bereitgestellten Informationen dienen ausschließlich allgemeinen Informationszwecken. Landvex AB übernimmt keine Haftung für die Richtigkeit, Vollständigkeit oder Aktualität der bereitgestellten Inhalte.</p>
|
||
</div>
|
||
|
||
<div class="card">
|
||
<div class="card-title">Plattform der EU-Kommission zur Online-Streitbeilegung</div>
|
||
<p>Die Europäische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit: <a href="https://ec.europa.eu/consumers/odr">ec.europa.eu/consumers/odr</a></p>
|
||
<p style="margin-top:8px">Unsere E-Mail-Adresse lautet: <a href="mailto:contact@quixzoom.com">contact@quixzoom.com</a></p>
|
||
</div>
|
||
|
||
<footer>
|
||
<p>© 2026 Landvex AB · <a href="/privacy">Datenschutz</a> · <a href="/terms">AGB</a> · <a href="/impressum">Impressum</a></p>
|
||
</footer>
|
||
|
||
</body>
|
||
</html>
|