// @flow
import * as React from 'react';
import Grid from 'styled-components-grid';
import styled from 'styled-components';
import { Helmet } from 'react-helmet';
import Flex from '../../shared/components/Flex';
import Header from './components/Header';
import Content from './components/Content';
const Authors = styled(Flex).attrs({
justify: 'center',
})`
margin: 40px 0;
`;
const Author = styled(Flex).attrs({
column: true,
align: 'center',
})`
margin-right: 60px;
&:last-child {
margin-right: 0;
}
`;
const Avatar = styled.img`
width: 60px;
height: 60px;
margin-bottom: 20px;
border-radius: 50%;
`;
export default function About() {
return (
The team behind Outline
Outline is a wiki and knowledge base built for growing teams. We’re
focused on speed, usability and extensibility.
The open source project is maintained by Jori Lallo and Tom Moor.
Having both run venture-backed software startups previously and seeing
many similar VC-funded products try and fail while the market need
remained we decided to try a different approach. So don’t worry,
Outline is here to last.
Outline is currently in public beta. The hosted service will stay
free during this period. After that we will offer Outline free to
get started and have reasonable plans for larger teams.
Outline is built by a group of core{' '}
maintainers
, we believe in being honest and transparent.
You can view Outline’s source code on{' '}
GitHub.
About Us
Open Source
FAQ
Why would I pay you if I can run Outline myself?
You don’t have to but you might have better things to do with your
time. When you sign up for Outline, you’ll always be running the
latest version, have all the features and we’ll answer the questions
your team might have. You’ll also help to keep Outline getting better
by supporting us financially.