Skip to content

Commit 705e439

Browse files
committed
update
1 parent df4973a commit 705e439

26 files changed

Lines changed: 4530 additions & 544 deletions

admin/cronometro.html

Lines changed: 2 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -42,53 +42,7 @@ <h1 class="text-xl font-bold text-slate-900">Cronómetro Ascendente</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 bg-green-100 text-green-700 text-sm font-medium rounded-lg 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 text-slate-700 text-sm font-medium rounded-lg hover:bg-slate-100 transition 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">
@@ -316,6 +270,7 @@ <h3 class="text-sm font-semibold text-slate-900">Vista Previa</h3>
316270

317271
<script src="js/qr-modal.js"></script>
318272
<script src="js/cronometro.js"></script>
273+
<script src="js/admin-nav.js"></script>
319274
<script>
320275
// Funciones auxiliares locales
321276
function copyText(inputId) {

admin/equipos.html

Lines changed: 2 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)