fix: feat

This commit is contained in:
dhanush.s 2025-09-27 03:54:49 +05:30
parent a7e28defbc
commit ba87dbc9e6
2 changed files with 9 additions and 12 deletions

View File

@ -521,12 +521,8 @@
"
</p>
<p class="slide-text">
<<<<<<< HEAD
"The Kodepilot curriculum is laser-focused on job placement. I mastered the required
skills and secured my position at GBL with confidence."
=======
"The Kodepilot curriculum is laser-focused on job placement. I mastered the required skills and secured my position at GBL with confidence."
>>>>>>> content
</p>
<div class="slide-logo-box">
<div class="profile-box">
@ -547,12 +543,8 @@
"
</p>
<p class="slide-text">
<<<<<<< HEAD
"After taking the QA and DevOps courses, Kodepilot made me ready for the global stage. I
was immediately placed with a top-tier company: Accenture."
=======
"After taking the QA and DevOps courses, Kodepilot made me ready for the global stage. I was immediately placed with a top-tier company: Accenture."
>>>>>>> content
</p>
<div class="slide-logo-box">
<div class="profile-box">
@ -572,12 +564,8 @@
"
</p>
<p class="slide-text">
<<<<<<< HEAD
"Kodepilot's training in AWS and DevOps was the key to my career breakthrough. I went
from learning the skills to successfully landing a role at Infosys."
=======
"Kodepilot's training in AWS and DevOps was the key to my career breakthrough. I went from learning the skills to successfully landing a role at Infosys."
>>>>>>> content
</p>
<div class="slide-logo-box">
<div class="profile-box">

View File

@ -1282,6 +1282,7 @@
background-color: #F6F8FA;
border-radius: 20px;
overflow: hidden;
margin: 20px;
}
.card-easy-left {
@ -1581,6 +1582,14 @@
left: 0;
}
.practice-cards-container {
background-color: #ffffff;
color: #1f2937;
padding: 40px 20px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.practice-title {
font-size: 32px;