diff --git a/js/info.js b/js/info.js index 6ea62ff..b71f581 100644 --- a/js/info.js +++ b/js/info.js @@ -23,7 +23,9 @@ function openModal(src) { function closeModal() { modal.style.display = "none"; } - +function showInfo() { + const point = "Listen, you do not know how many times we hear this. The point of the website is just freakybob and having fun! Simple.' +} images.forEach(image => { image.addEventListener('click', () => openModal(image.src)); }); @@ -39,4 +41,4 @@ window.addEventListener('keydown', (event) => { closeModal(); } }); -window.addEventListener('resize', updateCarousel); \ No newline at end of file +window.addEventListener('resize', updateCarousel);