Skip to content

Commit

Permalink
[docs] Remove job ad on the website
Browse files Browse the repository at this point in the history
Too many inbound applications than we can handle.

This reverts commit 120c564.
  • Loading branch information
oliviertassinari authored and eps1lon committed Sep 14, 2021
1 parent 37b52e7 commit 66697bc
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 28 deletions.
50 changes: 27 additions & 23 deletions docs/src/modules/components/AppTableOfContents.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import PropTypes from 'prop-types';
import throttle from 'lodash/throttle';
import clsx from 'clsx';
import { useSelector } from 'react-redux';
import { makeStyles, useTheme } from '@material-ui/core/styles';
import { makeStyles } from '@material-ui/core/styles';
import Typography from '@material-ui/core/Typography';
import NoSsr from '@material-ui/core/NoSsr';
// import NoSsr from '@material-ui/core/NoSsr';
import { BANNER_HEIGHT } from 'docs/src/modules/constants';
import Link from 'docs/src/modules/components/Link';
import PageContext from 'docs/src/modules/components/PageContext';
Expand Down Expand Up @@ -119,7 +119,7 @@ export default function AppTableOfContents(props) {
const { items } = props;
const classes = useStyles();
const t = useSelector((state) => state.options.t);
const theme = useTheme();
// const theme = useTheme();

const itemsWithNodeRef = React.useRef([]);
React.useEffect(() => {
Expand Down Expand Up @@ -241,26 +241,30 @@ export default function AppTableOfContents(props) {
</Typography>
</div>
) : null}
<NoSsr>
<Link href="/company/careers/" underline="none" className={classes.hiring}>
<img
src={`/static/hiring-toc-${theme.palette.type}.png`}
alt=""
loading="lazy"
width={175}
height={119}
/>
{"We're hiring a "}
{
['React engineer', 'Full-stack engineer', 'Product manager', 'Dev. Advocate'][
Math.round(Math.random() * 3)
]
}
{' and more roles.'}
{/* eslint-disable-next-line material-ui/no-hardcoded-labels */}
<span className={classes.hiringLearn}>Learn more &rarr;</span>
</Link>
</NoSsr>
{/**
<NoSsr>
<Link href="/company/careers/" underline="none" className={classes.hiring}>
<img
src={`/static/hiring-toc-${theme.palette.type}.png`}
alt=""
loading="lazy"
width={175}
height={119}
/>
{"We're hiring a "}
{
['React engineer', 'Full-stack engineer', 'Product manager', 'Dev. Advocate'][
Math.round(Math.random() * 3)
]
}
{' and more roles.'}
*/}
{/* eslint-disable-next-line material-ui/no-hardcoded-labels */}
{/**
<span className={classes.hiringLearn}>Learn more &rarr;</span>
</Link>
</NoSsr>
*/}
</nav>
);
}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/company/careers/developer-advocate.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ We are looking for a dedicated educator and experienced developer to join us as

## Compensation

Competitive compensation, depending on the profile. You can find the other perks & benefits in the [careers](/company/careers/#perks-amp-benefits) page.
Competitive compensation of up to \$140,000 USD/year, depending on the profile. It could go higher for a person that can significantly push the mission forward. You can find the other perks & benefits in the [careers](/company/careers/#perks-amp-benefits) page.

## Apply

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/company/careers/full-stack-engineer.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You are curious, you enjoy taking risks, and learning.

## Compensation

Competitive compensation, depending on the profile. You can find the other perks & benefits in the [careers](/company/careers/#perks-amp-benefits) page.
Competitive compensation of up to \$140,000 USD/year, depending on the profile. It could go higher for a person that can significantly push the mission forward. You can find the other perks & benefits in the [careers](/company/careers/#perks-amp-benefits) page.

## Apply

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/company/careers/product-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You will be joining the advanced components team.

## Compensation

Competitive compensation, depending on the profile. You can find the other perks & benefits in the [careers](/company/careers/#perks-amp-benefits) page.
Competitive compensation of up to \$140,000 USD/year, depending on the profile. It could go higher for a person that can significantly push the mission forward. You can find the other perks & benefits in the [careers](/company/careers/#perks-amp-benefits) page.

## Apply

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/company/careers/react-engineer.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ We're looking for someone with strong front-end skills. More important than spec

## Compensation

Competitive compensation, depending on the profile. You can find the other perks & benefits in the [careers](/company/careers/#perks-amp-benefits) page.
Competitive compensation of up to \$140,000 USD/year, depending on the profile. It could go higher for a person that can significantly push the mission forward. You can find the other perks & benefits in the [careers](/company/careers/#perks-amp-benefits) page.

## Apply

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You will be joining the advanced components team.

## Compensation

Competitive compensation, depending on the profile. You can find the other perks & benefits in the [careers](/company/careers/#perks-amp-benefits) page.
Competitive compensation of up to \$140,000 USD/year, depending on the profile. It could go higher for a person that can significantly push the mission forward. You can find the other perks & benefits in the [careers](/company/careers/#perks-amp-benefits) page.

## Apply

Expand Down

0 comments on commit 66697bc

Please sign in to comment.