From c7ea744ebfefe79fdd138f05f0f156d3448b4b83 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Wed, 6 Aug 2025 20:21:02 -0400 Subject: Update social media links --- static/contact-script.js | 8 -------- static/contact.html | 6 +++--- 2 files changed, 3 insertions(+), 11 deletions(-) (limited to 'static') diff --git a/static/contact-script.js b/static/contact-script.js index 7f40271..d63b12d 100644 --- a/static/contact-script.js +++ b/static/contact-script.js @@ -303,14 +303,6 @@ document.getElementById('scheduleDemoBtn').addEventListener('click', () => { }, 1000); }); -// Social media link handlers -document.querySelectorAll('.social-icon').forEach(icon => { - icon.addEventListener('click', (e) => { - e.preventDefault(); - const platform = icon.getAttribute('aria-label'); - showToast(`Opening ${platform}...`, 'success'); - }); -}); // Navbar background on scroll window.addEventListener('scroll', () => { diff --git a/static/contact.html b/static/contact.html index c648bf3..ed84c14 100644 --- a/static/contact.html +++ b/static/contact.html @@ -102,19 +102,19 @@