Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-10-09 23:35:13 -05:00
parent c9dd77b4bd
commit adb1e5ab4b
3 changed files with 16 additions and 8 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 568 KiB

After

Width:  |  Height:  |  Size: 568 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 568 KiB

View File

@@ -36,15 +36,15 @@
</a>
</div>
<!-- Stats Footer con SVG Background de dos secciones -->
<!-- Stats Footer con SVG Backgrounds separados -->
<div class="flex flex-wrap justify-center gap-6 pt-8">
<!-- Primera fila: Discord.js y Fecha -->
<div class="flex flex-wrap justify-center gap-6 w-full max-w-4xl">
<!-- Discord.js Version -->
<!-- Discord.js Version - Usa snap.svg -->
<div class="relative overflow-hidden flex-1 min-w-[280px] max-w-[400px]"
style="background-image: url('/assets/images/snap.svg');
background-size: cover;
background-position: left center;
background-position: center;
background-repeat: no-repeat;
border-radius: 16px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);">
@@ -58,11 +58,11 @@
</div>
</div>
<!-- Fecha de actualización -->
<!-- Fecha de actualización - Usa snap1.svg -->
<div class="relative overflow-hidden flex-1 min-w-[280px] max-w-[400px]"
style="background-image: url('/assets/images/snap.svg');
style="background-image: url('/assets/images/snap1.svg');
background-size: cover;
background-position: right center;
background-position: center;
background-repeat: no-repeat;
border-radius: 16px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);">
@@ -77,7 +77,7 @@
</div>
</div>
<!-- Segunda fila: Secciones (Ocupa todo el ancho) -->
<!-- Segunda fila: Secciones - Usa snap.svg (o puedes alternar) -->
<div class="relative overflow-hidden w-full max-w-4xl"
style="background-image: url('/assets/images/snap.svg');
background-size: cover;