You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionmostrarTarjetas(){lettarjetas=document.getElementById("tarjetas-presentacion");if(tarjetas){tarjetas.style.display="block";tarjetas.scrollIntoView({behavior: "smooth"});}else{console.warn("⚠️ No se encontró el contenedor 'tarjetas-presentacion'.");}}document.addEventListener("DOMContentLoaded",function(){console.log("✅ script.js cargado correctamente en index.html.");});