-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdashboard.html
More file actions
421 lines (420 loc) · 21.8 KB
/
dashboard.html
File metadata and controls
421 lines (420 loc) · 21.8 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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
<!DOCTYPE html>
<html class="dark" lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>PlanetFix | CarbonZero Dashboard</title>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"primary": "#69f6b8",
"on-error": "#490006",
"outline-variant": "#40485d",
"background": "#060e20",
"error-dim": "#d7383b",
"tertiary-fixed-dim": "#aaead0",
"on-tertiary-container": "#22614d",
"secondary-fixed-dim": "#57edb1",
"surface-tint": "#69f6b8",
"tertiary-dim": "#9ddcc2",
"surface-container-high": "#141f38",
"surface-container-highest": "#192540",
"on-secondary-container": "#e0ffec",
"on-primary-fixed": "#00452d",
"surface-variant": "#192540",
"surface-bright": "#1f2b49",
"primary-container": "#06b77f",
"on-secondary-fixed-variant": "#006948",
"tertiary-container": "#b8f9de",
"on-error-container": "#ffa8a3",
"outline": "#6d758c",
"on-tertiary-fixed-variant": "#2e6b57",
"error-container": "#9f0519",
"surface-dim": "#060e20",
"on-tertiary-fixed": "#074e3b",
"secondary-dim": "#57edb1",
"primary-dim": "#58e7ab",
"inverse-primary": "#006d4a",
"error": "#ff716c",
"on-surface-variant": "#a3aac4",
"secondary-container": "#006c4b",
"primary-fixed-dim": "#58e7ab",
"tertiary-fixed": "#b8f9de",
"surface-container-lowest": "#000000",
"tertiary": "#e7fff3",
"on-primary": "#005a3c",
"inverse-on-surface": "#4d556b",
"surface-container": "#0f1930",
"on-primary-container": "#002919",
"on-secondary-fixed": "#004931",
"surface-container-low": "#091328",
"on-primary-fixed-variant": "#006544",
"inverse-surface": "#faf8ff",
"on-secondary": "#005e40",
"on-surface": "#dee5ff",
"surface": "#060e20",
"secondary-fixed": "#68fcbf",
"on-tertiary": "#2c6a55",
"on-background": "#dee5ff",
"secondary": "#68fcbf",
"primary-fixed": "#69f6b8"
},
"borderRadius": {
"DEFAULT": "1rem",
"lg": "2rem",
"xl": "3rem",
"full": "9999px"
},
"fontFamily": {
"headline": ["Plus Jakarta Sans"],
"body": ["Plus Jakarta Sans"],
"label": ["Plus Jakarta Sans"]
}
},
},
}
</script>
<style>
body {
font-family: 'Plus Jakarta Sans', sans-serif;
background-color: #060e20;
color: #dee5ff;
overflow-x: hidden;
}
.glass-card {
background: rgba(25, 37, 64, 0.4);
backdrop-filter: blur(20px);
border: 1px solid rgba(109, 117, 140, 0.1);
}
.bioluminescent-glow {
filter: blur(80px);
opacity: 0.15;
z-index: -1;
}
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.fill-icon {
font-variation-settings: 'FILL' 1;
}
</style>
</head>
<body class="bg-background text-on-surface selection:bg-primary selection:text-on-primary">
<!-- Background Atmospheric Elements -->
<div class="fixed top-[-10%] left-[-10%] w-[50%] h-[50%] bg-primary bioluminescent-glow rounded-full"></div>
<div class="fixed bottom-[-10%] right-[-10%] w-[40%] h-[40%] bg-secondary bioluminescent-glow rounded-full"></div>
<!-- SideNavBar -->
<nav class="fixed left-0 top-0 h-full flex flex-col py-10 bg-[#091328]/90 backdrop-blur-2xl text-sm tracking-wide uppercase font-bold w-72 z-40 hidden md:flex shadow-[10px_0_30px_rgba(0,0,0,0.5)]">
<div class="px-8 mb-10 flex flex-col gap-2">
<div class="flex items-center gap-3">
<div class="w-10 h-10 bg-primary rounded-xl flex items-center justify-center shadow-[0_0_15px_rgba(105,246,184,0.4)]">
<span class="material-symbols-outlined text-on-primary">eco</span>
</div>
<div>
<h2 class="text-xl font-black text-primary leading-none">NetZero Corp</h2>
<span class="text-[10px] font-bold text-outline uppercase tracking-widest">Enterprise Tier</span>
</div>
</div>
</div>
<div class="flex flex-col gap-1 px-4">
<a class="flex items-center gap-4 bg-emerald-500/10 text-emerald-400 rounded-full px-6 py-3 shadow-[inset_0_0_12px_rgba(105,246,184,0.2)] duration-200 ease-in-out" href="dashboard.html">
<span class="material-symbols-outlined fill-icon">dashboard</span>
<span>Dashboard</span>
</a>
<a class="flex items-center gap-4 text-slate-500 px-6 py-3 hover:text-emerald-300 hover:translate-x-1 transition-transform duration-200 ease-in-out" href="rewards.html">
<span class="material-symbols-outlined">eco</span>
<span>Carbon Credits</span>
</a>
<a class="flex items-center gap-4 text-slate-500 px-6 py-3 hover:text-emerald-300 hover:translate-x-1 transition-transform duration-200 ease-in-out" href="#">
<span class="material-symbols-outlined">group</span>
<span>Team Analytics</span>
</a>
<a class="flex items-center gap-4 text-slate-500 px-6 py-3 hover:text-emerald-300 hover:translate-x-1 transition-transform duration-200 ease-in-out" href="#">
<span class="material-symbols-outlined">analytics</span>
<span>Offset Strategy</span>
</a>
<a class="flex items-center gap-4 text-slate-500 px-6 py-3 hover:text-emerald-300 hover:translate-x-1 transition-transform duration-200 ease-in-out" href="profile.html">
<span class="material-symbols-outlined">settings</span>
<span>Settings</span>
</a>
</div>
<div class="mt-8 px-6">
<button class="w-full py-4 bg-primary text-on-primary rounded-full font-bold tracking-tight shadow-[0_0_20px_rgba(105,246,184,0.3)] hover:scale-[1.02] active:scale-95 transition-all flex items-center justify-center gap-2">
<span class="material-symbols-outlined">add_circle</span>
New Audit
</button>
</div>
<div class="mt-auto px-4">
<a class="flex items-center gap-4 text-slate-500 px-6 py-3 hover:text-emerald-300 hover:translate-x-1 transition-transform duration-200 ease-in-out" href="#">
<span class="material-symbols-outlined">help</span>
<span>Help Center</span>
</a>
</div>
</nav>
<!-- TopNavBar -->
<header class="fixed top-0 w-full z-50 flex justify-between items-center px-8 h-20 bg-[#060e20]/80 backdrop-blur-xl md:pl-80 transition-all duration-300 ease-out">
<div class="flex items-center gap-8">
<h1 class="text-2xl font-bold tracking-tighter text-emerald-400 font-['Plus_Jakarta_Sans']">CarbonZero</h1>
<nav class="hidden lg:flex items-center gap-6 font-semibold">
<a class="text-emerald-400 border-b-2 border-emerald-400 pb-1" href="rewards.html">Marketplace</a>
<a class="text-slate-400 hover:text-emerald-300 transition-colors" href="#">Governance</a>
<a class="text-slate-400 hover:text-emerald-300 transition-colors" href="calculator.html">Impact</a>
</nav>
</div>
<div class="flex items-center gap-4">
<div class="hidden sm:flex items-center gap-4 px-4 py-2 bg-surface-container rounded-full border border-outline-variant/20">
<div class="flex items-center gap-2">
<span class="text-primary font-bold">2,450 COIN</span>
</div>
<div class="w-px h-4 bg-outline-variant/30"></div>
<span class="text-xs font-bold text-slate-400 uppercase tracking-widest">LVL 12</span>
</div>
<button class="p-2 text-on-surface-variant hover:text-primary transition-colors">
<span class="material-symbols-outlined">notifications</span>
</button>
<div class="w-10 h-10 rounded-full border-2 border-primary/30 p-0.5 overflow-hidden">
<img alt="User avatar with bioluminescent glow" class="w-full h-full object-cover rounded-full" data-alt="close-up of a tech professional portrait with subtle teal neon lighting reflecting off their face and high-tech minimalist background" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAOPJKdIrfXLZmC1Lu-Z1V6KuMo8_etZZtVTXe7ZwYYNNkBAT4lqCsYKM4_jyeub8bw3bYqNBhwDeuYMRrnYNc_zRq57IzZjV9GS_D4GXv9cfT6b1IwOlttJjKLB3nMtitjyCmmsgsJ1uRYGx4t5CqMGUYp-l_coZzn4R_7eEIDzKX1aoI8Lqx8Ss42hHwqnsHXnuenzM0yTGYu_bCIWewWJm66qAJGSx_u2FUcEXYq6QeqQS3xSXsy0ZV63BVrVrN_RGuWv8EdTuQ5"/>
</div>
</div>
</header>
<!-- Main Content -->
<main class="pt-24 pb-12 px-6 md:pl-80 md:pr-10 min-h-screen">
<!-- Gamification Strip -->
<div class="mb-8 flex flex-col md:flex-row gap-4 items-center justify-between p-4 glass-card rounded-2xl border-l-4 border-l-primary">
<div class="flex items-center gap-6">
<div class="flex items-center gap-3">
<span class="material-symbols-outlined text-primary text-3xl">local_fire_department</span>
<div>
<p class="text-[10px] uppercase tracking-widest text-outline">Current Streak</p>
<p class="text-lg font-bold">14 Days Clean</p>
</div>
</div>
<div class="h-10 w-px bg-outline-variant/20"></div>
<div class="flex items-center gap-3">
<span class="material-symbols-outlined text-secondary text-3xl">military_tech</span>
<div>
<p class="text-[10px] uppercase tracking-widest text-outline">Global Rank</p>
<p class="text-lg font-bold">Top 2%</p>
</div>
</div>
</div>
<div class="w-full md:w-64 flex flex-col gap-1">
<div class="flex justify-between text-[10px] font-bold uppercase tracking-widest text-outline">
<span>Next Reward: Forest Badge</span>
<span>75%</span>
</div>
<div class="h-2 w-full bg-surface-container rounded-full overflow-hidden">
<div class="h-full bg-primary shadow-[0_0_10px_rgba(105,246,184,0.5)]" style="width: 75%;"></div>
</div>
</div>
</div>
<!-- Bento Grid Layout -->
<div class="grid grid-cols-1 md:grid-cols-12 gap-6">
<!-- Hero Carbon Footprint Card -->
<div class="md:col-span-8 glass-card rounded-xl overflow-hidden relative group p-8 flex flex-col justify-between min-h-[400px]">
<div class="absolute inset-0 bg-gradient-to-br from-primary/10 via-transparent to-transparent opacity-50"></div>
<div class="relative z-10">
<div class="flex justify-between items-start mb-12">
<div>
<h2 class="text-3xl font-extrabold tracking-tighter mb-2">Total Carbon Footprint</h2>
<p class="text-on-surface-variant max-w-md">Real-time emission monitoring across your digital and physical ecosystem.</p>
</div>
<div class="bg-primary/20 p-4 rounded-2xl backdrop-blur-md">
<span class="material-symbols-outlined text-primary text-4xl">cloud_off</span>
</div>
</div>
<div class="flex items-baseline gap-4 mb-2">
<span class="text-7xl font-black text-primary tracking-tighter">428.5</span>
<span class="text-2xl font-bold text-on-surface-variant">kgCO2e</span>
</div>
<div class="flex items-center gap-2 text-primary font-bold">
<span class="material-symbols-outlined text-sm">trending_down</span>
<span>12% less than last month</span>
</div>
</div>
<div class="relative z-10 flex flex-wrap gap-6 items-center mt-8">
<div class="flex items-center gap-4 bg-surface-container/50 px-6 py-3 rounded-full border border-outline-variant/10">
<span class="material-symbols-outlined text-secondary fill-icon">park</span>
<span class="text-sm font-bold">10kg CO2 = 1 Tree</span>
</div>
<p class="text-xs font-medium text-outline">Your current reduction plan is equivalent to planting <span class="text-on-surface font-bold">42 trees</span> annually.</p>
</div>
<!-- Abstract Data Visualization Placeholder -->
<div class="absolute bottom-0 right-0 w-2/3 h-64 pointer-events-none opacity-20">
<svg class="w-full h-full" viewbox="0 0 400 200">
<path class="text-primary" d="M0,150 Q50,130 100,160 T200,120 T300,140 T400,80" fill="none" stroke="currentColor" stroke-width="4"></path>
<path class="text-primary-container" d="M0,160 Q60,140 120,170 T240,130 T360,150 T480,90" fill="none" opacity="0.5" stroke="currentColor" stroke-width="2"></path>
</svg>
</div>
</div>
<!-- Your Impact Section -->
<div class="md:col-span-4 glass-card rounded-xl p-8 flex flex-col gap-8">
<h3 class="text-xl font-bold tracking-tight border-b border-outline-variant/10 pb-4">Your Impact</h3>
<div class="space-y-6">
<div class="flex items-center justify-between">
<div class="flex flex-col gap-1">
<span class="text-[10px] uppercase tracking-widest text-outline">Baseline (2023)</span>
<span class="text-xl font-bold">642.1 kg</span>
</div>
<div class="w-12 h-px bg-outline-variant/30"></div>
<div class="flex flex-col items-end gap-1">
<span class="text-[10px] uppercase tracking-widest text-primary font-bold">Current</span>
<span class="text-xl font-bold text-primary">428.5 kg</span>
</div>
</div>
<div class="relative h-4 w-full bg-surface-container-highest rounded-full overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-r from-primary/40 to-primary/80" style="width: 66.7%;"></div>
<div class="absolute top-0 right-0 h-full bg-error/20 w-[33.3%]"></div>
</div>
<ul class="space-y-4">
<li class="flex items-start gap-4">
<div class="mt-1 w-2 h-2 rounded-full bg-primary shadow-[0_0_8px_#69f6b8]"></div>
<div>
<p class="text-sm font-bold">Energy Optimized</p>
<p class="text-xs text-on-surface-variant">Switching to renewable source in Sector 4 saved 84kg this month.</p>
</div>
</li>
<li class="flex items-start gap-4">
<div class="mt-1 w-2 h-2 rounded-full bg-primary shadow-[0_0_8px_#69f6b8]"></div>
<div>
<p class="text-sm font-bold">Transport Efficiency</p>
<p class="text-xs text-on-surface-variant">EV fleet transition completed ahead of schedule.</p>
</div>
</li>
</ul>
</div>
<button class="mt-auto py-3 w-full border border-primary/30 text-primary rounded-xl font-bold text-sm hover:bg-primary/10 transition-colors">
Download Impact Report
</button>
</div>
<!-- Observer Agent Section -->
<div class="md:col-span-5 glass-card rounded-xl p-8 flex flex-col gap-6">
<div class="flex items-center justify-between">
<div class="flex items-center gap-3">
<div class="w-12 h-12 bg-surface-bright rounded-2xl flex items-center justify-center border border-outline-variant/20">
<span class="material-symbols-outlined text-primary fill-icon">psychology</span>
</div>
<div>
<h3 class="text-xl font-bold tracking-tight">Observer Agent</h3>
<p class="text-xs text-outline font-medium">Predictive AI Monitoring</p>
</div>
</div>
<div class="flex gap-1">
<span class="w-1 h-1 bg-primary rounded-full animate-pulse"></span>
<span class="w-1 h-1 bg-primary rounded-full animate-pulse [animation-delay:200ms]"></span>
<span class="w-1 h-1 bg-primary rounded-full animate-pulse [animation-delay:400ms]"></span>
</div>
</div>
<p class="text-sm text-on-surface-variant leading-relaxed">
Connecting your <span class="text-on-surface font-bold">UPI/Bank transactions</span> allows our AI to automatically categorize and calculate the carbon cost of every purchase.
</p>
<div class="grid grid-cols-4 gap-4">
<div class="flex flex-col items-center gap-2 p-3 bg-surface-container rounded-xl border border-outline-variant/10">
<span class="material-symbols-outlined text-on-surface-variant">shopping_bag</span>
<span class="text-[10px] font-bold text-outline">Retail</span>
</div>
<div class="flex flex-col items-center gap-2 p-3 bg-surface-container rounded-xl border border-outline-variant/10">
<span class="material-symbols-outlined text-on-surface-variant">commute</span>
<span class="text-[10px] font-bold text-outline">Travel</span>
</div>
<div class="flex flex-col items-center gap-2 p-3 bg-surface-container rounded-xl border border-outline-variant/10">
<span class="material-symbols-outlined text-on-surface-variant">restaurant</span>
<span class="text-[10px] font-bold text-outline">Food</span>
</div>
<div class="flex flex-col items-center gap-2 p-3 bg-surface-container rounded-xl border border-outline-variant/10">
<span class="material-symbols-outlined text-on-surface-variant">bolt</span>
<span class="text-[10px] font-bold text-outline">Utility</span>
</div>
</div>
<button class="mt-2 py-4 bg-surface-bright text-on-surface rounded-2xl font-bold flex items-center justify-center gap-3 border border-primary/20 hover:border-primary/50 transition-all active:scale-[0.98]">
<span class="material-symbols-outlined">account_balance_wallet</span>
Connect UPI Demo
</button>
</div>
<!-- Live Offset Activity (Bento Mini-Grid) -->
<div class="md:col-span-7 grid grid-cols-1 md:grid-cols-2 gap-6">
<div class="glass-card rounded-xl p-6 flex flex-col justify-between">
<div class="flex justify-between items-start">
<span class="p-2 bg-secondary/20 rounded-lg text-secondary">
<span class="material-symbols-outlined">water_drop</span>
</span>
<span class="text-[10px] font-bold bg-secondary/10 text-secondary px-2 py-1 rounded">HEALTHY</span>
</div>
<div>
<p class="text-3xl font-black mt-4">8.4k L</p>
<p class="text-xs text-on-surface-variant font-medium">Water Offset Saved</p>
</div>
</div>
<div class="glass-card rounded-xl p-6 flex flex-col justify-between bg-gradient-to-br from-surface-container-high to-primary/5">
<div class="flex justify-between items-start">
<span class="p-2 bg-primary/20 rounded-lg text-primary">
<span class="material-symbols-outlined">air</span>
</span>
<span class="text-xs font-bold text-primary">+4.2%</span>
</div>
<div>
<p class="text-3xl font-black mt-4">AQI 42</p>
<p class="text-xs text-on-surface-variant font-medium">Local Air Quality Index</p>
</div>
</div>
<div class="md:col-span-2 glass-card rounded-xl p-6 relative overflow-hidden">
<div class="flex items-center justify-between mb-4">
<h4 class="font-bold text-sm">Carbon Market Pulse</h4>
<span class="text-xs text-outline">LIVE · 1m ago</span>
</div>
<div class="flex gap-4 overflow-x-auto pb-2 scrollbar-hide">
<div class="flex-shrink-0 bg-surface-container-lowest/50 px-4 py-2 rounded-full border border-outline-variant/10 text-xs">
<span class="text-outline">VCM Index:</span> <span class="text-primary font-bold">$24.50</span> <span class="text-primary text-[10px]">+1.2</span>
</div>
<div class="flex-shrink-0 bg-surface-container-lowest/50 px-4 py-2 rounded-full border border-outline-variant/10 text-xs">
<span class="text-outline">TreeCoin:</span> <span class="text-on-surface font-bold">$0.84</span> <span class="text-error text-[10px]">-0.02</span>
</div>
<div class="flex-shrink-0 bg-surface-container-lowest/50 px-4 py-2 rounded-full border border-outline-variant/10 text-xs">
<span class="text-outline">Bio-NFT:</span> <span class="text-secondary font-bold">2.4 ETH</span> <span class="text-secondary text-[10px]">+0.4</span>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="w-full flex flex-col md:flex-row justify-between items-center gap-6 py-12 px-8 bg-[#060e20] bg-gradient-to-t from-[#091328] to-transparent pt-20 border-t border-outline-variant/5">
<div class="flex flex-col gap-2">
<p class="font-['Plus_Jakarta_Sans'] text-xs font-light text-slate-400">© 2024 CarbonZero Protocol. Built for the Bio-Digital Era.</p>
</div>
<div class="flex gap-8">
<a class="font-['Plus_Jakarta_Sans'] text-xs font-light text-slate-500 hover:text-emerald-400 transition-opacity" href="#">Privacy</a>
<a class="font-['Plus_Jakarta_Sans'] text-xs font-light text-slate-500 hover:text-emerald-400 transition-opacity" href="#">Terms</a>
<a class="font-['Plus_Jakarta_Sans'] text-xs font-light text-slate-500 hover:text-emerald-400 transition-opacity" href="#">Whitepaper</a>
<a class="font-['Plus_Jakarta_Sans'] text-xs font-light text-slate-500 hover:text-emerald-400 transition-opacity" href="#">API</a>
</div>
</footer>
<!-- Bottom Nav for Mobile -->
<nav class="md:hidden fixed bottom-0 left-0 w-full glass-card h-20 px-8 flex justify-between items-center z-50">
<a href="dashboard.html" class="flex flex-col items-center gap-1 text-primary hover:text-primary transition-colors">
<span class="material-symbols-outlined fill-icon">dashboard</span>
<span class="text-[10px] font-bold">Home</span>
</a>
<a href="calculator.html" class="flex flex-col items-center gap-1 text-outline hover:text-primary transition-colors">
<span class="material-symbols-outlined">eco</span>
<span class="text-[10px] font-bold">Impact</span>
</a>
<button class="w-14 h-14 bg-primary text-on-primary rounded-full shadow-[0_0_20px_rgba(105,246,184,0.4)] flex items-center justify-center mb-10 border-4 border-background">
<span class="material-symbols-outlined">qr_code_scanner</span>
</button>
<a href="rewards.html" class="flex flex-col items-center gap-1 text-outline hover:text-primary transition-colors">
<span class="material-symbols-outlined">shopping_cart</span>
<span class="text-[10px] font-bold">Shop</span>
</a>
<a href="profile.html" class="flex flex-col items-center gap-1 text-outline hover:text-primary transition-colors">
<span class="material-symbols-outlined">person</span>
<span class="text-[10px] font-bold">Profile</span>
</a>
</nav>
</body></html>