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
Files changed (2) hide show
  1. .gitignore +1 -0
  2. 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": "#dae5da",
23
- "on-error": "#690005",
24
- "surface-tint": "#00e38a",
25
- "error": "#ffb4ab",
26
- "outline-variant": "#3b4b3f",
27
- "outline": "#849587",
28
- "background": "#0c150f",
29
- "surface-container-high": "#232c25",
30
- "secondary-container": "#00e3fd",
31
- "on-surface-variant": "#b9cbbc",
32
- "on-secondary-container": "#00616d",
33
- "on-error-container": "#ffdad6",
34
- "primary": "#f3fff3",
35
- "primary-container": "#00ff9c",
36
- "on-primary": "#00391f",
37
- "surface-bright": "#323c34",
38
- "primary-fixed-dim": "#00e38a",
39
- "tertiary-fixed-dim": "#e4c44f",
40
- "on-secondary-fixed": "#001f24",
41
- "tertiary-fixed": "#ffe17a",
42
- "on-tertiary-container": "#766000",
43
- "on-secondary": "#00363d",
44
- "on-tertiary-fixed": "#231b00",
45
- "on-tertiary": "#3b2f00",
46
- "surface-container-low": "#141e17",
47
- "surface": "#0c150f",
48
- "primary-fixed": "#56ffa7",
49
- "secondary-fixed-dim": "#00daf3",
50
- "on-secondary-fixed-variant": "#004f58",
51
- "inverse-on-surface": "#29332b",
52
- "surface-container": "#18221b",
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: #00ff9c;
110
- --accent-dim: #00c97a;
111
- --accent2: #00d4ff;
112
- --surface-glass: rgba(15, 25, 17, 0.7);
113
- --border-subtle: rgba(0, 255, 156, 0.12);
114
- --border-mid: rgba(0, 255, 156, 0.25);
115
- --text-muted: #5a7060;
116
- --card-bg: rgba(18, 30, 21, 0.6);
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-emerald-500/20 shadow-[0_4px_30px_rgba(0,0,0,0.8)] font-['Space_Grotesk'] tracking-wider uppercase text-xs">
381
  <!-- Brand -->
382
  <div class="flex items-center gap-8">
383
- <span onclick="showState('heroSection')" class="text-2xl font-black tracking-tighter text-emerald-400 drop-shadow-[0_0_12px_rgba(0,255,156,0.6)] cursor-pointer">AUTHRIX AI</span>
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-emerald-500/20 pr-4 mr-2">
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>