fix:all the content
|
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
@ -438,23 +438,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>
|
||||
@ -781,36 +776,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>
|
||||
|
||||
10
main.css
@ -572,27 +572,27 @@
|
||||
}
|
||||
|
||||
.card-quizzes {
|
||||
background: linear-gradient(to bottom right, #60a5fa, #2563eb);
|
||||
background: url('assets/images/seize/quizz.png') no-repeat center/cover;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||