Skip to content

Commit

Permalink
Merge branch 'dev' into 184-add-team-member
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelcosta authored Jan 29, 2024
2 parents 6a9b228 + d1b40b6 commit cf1a857
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 45 deletions.
Binary file removed src/assets/sponsorlogos/aws.png
Binary file not shown.
Binary file removed src/assets/sponsorlogos/kwan.png
Binary file not shown.
Binary file added src/assets/sponsorlogos/nunocubalreis.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 removed src/assets/sponsorlogos/portohub.png
Binary file not shown.
Binary file removed src/assets/sponsorlogos/teleperformance.png
Binary file not shown.
Binary file removed src/assets/sponsorlogos/valtech.png
Binary file not shown.
58 changes: 13 additions & 45 deletions src/data/sponsors.js
Original file line number Diff line number Diff line change
@@ -1,70 +1,38 @@
import aws from '../assets/sponsorlogos/aws.png';
import wit from '../assets/sponsorlogos/wit.png';
import portohub from '../assets/sponsorlogos/portohub.png';
import microsoft from '../assets/sponsorlogos/microsoft.png';
import teleperformance from '../assets/sponsorlogos/teleperformance.png';
import outsystems from '../assets/sponsorlogos/outsystems.png';
import valtech from '../assets/sponsorlogos/valtech.png';
import kwan from '../assets/sponsorlogos/kwan.png';
import nunocubalreis from '../assets/sponsorlogos/nunocubalreis.png';

const amountOfTiers = 3;

const sponsors = [
{
id: 1,
image: aws,
alt: 'Logo da AWS',
tier: 2,
link: 'https://aws.amazon.com/'
image: outsystems,
alt: 'Logo da Outsystems',
tier: 1,
link: 'https://www.outsystems.com/'
},
{
id: 2,
image: wit,
alt: 'Logo das Women In Tech',
tier: 3,
link: 'https://women-in-tech.org/'
},
{
id: 3,
image: portohub,
alt: 'Logo do Porto Tech Hub',
tier: 3,
link: 'https://portotechhub.com/'
},
{
id: 4,
image: microsoft,
alt: 'Logo da Microsoft',
tier: 2,
link: 'https://www.microsoft.com/pt-pt/'
},
{
id: 6,
image: teleperformance,
alt: 'Logo da Teleperformance',
id: 3,
image: wit,
alt: 'Logo das Women In Tech',
tier: 2,
link: 'https://jobs.teleperformance.pt/'
},
{
id: 7,
image: outsystems,
alt: 'Logo da Outsystems',
tier: 1,
link: 'https://www.outsystems.com/'
link: 'https://women-in-tech.org/'
},
{
id: 8,
image: valtech,
alt: 'Logo da Valtech',
id: 4,
image: nunocubalreis,
alt: 'Logo da Nuno Cubal Reis',
tier: 2,
link: 'https://www.valtech.com/'
},
{
id: 9,
image: kwan,
alt: 'Logo da KWAN',
tier: 3,
link: 'https://kwan.pt/'
link: 'https://www.nunoreis.pt/'
}
];

Expand Down

0 comments on commit cf1a857

Please sign in to comment.