pull/1331/head
Kamran Ahmed 4 years ago
parent 7d27cb0b9f
commit 74791e1f7d
  1. 4
      components/header.tsx
  2. 6
      pages/guides/index.tsx

@ -13,10 +13,10 @@ export function Header() {
<Stack shouldWrapChildren isInline spacing='15px' alignItems='center' color='gray.50' fontSize='15px'> <Stack shouldWrapChildren isInline spacing='15px' alignItems='center' color='gray.50' fontSize='15px'>
<Link borderBottomWidth={0} borderBottomColor='gray.500' <Link borderBottomWidth={0} borderBottomColor='gray.500'
_hover={{ textDecoration: 'none', borderBottomColor: 'white' }} fontWeight={500} _hover={{ textDecoration: 'none', borderBottomColor: 'white' }} fontWeight={500}
href='#'>Read</Link> href='/guides'>Guides</Link>
<Link borderBottomWidth={0} borderBottomColor='gray.500' <Link borderBottomWidth={0} borderBottomColor='gray.500'
_hover={{ textDecoration: 'none', borderBottomColor: 'white' }} fontWeight={500} _hover={{ textDecoration: 'none', borderBottomColor: 'white' }} fontWeight={500}
href='#'>Watch</Link> href='#'>Videos</Link>
<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)' }}
fontWeight={500} href={'#'}>Get Updates</Link> fontWeight={500} href={'#'}>Get Updates</Link>

@ -11,10 +11,10 @@ export default function Guides() {
<Box bg='white' minH='100vh'> <Box bg='white' minH='100vh'>
<Header /> <Header />
<Box mb='60px'> <Box mb='60px'>
<Box pt='50px' pb='30px' borderBottomWidth={1}> <Box pt='45px' pb='30px' borderBottomWidth={1}>
<Container maxW='container.md' position='relative'> <Container maxW='container.md' position='relative'>
<Heading as='h1' color='black' fontSize='40px' fontWeight={700} mb='5px'>Visual Guides</Heading> <Heading as='h1' color='black' fontSize='35px' fontWeight={700} mb='5px'>Visual Guides</Heading>
<Text>Succinct graphical explanations to development related topics.</Text> <Text fontSize='15px'>Succinct graphical explanations to development related topics.</Text>
</Container> </Container>
</Box> </Box>
<Container maxW='container.md' position='relative'> <Container maxW='container.md' position='relative'>

Loading…
Cancel
Save