@@ -42,53 +42,7 @@ <h1 class="text-xl font-bold text-slate-900">Generador de Equipos</h1>
4242 </ div >
4343 </ nav >
4444
45- <!-- Navegación entre widgets -->
46- < div class ="bg-white border-b border-slate-200 ">
47- < div class ="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 ">
48- < nav class ="flex gap-2 py-3 overflow-x-auto " aria-label ="Widgets ">
49- < a href ="temporizador.html "
50- class ="px-4 py-2 text-slate-700 text-sm font-medium rounded-lg hover:bg-slate-100 transition whitespace-nowrap ">
51- ⏱️ Cuenta Regresiva
52- </ a >
53- < a href ="cronometro.html "
54- class ="px-4 py-2 text-slate-700 text-sm font-medium rounded-lg hover:bg-slate-100 transition whitespace-nowrap ">
55- 🥇 Cronómetro
56- </ a >
57- < a href ="semana.html "
58- class ="px-4 py-2 text-slate-700 text-sm font-medium rounded-lg hover:bg-slate-100 transition whitespace-nowrap ">
59- 📅 Calculador de Semanas
60- </ a >
61- < a href ="sorteo.html "
62- class ="px-4 py-2 text-slate-700 text-sm font-medium rounded-lg hover:bg-slate-100 transition whitespace-nowrap ">
63- 🎲 Sorteo Interactivo
64- </ a >
65- < a href ="qr.html "
66- class ="px-4 py-2 text-slate-700 text-sm font-medium rounded-lg hover:bg-slate-100 transition whitespace-nowrap ">
67- 📱 Generador QR
68- </ a >
69- < a href ="ruleta.html "
70- class ="px-4 py-2 text-slate-700 text-sm font-medium rounded-lg hover:bg-slate-100 transition whitespace-nowrap ">
71- 🎯 Selector Estudiante
72- </ a >
73- < a href ="notas.html "
74- class ="px-4 py-2 text-slate-700 text-sm font-medium rounded-lg hover:bg-slate-100 transition whitespace-nowrap ">
75- 🔢 Calculadora Notas
76- </ a >
77- < a href ="equipos.html "
78- class ="px-4 py-2 bg-blue-100 text-blue-700 text-sm font-medium rounded-lg whitespace-nowrap ">
79- 👥 Generador Equipos
80- </ a >
81- < a href ="pomodoro.html "
82- class ="px-4 py-2 text-slate-700 text-sm font-medium rounded-lg hover:bg-slate-100 transition whitespace-nowrap ">
83- ⏲️ Pomodoro
84- </ a >
85- < a href ="leaderboard.html "
86- class ="px-4 py-2 text-slate-700 text-sm font-medium rounded-lg hover:bg-slate-100 transition whitespace-nowrap ">
87- 🏆 Ranking
88- </ a >
89- </ nav >
90- </ div >
91- </ div >
45+ < div id ="admin-widgets-nav "> </ div >
9246
9347 <!-- Main Content -->
9448 < main class ="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 ">
@@ -250,6 +204,7 @@ <h3 class="text-sm font-semibold text-slate-900">Vista Previa</h3>
250204
251205 < script src ="js/qr-modal.js "> </ script >
252206 < script src ="js/equipos.js "> </ script >
207+ < script src ="js/admin-nav.js "> </ script >
253208 < script >
254209 function copyText ( inputId ) {
255210 const element = document . getElementById ( inputId ) ;
0 commit comments