Skip to content

Commit

Permalink
add gold sponsors (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxiem authored Jun 14, 2024
1 parent 5849f71 commit b49e9a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/pages/home/sponsors/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import Akamai from 'icons/akamai.svg'
import TeamBlue from 'icons/teamblue.svg'
import TechChapter from 'icons/techchapter.svg'
import GlobeTeam from 'icons/globeteam.png'
import EDB from 'icons/edb.png'
import Portworx from 'icons/portworx.png'


const TITLE = 'Sponsors';
Expand All @@ -56,6 +58,8 @@ const ITEMS = [
{ icon: Eficode, url: 'https://www.eficode.com/', scale: '80%' },
{ icon: Dynatrace, url: 'https://www.dynatrace.com/' },
{ icon: Akamai, url: 'https://www.akamai.com/', scale: '80%' },
{ icon: EDB, url: 'https://www.enterprisedb.com/', scale: '80%' },
{ icon: Portworx, url: 'https://portworx.com/', scale: '80%' }
],
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/edb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icons/portworx.png
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 b49e9a2

Please sign in to comment.