Skip to content

Commit

Permalink
Update Sponsors
Browse files Browse the repository at this point in the history
Squash and merge the following commits into develop:
* update(sponsors section): Add new sponsors
  • Loading branch information
mateusriff authored Jul 27, 2024
1 parent d1aa2b5 commit 678e459
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
25 changes: 20 additions & 5 deletions src/components/Home/Sponsors/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,31 @@ const Sponsors = ({ translate }: SponsorsProps) => {
<S.Brand src={Brand.Ines} alt="INES logo" />
<S.Brand src={Brand.Microsoft} alt="Microsoft logo" />
<S.Brand src={Brand.Moura} alt="Moura logo" />
{/* <S.Brand
src={Brand.Itemm}
alt="Embraer logo"
style={{ width: '12%' }}
/> */}
<S.Brand
src={Brand.Neurotech}
alt="Neurotech logo"
style={{ width: '22%' }}
/>
<S.Brand
src={Brand.Tractian}
alt="Tractian logo"
style={{ width: '22%' }}
/>
<S.Brand
src={Brand.STMicroelectronics}
alt="STMicroelectronics logo"
style={{ width: '7.5%' }}
/>
<S.Brand
src={Brand.TronControlesEletricos}
alt="STMicroelectronics logo"
style={{ width: '12%' }}
/>
<S.Brand
src={Brand.Maxon}
alt="Maxon logo"
style={{ width: '12%' }}
/>
</S.Row>
</S.Column>
<S.Column>
Expand Down
8 changes: 8 additions & 0 deletions src/components/Home/Sponsors/assets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import Itemm from './itemm-logo.png'
import Microsoft from './microsoft_logo.png'
import Moura from './moura-logo.png'
import Neurotech from './neurotech-logo.png'
import Tractian from './tractian-logo.png'
import STMicroelectronics from './stmicroelectronics-logo.png'
import TronControlesEletricos from './tron-controles-eletricos-logo.png'
import Maxon from './maxon-logo.png'

import BackgroundBlob from './sponsors-background.svg'
import Lightbulb from './lightbulb.svg'
Expand All @@ -25,6 +29,10 @@ export {
Microsoft,
Moura,
Neurotech,
Tractian,
STMicroelectronics,
TronControlesEletricos,
Maxon,
BackgroundBlob,
Lightbulb,
Handshake,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 678e459

Please sign in to comment.