2023-12-04 16:21:43 +00:00
|
|
|
---
|
|
|
|
title: Join Us
|
2024-04-15 14:48:55 +00:00
|
|
|
description: View open positions to work with the Nimbus team.
|
2023-12-04 16:21:43 +00:00
|
|
|
hide_title: true
|
|
|
|
pagination_prev: null
|
|
|
|
pagination_next: null
|
|
|
|
displayed_sidebar: null
|
|
|
|
hide_table_of_contents: true
|
|
|
|
---
|
|
|
|
|
|
|
|
import * as jobData from '/static/generated/jobs.json'
|
|
|
|
import { JobsPerDepartment } from '/src/components/mdx'
|
|
|
|
|
|
|
|
<JobsPerDepartment jobData={jobData} />
|