capitalism has ended
parent
2002b69b28
commit
80a3dd10db
@ -1,25 +0,0 @@
|
||||
import { Box, Heading, Text } from '@chakra-ui/react';
|
||||
|
||||
const AboutCapitalisms = () => {
|
||||
return (
|
||||
<Box mb={12}>
|
||||
<Heading mb={6} as="h2" size="md">
|
||||
capitalisms
|
||||
</Heading>
|
||||
<Text>
|
||||
<b>2017 to 2019</b>  worked for travelcar
|
||||
</Text>
|
||||
<Text>
|
||||
<b>2019 to 2020</b>  freelance work on malt and comet
|
||||
</Text>
|
||||
<Text>
|
||||
<b>2020 to 2022</b>  worked for la javaness
|
||||
</Text>
|
||||
<Text>
|
||||
<b>2023</b>  some more freelance work for now
|
||||
</Text>
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
export default AboutCapitalisms;
|
Loading…
Reference in New Issue