Initial commit: Hapkido Cardedeu V2 landing page
This commit is contained in:
16
public/logo.svg
Normal file
16
public/logo.svg
Normal 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 |
Reference in New Issue
Block a user