Merge pull request 'rajesh' (#28) from rajesh into main

Reviewed-on: #28
This commit is contained in:
dhanush.s 2025-09-26 22:38:54 +00:00
commit b2be41a3dd
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -3,7 +3,7 @@ function goToApplay() {
} }
function getInTouch() { 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");
} }