Add park.io sponsor
This commit is contained in:
11634
package-lock.json
generated
11634
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -49,21 +49,30 @@ export default function Thanks() {
|
|||||||
<Heading mb='15px' fontSize='25px' as='h2'>Companies</Heading>
|
<Heading mb='15px' fontSize='25px' as='h2'>Companies</Heading>
|
||||||
|
|
||||||
<Stack spacing='10px'>
|
<Stack spacing='10px'>
|
||||||
<Box borderWidth={1} borderRadius='5px' p='20px' bg='teal.50'>
|
<Box as={Link} href='https://oss.capital/' target='_blank' borderWidth={1} borderRadius='5px' p='20px'
|
||||||
|
bg='teal.50'>
|
||||||
<Image
|
<Image
|
||||||
alt='OSS Capital'
|
alt='OSS Capital'
|
||||||
w='400px'
|
w='400px'
|
||||||
src='/sponsors/oss-capital-logo.svg'
|
src='/sponsors/oss-capital-logo.svg'
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
<Box borderWidth={1} borderRadius='5px' p='20px' bg='teal.50'>
|
<Box as={Link} href='https://park.io' _hover={{ textDecoration: 'none' }} target='_blank'
|
||||||
|
borderWidth={1}
|
||||||
|
borderRadius='5px' p='10px 25px' bg='#3d157a' color='white'>
|
||||||
|
<Text fontWeight={700} fontSize='55px'>park.io</Text>
|
||||||
|
</Box>
|
||||||
|
<Box as={Link} href={'https://forbes.com'} _hover={{ textDecoration: 'none' }} target='_blank'
|
||||||
|
borderWidth={1}
|
||||||
|
borderRadius='5px' p='20px' bg='#231f20'>
|
||||||
<Image
|
<Image
|
||||||
alt='Forbes'
|
alt='Forbes'
|
||||||
w='250px'
|
w='250px'
|
||||||
src='/sponsors/forbes-logo.png'
|
src='/sponsors/forbes-logo.png'
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
<Box borderWidth={1} borderRadius='5px' p='20px' bg='teal.50'>
|
<Box as={Link} href='https://zalando.de' target='_blank' borderWidth={1} borderRadius='5px' p='20px'
|
||||||
|
bg='teal.50'>
|
||||||
<Image
|
<Image
|
||||||
alt='Zalando'
|
alt='Zalando'
|
||||||
w='300px'
|
w='300px'
|
||||||
|
BIN
public/sponsors/parkio.jpeg
Normal file
BIN
public/sponsors/parkio.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user