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 { Text } from 'ts/components/ui/text'; const BUTTON_TEXT = 'View open positions'; export interface Join0xProps { onCallToActionClick: () => void; } export const Join0x = (props: Join0xProps) => (
Join 0x
0x exists to create a tokenized world where all value can flow freely. We’re building an open and globally accessible economy where blockchain based digital assets are accessible to anyone, anywhere. We’re passionate about open-source software and decentralized technology’s potential to act as an equalizing force in the world. Come join us and help transform the way that value is exchanged on a global scale.
);