fix: feat
This commit is contained in:
parent
a7e28defbc
commit
ba87dbc9e6
12
index.html
12
index.html
@ -521,12 +521,8 @@
|
|||||||
"
|
"
|
||||||
</p>
|
</p>
|
||||||
<p class="slide-text">
|
<p class="slide-text">
|
||||||
<<<<<<< HEAD
|
|
||||||
"The Kodepilot curriculum is laser-focused on job placement. I mastered the required
|
"The Kodepilot curriculum is laser-focused on job placement. I mastered the required
|
||||||
skills and secured my position at GBL with confidence."
|
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>
|
</p>
|
||||||
<div class="slide-logo-box">
|
<div class="slide-logo-box">
|
||||||
<div class="profile-box">
|
<div class="profile-box">
|
||||||
@ -547,12 +543,8 @@
|
|||||||
"
|
"
|
||||||
</p>
|
</p>
|
||||||
<p class="slide-text">
|
<p class="slide-text">
|
||||||
<<<<<<< HEAD
|
|
||||||
"After taking the QA and DevOps courses, Kodepilot made me ready for the global stage. I
|
"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."
|
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>
|
</p>
|
||||||
<div class="slide-logo-box">
|
<div class="slide-logo-box">
|
||||||
<div class="profile-box">
|
<div class="profile-box">
|
||||||
@ -572,12 +564,8 @@
|
|||||||
"
|
"
|
||||||
</p>
|
</p>
|
||||||
<p class="slide-text">
|
<p class="slide-text">
|
||||||
<<<<<<< HEAD
|
|
||||||
"Kodepilot's training in AWS and DevOps was the key to my career breakthrough. I went
|
"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."
|
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>
|
</p>
|
||||||
<div class="slide-logo-box">
|
<div class="slide-logo-box">
|
||||||
<div class="profile-box">
|
<div class="profile-box">
|
||||||
|
|||||||
9
main.css
9
main.css
@ -1282,6 +1282,7 @@
|
|||||||
background-color: #F6F8FA;
|
background-color: #F6F8FA;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-easy-left {
|
.card-easy-left {
|
||||||
@ -1581,6 +1582,14 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.practice-cards-container {
|
||||||
|
background-color: #ffffff;
|
||||||
|
color: #1f2937;
|
||||||
|
padding: 40px 20px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
.practice-title {
|
.practice-title {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user