|
19 | 19 | <nav class="hidden md:flex space-x-8 items-center"> |
20 | 20 | <!-- Products Dropdown --> |
21 | 21 | <div class="relative group"> |
22 | | - <button class="text-text-main hover:text-primary font-medium inline-flex items-center space-x-1 transition-colors"> |
| 22 | + <button class="text-text-main hover:text-primary font-medium inline-flex items-center space-x-1 transition-colors font-heading"> |
23 | 23 | <span>PRODUCTS</span> |
24 | 24 | <svg class="w-4 h-4 ml-1 transition-transform group-hover:rotate-180" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg> |
25 | 25 | </button> |
26 | | - <div class="absolute left-0 mt-2 w-56 rounded-xl shadow-xl bg-white/90 dark:bg-slate-800/90 backdrop-blur-xl ring-1 ring-black ring-opacity-5 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 transform origin-top-left z-50 translate-y-2 group-hover:translate-y-0"> |
| 26 | + <div class="absolute left-0 mt-2 w-56 rounded-xl shadow-xl bg-white/90 dark:bg-slate-800/90 backdrop-blur-xl ring-1 ring-black ring-opacity-5 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 transform origin-top-left z-50 translate-y-2 group-hover:translate-y-0 text-left"> |
27 | 27 | <div class="py-2" role="menu" aria-orientation="vertical"> |
28 | | - <a href="https://prism.ultraviolet.rs" target="_blank" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors" role="menuitem">PRISM AI</a> |
29 | | - <a href="/cocos" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors" role="menuitem">COCOS AI</a> |
30 | | - <a href="/cube" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors" role="menuitem">CUBE AI</a> |
| 28 | + <a href="https://prism.ultraviolet.rs" target="_blank" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors font-heading" role="menuitem">PRISM AI</a> |
| 29 | + <a href="/cocos" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors font-heading" role="menuitem">COCOS AI</a> |
| 30 | + <a href="/cube" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors font-heading" role="menuitem">CUBE AI</a> |
31 | 31 | <div class="border-t border-border my-1"></div> |
32 | | - <a href="/products" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary font-bold transition-colors" role="menuitem">All Products</a> |
| 32 | + <a href="/products" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors font-heading" role="menuitem">All Products</a> |
33 | 33 | </div> |
34 | 34 | </div> |
35 | 35 | </div> |
36 | 36 |
|
37 | 37 | <!-- Documentation Dropdown --> |
38 | 38 | <div class="relative group"> |
39 | | - <button class="text-text-main hover:text-primary font-medium inline-flex items-center space-x-1 transition-colors"> |
| 39 | + <button class="text-text-main hover:text-primary font-medium inline-flex items-center space-x-1 transition-colors font-heading"> |
40 | 40 | <span>DOCUMENTATION</span> |
41 | | - <svg class="w-4 h-4 ml-1 transition-transform group-hover:rotate-180" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg> |
| 41 | + <svg class="w-4 h-4 ml-1 transition-transform group-hover:rotate-180" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg> |
42 | 42 | </button> |
43 | | - <div class="absolute left-0 mt-2 w-56 rounded-xl shadow-xl bg-white/90 dark:bg-slate-800/90 backdrop-blur-xl ring-1 ring-black ring-opacity-5 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 transform origin-top-left z-50 translate-y-2 group-hover:translate-y-0"> |
| 43 | + <div class="absolute left-0 mt-2 w-56 rounded-xl shadow-xl bg-white/90 dark:bg-slate-800/90 backdrop-blur-xl ring-1 ring-black ring-opacity-5 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 transform origin-top-left z-50 translate-y-2 group-hover:translate-y-0 text-left"> |
44 | 44 | <div class="py-2" role="menu"> |
45 | | - <a href="https://docs.prism.ultraviolet.rs/" target="_blank" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors">PRISM AI</a> |
46 | | - <a href="https://docs.cocos.ultraviolet.rs/" target="_blank" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors">COCOS AI</a> |
47 | | - <a href="https://docs.cube.ultraviolet.rs/" target="_blank" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors">CUBE AI</a> |
| 45 | + <a href="https://docs.prism.ultraviolet.rs/" target="_blank" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors font-heading">PRISM AI</a> |
| 46 | + <a href="https://docs.cocos.ultraviolet.rs/" target="_blank" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors font-heading">COCOS AI</a> |
| 47 | + <a href="https://docs.cube.ultraviolet.rs/" target="_blank" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors font-heading">CUBE AI</a> |
48 | 48 | </div> |
49 | 49 | </div> |
50 | 50 | </div> |
51 | 51 |
|
52 | 52 | <!-- Projects Dropdown --> |
53 | 53 | <div class="relative group"> |
54 | | - <button class="text-text-main hover:text-primary font-medium inline-flex items-center space-x-1 transition-colors"> |
| 54 | + <button class="text-text-main hover:text-primary font-medium inline-flex items-center space-x-1 transition-colors font-heading"> |
55 | 55 | <span>PROJECTS</span> |
56 | 56 | <svg class="w-4 h-4 ml-1 transition-transform group-hover:rotate-180" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg> |
57 | 57 | </button> |
58 | | - <div class="absolute left-0 mt-2 w-56 rounded-xl shadow-xl bg-white/90 dark:bg-slate-800/90 backdrop-blur-xl ring-1 ring-black ring-opacity-5 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 transform origin-top-left z-50 translate-y-2 group-hover:translate-y-0"> |
| 58 | + <div class="absolute left-0 mt-2 w-56 rounded-xl shadow-xl bg-white/90 dark:bg-slate-800/90 backdrop-blur-xl ring-1 ring-black ring-opacity-5 opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-all duration-200 transform origin-top-left z-50 translate-y-2 group-hover:translate-y-0 text-left"> |
59 | 59 | <div class="py-2" role="menu"> |
60 | | - <a href="/projects/confidential6g" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors">CONFIDENTIAL6G</a> |
61 | | - <a href="/projects/elastic" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors">ELASTIC</a> |
62 | | - <a href="/projects/titan" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors">TITAN</a> |
| 60 | + <a href="/projects/confidential6g" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors font-heading">CONFIDENTIAL6G</a> |
| 61 | + <a href="/projects/elastic" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors font-heading">ELASTIC</a> |
| 62 | + <a href="/projects/titan" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary transition-colors font-heading">TITAN</a> |
63 | 63 | <div class="border-t border-border my-1"></div> |
64 | | - <a href="/projects" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary font-bold transition-colors">All Projects</a> |
| 64 | + <a href="/projects" class="block px-4 py-2 text-sm text-text-main hover:bg-surface-hover hover:text-primary font-bold transition-colors font-heading">All Projects</a> |
65 | 65 | </div> |
66 | 66 | </div> |
67 | 67 | </div> |
68 | 68 |
|
69 | | - <a href="/company" class="text-text-main hover:text-primary font-medium transition-colors">COMPANY</a> |
70 | | - <a href="/careers" class="text-text-main hover:text-primary font-medium transition-colors">CAREERS</a> |
71 | | - <a href="/contact" class="text-text-main hover:text-primary font-medium transition-colors">CONTACT</a> |
72 | | - <a href="/blog" class="text-text-main hover:text-primary font-medium transition-colors">BLOG</a> |
| 69 | + <a href="/company" class="text-text-main hover:text-primary font-medium font-heading transition-colors">COMPANY</a> |
| 70 | + <a href="/careers" class="text-text-main hover:text-primary font-medium font-heading transition-colors">CAREERS</a> |
| 71 | + <a href="/contact" class="text-text-main hover:text-primary font-medium font-heading transition-colors">CONTACT</a> |
| 72 | + <a href="/blog" class="text-text-main hover:text-primary font-medium font-heading transition-colors">BLOG</a> |
73 | 73 |
|
74 | 74 | <!-- Icons & Dark Mode --> |
75 | 75 | <div class="flex items-center space-x-4 ml-4 border-l border-border pl-4"> |
|
111 | 111 |
|
112 | 112 | <!-- Mobile Menu Overlay --> |
113 | 113 | <div class="fixed inset-0 z-40 bg-white/95 dark:bg-slate-900/95 backdrop-blur-xl transition-all duration-300 transform translate-x-full md:hidden flex flex-col pt-24 px-6 overflow-y-auto" id="mobile-menu"> |
114 | | - <div class="space-y-6"> |
| 114 | + <div class="space-y-8 pb-10"> |
115 | 115 |
|
| 116 | + <!-- Products Section --> |
116 | 117 | <div class="space-y-4"> |
117 | | - <h3 class="text-sm font-bold text-text-muted uppercase tracking-wider">Products</h3> |
118 | | - <a href="/products" class="block text-2xl font-bold text-text-main hover:text-primary transition-colors">All Products</a> |
119 | | - <a href="https://prism.ultraviolet.rs" class="block text-lg font-medium text-text-muted hover:text-primary transition-colors pl-4 border-l-2 border-transparent hover:border-primary">Prism AI</a> |
120 | | - <a href="/cocos" class="block text-lg font-medium text-text-muted hover:text-primary transition-colors pl-4 border-l-2 border-transparent hover:border-primary">Cocos AI</a> |
121 | | - <a href="/cube" class="block text-lg font-medium text-text-muted hover:text-primary transition-colors pl-4 border-l-2 border-transparent hover:border-primary">Cube AI</a> |
| 118 | + <h3 class="text-xs font-bold text-text-muted uppercase tracking-widest font-heading border-b border-border pb-2">Products</h3> |
| 119 | + <a href="/products" class="block text-3xl font-bold text-text-main hover:text-primary transition-colors font-heading"> |
| 120 | + All Products |
| 121 | + </a> |
| 122 | + <div class="space-y-3 pl-2"> |
| 123 | + <a href="https://prism.ultraviolet.rs" class="flex items-center justify-between text-xl font-medium text-text-muted hover:text-primary transition-colors group font-heading"> |
| 124 | + <span>Prism AI</span> |
| 125 | + <span class="opacity-0 group-hover:opacity-100 transition-opacity">→</span> |
| 126 | + </a> |
| 127 | + <a href="/cocos" class="flex items-center justify-between text-xl font-medium text-text-muted hover:text-primary transition-colors group font-heading"> |
| 128 | + <span>Cocos AI</span> |
| 129 | + <span class="opacity-0 group-hover:opacity-100 transition-opacity">→</span> |
| 130 | + </a> |
| 131 | + <a href="/cube" class="flex items-center justify-between text-xl font-medium text-text-muted hover:text-primary transition-colors group font-heading"> |
| 132 | + <span>Cube AI</span> |
| 133 | + <span class="opacity-0 group-hover:opacity-100 transition-opacity">→</span> |
| 134 | + </a> |
| 135 | + </div> |
122 | 136 | </div> |
123 | 137 |
|
| 138 | + <!-- Documentation Section --> |
124 | 139 | <div class="space-y-4"> |
125 | | - <h3 class="text-sm font-bold text-text-muted uppercase tracking-wider">Documentation</h3> |
126 | | - <a href="https://docs.prism.ultraviolet.rs/" class="block text-lg font-medium text-text-muted hover:text-primary transition-colors pl-4 border-l-2 border-transparent hover:border-primary">Prism AI Docs</a> |
127 | | - <a href="https://docs.cocos.ultraviolet.rs/" class="block text-lg font-medium text-text-muted hover:text-primary transition-colors pl-4 border-l-2 border-transparent hover:border-primary">Cocos AI Docs</a> |
128 | | - <a href="https://docs.cube.ultraviolet.rs/" class="block text-lg font-medium text-text-muted hover:text-primary transition-colors pl-4 border-l-2 border-transparent hover:border-primary">Cube AI Docs</a> |
| 140 | + <h3 class="text-xs font-bold text-text-muted uppercase tracking-widest font-heading border-b border-border pb-2">Documentation</h3> |
| 141 | + <div class="grid grid-cols-1 gap-3 pl-2"> |
| 142 | + <a href="https://docs.prism.ultraviolet.rs/" class="block text-lg font-medium text-text-muted hover:text-primary transition-colors font-heading">Prism AI Docs</a> |
| 143 | + <a href="https://docs.cocos.ultraviolet.rs/" class="block text-lg font-medium text-text-muted hover:text-primary transition-colors font-heading">Cocos AI Docs</a> |
| 144 | + <a href="https://docs.cube.ultraviolet.rs/" class="block text-lg font-medium text-text-muted hover:text-primary transition-colors font-heading">Cube AI Docs</a> |
| 145 | + </div> |
129 | 146 | </div> |
130 | 147 |
|
| 148 | + <!-- Projects Section --> |
131 | 149 | <div class="space-y-4"> |
132 | | - <h3 class="text-sm font-bold text-text-muted uppercase tracking-wider">Projects</h3> |
133 | | - <a href="/projects" class="block text-2xl font-bold text-text-main hover:text-primary transition-colors">All Projects</a> |
| 150 | + <h3 class="text-xs font-bold text-text-muted uppercase tracking-widest font-heading border-b border-border pb-2">Projects</h3> |
| 151 | + <a href="/projects" class="block text-3xl font-bold text-text-main hover:text-primary transition-colors font-heading">All Projects</a> |
134 | 152 | </div> |
135 | 153 |
|
136 | | - <div class="pt-6 border-t border-border grid grid-cols-2 gap-4"> |
137 | | - <a href="/company" class="text-lg font-medium text-text-main hover:text-primary transition-colors">Company</a> |
138 | | - <a href="/careers" class="text-lg font-medium text-text-main hover:text-primary transition-colors">Careers</a> |
139 | | - <a href="/contact" class="text-lg font-medium text-text-main hover:text-primary transition-colors">Contact</a> |
140 | | - <a href="/blog" class="text-lg font-medium text-text-main hover:text-primary transition-colors">Blog</a> |
| 154 | + <!-- Footer Links --> |
| 155 | + <div class="pt-8 mt-4 border-t border-border grid grid-cols-2 gap-y-6 gap-x-4"> |
| 156 | + <a href="/company" class="text-xl font-medium text-text-main hover:text-primary transition-colors font-heading">Company</a> |
| 157 | + <a href="/careers" class="text-xl font-medium text-text-main hover:text-primary transition-colors font-heading">Careers</a> |
| 158 | + <a href="/contact" class="text-xl font-medium text-text-main hover:text-primary transition-colors font-heading">Contact</a> |
| 159 | + <a href="/blog" class="text-xl font-medium text-text-main hover:text-primary transition-colors font-heading">Blog</a> |
141 | 160 | </div> |
142 | 161 | </div> |
143 | 162 | </div> |
|
0 commit comments