Skip to content

Commit 8989763

Browse files
committed
update
1 parent ce42081 commit 8989763

71 files changed

Lines changed: 1411 additions & 304 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

admin/cronometro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
2222
<div class="flex justify-between items-center h-16">
2323
<div class="flex items-center gap-3">
24-
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center text-white font-bold text-2xl">
25-
🦉
24+
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center p-2">
25+
<img src="../assets/img/icons/widkit_rayo.png" alt="WidKit" class="w-full h-full object-contain">
2626
</div>
2727
<div>
2828
<h1 class="text-xl font-bold text-slate-900">Cronómetro Ascendente</h1>

admin/equipos.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
2222
<div class="flex justify-between items-center h-16">
2323
<div class="flex items-center gap-3">
24-
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center text-white font-bold text-2xl">
25-
🦉
24+
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center p-2">
25+
<img src="../assets/img/icons/widkit_rayo.png" alt="WidKit" class="w-full h-full object-contain">
2626
</div>
2727
<div>
2828
<h1 class="text-xl font-bold text-slate-900">Generador de Equipos</h1>

admin/leaderboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
1313
<div class="flex justify-between items-center h-16">
1414
<div class="flex items-center gap-3">
15-
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center text-white font-bold text-2xl">
16-
🦉
15+
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center p-2">
16+
<img src="../assets/img/icons/widkit_rayo.png" alt="WidKit" class="w-full h-full object-contain">
1717
</div>
1818
<div>
1919
<h1 class="text-xl font-bold text-slate-900">Tabla de Clasificación</h1>

admin/notas.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
2222
<div class="flex justify-between items-center h-16">
2323
<div class="flex items-center gap-3">
24-
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center text-white font-bold text-2xl">
25-
🦉
24+
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center p-2">
25+
<img src="../assets/img/icons/widkit_rayo.png" alt="WidKit" class="w-full h-full object-contain">
2626
</div>
2727
<div>
2828
<h1 class="text-xl font-bold text-slate-900">Calculadora de Notas</h1>

admin/pomodoro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
1313
<div class="flex justify-between items-center h-16">
1414
<div class="flex items-center gap-3">
15-
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center text-white font-bold text-2xl">
16-
🦉
15+
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center p-2">
16+
<img src="../assets/img/icons/widkit_rayo.png" alt="WidKit" class="w-full h-full object-contain">
1717
</div>
1818
<div>
1919
<h1 class="text-xl font-bold text-slate-900">Pomodoro Timer</h1>

admin/qr.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
2222
<div class="flex justify-between items-center h-16">
2323
<div class="flex items-center gap-3">
24-
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center text-white font-bold text-2xl">
25-
🦉
24+
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center p-2">
25+
<img src="../assets/img/icons/widkit_rayo.png" alt="WidKit" class="w-full h-full object-contain">
2626
</div>
2727
<div>
2828
<h1 class="text-xl font-bold text-slate-900">Generador de QR</h1>

admin/ruleta.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
2222
<div class="flex justify-between items-center h-16">
2323
<div class="flex items-center gap-3">
24-
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center text-white font-bold text-2xl">
25-
🦉
24+
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center p-2">
25+
<img src="../assets/img/icons/widkit_rayo.png" alt="WidKit" class="w-full h-full object-contain">
2626
</div>
2727
<div>
2828
<h1 class="text-xl font-bold text-slate-900">Selector de Estudiante</h1>

admin/semana.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
2222
<div class="flex justify-between items-center h-16">
2323
<div class="flex items-center gap-3">
24-
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center text-white font-bold text-2xl">
25-
🦉
24+
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center p-2">
25+
<img src="../assets/img/icons/widkit_rayo.png" alt="WidKit" class="w-full h-full object-contain">
2626
</div>
2727
<div>
2828
<h1 class="text-xl font-bold text-slate-900">Calculador de Semanas</h1>

admin/sorteo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
2222
<div class="flex justify-between items-center h-16">
2323
<div class="flex items-center gap-3">
24-
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center text-white font-bold text-2xl">
25-
🦉
24+
<div class="w-10 h-10 bg-gradient-to-br from-amber-500 to-orange-600 rounded-lg flex items-center justify-center p-2">
25+
<img src="../assets/img/icons/widkit_rayo.png" alt="WidKit" class="w-full h-full object-contain">
2626
</div>
2727
<div>
2828
<h1 class="text-xl font-bold text-slate-900">Sorteo Interactivo</h1>

0 commit comments

Comments
 (0)