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;
}