Add studio3t sponsor
This commit is contained in:
@ -52,11 +52,19 @@ export default function Thanks() {
|
|||||||
<Box as={Link} href='https://oss.capital/' target='_blank' borderWidth={1} borderRadius='5px' p='20px'
|
<Box as={Link} href='https://oss.capital/' target='_blank' borderWidth={1} borderRadius='5px' p='20px'
|
||||||
bg='teal.50'>
|
bg='teal.50'>
|
||||||
<Image
|
<Image
|
||||||
alt='OSS Capital'
|
alt=''
|
||||||
w='400px'
|
w='400px'
|
||||||
src='/sponsors/oss-capital-logo.svg'
|
src='/sponsors/oss-capital-logo.svg'
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
<Box as={Link} href='https://studio3t.com/' target='_blank' borderWidth={1} borderRadius='5px' p='20px'
|
||||||
|
bg='teal.50'>
|
||||||
|
<Image
|
||||||
|
alt=''
|
||||||
|
w='300px'
|
||||||
|
src='/sponsors/studio3t.png'
|
||||||
|
/>
|
||||||
|
</Box>
|
||||||
<Box as={Link} href='https://park.io' _hover={{ textDecoration: 'none' }} target='_blank'
|
<Box as={Link} href='https://park.io' _hover={{ textDecoration: 'none' }} target='_blank'
|
||||||
borderWidth={1}
|
borderWidth={1}
|
||||||
borderRadius='5px' p='10px 25px' bg='#3d157a' color='white'>
|
borderRadius='5px' p='10px 25px' bg='#3d157a' color='white'>
|
||||||
@ -66,7 +74,7 @@ export default function Thanks() {
|
|||||||
borderWidth={1}
|
borderWidth={1}
|
||||||
borderRadius='5px' p='20px' bg='#231f20'>
|
borderRadius='5px' p='20px' bg='#231f20'>
|
||||||
<Image
|
<Image
|
||||||
alt='Forbes'
|
alt=''
|
||||||
w='250px'
|
w='250px'
|
||||||
src='/sponsors/forbes-logo.png'
|
src='/sponsors/forbes-logo.png'
|
||||||
/>
|
/>
|
||||||
@ -74,7 +82,7 @@ export default function Thanks() {
|
|||||||
<Box as={Link} href='https://zalando.de' target='_blank' borderWidth={1} borderRadius='5px' p='20px'
|
<Box as={Link} href='https://zalando.de' target='_blank' borderWidth={1} borderRadius='5px' p='20px'
|
||||||
bg='teal.50'>
|
bg='teal.50'>
|
||||||
<Image
|
<Image
|
||||||
alt='Zalando'
|
alt=''
|
||||||
w='300px'
|
w='300px'
|
||||||
src='/sponsors/zalando-logo.svg'
|
src='/sponsors/zalando-logo.svg'
|
||||||
/>
|
/>
|
||||||
|
BIN
public/sponsors/studio3t.png
Normal file
BIN
public/sponsors/studio3t.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Reference in New Issue
Block a user