Compare commits

...

2 Commits

Author SHA1 Message Date
8cb36ac81a bug fixed footer 2025-09-26 22:18:45 +05:30
b5a695ba8b modified html 2025-09-26 21:46:23 +05:30
2 changed files with 20 additions and 14 deletions

View File

@ -675,13 +675,14 @@
<footer class="footer">
<div class="footer-container">
<div class="footer-section company-section">
<div class="logo">Kodepilot</div>
<p class="tagline">Built with <span class="heart"></span> in India for the world</p>
<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="contact-info">
<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">
<i class="fas fa-envelope"></i>
sales@kodepilot.com
@ -692,12 +693,14 @@
</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 >
<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>
</div>
@ -768,7 +771,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;">

View File

@ -880,9 +880,12 @@
color: #ffffff;
}
.footer-section ul {
list-style: none;
}
.footer-section ul {
list-style: none;
padding-left: 0;
margin-left: 0;
}
.footer-section ul li {
margin-bottom: 12px;