Skip to content

Commit aae2306

Browse files
jmacotclaude
andcommitted
feat: añadir card de Protocolos de Rehabilitacion a la landing page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7ded71e commit aae2306

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

index.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,25 @@ <h2>Analizador de Nomina</h2>
602602
</div>
603603
</a>
604604

605+
<!-- PROTOCOLOS REHABILITACION -->
606+
<a class="card" data-tag="documentacion" href="https://jmacot.github.io/rehabilitacion-cot" target="_blank" style="animation-delay: 0.35s">
607+
<div class="card-meta">
608+
<div class="card-icon" style="--card-icon-bg: var(--c-documentacion-light)">
609+
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--c-documentacion)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 20V10"/><path d="M12 20V4"/><path d="M6 20v-6"/></svg>
610+
</div>
611+
<div class="card-arrow">
612+
<svg width="18" height="18" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M14 5l7 7m0 0l-7 7m7-7H3"/></svg>
613+
</div>
614+
</div>
615+
<div class="card-content">
616+
<div class="card-tag">Documentacion</div>
617+
<h2>Protocolos de Rehabilitacion</h2>
618+
<p>Guias de rehabilitacion postquirurgica MGH por fase y semana. Selecciona patologia y fecha de cirugia para ver las recomendaciones actuales.</p>
619+
</div>
620+
</a>
621+
605622
<!-- PLACEHOLDER -->
606-
<div class="card placeholder" data-tag="none" style="animation-delay: 0.35s">
623+
<div class="card placeholder" data-tag="none" style="animation-delay: 0.4s">
607624
<div class="card-meta">
608625
<div class="card-icon"></div>
609626
</div>

0 commit comments

Comments
 (0)