Skip to content

Commit

Permalink
simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Sep 21, 2021
1 parent 7710920 commit 4642f46
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions docs/pages/careers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,24 +391,16 @@ function CareersContent() {
</div>
{/* Open roles */}
<Container sx={{ py: { xs: 4, md: 8 } }}>
<Box
sx={{
display: 'flex',
justifyContent: 'space-between',
alignItems: 'center',
}}
>
<div id="#open-roles">
<Typography variant="h2" sx={{ my: 1 }} id="open-roles">
Open roles
</Typography>
<Typography color="text.secondary" sx={{ mb: 2, maxWidth: 450 }}>
The company is bootstrapped (so far). It was incorporated in mid-2019 and yet growing
fast (x2-3 YoY). We doubled the team in 2020 and are on track to do the same in 2021.
We&apos;re looking for help keep growing in the following areas:
</Typography>
</div>
</Box>
<div>
<Typography variant="h2" sx={{ my: 1 }} id="open-roles">
Open roles
</Typography>
<Typography color="text.secondary" sx={{ mb: 2, maxWidth: 450 }}>
The company is bootstrapped (so far). It was incorporated in mid-2019 and yet growing
fast (x2-3 YoY). We doubled the team in 2020 and are on track to do the same in 2021.
We&apos;re looking for help keep growing in the following areas:
</Typography>
</div>
<Divider
sx={{
my: { xs: 2, sm: 4 },
Expand Down

0 comments on commit 4642f46

Please sign in to comment.