Files
boc/quixzoom-og-image.svg
T
Bernt 6989a98d75 feat: Passwordless cross-device authentication
- Arkitektur: docs/auth/passwordless-architecture.md
- Backend: iom/quixzoom-auth-service/ (FastAPI + Redis)
- Webb: quixzoom-market-pages/se/login/ (QR-kod + polling)
- App: iom/quixzoom-app/src/features/auth/ (push + deep links)

Flöde: QR-kod → app-godkännande → webb-inloggad
2026-07-07 07:11:50 +00:00

56 lines
2.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 630">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0A0A0A"/>
<stop offset="100%" stop-color="#1A1A2E"/>
</linearGradient>
<linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0066FF"/>
<stop offset="100%" stop-color="#0052CC"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="4" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="1200" height="630" fill="url(#bg)"/>
<!-- Subtle grid pattern -->
<g opacity="0.03" stroke="#FFFFFF" stroke-width="1">
<line x1="0" y1="126" x2="1200" y2="126"/>
<line x1="0" y1="252" x2="1200" y2="252"/>
<line x1="0" y1="378" x2="1200" y2="378"/>
<line x1="0" y1="504" x2="1200" y2="504"/>
<line x1="200" y1="0" x2="200" y2="630"/>
<line x1="400" y1="0" x2="400" y2="630"/>
<line x1="600" y1="0" x2="600" y2="630"/>
<line x1="800" y1="0" x2="800" y2="630"/>
<line x1="1000" y1="0" x2="1000" y2="630"/>
</g>
<!-- Logo group -->
<g transform="translate(180, 200)">
<!-- Camera lens shape -->
<circle cx="120" cy="120" r="100" fill="none" stroke="url(#accent)" stroke-width="24" filter="url(#glow)"/>
<circle cx="120" cy="120" r="50" fill="url(#accent)"/>
<!-- quiXzoom dot -->
<circle cx="200" cy="40" r="16" fill="#FF3366"/>
</g>
<!-- Brand name -->
<text x="420" y="280" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif" font-size="72" font-weight="700" fill="#FFFFFF" letter-spacing="-1">quiXzoom</text>
<!-- Tagline -->
<text x="420" y="340" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif" font-size="28" font-weight="400" fill="#8A8A9A">Field Intelligence Platform</text>
<!-- Subtle accent line -->
<line x1="420" y1="380" x2="720" y2="380" stroke="url(#accent)" stroke-width="3" opacity="0.6"/>
<!-- Bottom text -->
<text x="600" y="560" text-anchor="middle" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif" font-size="18" font-weight="400" fill="#5A5A6A">Crowdsourced Infrastructure Intelligence</text>
</svg>