import { colors } from '@0xproject/react-shared'; import * as React from 'react'; import { Button } from 'ts/components/ui/button'; import { Container } from 'ts/components/ui/container'; import { Image } from 'ts/components/ui/image'; import { Text } from 'ts/components/ui/text'; import { constants } from 'ts/utils/constants'; const BUTTON_TEXT = 'View open positions'; export interface Join0xProps { onCallToActionClick: () => void; } export const Join0x = (props: Join0xProps) => (
Join Us in Our Mission
At 0x, our mission is to create a tokenized world where all value can flow freely.

We are powering a growing ecosystem of decentralized applications and solving novel challenges to make our technology intuitive, flexible, and accessible to all.{' '} Read more {' '} about our mission, and join us in building financial infrastructure upon which the exchange of anything of value will take place.
);