-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* filter out archived jobs * change footer to careers * enable careers page * change copy * hyperlink email * align product and solution nav with logo * filter archived from directus
- Loading branch information
1 parent
359782b
commit ee90b80
Showing
12 changed files
with
118 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ import { ColorModeProvider } from '@pluralsh/design-system' | |
import Head from 'next/head' | ||
import Script from 'next/script' | ||
|
||
import { useTheme } from 'styled-components' | ||
|
||
import { ResponsiveAspectRatioSC } from '@src/components/AspectRatio' | ||
import { BenefitCard } from '@src/components/BenefitCard' | ||
import { FooterVariant } from '@src/components/FooterFull' | ||
|
@@ -83,6 +85,8 @@ function Photo({ | |
} | ||
|
||
export default function Index({ jobs }: { jobs: MinJobListingFragment[] }) { | ||
const theme = useTheme() | ||
|
||
return ( | ||
<> | ||
<Head> | ||
|
@@ -263,9 +267,15 @@ export default function Index({ jobs }: { jobs: MinJobListingFragment[] }) { | |
heading="Open positions" | ||
intro={ | ||
<p> | ||
We’re actively seeking passionate individuals to join our team | ||
and contribute to our mission. Explore our open positions and | ||
unlock exciting opportunities to make a meaningful impact. | ||
We are not actively hiring for new positions right now, but | ||
we’re always interested and receiving general applications to | ||
| ||
<a | ||
style={{ ...theme.partials.marketingText.inlineLink }} | ||
href="mailto:[email protected]" | ||
> | ||
[email protected] | ||
</a> | ||
</p> | ||
} | ||
className={classNames( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,9 @@ | |
{ | ||
"path": "/careers" | ||
}, | ||
{ | ||
"path": "/community" | ||
}, | ||
{ | ||
"path": "/contact-sales" | ||
}, | ||
|
Oops, something went wrong.