-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtasks.html
More file actions
252 lines (225 loc) · 14.9 KB
/
Copy pathtasks.html
File metadata and controls
252 lines (225 loc) · 14.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Verification Tasks | SimplyCodes Truth Engine</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
sc: {
black: '#070707',
surface: '#111111',
border: '#222222',
neon: '#86FC4F',
text: '#E5E5E5',
muted: '#737373'
}
},
fontFamily: {
sans: ['Figtree', 'sans-serif'],
mono: ['JetBrains Mono', 'monospace'],
}
}
}
}
</script>
<style>
.neon-glow { box-shadow: 0 0 20px rgba(134, 252, 79, 0.15); }
.glass-panel { background: rgba(17, 17, 17, 0.7); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.08); }
</style>
</head>
<body class="bg-sc-black text-sc-text font-sans antialiased selection:bg-sc-neon selection:text-black">
<nav class="fixed top-0 w-full z-50 border-b border-sc-border bg-sc-black/90 backdrop-blur-md">
<div class="max-w-7xl mx-auto px-6 h-16 flex items-center justify-between">
<div class="flex items-center gap-8">
<a href="index.html" class="flex items-center gap-2 group">
<div class="w-6 h-6 rounded bg-sc-neon flex items-center justify-center text-black font-bold text-lg">S</div>
<span class="font-bold tracking-tight text-white">SimplyCodes</span>
</a>
<div class="hidden md:flex items-center gap-6 text-sm font-medium text-white">
<a href="dashboard.html" class="hover:text-white transition-colors text-sc-muted">Console</a>
<a href="tasks.html" class="text-sc-neon">Tasks</a>
<a href="leaderboards.html" class="hover:text-white transition-colors text-sc-muted">Leaderboards</a>
</div>
</div>
<div class="flex items-center gap-4">
<div class="hidden md:flex flex-col items-end mr-2">
<span class="text-xs font-mono text-sc-neon">$42.50 USD</span>
<span class="text-[10px] text-sc-muted">Tier 3 Validator</span>
</div>
<div class="w-8 h-8 rounded bg-sc-surface border border-sc-border flex items-center justify-center text-xs font-bold text-white cursor-pointer hover:border-sc-neon transition-colors">
JS
</div>
</div>
</div>
</nav>
<header class="pt-24 pb-8 px-6 border-b border-sc-border bg-sc-surface">
<div class="max-w-7xl mx-auto">
<div class="flex flex-col md:flex-row justify-between items-end gap-6">
<div>
<h1 class="text-3xl font-bold text-white mb-2">Available Tasks</h1>
<p class="text-sc-muted text-sm font-mono">Queue: 412 Priority Items • Avg Payout: $1.12</p>
</div>
<div class="flex gap-2 text-xs font-mono">
<button class="px-4 py-2 bg-sc-neon text-black font-bold rounded">All Tasks</button>
<button class="px-4 py-2 bg-sc-black border border-sc-border text-sc-muted hover:text-white rounded transition-colors">High Value ($2+)</button>
<button class="px-4 py-2 bg-sc-black border border-sc-border text-sc-muted hover:text-white rounded transition-colors">Desktop Only</button>
<button class="px-4 py-2 bg-sc-black border border-sc-border text-sc-muted hover:text-white rounded transition-colors">Mobile Only</button>
</div>
</div>
</div>
</header>
<main class="py-12 px-6 max-w-7xl mx-auto">
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="group bg-sc-black border border-sc-neon rounded-xl p-6 relative hover:shadow-[0_0_20px_rgba(134,252,79,0.1)] transition-all">
<div class="absolute top-4 right-4 text-xl font-bold font-mono text-sc-neon">$3.50</div>
<div class="flex items-center gap-3 mb-6">
<div class="w-10 h-10 bg-white rounded flex items-center justify-center">
<svg class="w-6 h-6 text-black" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>
</div>
<div>
<div class="text-white font-bold">Gap.com</div>
<div class="text-xs text-sc-muted font-mono">Verify Stacking Logic</div>
</div>
</div>
<div class="space-y-3 mb-6">
<div class="text-sm text-gray-400">
Does code <span class="font-mono text-white bg-sc-surface px-1 rounded">GAP20</span> stack with auto-applied "Cash" rewards?
</div>
<div class="flex flex-wrap gap-2">
<span class="text-[10px] font-mono bg-sc-surface border border-sc-border px-2 py-1 rounded text-sc-muted">Desktop Only</span>
<span class="text-[10px] font-mono bg-sc-surface border border-sc-border px-2 py-1 rounded text-sc-muted">Screenshot Req</span>
</div>
</div>
<button class="w-full py-2 bg-sc-neon text-black font-bold rounded hover:bg-white transition-colors text-sm">
Accept Task
</button>
</div>
<div class="group bg-sc-black border border-sc-border rounded-xl p-6 hover:border-sc-muted transition-colors">
<div class="absolute top-4 right-4 text-xl font-bold font-mono text-white">$1.25</div>
<div class="flex items-center gap-3 mb-6">
<div class="w-10 h-10 bg-white rounded flex items-center justify-center">
<svg class="w-6 h-6 text-black" viewBox="0 0 24 24" fill="currentColor"><path d="M5.242 13.769L6.5 16.5l2.095-6.521 2.227 8.026 2.227-8.026 2.095 6.521 1.258-2.731C18.895 11.272 19.5 7.732 19.5 4.5c0-3.352-1.5-4.5-7.5-4.5S4.5 1.148 4.5 4.5c0 3.232.605 6.772 1.992 9.269z"/></svg>
</div>
<div>
<div class="text-white font-bold">Lululemon</div>
<div class="text-xs text-sc-muted font-mono">Validate Code</div>
</div>
</div>
<div class="space-y-3 mb-6">
<div class="text-sm text-gray-400">
Test code <span class="font-mono text-white bg-sc-surface px-1 rounded">LULU15</span> on a full-price item.
</div>
<div class="flex flex-wrap gap-2">
<span class="text-[10px] font-mono bg-sc-surface border border-sc-border px-2 py-1 rounded text-sc-muted">Mobile OK</span>
</div>
</div>
<button class="w-full py-2 bg-sc-surface border border-sc-border text-white font-bold rounded hover:bg-sc-border transition-colors text-sm">
Accept Task
</button>
</div>
<div class="group bg-sc-black border border-sc-border rounded-xl p-6 hover:border-sc-muted transition-colors">
<div class="absolute top-4 right-4 text-xl font-bold font-mono text-white">$0.50</div>
<div class="flex items-center gap-3 mb-6">
<div class="w-10 h-10 bg-white rounded flex items-center justify-center">
<svg class="w-6 h-6 text-black" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>
</div>
<div>
<div class="text-white font-bold">Uber Eats</div>
<div class="text-xs text-sc-muted font-mono">Geo Check</div>
</div>
</div>
<div class="space-y-3 mb-6">
<div class="text-sm text-gray-400">
Is the "Free Delivery" promo active in <span class="font-mono text-white bg-sc-surface px-1 rounded">London, UK</span>?
</div>
<div class="flex flex-wrap gap-2">
<span class="text-[10px] font-mono bg-sc-surface border border-sc-border px-2 py-1 rounded text-sc-muted">Geo: UK</span>
</div>
</div>
<button class="w-full py-2 bg-sc-surface border border-sc-border text-white font-bold rounded hover:bg-sc-border transition-colors text-sm">
Accept Task
</button>
</div>
<div class="group bg-sc-black border border-sc-border rounded-xl p-6 hover:border-sc-muted transition-colors opacity-50 cursor-not-allowed relative">
<div class="absolute inset-0 bg-black/50 z-10 flex items-center justify-center">
<span class="bg-sc-border px-3 py-1 rounded text-xs font-mono font-bold">LOCKED: TIER 4 REQ</span>
</div>
<div class="absolute top-4 right-4 text-xl font-bold font-mono text-white">$10.00</div>
<div class="flex items-center gap-3 mb-6">
<div class="w-10 h-10 bg-white rounded flex items-center justify-center">
<svg class="w-6 h-6 text-black" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2L2 7l10 5 10-5-10-5zm0 9l2.5-1.25L12 8.5l-2.5 1.25L12 11zm0 2.5l-5-2.5-5 2.5L12 22l10-8.5-5-2.5-5 2.5z"/></svg>
</div>
<div>
<div class="text-white font-bold">Wayfair Audit</div>
<div class="text-xs text-sc-muted font-mono">Full Site Scan</div>
</div>
</div>
<div class="space-y-3 mb-6">
<div class="text-sm text-gray-400">
Manual audit of 50 active codes. Requires comprehensive report.
</div>
</div>
<button class="w-full py-2 bg-sc-surface border border-sc-border text-sc-muted font-bold rounded text-sm cursor-not-allowed">
Locked
</button>
</div>
</div>
</main>
<footer class="bg-sc-black border-t border-sc-border pt-20 pb-10 px-6">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-2 md:grid-cols-4 gap-12 mb-20">
<div>
<h4 class="font-mono text-xs text-sc-muted uppercase tracking-widest mb-6">Platform</h4>
<ul class="space-y-4 text-sm font-medium text-gray-400">
<li><a href="extension.html" class="hover:text-white hover:text-sc-neon transition-colors">Extension</a></li>
<li><a href="mobile-app.html" class="hover:text-white hover:text-sc-neon transition-colors">Mobile App</a></li>
<li><a href="chatgpt.html" class="hover:text-white hover:text-sc-neon transition-colors">ChatGPT App</a></li>
<li><a href="api.html" class="hover:text-white hover:text-sc-neon transition-colors">Developer API</a></li>
</ul>
</div>
<div>
<h4 class="font-mono text-xs text-sc-muted uppercase tracking-widest mb-6">Truth</h4>
<ul class="space-y-4 text-sm font-medium text-gray-400">
<li><a href="live.html" class="hover:text-white hover:text-sc-neon transition-colors">Live Ledger</a></li>
<li><a href="truth.html" class="hover:text-white hover:text-sc-neon transition-colors">Methodology</a></li>
<li><a href="taxonomy.html" class="hover:text-white hover:text-sc-neon transition-colors">Failure Taxonomy</a></li>
<li><a href="privacy.html" class="hover:text-white hover:text-sc-neon transition-colors">Privacy Promise</a></li>
</ul>
</div>
<div>
<h4 class="font-mono text-xs text-sc-muted uppercase tracking-widest mb-6">Workforce</h4>
<ul class="space-y-4 text-sm font-medium text-gray-400">
<li><a href="workforce.html" class="text-white hover:text-sc-neon transition-colors">Join the Workforce</a></li>
<li><a href="leaderboards.html" class="hover:text-white hover:text-sc-neon transition-colors">Leaderboards</a></li>
<li><a href="#" class="hover:text-white hover:text-sc-neon transition-colors">ShopGraph Tasks</a></li>
</ul>
</div>
<div>
<h4 class="font-mono text-xs text-sc-muted uppercase tracking-widest mb-6">Status</h4>
<div class="flex items-center gap-2 mb-4">
<span class="w-2 h-2 rounded-full bg-sc-neon"></span>
<span class="text-sm text-white font-mono">Operational</span>
</div>
<p class="text-xs text-sc-muted">Latency: 12ms</p>
<p class="text-xs text-sc-muted">San Francisco, CA</p>
</div>
</div>
<div class="border-t border-sc-border pt-8 flex flex-col md:flex-row justify-between items-center gap-4">
<div class="text-sm text-sc-muted">© 2026 Demand.io. All rights reserved.</div>
<div class="flex gap-6 text-sm text-sc-muted">
<a href="#" class="hover:text-white">Twitter / X</a>
<a href="#" class="hover:text-white">LinkedIn</a>
</div>
</div>
</div>
</footer>
</body>
</html>