diff --git a/apps/landing/src/pages/careers.page.tsx b/apps/landing/src/pages/careers.page.tsx index 7c3a5ae60..28e1a569c 100644 --- a/apps/landing/src/pages/careers.page.tsx +++ b/apps/landing/src/pages/careers.page.tsx @@ -15,26 +15,14 @@ import React from 'react'; import { Helmet } from 'react-helmet'; import { ReactComponent as Content } from '~/docs/changelog/index.md'; -export const positions = [ - { - name: 'TypeScript React UI/UX Engineer', - type: 'Full-time', - salary: '$80k - $120k', - description: `You'll build the primary desktop interface for Spacedrive in React, with TypeScript and Tailwind. You'll need an eye for design as well as a solid understanding of the React ecosystem.` - }, - { - name: 'Rust Backend Engineer', - type: 'Full-time', - salary: '$80k - $120k', - description: `You'll build out our Rust core, the decentralized backend that powers our app. From the virtual filesystem to encryption and search. You'll need to live and breathe Rust, not be afraid to get low-level.` - }, - { - name: 'TypeScript React Native Engineer', - type: 'Full-time', - salary: '$80k - $120k', - description: `You'll build out the majority of our mobile app in TypeScript and React Native. Developing a mobile first component library based on the design of our desktop application. You'll need to be passionate for building React Native apps that look and feel native.` - } -]; +interface PositionPosting { + name: string; + type: string; + salary: string; + description: string; +} + +export const positions: PositionPosting[] = []; const values = [ { title: 'Async', @@ -129,21 +117,21 @@ function Page() { See Open Positions
What drives us daily.
{value.desc}
We're behind you 100%.
Any of these suit you? Apply now!
+ +If any open positions suit you, apply now!
+ There are no positions open at this time. Please check back later! +
+ ) : ( + positions.map((value) => ( +{value.description}
{value.description}
-- Send your cover letter and resume to careers at spacedrive dot com and we'll get - back to you shortly! +
+ Send your cover letter and resume to careers at spacedrive dot com and + we'll get back to you shortly!