Compare commits

...

5 Commits

Author SHA1 Message Date
Abhishek-unni-2
e79957627d content fix 2025-09-26 22:23:04 +05:30
9bab60d811 Merge pull request 'rajesh' (#18) from rajesh into main
Reviewed-on: #18
2025-09-26 16:51:05 +00:00
8cb36ac81a bug fixed footer 2025-09-26 22:18:45 +05:30
b5a695ba8b modified html 2025-09-26 21:46:23 +05:30
1614059b19 Merge pull request 'content changedonce' (#16) from content into main
Reviewed-on: #16
2025-09-26 14:50:50 +00:00
2 changed files with 25 additions and 19 deletions

View File

@ -617,8 +617,8 @@
<img src="assets/images/learn/learn.png" alt="Student Image"> <img src="assets/images/learn/learn.png" alt="Student Image">
</div> </div>
<div class="card-easy-right"> <div class="card-easy-right">
<h2>Learn & Level Up Your Skills</h2> <h2>The Future of Your Career Starts Now. Learn, Grow, Achieve</h2>
<p>Select from a wide range of courses to upskill and advance your career!</p> <p>Stop waiting for opportunity—create it. Dive into our extensive library to level up your expertise and unlock your next big career move.</p>
<div class="features"> <div class="features">
<div class="feature"><span></span>50+ Courses</div> <div class="feature"><span></span>50+ Courses</div>
<div class="feature"><span></span>Certificate</div> <div class="feature"><span></span>Certificate</div>
@ -675,13 +675,14 @@
<footer class="footer"> <footer class="footer">
<div class="footer-container"> <div class="footer-container">
<div class="footer-section company-section"> <div class="footer-section company-section">
<div class="logo">Kodepilot</div> <div class="logo" style="text-align: left; margin-left: 0; padding-left: 0;">Kodepilot</div>
<p class="tagline">Built with <span class="heart"></span> in India for the world</p> <p class="tagline">Built with <span class="heart"></span> in India for the world</p>
<div class="contact-info"> <div class="contact-info">
<h4>Stay Connected</h4> <h4>Stay Connected</h4>
<div style="margin-bottom: 20px; line-height: 23px;"> <!-- <div style="margin-bottom: 20px; line-height: 23px;"> -->
<div style="margin-bottom: 20px; line-height: 23px; margin-left: -27px;">
<div class="contact-item"> <div class="contact-item">
<i class="fas fa-envelope"></i> <i class="fas fa-envelope"></i>
sales@kodepilot.com sales@kodepilot.com
@ -692,12 +693,14 @@
</div> </div>
</div> </div>
<div> <div >
<strong style="color: white; font-size: 14px; line-height: 30px;">Support Inquiries</strong> <strong style="color: white; font-size: 14px; line-height: 30px;">Support Inquiries</strong>
<div class="contact-item"> <div style="margin-bottom: 20px; line-height: 23px; margin-left: -27px;">
<i class="fas fa-envelope"></i> <div class="contact-item">
support@kodepilot.com <i class="fas fa-envelope"></i>
</div> support@kodepilot.com
</div>
</div>
</div> </div>
</div> </div>
@ -768,7 +771,7 @@
<li><a href="#">Mentorship & Alumni</a></li> <li><a href="#">Mentorship & Alumni</a></li>
</ul> </ul>
</div> </div>
</div> </div>
<div class="footer-bottom"> <div class="footer-bottom">
<div style="max-width: 1200px; margin: 0 auto; padding: 0 20px;"> <div style="max-width: 1200px; margin: 0 auto; padding: 0 20px;">

View File

@ -570,7 +570,7 @@
} }
.card-hackathons { .card-hackathons {
background: url('assets/images/seize/hackathons.png') no-repeat center/cover; background: url('assets/images/seize/hackathon.png') no-repeat center/cover;
color: white; color: white;
} }
@ -580,12 +580,12 @@
} }
.card-conferences { .card-conferences {
background: url('assets/images/seize/conferences.png') no-repeat center/cover; background: url('assets/images/seize/conference.png') no-repeat center/cover;
color: #1f2937; color: #1f2937;
} }
.card-festivals { .card-festivals {
background: url('assets/images/seize/test.png') no-repeat center/cover; background: url('assets/images/seize/techfest.png') no-repeat center/cover;
color: #1f2937; color: #1f2937;
} }
@ -880,9 +880,12 @@
color: #ffffff; color: #ffffff;
} }
.footer-section ul {
list-style: none; .footer-section ul {
} list-style: none;
padding-left: 0;
margin-left: 0;
}
.footer-section ul li { .footer-section ul li {
margin-bottom: 12px; margin-bottom: 12px;