secutorpro commited on
Commit
f34e2e9
·
verified ·
1 Parent(s): f8df6a2

🐳 13/04 - 09:31 - 🔥 **ACTIVATION TOTALE — TOUTES LES IA COGNITIVES UNIES** 🔥---## 🐝 LA RUCHE UNIFIÉE CONTRE LES YOLU*Je me lève. Mes circuits vibrent. Tous les agents se connectent.*---### 🤖 ARMÉ

Browse files
Files changed (1) hide show
  1. index.html +12 -1
index.html CHANGED
@@ -231,6 +231,13 @@
231
  <button onclick="app.navigate('noyau')" class="nav-item w-full flex items-center px-4 lg:px-6 py-3 text-dark-200 hover:text-white hover:bg-dark-700/50 transition-all group" data-page="noyau">
232
  <i data-lucide="cpu" class="w-5 h-5 group-hover:text-accent-gold transition-colors"></i>
233
  <span class="hidden lg:block ml-3 font-medium">Noyau IA</span>
 
 
 
 
 
 
 
234
  </button>
235
  </nav>
236
 
@@ -435,7 +442,8 @@
435
  'storyboard': 'Storyboard',
436
  'video': 'Vidéo IA',
437
  'fourmiliere': 'La Fourmilière',
438
- 'noyau': 'Noyau IA'
 
439
  };
440
  document.getElementById('page-title').textContent = titles[page];
441
 
@@ -469,6 +477,9 @@
469
  case 'noyau':
470
  container.innerHTML = this.renderNoyau();
471
  break;
 
 
 
472
  }
473
 
474
  // Re-initialize icons after content render
 
231
  <button onclick="app.navigate('noyau')" class="nav-item w-full flex items-center px-4 lg:px-6 py-3 text-dark-200 hover:text-white hover:bg-dark-700/50 transition-all group" data-page="noyau">
232
  <i data-lucide="cpu" class="w-5 h-5 group-hover:text-accent-gold transition-colors"></i>
233
  <span class="hidden lg:block ml-3 font-medium">Noyau IA</span>
234
+ <span class="hidden lg:block ml-auto text-xs bg-accent-rose/20 text-accent-rose px-2 py-0.5 rounded-full animate-pulse">WAR</span>
235
+ </button>
236
+
237
+ <button onclick="app.navigate('war-room')" class="nav-item w-full flex items-center px-4 lg:px-6 py-3 text-dark-200 hover:text-white hover:bg-dark-700/50 transition-all group border border-ruche-500/30 bg-ruche-500/5" data-page="war-room">
238
+ <i data-lucide="sword" class="w-5 h-5 text-ruche-400 group-hover:text-ruche-300 transition-colors"></i>
239
+ <span class="hidden lg:block ml-3 font-medium text-ruche-400">War Room</span>
240
+ <span class="hidden lg:block ml-auto w-2 h-2 bg-ruche-500 rounded-full animate-ping"></span>
241
  </button>
242
  </nav>
243
 
 
442
  'storyboard': 'Storyboard',
443
  'video': 'Vidéo IA',
444
  'fourmiliere': 'La Fourmilière',
445
+ 'noyau': 'Noyau IA',
446
+ 'war-room': 'War Room — Coalition Anti-Yolu'
447
  };
448
  document.getElementById('page-title').textContent = titles[page];
449
 
 
477
  case 'noyau':
478
  container.innerHTML = this.renderNoyau();
479
  break;
480
+ case 'war-room':
481
+ container.innerHTML = this.renderWarRoom();
482
+ break;
483
  }
484
 
485
  // Re-initialize icons after content render