document.getElementById('michael').addEventListener('click', () => { window.location.href = 'index.html'; // change this to whatever page you want });