Compare commits

...

3 Commits

Author SHA1 Message Date
8414a3af51 updated whatsapp message 2025-09-27 04:23:56 +05:30
025ed1d119 fix: icon size 2025-09-27 04:14:41 +05:30
441d415b0f Merge pull request 'dynamic card' (#29) from rajesh into main
Reviewed-on: #29
2025-09-26 22:42:43 +00:00
3 changed files with 5 additions and 5 deletions

View File

@ -732,7 +732,7 @@
<footer class="footer">
<div class="footer-container">
<div class="footer-section company-section">
<div class="logo" style="text-align: left; margin-left: 0; padding-left: 0;">Kodepilot</div>
<div class="logo" style="text-align: left; margin-left: 0; padding-left: 0;">KodePilot</div>
<p class="tagline">Built with <span class="heart"></span> in India for the world</p>
<div class="contact-info">
<h4>Stay Connected</h4>

View File

@ -1243,9 +1243,10 @@
justify-content: center;
}
.slide-logo {
width: 60px;
height: 60px;
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 50%;
border: 3px solid #fff;

View File

@ -3,10 +3,9 @@ function goToApplay() {
}
function getInTouch() {
window.open("https://wa.me/+919787466226?text=Hi%20Link%20kodepilote%20Team...", "_blank");
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 () {
if (window.Slide1rSliderLoaded) {
return;