Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #132

Merged
merged 20 commits into from
May 16, 2024
Merged
16 changes: 16 additions & 0 deletions src/components/pages/home/sponsors/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ import Deranged from 'icons/deranged.svg'
// import Dypang from 'icons/dypang.svg'
// import Enggaard from 'icons/enggaard.svg'
// import StickerMule from 'icons/stickermule.svg'
import TeamBlue from 'icons/teamblue.svg'
import TechChapter from 'icons/techchapter.svg'
import GlobeTeam from 'icons/globeteam.png'


const TITLE = 'Sponsors';

Expand All @@ -39,6 +43,7 @@ const ITEMS = [
title: 'Platinum Sponsors',
logos: [
{ icon: ContainByNetic, url: 'https://contain.dk/', scale: '70%' },
{ icon: TeamBlue, url: 'https://team.blue/', scale: '100%' },
],
cardClassname:
'min-w-[488px] max-w-[330px] min-h-[152px] sm:min-w-[350px] sm:min-h-[130px] xs:min-w-fit xs:max-w-full',
Expand All @@ -53,11 +58,22 @@ const ITEMS = [
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
iconClassname: 'max-w-[250px] sm:min-w-[290px]',
},
{
title: 'Bronze Sponsors',
logos: [
{ icon: GlobeTeam, url: 'https://globeteam.com/' },

],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
iconClassname: 'max-w-[150px] sm:min-w-[290px]',
},
{
title: 'Community Sponsors',
logos: [
{ icon: JYSK, url: 'https://www.jysk.com/' },
{ icon: Deranged, url: 'https://deranged.dk/' },
{ icon: TechChapter, url: 'https://www.techchapter.com/' },
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
Expand Down
Binary file added src/icons/globeteam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/teamblue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/techchapter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading