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 23a609a..abb082e 100644 --- a/index.html +++ b/index.html @@ -430,23 +430,18 @@
-

Quizzes

-

Hackathons

-

Scholarships

-

Conferences

-

College Festivals

@@ -708,36 +703,10 @@ diff --git a/main.css b/main.css index 7e98289..751866d 100644 --- a/main.css +++ b/main.css @@ -132,9 +132,9 @@ .green { background: #9BE6C1; background-image: url('assets/images/unlockcarrer/internship.png'); - background-size: 115px; - background-repeat: no-repeat; - background-position: bottom right; + background-size: 115px; + background-repeat: no-repeat; + background-position: bottom right; } .orange { @@ -163,7 +163,8 @@ } .yellow { - background: #ffdd80;background-image: url('assets/images/unlockcarrer/competitions.png'); + background: #ffdd80; + background-image: url('assets/images/unlockcarrer/competitions.png'); background-size: 115px; background-repeat: no-repeat; background-position: bottom right; @@ -551,27 +552,27 @@ } .card-quizzes { + background: url('assets/images/seize/quizz.png') no-repeat center/cover; color: white; - background: linear-gradient(to bottom right, #60a5fa, #2563eb), url('http://127.0.0.1:5500/Assets/Images/learn/learn.png') no-repeat center/cover; } .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; }