Compare commits
No commits in common. "65744c6481debbe3640283859d055e8d39fa12ac" and "f8a0db289c513cba71eedd5eba2e58aba093c48d" have entirely different histories.
65744c6481
...
f8a0db289c
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 356 KiB After Width: | Height: | Size: 356 KiB |
|
Before Width: | Height: | Size: 326 KiB After Width: | Height: | Size: 326 KiB |
|
Before Width: | Height: | Size: 343 KiB After Width: | Height: | Size: 343 KiB |
|
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 305 KiB |
|
Before Width: | Height: | Size: 411 KiB After Width: | Height: | Size: 411 KiB |
|
Before Width: | Height: | Size: 306 KiB After Width: | Height: | Size: 306 KiB |
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
|
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 295 KiB |
|
Before Width: | Height: | Size: 397 KiB After Width: | Height: | Size: 397 KiB |
|
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 286 KiB |
|
Before Width: | Height: | Size: 330 KiB After Width: | Height: | Size: 330 KiB |
|
Before Width: | Height: | Size: 344 KiB After Width: | Height: | Size: 344 KiB |
|
Before Width: | Height: | Size: 287 KiB After Width: | Height: | Size: 287 KiB |
|
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 268 KiB |
|
Before Width: | Height: | Size: 379 KiB After Width: | Height: | Size: 379 KiB |
|
Before Width: | Height: | Size: 362 KiB After Width: | Height: | Size: 362 KiB |
|
Before Width: | Height: | Size: 341 KiB After Width: | Height: | Size: 341 KiB |
|
Before Width: | Height: | Size: 269 KiB After Width: | Height: | Size: 269 KiB |
|
Before Width: | Height: | Size: 310 KiB After Width: | Height: | Size: 310 KiB |
|
Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 225 KiB |
|
Before Width: | Height: | Size: 331 KiB After Width: | Height: | Size: 331 KiB |
BIN
Assets/Images/learn/learn.png
Normal file
|
After Width: | Height: | Size: 143 KiB |
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
Assets/Images/unlockcarrer/competitions.png
Normal file
|
After Width: | Height: | Size: 74 KiB |
BIN
Assets/Images/unlockcarrer/internship.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
Assets/Images/unlockcarrer/jobs.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
Assets/Images/unlockcarrer/mentorship.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
Assets/Images/unlockcarrer/more.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
Assets/Images/unlockcarrer/practice.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 322 KiB |
|
Before Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 218 KiB |
|
Before Width: | Height: | Size: 135 KiB |
|
Before Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 201 KiB |
@ -1,453 +1,202 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Practice Coding & Ace Hiring Assessments</title>
|
||||
<style>
|
||||
* {
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Right-side Image Expanding Cards</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-family: 'Segoe UI', system-ui, sans-serif;
|
||||
}
|
||||
font-family: "Segoe UI", sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f9fafb;
|
||||
color: #1f2937;
|
||||
padding: 40px 20px;
|
||||
min-height: 100vh;
|
||||
body {
|
||||
background: #f9f9f9;
|
||||
color: #1a1a1a;
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 26px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
p.subtext {
|
||||
color: #555;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
/* Flex container */
|
||||
.cards-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
gap: 15px;
|
||||
height: 220px;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1300px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
header {
|
||||
margin-bottom: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 12px;
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: 18px;
|
||||
color: #6b7280;
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.cards-container {
|
||||
margin: 30px 0;
|
||||
display: flex;
|
||||
height: 380px;
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
||||
position: relative;
|
||||
gap: 1px;
|
||||
background-color: #d1d5db;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.card {
|
||||
/* Card style */
|
||||
.card {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
|
||||
border-radius: 14px;
|
||||
overflow: hidden;
|
||||
transition: all 0.4s ease;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
transform-origin: center;
|
||||
background-color: white;
|
||||
border-radius: 0;
|
||||
}
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.card:first-child {
|
||||
border-radius: 11px 0 0 11px;
|
||||
}
|
||||
/* Different background colors */
|
||||
.card:nth-child(1) { background: #1d4ed8; }
|
||||
.card:nth-child(2) { background: #e11d48; }
|
||||
.card:nth-child(3) { background: #9333ea; }
|
||||
.card:nth-child(4) { background: #f59e0b; }
|
||||
|
||||
.card:last-child {
|
||||
border-radius: 0 11px 11px 0;
|
||||
}
|
||||
|
||||
.card-content {
|
||||
/* Card content */
|
||||
.card-content {
|
||||
flex: 1;
|
||||
padding: 24px;
|
||||
padding: 16px 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
transition: all 0.7s ease;
|
||||
min-width: 0;
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
}
|
||||
transition: all 0.4s ease;
|
||||
min-width: 0; /* For text ellipsis */
|
||||
}
|
||||
|
||||
/* Color changes for active and hover states */
|
||||
.card.active { background-color: #c6e0f1; }
|
||||
.card:nth-child(1):hover,
|
||||
.card:nth-child(1).active { background-color: #89CFF0; }
|
||||
.card:nth-child(2):hover,
|
||||
.card:nth-child(2).active { background-color: #FEB4CF; }
|
||||
.card:nth-child(3):hover,
|
||||
.card:nth-child(3).active { background-color: #DFC5FE; }
|
||||
.card:nth-child(4):hover,
|
||||
.card:nth-child(4).active { background-color: #FFE186; }
|
||||
|
||||
/* SVG Container */
|
||||
.card-svg {
|
||||
/* Hide image initially */
|
||||
.card img {
|
||||
width: 0;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
transition: all 0.4s ease;
|
||||
border-left: 0px solid #fff;
|
||||
}
|
||||
|
||||
/* Icon style */
|
||||
.icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
background: rgba(255,255,255,0.3);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: all 1.3s cubic-bezier(0.23, 1, 0.32, 1);
|
||||
opacity: 0;
|
||||
padding: 20px;
|
||||
/* Remove the gradient and use solid background that matches the card */
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.card-svg svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 180px;
|
||||
max-height: 180px;
|
||||
filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
|
||||
}
|
||||
|
||||
.card-icon {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 24px;
|
||||
margin-bottom: 16px;
|
||||
transition: transform 0.5s ease;
|
||||
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.card:nth-child(1) .card-icon { background-color: #1268f3; color: white; }
|
||||
.card:nth-child(2) .card-icon { background-color: #ef4444; color: white; }
|
||||
.card:nth-child(3) .card-icon { background-color: #8b5cf6; color: white; }
|
||||
.card:nth-child(4) .card-icon { background-color: #f59e0b; color: white; }
|
||||
|
||||
.card h3 {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 12px;
|
||||
color: #111827;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.card p {
|
||||
font-size: 15px;
|
||||
color: #6b7280;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 16px;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
.card h3 {
|
||||
font-size: 18px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.meta-info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 16px;
|
||||
.card p {
|
||||
font-size: 14px;
|
||||
color: #4b5563;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
}
|
||||
|
||||
.meta-logo {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-color: #3b82f6;
|
||||
border-radius: 4px;
|
||||
margin-right: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.footer-text {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
color: #374151;
|
||||
margin-top: auto;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
|
||||
.cta-btn {
|
||||
margin-top: 16px;
|
||||
background-color: #111827;
|
||||
color: white;
|
||||
padding: 10px 16px;
|
||||
.cta-btn {
|
||||
margin-top: 10px;
|
||||
background: rgba(255,255,255,0.3);
|
||||
color: #fff;
|
||||
padding: 6px 12px;
|
||||
border-radius: 8px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
width: fit-content;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
|
||||
opacity: 0;
|
||||
transform: translateY(15px);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
||||
}
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.cta-btn::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
|
||||
transition: left 0.8s;
|
||||
}
|
||||
.footer-text {
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.cta-btn:hover::before {
|
||||
left: 100%;
|
||||
}
|
||||
/* Hover effects */
|
||||
.cards-container:hover .card {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.cta-btn:hover {
|
||||
background-color: #374151;
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 6px 12px rgba(0,0,0,0.15);
|
||||
}
|
||||
.cards-container .card:hover {
|
||||
flex: 2.5;
|
||||
}
|
||||
|
||||
/* Active card styles */
|
||||
.card.active {
|
||||
flex: 3.5;
|
||||
transform: translateY(-8px) scale(1.02);
|
||||
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
|
||||
z-index: 10;
|
||||
}
|
||||
.cards-container .card:hover img {
|
||||
width: 50%; /* show image on right */
|
||||
}
|
||||
|
||||
.card.active .card-svg {
|
||||
width: 45%;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.card.active .cta-btn {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.card.active .card-icon {
|
||||
transform: scale(1.1) rotate(5deg);
|
||||
}
|
||||
|
||||
.card.active h3 {
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
|
||||
.card.active p,
|
||||
.card.active .meta-info,
|
||||
.card.active .footer-text {
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
/* Hover effects for non-active cards */
|
||||
.card:hover:not(.active) {
|
||||
flex: 1.3;
|
||||
transform: translateY(-4px) scale(1.01);
|
||||
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.card:hover:not(.active) .card-svg {
|
||||
width: 25%;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
/* Subtle overlay effect */
|
||||
.card::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
|
||||
opacity: 0;
|
||||
transition: opacity 0.6s ease;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.card.active::after,
|
||||
.card:hover::after {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
/* Responsive */
|
||||
@media (max-width: 992px) {
|
||||
.cards-container {
|
||||
flex-direction: column;
|
||||
height: auto;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.card {
|
||||
flex-direction: column;
|
||||
height: auto;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.card:first-child {
|
||||
border-radius: 12px 12px 0 0 !important;
|
||||
}
|
||||
|
||||
.card:last-child {
|
||||
border-radius: 0 0 12px 12px !important;
|
||||
}
|
||||
|
||||
.card.active .card-svg,
|
||||
.card:hover .card-svg {
|
||||
flex: none;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.card.active {
|
||||
transform: translateY(-5px) scale(1.01);
|
||||
.cards-container .card:hover img {
|
||||
width: 100%;
|
||||
height: 180px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.card:hover:not(.active) {
|
||||
transform: translateY(-3px) scale(1.005);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Practice Coding & Ace Hiring Assessments</h1>
|
||||
<p>Level up your coding skills by practicing the hiring assessments of your dream companies & ace your placement game!</p>
|
||||
<h1>Practice Coding & Ace Hiring Assessments</h1>
|
||||
<p class="subtext">Level up your coding skills by practicing the hiring assessments of your dream companies & ace your placement game!</p>
|
||||
|
||||
<div class="cards-container">
|
||||
<!-- Coding Practice Card -->
|
||||
<div class="card active">
|
||||
<div class="cards-container">
|
||||
<!-- Card 1 -->
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div>
|
||||
<div class="card-icon">💻</div>
|
||||
<div class="icon">💻</div>
|
||||
<h3>Coding Practice</h3>
|
||||
<p>Level up your coding skills by practicing the hiring Questions.</p>
|
||||
<p><strong>400+ Questions</strong></p>
|
||||
</div>
|
||||
<a href="#" class="cta-btn">Start Now ➤</a>
|
||||
</div>
|
||||
<div class="card-svg">
|
||||
<img src="assets/images/mit-ico/ebmpapst.svg" alt="Coding Practice">
|
||||
<a href="#" class="cta-btn">Start Now →</a>
|
||||
</div>
|
||||
<img src="https://images.pexels.com/photos/3762800/pexels-photo-3762800.jpeg?auto=compress&cs=tinysrgb&w=600&h=400" loading="lazy" alt="Coding Practice">
|
||||
</div>
|
||||
|
||||
<!-- Interview Preparation Card -->
|
||||
<!-- Card 2 -->
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div>
|
||||
<div class="card-icon">📋</div>
|
||||
<div class="icon">📋</div>
|
||||
<h3>Interview Preparation</h3>
|
||||
<p>Crack Top companies in just 5 days.</p>
|
||||
<div class="footer-text">20+ Companies</div>
|
||||
</div>
|
||||
<a href="#" class="cta-btn">Start Now ➤</a>
|
||||
</div>
|
||||
<div class="card-svg">
|
||||
<img src="assets/images/mit-ico/ebmpapst.svg" alt="Coding Practice">
|
||||
<p>Crack top companies in just 5 days.</p>
|
||||
<p class="footer-text">20+ Companies →</p>
|
||||
</div>
|
||||
<img src="https://images.pexels.com/photos/1438084/pexels-photo-1438084.jpeg?auto=compress&cs=tinysrgb&w=600&h=400" loading="lazy" alt="Interview Prep">
|
||||
</div>
|
||||
|
||||
<!-- Projects Card -->
|
||||
<!-- Card 3 -->
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div>
|
||||
<div class="card-icon">📂</div>
|
||||
<div class="icon">📂</div>
|
||||
<h3>Projects</h3>
|
||||
<p>Projects epitomize perfect synergy for success.</p>
|
||||
<!-- <div class="meta-info">
|
||||
<div class="meta-logo">M</div>
|
||||
<span>Meta</span>
|
||||
<span style="margin-left: auto;">$4,000 Regis...</span>
|
||||
</div> -->
|
||||
<div class="footer-text">15+ Projects</div>
|
||||
</div>
|
||||
<a href="#" class="cta-btn">Start Now ➤</a>
|
||||
</div>
|
||||
<div class="card-svg">
|
||||
<img src="assets/images/mit-ico/ebmpapst.svg" alt="Coding Practice">
|
||||
<p class="footer-text">15+ Projects →</p>
|
||||
</div>
|
||||
<img src="https://images.pexels.com/photos/267569/pexels-photo-267569.jpeg?auto=compress&cs=tinysrgb&w=600&h=400" loading="lazy" alt="Projects">
|
||||
</div>
|
||||
|
||||
<!-- Skill Based Assessments Card -->
|
||||
<!-- Card 4 -->
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div>
|
||||
<div class="card-icon">📝</div>
|
||||
<div class="icon">📝</div>
|
||||
<h3>Skill Based Assessments</h3>
|
||||
<p>Assess your skills and get ahead of the curve.</p>
|
||||
<div class="footer-text">2000+ Questions</div>
|
||||
<p class="footer-text">2000+ Questions →</p>
|
||||
</div>
|
||||
<a href="#" class="cta-btn">Start Now ➤</a>
|
||||
<img src="https://images.pexels.com/photos/3769021/pexels-photo-3769021.jpeg?auto=compress&cs=tinysrgb&w=600&h=400" loading="lazy" alt="Assessments">
|
||||
</div>
|
||||
<div class="card-svg">
|
||||
<img src="assets/images/mit-ico/ebmpapst.svg" alt="Coding Practice">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const cards = document.querySelectorAll('.card');
|
||||
let activeCard = document.querySelector('.card.active');
|
||||
let lastActiveCard = activeCard;
|
||||
|
||||
// Function to set active card
|
||||
function setActiveCard(card) {
|
||||
// Remove active class from all cards
|
||||
cards.forEach(c => {
|
||||
c.classList.remove('active');
|
||||
const btn = c.querySelector('.cta-btn');
|
||||
btn.style.visibility = 'hidden';
|
||||
});
|
||||
|
||||
// Add active class to the specified card
|
||||
card.classList.add('active');
|
||||
const btn = card.querySelector('.cta-btn');
|
||||
btn.style.visibility = 'visible';
|
||||
|
||||
// Update last active card
|
||||
lastActiveCard = card;
|
||||
}
|
||||
|
||||
// Set first card as active by default
|
||||
setActiveCard(cards[0]);
|
||||
|
||||
// Add hover event listeners
|
||||
cards.forEach(card => {
|
||||
card.addEventListener('mouseenter', function() {
|
||||
setActiveCard(this);
|
||||
});
|
||||
|
||||
// When mouse leaves the container, keep the last hovered card active
|
||||
document.querySelector('.cards-container').addEventListener('mouseleave', function() {
|
||||
// Keep the current active card as is (no change needed)
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
221
index.html
@ -5,161 +5,40 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Kodepilot Clone</title>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<link rel="stylesheet" href="templateapi/main.css">
|
||||
<style>
|
||||
.center-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
position: relative;
|
||||
<script>
|
||||
async function loadAsset(primary, fallback, type) {
|
||||
try {
|
||||
const res = await fetch(primary, { method: "HEAD" });
|
||||
if (res.ok) {
|
||||
addTag(primary, type);
|
||||
} else {
|
||||
throw new Error("Primary missing");
|
||||
}
|
||||
|
||||
.scene {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.cube-wrapper {
|
||||
transform-style: preserve-3d;
|
||||
animation: bouncing 2s infinite;
|
||||
}
|
||||
|
||||
.cube {
|
||||
transform-style: preserve-3d;
|
||||
transform: rotateX(45deg) rotateZ(45deg);
|
||||
animation: rotation 2s infinite;
|
||||
}
|
||||
|
||||
.cube-faces {
|
||||
transform-style: preserve-3d;
|
||||
height: 80px;
|
||||
/* $size */
|
||||
width: 80px;
|
||||
/* $size */
|
||||
position: relative;
|
||||
transform-origin: 0 0;
|
||||
transform: translateX(0) translateY(0) translateZ(-40px);
|
||||
/* -$size/2 */
|
||||
}
|
||||
|
||||
.cube-face {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: #003366;
|
||||
border: solid 1px rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.cube-face.shadow {
|
||||
transform: translateZ(-80px);
|
||||
animation: bouncing-shadow 2s infinite;
|
||||
}
|
||||
|
||||
.cube-face.top {
|
||||
transform: translateZ(80px);
|
||||
}
|
||||
|
||||
.cube-face.front {
|
||||
transform-origin: 0 50%;
|
||||
transform: rotateY(-90deg);
|
||||
}
|
||||
|
||||
.cube-face.back {
|
||||
transform-origin: 0 50%;
|
||||
transform: rotateY(-90deg) translateZ(-80px);
|
||||
}
|
||||
|
||||
.cube-face.right {
|
||||
transform-origin: 50% 0;
|
||||
transform: rotateX(-90deg) translateY(-80px);
|
||||
}
|
||||
|
||||
.cube-face.left {
|
||||
transform-origin: 50% 0;
|
||||
transform: rotateX(-90deg) translateY(-80px) translateZ(80px);
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
0% {
|
||||
transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
|
||||
animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
|
||||
animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
|
||||
animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
|
||||
} catch (e) {
|
||||
addTag(fallback, type);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes bouncing {
|
||||
0% {
|
||||
transform: translateY(-40px);
|
||||
animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
|
||||
}
|
||||
|
||||
45% {
|
||||
transform: translateY(40px);
|
||||
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: translateY(-40px);
|
||||
animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
|
||||
function addTag(url, type) {
|
||||
if (type === "js") {
|
||||
const s = document.createElement("script");
|
||||
s.src = url;
|
||||
s.defer = true;
|
||||
document.head.appendChild(s);
|
||||
} else if (type === "css") {
|
||||
const l = document.createElement("link");
|
||||
l.rel = "stylesheet";
|
||||
l.href = url;
|
||||
document.head.appendChild(l);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes bouncing-shadow {
|
||||
0% {
|
||||
transform: translateZ(-80px) scale(1.3);
|
||||
animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
|
||||
opacity: 0.05;
|
||||
}
|
||||
|
||||
45% {
|
||||
transform: translateZ(0);
|
||||
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: translateZ(-80px) scale(1.3);
|
||||
animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
|
||||
opacity: 0.05;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
loadAsset("main.css", "https://kodepilot.in/templateapi/main.css", "css");
|
||||
loadAsset("main.js", "https://kodepilot.in/templateapi/main.js", "js");
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="msg" style="font-size: largest;" class="center-container">
|
||||
<div class="scene">
|
||||
<div class="cube-wrapper">
|
||||
<div class="cube">
|
||||
<div class="cube-faces">
|
||||
<div class="cube-face shadow"></div>
|
||||
<div class="cube-face bottom"></div>
|
||||
<div class="cube-face top"></div>
|
||||
<div class="cube-face left"></div>
|
||||
<div class="cube-face right"></div>
|
||||
<div class="cube-face back"></div>
|
||||
<div class="cube-face front"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="body" style="display: none;">
|
||||
<header class="navbar">
|
||||
<div class="logo">Kodepilot</div>
|
||||
<input type="text" class="search" placeholder="Search Opportunities">
|
||||
@ -178,8 +57,7 @@
|
||||
<div class="hero_container">
|
||||
<div class="cards_box">
|
||||
<h1><span class="blue_text">Unlock</span> Your Career</h1>
|
||||
<p>Explore opportunities from across the globe to grow, showcase skills, gain CV points & get hired
|
||||
by
|
||||
<p>Explore opportunities from across the globe to grow, showcase skills, gain CV points & get hired by
|
||||
your
|
||||
dream company.</p>
|
||||
<button class="button_blue_box"><img
|
||||
@ -399,6 +277,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Slide 3 -->
|
||||
<div class="slide1">
|
||||
<div class="slide1-box">
|
||||
<div class="image-container">
|
||||
@ -421,6 +300,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="nav-button prev-btn" id="prevBtn" aria-label="Previous slide"></button>
|
||||
<button class="nav-button next-btn" id="nextBtn" aria-label="Next slide"></button>
|
||||
</div>
|
||||
@ -483,8 +363,7 @@
|
||||
</p>
|
||||
<p class="slide-text">
|
||||
"From farm inventory to eco-shipment tracking, kodepilot built us a green-tech backbone.
|
||||
Their system lets us trace every organic ingredient and prove our sustainability story
|
||||
to
|
||||
Their system lets us trace every organic ingredient and prove our sustainability story to
|
||||
conscious customers."
|
||||
</p>
|
||||
<div class="slide-logo-box">
|
||||
@ -527,8 +406,7 @@
|
||||
"
|
||||
</p>
|
||||
<p class="slide-text">
|
||||
"Loan processing used to take weeks. kodepilot’ smart engine made approvals happen in
|
||||
days
|
||||
"Loan processing used to take weeks. kodepilot’ smart engine made approvals happen in days
|
||||
without compromising security."
|
||||
</p>
|
||||
<div class="slide-logo-box">
|
||||
@ -550,7 +428,7 @@
|
||||
<section class="card-simple">
|
||||
<div class="card-easy">
|
||||
<div class="card-easy-left">
|
||||
<img src="assets/images/learn/learn.png" alt="Student Image">
|
||||
<img src="templateapi/Assets/Images/learn/learn.png" alt="Student Image">
|
||||
</div>
|
||||
<div class="card-easy-right">
|
||||
<h2>Learn & Level Up Your Skills</h2>
|
||||
@ -560,6 +438,8 @@
|
||||
<div class="feature"><span>✓</span>Certificate</div>
|
||||
<div class="feature"><span>✓</span>Projects & Assignments</div>
|
||||
</div>
|
||||
<button>Explore Courses</button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@ -676,13 +556,13 @@
|
||||
<footer class="footer">
|
||||
<div class="footer-container">
|
||||
<div class="footer-section company-section">
|
||||
<div class="logo">Kodepilot</div>
|
||||
<div class="logo">Kode Pilot</div>
|
||||
<p class="tagline">Built with <span class="heart">❤</span> in India for the world</p>
|
||||
|
||||
<div class="contact-info">
|
||||
<h4>Stay Connected</h4>
|
||||
|
||||
|
||||
<div style="margin-bottom: 20px; line-height: 23px;">
|
||||
<div style="margin-bottom: 20px;">
|
||||
<strong style="color: white; font-size: 14px;">Sales Inquiries</strong>
|
||||
<div class="contact-item">
|
||||
<i class="fas fa-envelope"></i>
|
||||
@ -695,7 +575,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<strong style="color: white; font-size: 14px; line-height: 30px;">Support Inquiries</strong>
|
||||
<strong style="color: white; font-size: 14px;">Support Inquiries</strong>
|
||||
<div class="contact-item">
|
||||
<i class="fas fa-envelope"></i>
|
||||
support@kodepilot.com
|
||||
@ -715,8 +595,7 @@
|
||||
|
||||
<div class="newsletter-section">
|
||||
<h4>Stay Updated</h4>
|
||||
<p>We'll send you updates on the latest courses and coding opportunities to enhance your skills
|
||||
and
|
||||
<p>We'll send you updates on the latest courses and coding opportunities to enhance your skills and
|
||||
advance your career.</p>
|
||||
|
||||
<div class="newsletter-form">
|
||||
@ -780,7 +659,7 @@
|
||||
|
||||
<div class="footer-bottom">
|
||||
<div style="max-width: 1200px; margin: 0 auto; padding: 0 20px;">
|
||||
<!-- <div class="footer-bottom-links">
|
||||
<div class="footer-bottom-links">
|
||||
<a href="#">About Us</a>
|
||||
<a href="#">Contact Us</a>
|
||||
<a href="#">Careers</a>
|
||||
@ -793,9 +672,9 @@
|
||||
<a href="#">FAQs</a>
|
||||
<a href="#">Course Catalog</a>
|
||||
<a href="#">Certificates</a>
|
||||
<a href="#">Student Support</a> -->
|
||||
<a href="#">Student Support</a>
|
||||
</div>
|
||||
<!-- <div class="footer-bottom-links" style="margin-top: 10px;">
|
||||
<div class="footer-bottom-links" style="margin-top: 10px;">
|
||||
<a href="#">Affiliate Program</a>
|
||||
<a href="#">Corporate Training</a>
|
||||
<a href="#">Bulk Enrollment</a>
|
||||
@ -806,28 +685,14 @@
|
||||
<a href="#">Privacy Policy</a>
|
||||
<a href="#">Refund Policy</a>
|
||||
<a href="#">Sitemap</a>
|
||||
</div> -->
|
||||
<p style="margin-top: 20px 0px; padding: 10px 315px; font-size: 15px;">
|
||||
Copyright © 2025 <a href="#" style="color: #120ee2;">Kodepilot</a> - All
|
||||
rights
|
||||
</div>
|
||||
<p style="margin-top: 20px;">
|
||||
Copyright © 2025 <a href="#" style="color: #10b981;">Kode Pilot Learning Pvt Ltd</a> - All rights
|
||||
reserved.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="main.js"></script>
|
||||
<script src="templateapi/main.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(window).on("load", function () {
|
||||
$('#msg').show();
|
||||
setTimeout(function () {
|
||||
$('#body').show();
|
||||
$('#msg').hide();
|
||||
}, 1000);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
74
main.css
@ -125,24 +125,16 @@
|
||||
|
||||
.green {
|
||||
background: #9BE6C1;
|
||||
background-image: url('assets/images/unlockcarrer/internship.png');
|
||||
background-size: 115px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
}
|
||||
|
||||
.orange {
|
||||
background: #fec192;
|
||||
background-image: url('assets/images/unlockcarrer/jobs.png');
|
||||
background-size: 115px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
}
|
||||
|
||||
.blue {
|
||||
background: #9bc9ff;
|
||||
background-image: url('assets/images/unlockcarrer/mentorship.png');
|
||||
background-size: 115px;
|
||||
background-image: url('https://d8it4huxumps7.cloudfront.net/uploads/images/67724b0c0d0f7_img1.png?d=211x163');
|
||||
background-size: 140px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
}
|
||||
@ -150,25 +142,15 @@
|
||||
|
||||
.purple {
|
||||
background: #c8bbff;
|
||||
background-image: url('assets/images/unlockcarrer/practice.png');
|
||||
background-size: 120px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
}
|
||||
|
||||
.yellow {
|
||||
background: #ffdd80;background-image: url('assets/images/unlockcarrer/competitions.png');
|
||||
background-size: 115px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
background: #ffdd80;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.pink {
|
||||
background: #ffb1cc;
|
||||
background-image: url('assets/images/unlockcarrer/more.png');
|
||||
background-size: 115px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
}
|
||||
|
||||
.users {
|
||||
@ -278,7 +260,7 @@
|
||||
.mnc-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
max-width: 1159px;
|
||||
max-width: 1200px;
|
||||
|
||||
}
|
||||
|
||||
@ -295,7 +277,6 @@
|
||||
font-weight: 600;
|
||||
font-size: 1.3vw;
|
||||
white-space: nowrap;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
||||
.mnc h2 .gray,
|
||||
@ -723,11 +704,13 @@
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.image-container:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
|
||||
}
|
||||
|
||||
.slide1-box img {
|
||||
@ -934,22 +917,21 @@
|
||||
.footer {
|
||||
background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
|
||||
color: white;
|
||||
padding: 60px 0 0;
|
||||
padding: 60px 0 30px 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.footer-container {
|
||||
.footer-container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px; /* restore padding */
|
||||
padding: 0 20px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
gap: 50px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.footer-section h3 {
|
||||
font-size: 18 px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 20px;
|
||||
color: #ffffff;
|
||||
@ -957,8 +939,6 @@
|
||||
|
||||
.footer-section ul {
|
||||
list-style: none;
|
||||
padding: 0; /* removes left padding */
|
||||
margin: 0; /* removes default top/bottom margin */
|
||||
}
|
||||
|
||||
.footer-section ul li {
|
||||
@ -976,10 +956,9 @@
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.company-section {
|
||||
.company-section {
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.company-section .logo {
|
||||
font-size: 28px;
|
||||
@ -998,31 +977,27 @@
|
||||
color: #ef4444;
|
||||
}
|
||||
|
||||
.contact-info {
|
||||
.contact-info {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.contact-info h4 {
|
||||
.contact-info h4 {
|
||||
font-size: 16px;
|
||||
margin-bottom: 15px;
|
||||
color: white;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.contact-item {
|
||||
.contact-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
margin-left :-27px
|
||||
color: #cbd5e1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.contact-item i {
|
||||
.contact-item i {
|
||||
margin-right: 10px;
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
display: flex;
|
||||
@ -1125,7 +1100,6 @@
|
||||
font-size: 12px;
|
||||
color: #94a3b8;
|
||||
text-align: left;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.footer-bottom-links {
|
||||
@ -1368,7 +1342,7 @@
|
||||
}
|
||||
|
||||
.card-easy-left img {
|
||||
width: 100%;
|
||||
width: 80%;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
|
||||
8
main.js
@ -194,18 +194,19 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
const track = document.querySelector(".move-slider-track");
|
||||
const boxes = Array.from(track.children);
|
||||
|
||||
// Clone all slides once
|
||||
boxes.forEach(box => {
|
||||
const clone = box.cloneNode(true);
|
||||
track.appendChild(clone);
|
||||
});
|
||||
|
||||
let position = 0;
|
||||
const speed = 1;
|
||||
const speed = 1; // pixels per frame, adjust for faster/slower scroll
|
||||
|
||||
function animate() {
|
||||
position -= speed;
|
||||
if (Math.abs(position) >= track.scrollWidth / 2) {
|
||||
position = 0;
|
||||
position = 0; // reset after first set slides out
|
||||
}
|
||||
track.style.transform = `translateX(${position}px)`;
|
||||
requestAnimationFrame(animate);
|
||||
@ -223,8 +224,9 @@ const observer = new IntersectionObserver((entries) => {
|
||||
const index = Array.from(statItems).indexOf(entry.target);
|
||||
entry.target.style.transitionDelay = `${(index + 1) * 0.1}s`;
|
||||
entry.target.classList.add('visible');
|
||||
// observer.unobserve(entry.target); // optional: animate only once
|
||||
}
|
||||
});
|
||||
}, { threshold: 0.2 });
|
||||
}, { threshold: 0.2 }); // 20% visible
|
||||
|
||||
statItems.forEach(item => observer.observe(item));
|
||||
|
||||