Skip to content

Commit

Permalink
added a silver sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash101101 committed Feb 3, 2025
1 parent 7cf6a29 commit 54a1f1a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import kspcbLogo from '../img/WhatsApp Image 2025-01-18 at 20.45.37.jpeg';
import anrfLogo from '../img/PHOTO-2025-01-24-19-36-23.jpg';
import aparLogo from '../img/image copy 5.png';
import durgaChemicalsLogo from '../img/image copy 4.png';
import cezenTechLogo from '../img/Screenshot 2025-02-03 at 1.47.13 PM.png';
import wileyLogo from '../img/WhatsApp Image 2025-01-18 at 20.38.57.jpeg';

const Hero = () => {
Expand Down Expand Up @@ -135,6 +136,12 @@ const Hero = () => {
>
<img src={anrfLogo} alt="ANRF Logo" className="w-full h-full object-contain" />
</motion.div>
<motion.div
whileHover={{ scale: 1.05 }}
className="w-32 h-20 overflow-hidden shadow-lg rounded-lg flex items-center justify-center"
>
<img src={cezenTechLogo} alt="Cezen Tech Logo" className="w-full h-full object-contain" />
</motion.div>
<motion.div
whileHover={{ scale: 1.05 }}
className="w-32 h-20 overflow-hidden shadow-lg rounded-lg flex items-center justify-center"
Expand Down
12 changes: 10 additions & 2 deletions src/components/Sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import qrCodeImage from '../img/WhatsApp Image 2025-01-01 at 11.35.47.jpeg';
import anrfLogo from '../img/PHOTO-2025-01-24-19-36-23.jpg';
import aparLogo from '../img/image copy 5.png';
import durgaChemicalsLogo from '../img/image copy 4.png';

import cezenTechLogo from '../img/Screenshot 2025-02-03 at 1.47.13 PM.png';
const Sponsors = () => {
const [ref, inView] = useInView({
triggerOnce: true,
Expand All @@ -20,6 +20,13 @@ const Sponsors = () => {
}
];

const silverSponsors = [
{
name: 'Cezen Tech',
logo: cezenTechLogo
}
];

const otherSponsors = [
{
name: 'APAR',
Expand Down Expand Up @@ -63,7 +70,8 @@ const Sponsors = () => {
</motion.div>

<SponsorTier title="Platinum Sponsor" sponsors={platinumSponsors} gridCols="grid-cols-1" logoSize="w-96 h-64" />
<SponsorTier title="Other Sponsors" sponsors={otherSponsors} gridCols="grid-cols-2 md:grid-cols-3" logoSize="w-32 h-20" />
<SponsorTier title="Silver Sponsor" sponsors={silverSponsors} gridCols="grid-cols-1" logoSize="w-64 h-40" />
<SponsorTier title="Other Sponsors" sponsors={otherSponsors} gridCols="grid-cols-2 md:grid-cols-2" logoSize="w-32 h-20" />

<motion.div
initial={{ opacity: 0, y: 50 }}
Expand Down
Binary file added src/img/CezenLogo HighResolution2.pdf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54a1f1a

Please sign in to comment.