-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.fe016fd5.js
2 lines (2 loc) · 1.7 KB
/
index.fe016fd5.js
1
2
document.getElementById("menuIcon").addEventListener("click",(()=>{const e=document.querySelector(".menuIcon"),t=document.getElementById("navbar");e.classList.toggle("active"),t.classList.toggle("active")})),document.querySelectorAll(".autoclosemenu").forEach((e=>e.addEventListener("click",(()=>{innerWidth<991&&(menuIcon.classList.toggle("active"),navbar.classList.toggle("active"))}))));var swiper=new Swiper(".mySwiper",{effect:"coverflow",grabCursor:!0,centeredSlides:!0,slidesPerView:"auto",coverflowEffect:{rotate:30,stretch:0,depth:400,modifier:1,slideShadows:!0},pagination:{el:".swiper-pagination"},loop:!0});const form=document.getElementById("contact-form");form.addEventListener("submit",(async e=>{e.preventDefault();let t=document.getElementById("email").value;if(t.match(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/)){document.getElementById("email").style.background="transparent";let e=document.getElementById("fname").value,n=document.getElementById("lname").value,o=document.getElementById("messageval").value;Email.send({SecureToken:"5f0c1801-6b47-4e32-ab7e-25a89414ef6b",To:"pratikpathak200@gmail.com",From:t,Subject:"Portfolio Message Request",Body:e+" "+n+" said 👇 <br>"+o}).then((e=>{"OK"===e?(document.getElementById("error-box").style.display="flex",document.getElementById("error-box").innerHTML="Email Sent ✅"):(document.getElementById("error-box").style.display="flex",document.getElementById("error-box").innerHTML="Something went wrong!")}))}else document.getElementById("error-box").style.display="flex",document.getElementById("error-box").innerHTML="Invalid Email",document.getElementById("email").style.background="red"}));
//# sourceMappingURL=index.fe016fd5.js.map