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
2 changes: 2 additions & 0 deletions content/sponsors/aws.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ image: ./media/aws.png
editions:
- edition: 2024-washington
group: Gold
- edition: 2024-lisbon
group: Gold
---
8 changes: 8 additions & 0 deletions content/sponsors/degas.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Degas
url: https://www.degasafrica.com/
image: ./media/degas.png
editions:
- edition: 2024-lisbon
group: Bronze
---
2 changes: 2 additions & 0 deletions content/sponsors/geoawesome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ image: ./media/geoawesomeness.png
editions:
- edition: 2024-washington
group: Media Partner
- edition: 2024-lisbon
group: Media Partner
---
Binary file added content/sponsors/media/degas.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 content/sponsors/media/pt-space.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions content/sponsors/pt-space.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Portuguese Space Agency
url: https://ptspace.pt/
image: ./media/pt-space.png
editions:
- edition: 2024-lisbon
group: Institutional Partner
---
8 changes: 7 additions & 1 deletion src/components/cookie-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ export default function CookieBanner() {
return (
<Modal isOpen={cookie === ''} onClose={() => {}} size='xl'>
<ModalOverlay />
<ModalContent flexDirection='row' alignItems='center' p={4} gap={4}>
<ModalContent
flexDirection={{ base: 'column', md: 'row' }}
alignItems='center'
p={4}
gap={4}
mx={4}
>
<ModalBody p={0}>
<Text>
This website uses cookies for analytics purposes. The data is
Expand Down
8 changes: 5 additions & 3 deletions src/components/sponsors-fold.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const sponsorsGroups = [
'Bronze',
'Community',
'Hosts',
'Media Partner'
'Media Partner',
'Institutional Partner'
];

const opticalLogoAdjustments = {
Expand All @@ -30,8 +31,9 @@ const opticalLogoAdjustments = {
transform: 'scale(0.84)'
},

'.sponsor-devglobal': {},
'.sponsor-lifelines': {}
'.sponsor-degas': {
transform: 'scale(1.28)'
},
};

export default function SponsorsFold() {
Expand Down
Loading