Skip to content

Commit

Permalink
Remove sponsors information from the roadmap pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Sep 5, 2022
1 parent ed9222c commit aa0f98b
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions components/opensource-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Box, Container, Heading, Link, Text } from '@chakra-ui/react';

export function OpensourceBanner() {
return (
<Box bg='white' borderTopWidth={1} pt={['45px', '45px', '70px']} pb={['60px', '60px', '90px']} textAlign='center'>
<Container maxW='container.md'>
<Box bg='white' borderTopWidth={1} py={['45px', '45px', '70px']} textAlign='center'>
<Container maxW='container.sm'>
<Heading fontSize={['25px', '25px', '35px']} mb={['10px', '10px', '20px']}>Open Source</Heading>
<Text lineHeight='26px' fontSize={['15px', '15px', '16px']} mb='20px'>The project is OpenSource,&nbsp;
<Link
Expand All @@ -20,26 +20,9 @@ export function OpensourceBanner() {
scrolling='0'
width='170'
height='30'
style={{ margin: 'auto', marginBottom: '30px' }}
style={{ margin: 'auto' }}
title='GitHub'
/>

<Text lineHeight={['25px', '25px', '26px']} fontSize={['15px', '15px', '16px']} mb='15px'>A considerable amount of my time is spent doing unpaid
community work on things that I hope will help humanity in some way. Your sponsorship helps me continue to
produce more open-source and free educational material consumed by hundreds of thousands of developers every
month.</Text>

<Box>
<iframe
src='https://ghbtns.com/github-btn.html?user=kamranahmedse&type=sponsor&size=large'
frameBorder='0'
scrolling='0'
width='260'
height='30'
title='GitHub'
style={{ margin: 'auto' }}
/>
</Box>
</Container>
</Box>
);
Expand Down

0 comments on commit aa0f98b

Please sign in to comment.