diff --git a/components/HeaderImages.tsx b/components/HeaderImages.tsx index 6cfb8c7..0c3fca7 100644 --- a/components/HeaderImages.tsx +++ b/components/HeaderImages.tsx @@ -25,68 +25,68 @@ const HeaderImages: React.FC = () => { }, ] - const technicalCoSponsors = [ - { - src: 'IEEE-banglore-Section.jpg', - alt: 'ieee_bangalore_section_logo', - href: 'https://ieeebangalore.org/', - show: true, - padding: 'pr-2', - }, - { - src: 'ieee-main.png', - alt: 'ieee_bangalore_logo', - href: 'https://ieeebangalore.org/', - show: true, - padding: 'pt-1', - }, + // const technicalCoSponsors = [ + // { + // src: 'IEEE-banglore-Section.jpg', + // alt: 'ieee_bangalore_section_logo', + // href: 'https://ieeebangalore.org/', + // show: true, + // padding: 'pr-2', + // }, + // { + // src: 'ieee-main.png', + // alt: 'ieee_bangalore_logo', + // href: 'https://ieeebangalore.org/', + // show: true, + // padding: 'pt-1', + // }, - // { - // src: 'logo_rvce_ieee.png', - // alt: 'rvce_ieee_logo', - // href: 'https://ieee-rvce.org/', - // show: true, - // padding: 'pt-6', - // }, - ] + // // { + // // src: 'logo_rvce_ieee.png', + // // alt: 'rvce_ieee_logo', + // // href: 'https://ieee-rvce.org/', + // // show: true, + // // padding: 'pt-6', + // // }, + // ] - const secondRowImages = [ - { - src: 'thws.png', - alt: 'thws_logo', - href: 'https://www.thws.de/', - show: true, - }, - { - src: 'https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/FH_Dortmund-logo.svg/450px-FH_Dortmund-logo.svg.png?20110112153650', - alt: 'fh_dortmund_logo', - href: 'https://www.fh-dortmund.de/', - show: true, - // padding: 'p-2', - }, - // { - // src: 'rosenheim.png', - // alt: 'rosenheim_logo', - // href: 'https://www.rosenheim.de/', - // show: true, - // padding: 'pr-2', - // }, - { - src: 'fiu-logo2.png', - alt: 'fiu_logo', - href: 'https://www.fiu.edu/', - show: true, - size: 'w-40', // Reduce the size of the last logo - }, + // const secondRowImages = [ + // { + // src: 'thws.png', + // alt: 'thws_logo', + // href: 'https://www.thws.de/', + // show: true, + // }, + // { + // src: 'https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/FH_Dortmund-logo.svg/450px-FH_Dortmund-logo.svg.png?20110112153650', + // alt: 'fh_dortmund_logo', + // href: 'https://www.fh-dortmund.de/', + // show: true, + // // padding: 'p-2', + // }, + // // { + // // src: 'rosenheim.png', + // // alt: 'rosenheim_logo', + // // href: 'https://www.rosenheim.de/', + // // show: true, + // // padding: 'pr-2', + // // }, + // { + // src: 'fiu-logo2.png', + // alt: 'fiu_logo', + // href: 'https://www.fiu.edu/', + // show: true, + // size: 'w-40', // Reduce the size of the last logo + // }, - // // { - // // src: 'logo_rvce_ieee.png', - // // alt: 'rvce_ieee_logo', - // // href: 'https://ieee-rvce.org/', - // // show: true, - // // padding: 'pt-6', - // // }, - ] + // // // { + // // // src: 'logo_rvce_ieee.png', + // // // alt: 'rvce_ieee_logo', + // // // href: 'https://ieee-rvce.org/', + // // // show: true, + // // // padding: 'pt-6', + // // // }, + // ] return (