import * as _ from 'lodash';
import * as React from 'react';
import styled from 'styled-components';
import { AboutPageLayout } from 'ts/@next/components/aboutPageLayout';
import { Link } from 'ts/@next/components/link';
import { Column, FlexWrap, Section } from 'ts/@next/components/newLayout';
import { Heading, Paragraph } from 'ts/@next/components/text';
interface PositionProps {
title: string;
location: string;
href: string;
}
interface PositionItemProps {
position: PositionProps;
}
const positions: PositionProps[] = [
{
title: 'Product Designer',
location: 'San Francisco, Remote',
href: '#',
},
{
title: 'Product Designer',
location: 'San Francisco, Remote',
href: '#',
},
{
title: 'Product Designer',
location: 'San Francisco, Remote',
href: '#',
},
{
title: 'Open Positition',
location: "We're always interested in talking to talented people. Send us an application if you think you're the right fit.",
href: '#',
},
];
export const NextAboutJobs = () => (
Powered by a Diverse, Global Community
We're a highly technical team with varied backgrounds in engineering, science, business, finance, and research. While the Core Team is headquartered in San Francisco, there are 30+ teams building on 0x and hundreds of thousands of participants behind our efforts worldwide. We're passionate about open-source software and decentralized technology's potential to act as an equalizing force in the world.
Benefits