Compare commits
No commits in common. "3fdb5eef0558c610552b054f5671a2971f36cded" and "ba94dfde737a10e2adaaaad3431c55bf10a57d43" have entirely different histories.
3fdb5eef05
...
ba94dfde73
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
37
index.html
@ -430,18 +430,23 @@
|
||||
|
||||
<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>
|
||||
@ -703,10 +708,36 @@
|
||||
<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;">
|
||||
<p style="color:#000;">
|
||||
Copyright © 2025 <a href="#" style="color:#000; text-decoration:none;">Kode Pilot Learning Pvt Ltd</a> - All rights reserved.
|
||||
</p>
|
||||
Copyright © 2025 <a href="#" style="color: #10b981;">Kode Pilot Learning Pvt Ltd</a> - All
|
||||
rights
|
||||
reserved.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
19
main.css
@ -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,8 +163,7 @@
|
||||
}
|
||||
|
||||
.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;
|
||||
@ -552,27 +551,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: url('assets/images/seize/hackathons.png') no-repeat center/cover;
|
||||
background: linear-gradient(to bottom right, #4ade80, #22c55e);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.card-scholarships {
|
||||
background: url('assets/images/seize/scholarships.png') no-repeat center/cover;
|
||||
background: linear-gradient(to bottom right, #a855f7, #7c3aed);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.card-conferences {
|
||||
background: url('assets/images/seize/conferences.png') no-repeat center/cover;
|
||||
background: linear-gradient(to bottom right, #fed7aa, #fdba74);
|
||||
color: #1f2937;
|
||||
}
|
||||
|
||||
.card-festivals {
|
||||
background: url('assets/images/seize/test.png') no-repeat center/cover;
|
||||
background: linear-gradient(to bottom right, #facc15, #eab308);
|
||||
color: #1f2937;
|
||||
}
|
||||
|
||||
|
||||