6989a98d75
- 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
67 lines
3.1 KiB
HTML
67 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Contributor Resources | quiXzoom</title>
|
|
<meta name="description" content="Resources for quiXzoom contributors: guides, best practices, and how to maximise your earnings.">
|
|
<link rel="canonical" href="https://landvex.com/contributors/">
|
|
<style>
|
|
body { font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 40px 20px; color: #1a1a1a; }
|
|
h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 0.5em; }
|
|
.subtitle { color: #666; font-size: 1.2rem; margin-bottom: 3em; }
|
|
.article-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 2em; }
|
|
.article-card { border: 1px solid #eee; border-radius: var(--radius-md); padding: 24px; transition: box-shadow 0.2s; }
|
|
.article-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
|
|
.article-card h2 { font-size: 1.3rem; margin-top: 0; }
|
|
.article-card a { color: #1a1a1a; text-decoration: none; }
|
|
.article-card a:hover { color: #0066cc; }
|
|
.article-meta { color: #666; font-size: 0.85rem; margin-top: 1em; }
|
|
.tag { display: inline-block; background: #f5f5f5; padding: 4px 12px; border-radius: var(--radius-sm); font-size: 0.8rem; margin-right: 8px; }
|
|
.cta-section { background: #f5f5f5; padding: 32px; border-radius: var(--radius-md); margin: 3em 0; text-align: center; }
|
|
.cta-section a { color: #0066cc; text-decoration: none; font-weight: 600; font-size: 1.1rem; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Contributor Resources</h1>
|
|
<p class="subtitle">Guides, best practices, and everything you need to succeed as a quiXzoom contributor.</p>
|
|
|
|
<div class="article-grid">
|
|
|
|
<div class="article-card">
|
|
<h2><a href="/contributors/how-missions-work/">quiXzoom Contributor Guide: How Missions Work</a></h2>
|
|
<p>New to quiXzoom? Learn how missions work, how you get paid, and how to build a reliable contributor profile that unlocks higher-value assignments.</p>
|
|
<div class="article-meta">
|
|
<span class="tag">Getting Started</span>
|
|
<span class="tag">Contributor Resources</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="article-card">
|
|
<h2><a href="/insights/crowdsourced-data-quality/">Can You Trust Crowdsourced Data?</a></h2>
|
|
<p>Learn how multi-pass verification, consensus scoring and transparent confidence make field data decision-grade — and why your contributions matter.</p>
|
|
<div class="article-meta">
|
|
<span class="tag">Data Quality</span>
|
|
<span class="tag">quiXzoom</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="article-card">
|
|
<h2><a href="/insights/how-the-consensus-engine-works/">How the Consensus Engine Works</a></h2>
|
|
<p>Understand how your observations are combined with others to produce reliable findings — and how your reliability score affects your mission access.</p>
|
|
<div class="article-meta">
|
|
<span class="tag">Data Quality</span>
|
|
<span class="tag">Methodology</span>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cta-section">
|
|
<p><strong>Ready to start earning?</strong></p>
|
|
<p><a href="https://app.quixzoom.com/join">Download the quiXzoom app and join →</a></p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|