Compare commits

...

4 Commits

Author SHA1 Message Date
b2be41a3dd Merge pull request 'rajesh' (#28) from rajesh into main
Reviewed-on: #28
2025-09-26 22:38:54 +00:00
7a8038be74 number added 2025-09-26 22:38:19 +00:00
2333e95802 number added 2025-09-26 22:38:19 +00:00
2543ec800c card issue 2025-09-26 22:38:19 +00:00
3 changed files with 6 additions and 6 deletions

View File

@ -163,8 +163,8 @@
<input type="text" class="search" placeholder="Search Opportunities">
<div class="buttons">
<a href="/login">Log in</a>
<button class="business" onclick="getInTouch()">Get in touch</button>
<button class="login" onclick="goToApplay()">Apply</button>
<button class="business" onclick="getInTouch()">Let's Talk</button>
<button class="login" onclick="goToApplay()">Request a call</button>
</div>
</header>
@ -551,7 +551,7 @@
<img src="templateapi/assets/images/hai1/user-icon.svg" alt="Client Logo"
class="slide-logo">
<div class="profile-info">
<p class="slide-name">kevin</p>
<p class="slide-name">Amit</p>
<p class="slide-role">QA Tester</p>
</div>
</div>

View File

@ -1699,7 +1699,7 @@
.practice-card-svg {
width: 0;
height: 10%;
height: 60%;
bottom: 0px;
display: block;
align-items: center;
@ -1713,7 +1713,7 @@
.practice-cards-wrapper:hover .practice-card:hover .practice-card-svg {
width: 35%;
width: 20%;
opacity: 1;
}

View File

@ -3,7 +3,7 @@ function goToApplay() {
}
function getInTouch() {
window.open("https://wa.me/918870760431?text=Hi%20Link%20kodepilote%20Team...", "_blank");
window.open("https://wa.me/+919787466226?text=Hi%20Link%20kodepilote%20Team...", "_blank");
}