Compare commits

...

3 Commits

Author SHA1 Message Date
3fdb5eef05 fix: merge 2025-09-26 16:05:14 +05:30
2121735ec3 fix: conflict 2025-09-26 15:55:51 +05:30
Abhishek-unni-2
2920b86f63 fix:all the content 2025-09-26 15:49:57 +05:30
7 changed files with 13 additions and 43 deletions

View File

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 113 KiB

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -430,23 +430,18 @@
<div class="cards-grid">
<div class="card-add card-quizzes">
<h3>Quizzes</h3>
</div>
<div class="card-add card-hackathons">
<h3>Hackathons</h3>
</div>
<div class="card-add card-scholarships">
<h3>Scholarships</h3>
</div>
<div class="card-add card-conferences">
<h3>Conferences</h3>
</div>
<div class="card-add card-festivals">
<h3>College Festivals</h3>
</div>
</div>
</div>
@ -708,36 +703,10 @@
<div class="footer-bottom">
<div style="max-width: 1200px; margin: 0 auto; padding: 0 20px;">
<div class="footer-bottom-links">
<a href="#">About Us</a>
<a href="#">Contact Us</a>
<a href="#">Careers</a>
<a href="#" style="color: #10b981;">We're hiring <span class="hiring-badge"></span></a>
<a href="#">Instructors</a>
<a href="#">Become an Instructor</a>
</div>
<div class="footer-bottom-links" style="margin-top: 10px;">
<a href="#">Student Reviews</a>
<a href="#">FAQs</a>
<a href="#">Course Catalog</a>
<a href="#">Certificates</a>
<a href="#">Student Support</a>
</div>
<div class="footer-bottom-links" style="margin-top: 10px;">
<a href="#">Affiliate Program</a>
<a href="#">Corporate Training</a>
<a href="#">Bulk Enrollment</a>
<a href="#">Student Discount</a>
</div>
<div class="footer-bottom-links" style="margin-top: 10px;">
<a href="#">Terms & Conditions</a>
<a href="#">Privacy Policy</a>
<a href="#">Refund Policy</a>
<a href="#">Sitemap</a>
</div>
<p style="margin-top: 20px;">
Copyright © 2025 <a href="#" style="color: #10b981;">Kode Pilot Learning Pvt Ltd</a> - All
rights
reserved.
<p style="color:#000;">
Copyright © 2025 <a href="#" style="color:#000; text-decoration:none;">Kode Pilot Learning Pvt Ltd</a> - All rights reserved.
</p>
</p>
</div>
</div>

View File

@ -132,9 +132,9 @@
.green {
background: #9BE6C1;
background-image: url('assets/images/unlockcarrer/internship.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
}
.orange {
@ -163,7 +163,8 @@
}
.yellow {
background: #ffdd80;background-image: url('assets/images/unlockcarrer/competitions.png');
background: #ffdd80;
background-image: url('assets/images/unlockcarrer/competitions.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -551,27 +552,27 @@
}
.card-quizzes {
background: url('assets/images/seize/quizz.png') no-repeat center/cover;
color: white;
background: linear-gradient(to bottom right, #60a5fa, #2563eb), url('http://127.0.0.1:5500/Assets/Images/learn/learn.png') no-repeat center/cover;
}
.card-hackathons {
background: linear-gradient(to bottom right, #4ade80, #22c55e);
background: url('assets/images/seize/hackathons.png') no-repeat center/cover;
color: white;
}
.card-scholarships {
background: linear-gradient(to bottom right, #a855f7, #7c3aed);
background: url('assets/images/seize/scholarships.png') no-repeat center/cover;
color: white;
}
.card-conferences {
background: linear-gradient(to bottom right, #fed7aa, #fdba74);
background: url('assets/images/seize/conferences.png') no-repeat center/cover;
color: #1f2937;
}
.card-festivals {
background: linear-gradient(to bottom right, #facc15, #eab308);
background: url('assets/images/seize/test.png') no-repeat center/cover;
color: #1f2937;
}