Add thanks page
This commit is contained in:
@@ -30,6 +30,7 @@ function DesktopMenuLinks() {
|
|||||||
<MenuLink text={'Roadmaps'} link={'/roadmaps'} />
|
<MenuLink text={'Roadmaps'} link={'/roadmaps'} />
|
||||||
<MenuLink text={'Guides'} link={'/guides'} />
|
<MenuLink text={'Guides'} link={'/guides'} />
|
||||||
<MenuLink text={'Videos'} link={'/watch'} />
|
<MenuLink text={'Videos'} link={'/watch'} />
|
||||||
|
<MenuLink text={'Thanks'} link={'/thanks'} />
|
||||||
|
|
||||||
<Link ml='10px' bgGradient='linear(to-l, yellow.700, red.600)' p='7px 10px' rounded='4px'
|
<Link ml='10px' bgGradient='linear(to-l, yellow.700, red.600)' p='7px 10px' rounded='4px'
|
||||||
_hover={{ textDecoration: 'none', bgGradient: 'linear(to-l, red.800, yellow.700)' }}
|
_hover={{ textDecoration: 'none', bgGradient: 'linear(to-l, red.800, yellow.700)' }}
|
||||||
@@ -76,9 +77,9 @@ function MobileMenuLinks() {
|
|||||||
<Link href='/roadmaps'>Roadmaps</Link>
|
<Link href='/roadmaps'>Roadmaps</Link>
|
||||||
<Link href='/guides'>Guides</Link>
|
<Link href='/guides'>Guides</Link>
|
||||||
<Link href='/watch'>Videos</Link>
|
<Link href='/watch'>Videos</Link>
|
||||||
<Link target='_blank' href={siteConfig.url.youtube}>YouTube</Link>
|
<Link href='/thanks'>Thanks</Link>
|
||||||
<Link href='/signup'>Subscribe</Link>
|
<Link href='/signup'>Subscribe</Link>
|
||||||
<CloseButton onClick={() => setIsOpen(false)} pos='fixed' top='3px' right='15px' size='lg' />
|
<CloseButton onClick={() => setIsOpen(false)} pos='fixed' top='40px' right='15px' size='lg' />
|
||||||
</Stack>
|
</Stack>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
@@ -74,17 +74,18 @@ export default function Thanks() {
|
|||||||
<Box mt='40px'>
|
<Box mt='40px'>
|
||||||
<Heading mb='15px' fontSize='25px' as='h2'>Monthly Sponsors</Heading>
|
<Heading mb='15px' fontSize='25px' as='h2'>Monthly Sponsors</Heading>
|
||||||
<UnorderedList>
|
<UnorderedList>
|
||||||
<ListItem mb='5px'><Link color='blue.500' fontWeight={500} href='https://github.com/MelnikovAG'>Alexander
|
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500} href='https://github.com/Stuart-cmd'>Stuart Bowles</Link></ListItem>
|
||||||
|
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500} href='https://github.com/MelnikovAG'>Alexander
|
||||||
Blake</Link></ListItem>
|
Blake</Link></ListItem>
|
||||||
<ListItem mb='5px'><Link color='blue.500' fontWeight={500} href='https://github.com/josephjacks'>Joseph
|
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500} href='https://github.com/josephjacks'>Joseph
|
||||||
Jacks</Link></ListItem>
|
Jacks</Link></ListItem>
|
||||||
<ListItem mb='5px'><Link color='blue.500' fontWeight={500} href='https://github.com/MustafaMagdi'>Mustafa
|
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500} href='https://github.com/MustafaMagdi'>Mustafa
|
||||||
Magdi</Link></ListItem>
|
Magdi</Link></ListItem>
|
||||||
<ListItem mb='5px'><Link color='blue.500' fontWeight={500} href='https://github.com/dmytbolko'>Dmytro
|
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500} href='https://github.com/dmytbolko'>Dmytro
|
||||||
Bolkachov</Link></ListItem>
|
Bolkachov</Link></ListItem>
|
||||||
<ListItem mb='5px'><Link color='blue.500' fontWeight={500}
|
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500}
|
||||||
href='https://github.com/liquidaty'>Liquidaty</Link></ListItem>
|
href='https://github.com/liquidaty'>Liquidaty</Link></ListItem>
|
||||||
<ListItem mb='5px'><Link color='blue.500' fontWeight={500} href='https://github.com/Lazy-AL'>Anri
|
<ListItem mb='5px'><Link color='blue.500' target='_blank' fontWeight={500} href='https://github.com/Lazy-AL'>Anri
|
||||||
Lazash</Link></ListItem>
|
Lazash</Link></ListItem>
|
||||||
</UnorderedList>
|
</UnorderedList>
|
||||||
</Box>
|
</Box>
|
||||||
|
Reference in New Issue
Block a user