diff --git a/public/taskade.png b/public/taskade.png new file mode 100644 index 0000000..7b093c9 Binary files /dev/null and b/public/taskade.png differ diff --git a/src/components/Bitbox/Sponsors.js b/src/components/Bitbox/Sponsors.js index c4d09fa..2b5d811 100644 --- a/src/components/Bitbox/Sponsors.js +++ b/src/components/Bitbox/Sponsors.js @@ -1,23 +1,28 @@ import { - GridItem, - SimpleGrid, - Grid, - Image, - Text, - Flex, - Link, - Box, - HStack, - grid - - } from '@chakra-ui/react'; -import React from 'react' -import '../../css/Sponsors.css' + GridItem, + SimpleGrid, + Grid, + Image, + Text, + Flex, + Link, + Box, + HStack, + grid, +} from '@chakra-ui/react'; +import React from 'react'; +import '../../css/Sponsors.css'; export default function Sponsors() { - return ( - <> - - + return ( + <> + + Title Sponsors - - DEVFOLIO LOGO + DEVFOLIO LOGO - POLYGON LOGO + POLYGON LOGO - - - - - - - -{/* CO SPONSORS */} - - - - - - + + + {/* CO SPONSORS */} Co Sponsors - - - - REPLIT LOGO - - + REPLIT LOGO + + + - - - - + + + + + + + + + + + + + + + + + + - - + + + - + + - - + + - - - + > + + - - - - - + + - - + - - + + - + - - + + - - + - - - + + + - - + > + + h="15vw" bg="#161515" border={'1px solid white'} - className='sponsor' + className="sponsor" display={'flex'} justifyContent={'center'} - - > - + > + - + > + + + + + - - - - - -{/* ASSOCIATE SPONSORS */} - - + + {/* ASSOCIATE SPONSORS */} Associate Sponsors - - - + > + - - - + - + - + - + {/* // // */} - - - + - -Old Sponsors + + Old Sponsors - - - {/* */} - - + + {/* */} - - - + + - - + + - + - - + + - + - - + + - - + + - - - - + {' '} + + + {' '} - - - - + + - + - - - + + + + + + - - - + + + + - - - + + + - + - - - + + + - - - + + + - - - + + + - + - - - + + + - - - - - + {' '} + + + {' '} + - - - + + + - - - - - - + > + + - - - + - - + > + - - - - - - ); - } - + + ); +}