Initial commit: Hapkido Cardedeu V2 landing page

This commit is contained in:
Mambo
2026-05-01 13:49:20 +02:00
commit 4c8883022b
12 changed files with 528 additions and 0 deletions

4
public/favicon.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="45" fill="#D4AF37"/>
<text x="50" y="65" text-anchor="middle" font-family="Arial Black, sans-serif" font-size="45" font-weight="bold" fill="#1a1a1a">H</text>
</svg>

After

Width:  |  Height:  |  Size: 259 B

BIN
public/hero-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
public/instructor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

16
public/logo.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 90" fill="none">
<!-- Letras CHC arriba, dorado -->
<text x="70" y="20" font-family="Arial Black, Helvetica, sans-serif" font-size="22" font-weight="900" fill="#D4AF37" text-anchor="middle" letter-spacing="2">CHC</text>
<!-- Sam Taegeuk simplificado: 3 flechas/triángulos entrelazados -->
<g transform="translate(70, 56)">
<!-- Flecha Amarilla (apunta a la derecha) -->
<polygon points="-30,0 0,-15 0,-5 25,-5 25,5 0,5 0,15" fill="#F4D03F" transform="rotate(-30)"/>
<!-- Flecha Roja (apunta abajo-izquierda) -->
<polygon points="-30,0 0,-15 0,-5 25,-5 25,5 0,5 0,15" fill="#C0392B" transform="rotate(90)"/>
<!-- Flecha Azul (apunta arriba-izquierda) -->
<polygon points="-30,0 0,-15 0,-5 25,-5 25,5 0,5 0,15" fill="#1E4B7A" transform="rotate(210)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 867 B