Compare commits

...

2 Commits

Author SHA1 Message Date
e04089042d Merge pull request 'content fix' (#19) from content into main
Reviewed-on: #19
2025-09-26 16:54:53 +00:00
Abhishek-unni-2
e79957627d content fix 2025-09-26 22:23:04 +05:30
2 changed files with 5 additions and 5 deletions

View File

@ -617,8 +617,8 @@
<img src="assets/images/learn/learn.png" alt="Student Image">
</div>
<div class="card-easy-right">
<h2>Learn & Level Up Your Skills</h2>
<p>Select from a wide range of courses to upskill and advance your career!</p>
<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>
<div class="features">
<div class="feature"><span></span>50+ Courses</div>
<div class="feature"><span></span>Certificate</div>

View File

@ -570,7 +570,7 @@
}
.card-hackathons {
background: url('assets/images/seize/hackathons.png') no-repeat center/cover;
background: url('assets/images/seize/hackathon.png') no-repeat center/cover;
color: white;
}
@ -580,12 +580,12 @@
}
.card-conferences {
background: url('assets/images/seize/conferences.png') no-repeat center/cover;
background: url('assets/images/seize/conference.png') no-repeat center/cover;
color: #1f2937;
}
.card-festivals {
background: url('assets/images/seize/test.png') no-repeat center/cover;
background: url('assets/images/seize/techfest.png') no-repeat center/cover;
color: #1f2937;
}