Compare commits
3 Commits
ae4fd12955
...
8414a3af51
| Author | SHA1 | Date | |
|---|---|---|---|
| 8414a3af51 | |||
| 025ed1d119 | |||
| 441d415b0f |
@ -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>
|
||||
|
||||
5
main.css
5
main.css
@ -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;
|
||||
|
||||
3
main.js
3
main.js
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user