Skip to content

Commit 675b7e1

Browse files
authored
Update index.html
1 parent 6d18279 commit 675b7e1

1 file changed

Lines changed: 13 additions & 21 deletions

File tree

life/index.html

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ <h1>📊 Life <span>OS</span></h1>
3636

3737
<!-- ===== CARD 1 — PROJECT: LEVEL UP ===== -->
3838
<a href="#" class="card">
39-
<!--
40-
Toda la tarjeta es clickeable.
41-
Más adelante puedes apuntar esto a una webapp, Notion, dashboard, etc.
42-
-->
4339
<div>
4440
<h3>⚔️ Project: Level Up</h3>
4541
<p>
@@ -48,47 +44,31 @@ <h3>⚔️ Project: Level Up</h3>
4844
</p>
4945
</div>
5046
<span class="tag">Ver Progreso ↗</span>
51-
<!-- CTA: indica que se entra a ver el avance / dashboard -->
5247
</a>
5348

5449
<!-- ===== CARD 2 — CONTROL FINANCIERO ===== -->
5550
<a href="#" class="card">
56-
<!--
57-
Podrás enlazar a tu dashboard financiero (Sheets, app, etc.).
58-
-->
5951
<div>
6052
<h3>💰 Control Financiero</h3>
6153
<p>Dashboard de gastos, inversiones y educación financiera.</p>
6254
</div>
6355
<span class="tag">Privado 🔒</span>
64-
<!-- Señal visual de que el acceso está restringido -->
6556
</a>
6657

6758
<!-- ===== CARD 3 — INVENTARIO JOYAS & BOLSOS ===== -->
6859
<a href="#" class="card">
69-
<!--
70-
Pensado como acceso rápido a tu inventario en Drive / sistema externo.
71-
-->
7260
<div>
7361
<h3>💎 Inventario Joyas &amp; Bolsos</h3>
7462
<p>Base de datos visual organizada para consulta rápida en tienda.</p>
75-
76-
<!--
77-
Nota aclaratoria con estilo inline.
78-
-->
7963
<small style="color: #64748b; display: block; margin-top: 5px;">
8064
*Vinculado a Google Drive (2TB)
8165
</small>
8266
</div>
8367
<span class="tag">Abrir Galería 📂</span>
84-
<!-- CTA enfocada en ver imágenes / recursos -->
8568
</a>
8669

8770
<!-- ===== CARD 4 — RECETA META ADS 2026 (NUEVO) ===== -->
88-
<a href="https://proyectosjmb.github.io/RecetaMetaAds/" class="card" target="_blank">
89-
<!--
90-
Enlace directo a tu Web App alojada en GitHub Pages
91-
-->
71+
<a href="https://proyectosjmb.github.io/RecetaMetaAds/" class="card" target="_blank" rel="noopener noreferrer">
9272
<div>
9373
<h3>👨‍🍳 Receta Meta Ads 2026</h3>
9474
<p>
@@ -99,6 +79,18 @@ <h3>👨‍🍳 Receta Meta Ads 2026</h3>
9979
<span class="tag">Cocinar Ahora 🥘</span>
10080
</a>
10181

82+
<!-- ===== CARD 5 — MAPA DE ESTADO VITAL (NUEVO) ===== -->
83+
<a href="./mapa-estado-vital.html" class="card">
84+
<div>
85+
<h3>🧭 Mapa de Estado Vital</h3>
86+
<p>
87+
Registro diario rápido para monitorear estado emocional, físico y funcional.
88+
(Cuestionario + historial de respuestas)
89+
</p>
90+
</div>
91+
<span class="tag">Registrar Hoy ✅</span>
92+
</a>
93+
10294
</div> <!-- /grid -->
10395
</div> <!-- /container -->
10496

0 commit comments

Comments
 (0)