@@ -268,91 +268,6 @@ <h3 class="text-lg font-semibold text-slate-900">Sorteo Interactivo</h3>
268268 </ div >
269269 </ div >
270270 </ div >
271-
272- <!-- Quick Stats -->
273- < div class ="grid grid-cols-1 sm:grid-cols-3 gap-4 mb-8 ">
274- < div class ="bg-white rounded-lg border border-slate-200 p-4 ">
275- < div class ="flex items-center gap-3 ">
276- < div class ="w-10 h-10 bg-blue-100 rounded-lg flex items-center justify-center ">
277- < svg class ="w-5 h-5 text-blue-600 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
278- < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M13 10V3L4 14h7v7l9-11h-7z "> </ path >
279- </ svg >
280- </ div >
281- < div >
282- < p class ="text-xs text-slate-500 "> Herramientas</ p >
283- < p class ="text-xl font-bold text-slate-900 "> 3</ p >
284- </ div >
285- </ div >
286- </ div >
287-
288- < div class ="bg-white rounded-lg border border-slate-200 p-4 ">
289- < div class ="flex items-center gap-3 ">
290- < div class ="w-10 h-10 bg-green-100 rounded-lg flex items-center justify-center ">
291- < svg class ="w-5 h-5 text-green-600 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
292- < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z "> </ path >
293- </ svg >
294- </ div >
295- < div >
296- < p class ="text-xs text-slate-500 "> Estado</ p >
297- < p class ="text-xl font-bold text-slate-900 "> Activo</ p >
298- </ div >
299- </ div >
300- </ div >
301-
302- < div class ="bg-white rounded-lg border border-slate-200 p-4 ">
303- < div class ="flex items-center gap-3 ">
304- < div class ="w-10 h-10 bg-purple-100 rounded-lg flex items-center justify-center ">
305- < svg class ="w-5 h-5 text-purple-600 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
306- < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zm0 0h12a2 2 0 002-2v-4a2 2 0 00-2-2h-2.343M11 7.343l1.657-1.657a2 2 0 012.828 0l2.829 2.829a2 2 0 010 2.828l-8.486 8.485M7 17h.01 "> </ path >
307- </ svg >
308- </ div >
309- < div >
310- < p class ="text-xs text-slate-500 "> Personalizable</ p >
311- < p class ="text-xl font-bold text-slate-900 "> 100%</ p >
312- </ div >
313- </ div >
314- </ div >
315- </ div >
316-
317- <!-- Documentation Section -->
318- < div class ="bg-white rounded-xl border border-slate-200 p-6 ">
319- < h3 class ="text-lg font-semibold text-slate-900 mb-4 "> 📚 Documentación Rápida</ h3 >
320-
321- < div class ="grid grid-cols-1 md:grid-cols-2 gap-6 ">
322- < div >
323- < h4 class ="text-sm font-semibold text-slate-900 mb-3 "> Parámetros Comunes</ h4 >
324- < div class ="space-y-2 ">
325- < div class ="flex items-start gap-2 ">
326- < code class ="text-xs bg-slate-100 px-2 py-1 rounded text-slate-800 font-mono "> c1, c2, c3</ code >
327- < span class ="text-xs text-slate-600 "> Colores personalizados (hex)</ span >
328- </ div >
329- < div class ="flex items-start gap-2 ">
330- < code class ="text-xs bg-slate-100 px-2 py-1 rounded text-slate-800 font-mono "> y, m, d</ code >
331- < span class ="text-xs text-slate-600 "> Año, mes, día</ span >
332- </ div >
333- </ div >
334- </ div >
335-
336- < div >
337- < h4 class ="text-sm font-semibold text-slate-900 mb-3 "> Enlaces Útiles</ h4 >
338- < div class ="space-y-2 ">
339- < a href ="README.md " class ="flex items-center gap-2 text-xs text-blue-600 hover:text-blue-700 ">
340- < svg class ="w-4 h-4 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
341- < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z "> </ path >
342- </ svg >
343- Documentación completa
344- </ a >
345- < a href ="admin.html " class ="flex items-center gap-2 text-xs text-blue-600 hover:text-blue-700 ">
346- < svg class ="w-4 h-4 " fill ="none " stroke ="currentColor " viewBox ="0 0 24 24 ">
347- < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z "> </ path >
348- < path stroke-linecap ="round " stroke-linejoin ="round " stroke-width ="2 " d ="M15 12a3 3 0 11-6 0 3 3 0 016 0z "> </ path >
349- </ svg >
350- Panel de configuración
351- </ a >
352- </ div >
353- </ div >
354- </ div >
355- </ div >
356271 </ main >
357272
358273 <!-- Footer -->
0 commit comments