From a3a0ebfa4415f3e53b2e06b134da8959d91f7e27 Mon Sep 17 00:00:00 2001 From: "rajesh.n" Date: Tue, 30 Sep 2025 11:55:36 +0530 Subject: [PATCH] URL added for cards --- index.html | 18 +++++++++--------- main.js | 6 ++++++ 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index f989e35..21ec2ad 100644 --- a/index.html +++ b/index.html @@ -165,7 +165,7 @@ - + @@ -186,14 +186,14 @@ -
-
Internships
Gain Practical Experience
-
Mentorships
Guidance From Top Mentors
-
Jobs
Explore Diverse Careers
-
Practice
Refine Skills Daily
-
Competitions
Battle For Excellence
-
More
Explore More Options
-
+
+
Internships
Gain Practical Experience
+
Mentorships
Guidance From Top Mentors
+
Jobs
Explore Diverse Careers
+
Practice
Refine Skills Daily
+
Competitions
Battle For Excellence
+
More
Explore More Options
+
diff --git a/main.js b/main.js index a8cc28f..1c4d572 100644 --- a/main.js +++ b/main.js @@ -11,6 +11,12 @@ 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 getInZoho() { + window.open("https://forms.zohopublic.in/krishnakode1/form/KodePilotRegistrationForm/formperma/A2L8xK6T13A9-s5Kxj8BqRTGsgmpKDHM0DDcZQWye5E"); +} + + class Slide1rSlider { constructor({ trackId = 'slide1rTrack', prevId = 'prevBtn', nextId = 'nextBtn', autoPlayDuration = 5000, invert = true } = {}) { this.trackId = trackId;