From e79957627db29c68c91b28a3151d2272e43ed38d Mon Sep 17 00:00:00 2001 From: Abhishek-unni-2 Date: Fri, 26 Sep 2025 22:22:20 +0530 Subject: [PATCH] content fix --- index.html | 4 ++-- main.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 7fc1f60..eb376bf 100644 --- a/index.html +++ b/index.html @@ -617,8 +617,8 @@ Student Image
-

Learn & Level Up Your Skills

-

Select from a wide range of courses to upskill and advance your career!

+

The Future of Your Career Starts Now. Learn, Grow, Achieve

+

Stop waiting for opportunity—create it. Dive into our extensive library to level up your expertise and unlock your next big career move.

50+ Courses
Certificate
diff --git a/main.css b/main.css index dac2bdc..e1db946 100644 --- a/main.css +++ b/main.css @@ -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; }