Compare commits
No commits in common. "e79957627db29c68c91b28a3151d2272e43ed38d" and "5cacec8524fc82d73d98530373c5da2cd4577d8a" have entirely different histories.
e79957627d
...
5cacec8524
29
index.html
29
index.html
@ -617,8 +617,8 @@
|
||||
<img src="assets/images/learn/learn.png" alt="Student Image">
|
||||
</div>
|
||||
<div class="card-easy-right">
|
||||
<h2>The Future of Your Career Starts Now. Learn, Grow, Achieve</h2>
|
||||
<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>
|
||||
<h2>Learn & Level Up Your Skills</h2>
|
||||
<p>Select from a wide range of courses to upskill and advance your career!</p>
|
||||
<div class="features">
|
||||
<div class="feature"><span>✓</span>50+ Courses</div>
|
||||
<div class="feature"><span>✓</span>Certificate</div>
|
||||
@ -675,14 +675,13 @@
|
||||
<footer class="footer">
|
||||
<div class="footer-container">
|
||||
<div class="footer-section company-section">
|
||||
<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>
|
||||
<div class="logo">Kodepilot</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; line-height: 23px; margin-left: -27px;">
|
||||
|
||||
<div style="margin-bottom: 20px; line-height: 23px;">
|
||||
<div class="contact-item">
|
||||
<i class="fas fa-envelope"></i>
|
||||
sales@kodepilot.com
|
||||
@ -693,14 +692,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div >
|
||||
<strong style="color: white; font-size: 14px; line-height: 30px;">Support Inquiries</strong>
|
||||
<div style="margin-bottom: 20px; line-height: 23px; margin-left: -27px;">
|
||||
<div class="contact-item">
|
||||
<i class="fas fa-envelope"></i>
|
||||
support@kodepilot.com
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<strong style="color: white; font-size: 14px; line-height: 30px;">Support Inquiries</strong>
|
||||
<div class="contact-item">
|
||||
<i class="fas fa-envelope"></i>
|
||||
support@kodepilot.com
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -771,7 +768,7 @@
|
||||
<li><a href="#">Mentorship & Alumni</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<div style="max-width: 1200px; margin: 0 auto; padding: 0 20px;">
|
||||
|
||||
15
main.css
15
main.css
@ -570,7 +570,7 @@
|
||||
}
|
||||
|
||||
.card-hackathons {
|
||||
background: url('assets/images/seize/hackathon.png') no-repeat center/cover;
|
||||
background: url('assets/images/seize/hackathons.png') no-repeat center/cover;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -580,12 +580,12 @@
|
||||
}
|
||||
|
||||
.card-conferences {
|
||||
background: url('assets/images/seize/conference.png') no-repeat center/cover;
|
||||
background: url('assets/images/seize/conferences.png') no-repeat center/cover;
|
||||
color: #1f2937;
|
||||
}
|
||||
|
||||
.card-festivals {
|
||||
background: url('assets/images/seize/techfest.png') no-repeat center/cover;
|
||||
background: url('assets/images/seize/test.png') no-repeat center/cover;
|
||||
color: #1f2937;
|
||||
}
|
||||
|
||||
@ -880,12 +880,9 @@
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
.footer-section ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
.footer-section ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.footer-section ul li {
|
||||
margin-bottom: 12px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user