From 2920b86f6379cba87ed3b6dfd6f4d0fdc08382e3 Mon Sep 17 00:00:00 2001 From: Abhishek-unni-2 Date: Fri, 26 Sep 2025 15:49:00 +0530 Subject: [PATCH] fix:all the content --- .../{ Conferences.png => conferences.png} | Bin .../seize/{Hackathons.png => hackathons.png} | Bin assets/images/seize/{Quizz.png => quizz.png} | Bin .../{Scholarships.png => scholarships.png} | Bin .../images/seize/{Tech Fest.png => test.png} | Bin index.html | 37 ++---------------- main.css | 10 ++--- 7 files changed, 8 insertions(+), 39 deletions(-) rename assets/images/seize/{ Conferences.png => conferences.png} (100%) rename assets/images/seize/{Hackathons.png => hackathons.png} (100%) rename assets/images/seize/{Quizz.png => quizz.png} (100%) rename assets/images/seize/{Scholarships.png => scholarships.png} (100%) rename assets/images/seize/{Tech Fest.png => test.png} (100%) diff --git a/assets/images/seize/ Conferences.png b/assets/images/seize/conferences.png similarity index 100% rename from assets/images/seize/ Conferences.png rename to assets/images/seize/conferences.png diff --git a/assets/images/seize/Hackathons.png b/assets/images/seize/hackathons.png similarity index 100% rename from assets/images/seize/Hackathons.png rename to assets/images/seize/hackathons.png diff --git a/assets/images/seize/Quizz.png b/assets/images/seize/quizz.png similarity index 100% rename from assets/images/seize/Quizz.png rename to assets/images/seize/quizz.png diff --git a/assets/images/seize/Scholarships.png b/assets/images/seize/scholarships.png similarity index 100% rename from assets/images/seize/Scholarships.png rename to assets/images/seize/scholarships.png diff --git a/assets/images/seize/Tech Fest.png b/assets/images/seize/test.png similarity index 100% rename from assets/images/seize/Tech Fest.png rename to assets/images/seize/test.png diff --git a/index.html b/index.html index dcf56ae..651b3ac 100644 --- a/index.html +++ b/index.html @@ -438,23 +438,18 @@
-

Quizzes

-

Hackathons

-

Scholarships

-

Conferences

-

College Festivals

@@ -781,36 +776,10 @@ diff --git a/main.css b/main.css index c55b63e..c85c2fb 100644 --- a/main.css +++ b/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; }