-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmobile-app.html
More file actions
224 lines (206 loc) · 14.5 KB
/
Copy pathmobile-app.html
File metadata and controls
224 lines (206 loc) · 14.5 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
<!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>Mobile App | 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'],
},
animation: {
'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
}
}
}
}
</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 group-hover:neon-glow transition-all">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-sc-muted">
<a href="live.html" class="hover:text-white transition-colors">Live Ledger</a>
<a href="truth.html" class="hover:text-white transition-colors">Methodology</a>
</div>
</div>
<div class="flex items-center gap-4">
<a href="api.html" class="hidden md:block text-sm font-mono text-sc-muted hover:text-white transition-colors">For Agents API</a>
<a href="#" class="text-sm font-medium hover:text-white transition-colors">Log In</a>
<a href="extension.html" class="bg-white text-black px-4 py-2 rounded-full text-sm font-bold hover:bg-sc-neon hover:neon-glow transition-all duration-300">
Get Extension
</a>
</div>
</div>
</nav>
<header class="pt-32 pb-24 px-6 relative overflow-hidden">
<div class="absolute right-0 md:right-32 top-1/2 -translate-y-1/2 w-[400px] h-[700px] border-2 border-sc-border rounded-[40px] opacity-20 -rotate-12 pointer-events-none hidden md:block"></div>
<div class="max-w-6xl mx-auto grid md:grid-cols-2 gap-12 items-center relative z-10">
<div>
<div class="inline-flex items-center gap-2 px-3 py-1 rounded bg-sc-black border border-sc-border text-xs font-mono text-white mb-8">
<span class="w-2 h-2 rounded-full bg-sc-neon animate-pulse-slow"></span>
iOS & ANDROID
</div>
<h1 class="text-5xl md:text-7xl font-bold text-white tracking-tight mb-8">
The Truth Layer<br>
<span class="text-transparent bg-clip-text bg-gradient-to-r from-sc-neon to-white">in your Pocket.</span>
</h1>
<p class="text-xl text-sc-muted leading-relaxed mb-12 max-w-lg">
Shop smarter on mobile with verified codes for 400,000+ stores. Or join the workforce and earn cash by validating data on the go.
</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="#" class="flex items-center gap-3 bg-sc-surface border border-sc-border hover:border-white px-6 py-3 rounded-xl transition-all group">
<svg class="w-8 h-8 text-white" viewBox="0 0 24 24" fill="currentColor"><path d="M17.05 20.28c-.98.95-2.05.88-3.08.35-1.09-.56-2.1-.48-3.21.06-1.12.53-2.12.53-3.13-.53-.78-.79-2.13-2.73-1.63-5.59.39-2.22 1.93-3.79 3.86-3.83 1.05-.02 1.83.69 2.41.69.58 0 1.63-.86 2.73-.73 1.15.13 2.03.58 2.58 1.41-.05.03-1.54.89-1.52 2.67.02 2.13 1.88 2.87 1.97 2.91-.02.05-.3.99-1.12 2.17-.79 1.13-1.62 2.25-2.58 2.22zm-3.23-15.8c.42-2.02 2.12-3.41 2.12-3.41-.07 1.92-1.67 3.65-3.61 3.59-.22-.01-.43-.05-.63-.12-.3-.82-.09-2.03 2.12.06z"/></svg>
<div class="text-left">
<div class="text-[10px] font-mono text-sc-muted uppercase">Download on the</div>
<div class="text-lg font-bold text-white group-hover:text-sc-neon transition-colors">App Store</div>
</div>
</a>
<a href="#" class="flex items-center gap-3 bg-sc-surface border border-sc-border hover:border-white px-6 py-3 rounded-xl transition-all group">
<svg class="w-7 h-7 text-white" viewBox="0 0 24 24" fill="currentColor"><path d="M3,20.5V3.5C3,2.91 3.34,2.39 3.84,2.15L13.69,12L3.84,21.85C3.34,21.6 3,21.09 3,20.5M16.81,15.12L6.05,21.34L14.54,12.85L16.81,15.12M20.3,12.56L10,6.63L14.54,11.15L16.81,8.88L20.3,10.9C20.84,11.21 20.84,11.78 20.3,12.09L20.3,12.56M16.81,8.88L6.05,2.66L14.54,11.15L16.81,8.88Z"/></svg>
<div class="text-left">
<div class="text-[10px] font-mono text-sc-muted uppercase">Get it on</div>
<div class="text-lg font-bold text-white group-hover:text-sc-neon transition-colors">Google Play</div>
</div>
</a>
</div>
</div>
<div class="relative flex justify-center">
<div class="relative w-[300px] h-[600px] bg-black rounded-[40px] border-4 border-sc-border shadow-2xl overflow-hidden">
<div class="absolute top-0 left-1/2 -translate-x-1/2 w-32 h-6 bg-black rounded-b-xl z-20"></div>
<div class="w-full h-full bg-sc-surface pt-12 px-4">
<div class="flex items-center justify-between mb-6">
<div class="text-white font-bold">SimplyCodes</div>
<div class="w-8 h-8 rounded-full bg-sc-border"></div>
</div>
<div class="bg-sc-black border border-sc-neon rounded-lg p-4 mb-4 shadow-[0_0_15px_rgba(134,252,79,0.1)]">
<div class="flex justify-between items-start mb-2">
<div class="text-xs font-mono text-sc-neon">VERIFIED</div>
<div class="text-xs text-sc-muted">Just now</div>
</div>
<div class="text-lg font-bold text-white mb-1">Nike.com</div>
<div class="text-sm text-gray-400">10% Off Sitewide</div>
</div>
<div class="bg-sc-black border border-sc-border rounded-lg p-4 mb-4 opacity-60">
<div class="flex justify-between items-start mb-2">
<div class="text-xs font-mono text-sc-muted">EXPIRED</div>
<div class="text-xs text-sc-muted">2h ago</div>
</div>
<div class="text-lg font-bold text-white mb-1">Adidas</div>
<div class="text-sm text-gray-400">20% Off Shoes</div>
</div>
<div class="absolute bottom-6 right-6 w-14 h-14 rounded-full bg-sc-neon flex items-center justify-center text-black font-bold text-2xl shadow-lg shadow-sc-neon/20">+</div>
</div>
</div>
</div>
</div>
</header>
<section class="py-24 px-6 border-y border-sc-border bg-sc-surface">
<div class="max-w-6xl mx-auto grid md:grid-cols-2 gap-16">
<div class="space-y-6">
<div class="w-16 h-16 rounded-2xl bg-sc-black border border-sc-border flex items-center justify-center mb-4">
<svg class="w-8 h-8 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z" /></svg>
</div>
<h3 class="text-2xl font-bold text-white">1. Shop & Save</h3>
<p class="text-sc-muted leading-relaxed">
The mobile app includes a secure browser that automatically injects verified codes at checkout. Never miss a deal on your phone.
</p>
<ul class="space-y-3 text-sm text-gray-400">
<li class="flex items-center gap-2"><span class="text-sc-neon">✓</span> Auto-Apply on Mobile Web</li>
<li class="flex items-center gap-2"><span class="text-sc-neon">✓</span> Real-time Deal Alerts</li>
<li class="flex items-center gap-2"><span class="text-sc-neon">✓</span> Wallet Pass Integration</li>
</ul>
</div>
<div class="space-y-6">
<div class="w-16 h-16 rounded-2xl bg-sc-black border border-sc-border flex items-center justify-center mb-4">
<svg class="w-8 h-8 text-sc-neon" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>
</div>
<h3 class="text-2xl font-bold text-white">2. Verify & Earn</h3>
<p class="text-sc-muted leading-relaxed">
Switch to "Contributor Mode" to access the ShopGraph Tasks feed. Earn rewards for verifying codes and uploading screenshots.
</p>
<ul class="space-y-3 text-sm text-gray-400">
<li class="flex items-center gap-2"><span class="text-sc-neon">✓</span> Paid Verification Tasks</li>
<li class="flex items-center gap-2"><span class="text-sc-neon">✓</span> Reputation Leaderboards</li>
<li class="flex items-center gap-2"><span class="text-sc-neon">✓</span> Instant Payouts</li>
</ul>
</div>
</div>
</section>
<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="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="hover: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>