Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/funders-logos/BMBFlogo.png
Binary file not shown.
Binary file removed public/funders-logos/BMBFlogo_dia.png
Binary file not shown.
Binary file removed public/funders-logos/EPSRlogo.png
Binary file not shown.
Binary file removed public/funders-logos/EPSRlogo_dia.png
Binary file not shown.
Binary file removed public/funders-logos/ERClogo.png
Binary file not shown.
Binary file removed public/funders-logos/ERClogo_dia.png
Binary file not shown.
Binary file added public/funders-logos/NIOZlogo.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 public/funders-logos/NWOlogo.png
Binary file not shown.
Binary file removed public/funders-logos/NWOlogo_dia.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/funders.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Funders = () => {

<Box my={8}>
<Text fontSize={'lg'}>
Parcels development has been supported by the following
VirtualShipParcels development has been supported by the following
organisations:
</Text>

Expand Down
30 changes: 6 additions & 24 deletions src/data/funders.js
Original file line number Diff line number Diff line change
@@ -1,32 +1,14 @@
export const Funders = [
{
name: 'The Dutch Research Council (NWO)',
logo_light: '/funders-logos/NWOlogo.png',
logo_dark: '/funders-logos/NWOlogo_dia.png',
url: 'https://www.nwo.nl/en',
},
{
name: 'The European Research Council under the H2020 Starting Grant TOPIOS project (grant agreement No 715386).',
logo_light: '/funders-logos/ERClogo.png',
logo_dark: '/funders-logos/ERClogo_dia.png',
url: 'http://topios.org/',
},
{
name: 'ESPRC',
logo_light: '/funders-logos/EPSRlogo.png',
logo_dark: '/funders-logos/EPSRlogo_dia.png',
url: 'https://www.ukri.org/councils/epsrc/',
},
{
name: 'BMBF via the Warmworld project',
logo_light: '/funders-logos/BMBFlogo.png',
logo_dark: '/funders-logos/BMBFlogo_dia.png',
url: 'https://www.warmworld.de',
},
{
name: 'Utrecht University',
logo_light: '/funders-logos/UUlogo.png',
logo_dark: '/funders-logos/UUlogo_dia.png',
url: 'https://www.uu.nl/en',
},
{
name: 'NIOZ',
logo_light: '/funders-logos/NIOZlogo.png',
logo_dark: '/funders-logos/NIOZlogo.png',
url: 'https://www.nioz.nl/en',
},
]