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
150 lines
5.8 KiB
HTML
150 lines
5.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="th">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>quiXzoom — ถ่ายภาพโลก รับรายได้ | เป็น Zoomer</title>
|
|
<meta name="description" content="quiXzoom จ่ายเงินให้คุณถ่ายภาพโครงสร้างพื้นฐาน ธรรมชาติ และสภาพแวดล้อมในเมือง ไม่มีค่าธรรมเนียมแพลตฟอร์ม เปิดตัวสิงหาคม 2026">
|
|
<link rel="canonical" href="https://quixzoom.asia/th/">
|
|
<link rel="alternate" hreflang="th" href="https://quixzoom.asia/th/">
|
|
<link rel="alternate" hreflang="zh-CN" href="https://quixzoom.asia/zh-cn/">
|
|
<link rel="alternate" hreflang="ja" href="https://quixzoom.asia/ja/">
|
|
<link rel="alternate" hreflang="ko" href="https://quixzoom.asia/ko/">
|
|
<link rel="alternate" hreflang="en" href="https://www.quixzoom.com/">
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
<style>
|
|
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Sukhumvit Set', 'Kanit', sans-serif;
|
|
background: #0a0a0a;
|
|
color: #ffffff;
|
|
line-height: 1.6;
|
|
}
|
|
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
|
|
header {
|
|
padding: 24px 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.logo { font-size: 24px; font-weight: 700; color: #0066ff; }
|
|
.lang-switcher { display: flex; gap: 16px; }
|
|
.lang-switcher a {
|
|
color: rgba(255,255,255,0.6);
|
|
text-decoration: none;
|
|
font-size: 14px;
|
|
transition: color 0.2s;
|
|
}
|
|
.lang-switcher a:hover, .lang-switcher a.active { color: #fff; }
|
|
.hero {
|
|
padding: 120px 0 80px;
|
|
text-align: center;
|
|
}
|
|
.hero h1 {
|
|
font-size: clamp(2.5rem, 5vw, 4rem);
|
|
font-weight: 800;
|
|
line-height: 1.2;
|
|
margin-bottom: 24px;
|
|
}
|
|
.hero p {
|
|
font-size: 1.25rem;
|
|
color: rgba(255,255,255,0.7);
|
|
max-width: 600px;
|
|
margin: 0 auto 40px;
|
|
}
|
|
.btn {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
padding: 16px 32px;
|
|
background: #0066ff;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
border-radius: 12px;
|
|
font-weight: 600;
|
|
font-size: 1rem;
|
|
transition: transform 0.2s, box-shadow 0.2s;
|
|
}
|
|
.btn:hover {
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 8px 30px rgba(0,102,255,0.3);
|
|
}
|
|
.features {
|
|
padding: 80px 0;
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
gap: 32px;
|
|
}
|
|
.feature {
|
|
background: rgba(255,255,255,0.05);
|
|
padding: 32px;
|
|
border-radius: 16px;
|
|
border: 1px solid rgba(255,255,255,0.1);
|
|
}
|
|
.feature h3 {
|
|
font-size: 1.25rem;
|
|
margin-bottom: 12px;
|
|
color: #fff;
|
|
}
|
|
.feature p {
|
|
color: rgba(255,255,255,0.6);
|
|
font-size: 0.9375rem;
|
|
}
|
|
.currency-note {
|
|
text-align: center;
|
|
padding: 40px 0;
|
|
color: rgba(255,255,255,0.5);
|
|
font-size: 0.875rem;
|
|
}
|
|
footer {
|
|
padding: 40px 0;
|
|
text-align: center;
|
|
color: rgba(255,255,255,0.4);
|
|
font-size: 0.875rem;
|
|
border-top: 1px solid rgba(255,255,255,0.1);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header>
|
|
<div class="logo">quiXzoom</div>
|
|
<nav class="lang-switcher">
|
|
<a href="/th/" class="active">ไทย</a>
|
|
<a href="/zh-cn/"></a>
|
|
<a href="/ja/"></a>
|
|
<a href="/en/">EN</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<section class="hero">
|
|
<h1>ถ่ายภาพโลก<br>รับรายได้</h1>
|
|
<p>quiXzoom จ่ายเงินให้คุณถ่ายภาพโครงสร้างพื้นฐาน สภาพแวดล้อมธรรมชาติ และทิวทัศน์เมือง ไม่มีค่าธรรมเนียมแพลตฟอร์ม จ่ายโดยตรงสำหรับภารกิจที่ได้รับการอนุมัติ</p>
|
|
<a href="https://www.quixzoom.com/register" class="btn">สมัครเป็น Zoomer</a>
|
|
</section>
|
|
|
|
<section class="features">
|
|
<div class="feature">
|
|
<h3>ถ่ายภาพและรับเงิน</h3>
|
|
<p>รับภารกิจใกล้เคียงและถ่ายภาพตามคำแนะนำ รับ ฿500-5,000 ต่อภารกิจที่ได้รับการอนุมัติ</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3>การจ่ายเงินที่รวดเร็ว</h3>
|
|
<p>จ่ายโดยตรงไปยังบัญชีธนาคารหรือพร้อมเพย์ภายใน 24 ชั่วโมงหลังจากได้รับการอนุมัติ</p>
|
|
</div>
|
|
<div class="feature">
|
|
<h3>ยืดหยุ่นและอิสระ</h3>
|
|
<p>ทำงานได้ทุกที่ทุกเวลา ไม่มีขั้นต่ำ ไม่มีกำหนดเวลา คุณตัดสินใจเอง</p>
|
|
</div>
|
|
</section>
|
|
|
|
<div class="currency-note">
|
|
ราคาแสดงเป็นบาทไทย (THB) จะแปลงตามอัตราแลกเปลี่ยนปัจจุบันเมื่อจ่ายเงิน
|
|
</div>
|
|
|
|
<footer>
|
|
<p>quiXzoom Asia | สนับสนุน: asia@quixzoom.com</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |