Add park.io sponsor

pull/1657/head
Kamran Ahmed 3 years ago
parent 0f117cfa00
commit b8f267ffcf
  1. 11634
      package-lock.json
  2. 15
      pages/thanks.tsx
  3. BIN
      public/sponsors/parkio.jpeg
  4. 1075
      yarn.lock

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>
<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
alt='OSS Capital'
w='400px'
src='/sponsors/oss-capital-logo.svg'
/>
</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
alt='Forbes'
w='250px'
src='/sponsors/forbes-logo.png'
/>
</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
alt='Zalando'
w='300px'

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save