From c084f08a638fa159c28ab29adc6304c222d98292 Mon Sep 17 00:00:00 2001 From: Abhishek-unni-2 Date: Tue, 30 Sep 2025 12:43:58 +0530 Subject: [PATCH] fet: redirect --- index.html | 33 ++++++++++++++++----------------- main.js | 5 +++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 21ec2ad..297a5a2 100644 --- a/index.html +++ b/index.html @@ -162,9 +162,8 @@
- - +
@@ -438,22 +437,22 @@
-
-
- -
-
- -
-
- -
-
- -
-
+
+
+
+
+
+
+
+
+
+
-
diff --git a/main.js b/main.js index 1c4d572..be04586 100644 --- a/main.js +++ b/main.js @@ -7,11 +7,12 @@ function goToApplay() { } -function getInTouch() { - window.open("https://wa.me/+919787466226?text=Hi%20KodePilot%20Team%2C%0A%0AI%20came%20across%20your%20website%20and%20would%20like%20to%20know%20more%20about%20your%20Career%20Guidance%20and%20Placement%20support%20services.%20Could%20you%20please%20share%20the%20details%3F%0A%0AThanks%21", "_blank"); +function getInTouch(vall) { + window.open(vall, "_blank"); } + function getInZoho() { window.open("https://forms.zohopublic.in/krishnakode1/form/KodePilotRegistrationForm/formperma/A2L8xK6T13A9-s5Kxj8BqRTGsgmpKDHM0DDcZQWye5E"); }