Files
boc/quixzoom-landing-fixed/careers.html
T
Bernt 48ea61cdcc docs: add quixzoom-auth-core product to AAMOS
- Product documentation in docs/products/
- Updated MEMORY.md with product info
- quiXzoom Auth Core as AAMOS Identity product
2026-07-14 09:58:53 +00:00

61 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Careers at quiXzoom</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta name="description" content="Join the quiXzoom team. We're building the world's largest network of verified field photographers.">
<style>
:root{--bg-white:#FFFFFF;--bg-off:#F7F7F5;--blue:#0066FF;--text-dark:#1a1a1a;--text-body:#3a3a3a;--text-muted:#6B6B6B;--radius-card:16px;}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Inter',sans-serif;background:var(--bg-white);color:var(--text-body);line-height:1.65}
.container{max-width:800px;margin:0 auto;padding:48px 24px}
h1{font-size:2.5rem;font-weight:900;color:var(--text-dark);margin-bottom:16px}
h2{font-size:1.5rem;font-weight:800;color:var(--text-dark);margin:32px 0 16px}
p{margin-bottom:16px;color:var(--text-body)}
.back{margin-bottom:24px;display:inline-block;color:var(--blue);text-decoration:none;font-weight:600}
.back:hover{text-decoration:underline}
.job-card{background:var(--bg-off);border-radius:var(--radius-card);padding:24px;margin-bottom:16px}
.job-title{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:8px}
.job-meta{font-size:.85rem;color:var(--text-muted);margin-bottom:12px}
.job-desc{font-size:.9rem;color:var(--text-body);margin-bottom:12px}
.btn{background:var(--blue);color:#fff;border:none;border-radius:100px;padding:10px 24px;font-size:.9rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block}
.btn:hover{background:#0052CC}
</style>
<script type="module" src="https://auth.quixzoom.com/site-auth-snippet.js"></script>
</head>
<body>
<div class="container">
<a href="/" class="back">← Back to quiXzoom</a>
<h1>Careers at quiXzoom</h1>
<p>We're building the world's largest network of verified field photographers. Join us.</p>
<h2>Open Positions</h2>
<div class="job-card">
<div class="job-title">Senior Backend Engineer</div>
<div class="job-meta">Stockholm · Full-time · Remote OK</div>
<div class="job-desc">Build the infrastructure that powers millions of photo missions. Go, PostgreSQL, AWS.</div>
<a href="mailto:careers@quixzoom.com?subject=Senior Backend Engineer" class="btn">Apply</a>
</div>
<div class="job-card">
<div class="job-title">AI/ML Engineer</div>
<div class="job-meta">Stockholm · Full-time</div>
<div class="job-desc">Develop computer vision models for automated photo review and anomaly detection.</div>
<a href="mailto:careers@quixzoom.com?subject=AI/ML Engineer" class="btn">Apply</a>
</div>
<div class="job-card">
<div class="job-title">Community Manager</div>
<div class="job-meta">Stockholm · Full-time</div>
<div class="job-desc">Grow and nurture the Zoomer community across multiple markets.</div>
<a href="mailto:careers@quixzoom.com?subject=Community Manager" class="btn">Apply</a>
</div>
<h2>Don't see your role?</h2>
<p>We're always looking for exceptional people. Send your CV and a note to <a href="mailto:careers@quixzoom.com" style="color:var(--blue)">careers@quixzoom.com</a>.</p>
</div>
</body>
</html>