diff --git a/public/logos/student_forge.svg b/public/logos/student_forge.svg new file mode 100644 index 0000000..9e537a5 --- /dev/null +++ b/public/logos/student_forge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/sections/Sponsors.tsx b/src/sections/Sponsors.tsx index e23c30b..7a79b3a 100644 --- a/src/sections/Sponsors.tsx +++ b/src/sections/Sponsors.tsx @@ -42,6 +42,7 @@ const Sponsors: React.FC = () => { const communityPartnersSection = [ { name: "SponFest", logo: "/logos/sf_logo.png", scale: 2.5, hoverScale: 2.7, url: "http://sponfest.com/" }, + { name: "Student Forge", logo: "/logos/student_forge.svg", scale: 2.5, hoverScale: 2.7, url: "https://www.studentforge.in/" } ] const containerVariants = { hidden: { opacity: 0 },