Compare commits
2 Commits
2ae2ff4179
...
b80f0a9e12
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b80f0a9e12 | ||
| ba87dbc9e6 |
12
assets/images/hai1/user-icon.svg
Normal file
12
assets/images/hai1/user-icon.svg
Normal 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 |
18
index.html
18
index.html
@ -521,16 +521,12 @@
|
||||
"
|
||||
</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">
|
||||
<img src="https://images.unsplash.com/photo-1542744094-24638eff58bb?w=500&h=400&fit=crop&crop=entropy&cs=tinysrgb"
|
||||
<img src="assets/images/hai1/user-icon.svg"
|
||||
alt="Client Logo" class="slide-logo">
|
||||
<div class="profile-info">
|
||||
<p class="slide-name">Dhanush</p>
|
||||
@ -547,16 +543,12 @@
|
||||
"
|
||||
</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">
|
||||
<img src="https://images.unsplash.com/photo-1542744094-24638eff58bb?w=500&h=400&fit=crop&crop=entropy&cs=tinysrgb"
|
||||
<img src="assets/images/hai1/user-icon.svg"
|
||||
alt="Client Logo" class="slide-logo">
|
||||
<div class="profile-info">
|
||||
<p class="slide-name">kevin</p>
|
||||
@ -572,16 +564,12 @@
|
||||
"
|
||||
</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">
|
||||
<img src="https://images.unsplash.com/photo-1542744094-24638eff58bb?w=500&h=400&fit=crop&crop=entropy&cs=tinysrgb"
|
||||
<img src="assets/images/hai1/user-icon.svg"
|
||||
alt="Client Logo" class="slide-logo">
|
||||
<div class="profile-info">
|
||||
<p class="slide-name">John Doe</p>
|
||||
|
||||
9
main.css
9
main.css
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user