Spaces:
Sleeping
Sleeping
ansh-codr commited on
Commit Β·
097c19e
1
Parent(s): 8c7eded
style: update theme color palette to cyan/purple and add .venv to .gitignore
Browse files- .gitignore +1 -0
- frontend-vanilla/index.html +42 -58
.gitignore
CHANGED
|
@@ -68,3 +68,4 @@ logs/
|
|
| 68 |
|
| 69 |
# Node
|
| 70 |
node_modules/
|
|
|
|
|
|
| 68 |
|
| 69 |
# Node
|
| 70 |
node_modules/
|
| 71 |
+
.venv/
|
frontend-vanilla/index.html
CHANGED
|
@@ -19,53 +19,37 @@
|
|
| 19 |
theme: {
|
| 20 |
extend: {
|
| 21 |
colors: {
|
| 22 |
-
"inverse-surface": "#
|
| 23 |
-
"on-error": "#
|
| 24 |
-
"surface-tint": "#
|
| 25 |
-
"error": "#
|
| 26 |
-
"outline-variant": "#
|
| 27 |
-
"outline": "#
|
| 28 |
-
"background": "#
|
| 29 |
-
"surface-container-high": "#
|
| 30 |
-
"secondary-container": "#
|
| 31 |
-
"on-surface-variant": "#
|
| 32 |
-
"on-secondary-container": "#
|
| 33 |
-
"on-error-container": "#
|
| 34 |
-
"primary": "#
|
| 35 |
-
"primary-container": "#
|
| 36 |
-
"on-primary": "#
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"tertiary
|
| 42 |
-
"
|
| 43 |
-
"on-
|
| 44 |
-
"
|
| 45 |
-
"
|
| 46 |
-
"surface-container-low": "#
|
| 47 |
-
"surface": "#
|
| 48 |
-
"
|
| 49 |
-
"
|
| 50 |
-
"
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"on-surface": "#dae5da",
|
| 54 |
-
"on-tertiary-fixed-variant": "#554500",
|
| 55 |
-
"error-container": "#93000a",
|
| 56 |
-
"surface-variant": "#2d3730",
|
| 57 |
-
"surface-container-highest": "#2d3730",
|
| 58 |
-
"secondary-fixed": "#9cf0ff",
|
| 59 |
-
"on-background": "#dae5da",
|
| 60 |
-
"on-primary-container": "#007142",
|
| 61 |
-
"inverse-primary": "#006d40",
|
| 62 |
-
"on-primary-fixed-variant": "#00522f",
|
| 63 |
-
"secondary": "#bdf4ff",
|
| 64 |
-
"tertiary": "#fffaff",
|
| 65 |
-
"surface-dim": "#0c150f",
|
| 66 |
-
"on-primary-fixed": "#002110",
|
| 67 |
-
"surface-container-lowest": "#07100a",
|
| 68 |
-
"tertiary-container": "#ffdd65"
|
| 69 |
},
|
| 70 |
borderRadius: {
|
| 71 |
"DEFAULT": "0.25rem",
|
|
@@ -106,14 +90,14 @@
|
|
| 106 |
|
| 107 |
<style>
|
| 108 |
:root {
|
| 109 |
-
--accent: #
|
| 110 |
-
--accent-dim: #
|
| 111 |
-
--accent2: #
|
| 112 |
-
--surface-glass: rgba(15, 25,
|
| 113 |
-
--border-subtle: rgba(0,
|
| 114 |
-
--border-mid: rgba(0,
|
| 115 |
-
--text-muted: #
|
| 116 |
-
--card-bg: rgba(
|
| 117 |
}
|
| 118 |
|
| 119 |
/* ββ Material Symbols ββ */
|
|
@@ -377,10 +361,10 @@
|
|
| 377 |
<!-- βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 378 |
FIXED NAV (visible across all states)
|
| 379 |
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ -->
|
| 380 |
-
<nav class="fixed top-0 left-0 w-full z-50 flex justify-between items-center px-6 h-16 glass-panel border-b-0 border-
|
| 381 |
<!-- Brand -->
|
| 382 |
<div class="flex items-center gap-8">
|
| 383 |
-
<span onclick="showState('heroSection')" class="text-2xl font-black tracking-tighter text-
|
| 384 |
<div class="hidden md:flex items-center gap-2">
|
| 385 |
<a onclick="showState('heroSection')" class="nav-link">Dashboard</a>
|
| 386 |
<a href="/pricing" class="nav-link">Pricing</a>
|
|
@@ -398,7 +382,7 @@
|
|
| 398 |
<span id="healthDot" class="dot"></span>
|
| 399 |
<span id="healthText">CHECKING</span>
|
| 400 |
</div>
|
| 401 |
-
<div class="hidden lg:flex items-center gap-2 border-r border-
|
| 402 |
<button class="nav-link px-2"><span class="material-symbols-outlined text-lg">sensors</span></button>
|
| 403 |
<button class="nav-link px-2"><span class="material-symbols-outlined text-lg">memory</span></button>
|
| 404 |
<button class="nav-link px-2"><span class="material-symbols-outlined text-lg">speed</span></button>
|
|
|
|
| 19 |
theme: {
|
| 20 |
extend: {
|
| 21 |
colors: {
|
| 22 |
+
"inverse-surface": "#1e293b",
|
| 23 |
+
"on-error": "#ffffff",
|
| 24 |
+
"surface-tint": "#00e5ff",
|
| 25 |
+
"error": "#ff3366",
|
| 26 |
+
"outline-variant": "#1e293b",
|
| 27 |
+
"outline": "#475569",
|
| 28 |
+
"background": "#030712",
|
| 29 |
+
"surface-container-high": "#0f172a",
|
| 30 |
+
"secondary-container": "#d500f9",
|
| 31 |
+
"on-surface-variant": "#94a3b8",
|
| 32 |
+
"on-secondary-container": "#ffffff",
|
| 33 |
+
"on-error-container": "#ffe4e6",
|
| 34 |
+
"primary": "#00e5ff",
|
| 35 |
+
"primary-container": "#00e5ff",
|
| 36 |
+
"on-primary": "#000000",
|
| 37 |
+
"on-primary-container": "#000000",
|
| 38 |
+
"inverse-primary": "#0891b2",
|
| 39 |
+
"on-primary-fixed-variant": "#0e7490",
|
| 40 |
+
"secondary": "#a855f7",
|
| 41 |
+
"tertiary": "#f8fafc",
|
| 42 |
+
"surface-dim": "#020617",
|
| 43 |
+
"on-primary-fixed": "#000000",
|
| 44 |
+
"surface-container-lowest": "#000000",
|
| 45 |
+
"tertiary-container": "#fbbf24",
|
| 46 |
+
"surface-container-low": "#0b0f19",
|
| 47 |
+
"surface": "#06080F",
|
| 48 |
+
"surface-container": "#0b0f19",
|
| 49 |
+
"surface-variant": "#1e293b",
|
| 50 |
+
"surface-container-highest": "#1e293b",
|
| 51 |
+
"on-background": "#f8fafc",
|
| 52 |
+
"inverse-on-surface": "#0f172a"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
},
|
| 54 |
borderRadius: {
|
| 55 |
"DEFAULT": "0.25rem",
|
|
|
|
| 90 |
|
| 91 |
<style>
|
| 92 |
:root {
|
| 93 |
+
--accent: #00e5ff;
|
| 94 |
+
--accent-dim: #009eb3;
|
| 95 |
+
--accent2: #d500f9;
|
| 96 |
+
--surface-glass: rgba(10, 15, 25, 0.7);
|
| 97 |
+
--border-subtle: rgba(0, 229, 255, 0.15);
|
| 98 |
+
--border-mid: rgba(0, 229, 255, 0.35);
|
| 99 |
+
--text-muted: #64748b;
|
| 100 |
+
--card-bg: rgba(10, 15, 25, 0.65);
|
| 101 |
}
|
| 102 |
|
| 103 |
/* ββ Material Symbols ββ */
|
|
|
|
| 361 |
<!-- βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 362 |
FIXED NAV (visible across all states)
|
| 363 |
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ -->
|
| 364 |
+
<nav class="fixed top-0 left-0 w-full z-50 flex justify-between items-center px-6 h-16 glass-panel border-b-0 border-cyan-500/20 shadow-[0_4px_30px_rgba(0,0,0,0.8)] font-['Space_Grotesk'] tracking-wider uppercase text-xs">
|
| 365 |
<!-- Brand -->
|
| 366 |
<div class="flex items-center gap-8">
|
| 367 |
+
<span onclick="showState('heroSection')" class="text-2xl font-black tracking-tighter text-cyan-400 drop-shadow-[0_0_12px_rgba(0,229,255,0.6)] cursor-pointer">AUTHRIX AI</span>
|
| 368 |
<div class="hidden md:flex items-center gap-2">
|
| 369 |
<a onclick="showState('heroSection')" class="nav-link">Dashboard</a>
|
| 370 |
<a href="/pricing" class="nav-link">Pricing</a>
|
|
|
|
| 382 |
<span id="healthDot" class="dot"></span>
|
| 383 |
<span id="healthText">CHECKING</span>
|
| 384 |
</div>
|
| 385 |
+
<div class="hidden lg:flex items-center gap-2 border-r border-cyan-500/20 pr-4 mr-2">
|
| 386 |
<button class="nav-link px-2"><span class="material-symbols-outlined text-lg">sensors</span></button>
|
| 387 |
<button class="nav-link px-2"><span class="material-symbols-outlined text-lg">memory</span></button>
|
| 388 |
<button class="nav-link px-2"><span class="material-symbols-outlined text-lg">speed</span></button>
|