Compare commits

...

7 Commits

Author SHA1 Message Date
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
7880913725 fix: feat 2025-09-27 04:07:15 +05:30
94fb53a168 fix: feat 2025-09-27 04:02:40 +05:30
8fb29c33af Merge pull request 'content:fixit' (#27) from content into main
Reviewed-on: #27
2025-09-26 22:27:37 +00:00
Abhishek-unni-2
b80f0a9e12 content:fixit 2025-09-27 03:56:26 +05:30
4 changed files with 25 additions and 13 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg height="800px" width="800px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 60.671 60.671" xml:space="preserve">
<g>
<g>
<ellipse style="fill:#010002;" cx="30.336" cy="12.097" rx="11.997" ry="12.097"/>
<path style="fill:#010002;" d="M35.64,30.079H25.031c-7.021,0-12.714,5.739-12.714,12.821v17.771h36.037V42.9
C48.354,35.818,42.661,30.079,35.64,30.079z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 594 B

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>
@ -227,7 +227,7 @@
descEl1.classList.remove("fade-in");
}, 500);
}, 500);
}, 2000);
}, 5000);
</script>
</div>
<div class="cards">
@ -526,8 +526,8 @@
</p>
<div class="slide-logo-box">
<div class="profile-box">
<img src="https://images.unsplash.com/photo-1542744094-24638eff58bb?w=500&h=400&fit=crop&crop=entropy&cs=tinysrgb"
alt="Client Logo" class="slide-logo">
<img src="templateapi/assets/images/hai1/user-icon.svg" alt="Client Logo"
class="slide-logo">
<div class="profile-info">
<p class="slide-name">Dhanush</p>
<p class="slide-role">Rust Developer</p>
@ -548,10 +548,10 @@
</p>
<div class="slide-logo-box">
<div class="profile-box">
<img src="https://images.unsplash.com/photo-1542744094-24638eff58bb?w=500&h=400&fit=crop&crop=entropy&cs=tinysrgb"
alt="Client Logo" class="slide-logo">
<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>
@ -569,8 +569,8 @@
</p>
<div class="slide-logo-box">
<div class="profile-box">
<img src="https://images.unsplash.com/photo-1542744094-24638eff58bb?w=500&h=400&fit=crop&crop=entropy&cs=tinysrgb"
alt="Client Logo" class="slide-logo">
<img src="templateapi/assets/images/hai1/user-icon.svg" alt="Client Logo"
class="slide-logo">
<div class="profile-info">
<p class="slide-name">John Doe</p>
<p class="slide-role">AWS</p>

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");
}