Skip to content

Commit fa2f149

Browse files
authored
Updated code
1 parent 31414c8 commit fa2f149

1 file changed

Lines changed: 28 additions & 3 deletions

File tree

index.html

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,10 +1115,35 @@ <h2>
11151115
Es decir: me importa tu salud. Es decir: quiero ayudarte a vivir mejor. Es decir: tu cuerpo vale.<br><br>
11161116
Este proyecto nació del amor por una persona, pero creció para abrazar a muchas. Y aunque su origen sea íntimo, su propósito es colectivo.<br><br>
11171117
<b style="color:#bb4b00;">"Porque a veces cuidar también es crear. Y medir también es amar."</b> <span style="font-size:1.2em;">💖</span>
1118-
<blockquote style="margin-top:0.5em;color:#745000;">
1119-
"A veces el amor también se expresa con circuitos, con sensores..."
1120-
</blockquote>
11211118
</p>
1119+
<a href="https://github.com/paupau77/Proyecto-Hugo-Medidor-de-Salinidad-con-Arduino-UNO/tree/ProyectoHugoMedidorPotasio"
1120+
target="_blank"
1121+
style="text-decoration: none;">
1122+
<button style="
1123+
width: 100%;
1124+
margin-top: 12px;
1125+
padding: 14px;
1126+
background: linear-gradient(45deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
1127+
color: #422006;
1128+
border: none;
1129+
border-radius: 12px;
1130+
font-weight: 800;
1131+
font-family: 'Outfit', sans-serif;
1132+
cursor: pointer;
1133+
display: flex;
1134+
align-items: center;
1135+
justify-content: center;
1136+
gap: 8px;
1137+
box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
1138+
transition: all 0.3s ease;
1139+
border: 1px solid rgba(255, 255, 255, 0.3);
1140+
"
1141+
onmouseover="this.style.transform='scale(1.02)'; this.style.boxShadow='0 6px 20px rgba(184, 134, 11, 0.5)';"
1142+
onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='0 4px 15px rgba(184, 134, 11, 0.3)';"
1143+
>
1144+
<span>✨ NUEVO: Medidor de POTASIO ✨</span>
1145+
</button>
1146+
</a>
11221147
</div>
11231148
</aside>
11241149

0 commit comments

Comments
 (0)