Refactor code structure for improved readability and maintainability
This commit is contained in:
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 568 KiB After Width: | Height: | Size: 568 KiB |
8
src/server/public/assets/images/snap2.svg
Normal file
8
src/server/public/assets/images/snap2.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 568 KiB |
@@ -36,15 +36,15 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</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">
|
<div class="flex flex-wrap justify-center gap-6 pt-8">
|
||||||
<!-- Primera fila: Discord.js y Fecha -->
|
<!-- Primera fila: Discord.js y Fecha -->
|
||||||
<div class="flex flex-wrap justify-center gap-6 w-full max-w-4xl">
|
<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]"
|
<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/snap.svg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: left center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);">
|
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);">
|
||||||
@@ -58,11 +58,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</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]"
|
<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-size: cover;
|
||||||
background-position: right center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);">
|
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);">
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</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"
|
<div class="relative overflow-hidden w-full max-w-4xl"
|
||||||
style="background-image: url('/assets/images/snap.svg');
|
style="background-image: url('/assets/images/snap.svg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|||||||
Reference in New Issue
Block a user