diff --git a/server/pages/Home.js b/server/pages/Home.js index b68491db..6ca4153a 100644 --- a/server/pages/Home.js +++ b/server/pages/Home.js @@ -4,8 +4,8 @@ import styled from 'styled-components'; import Grid from 'styled-components-grid'; import Hero from './components/Hero'; import SignupButton from './components/SignupButton'; +import { developers, githubUrl } from '../utils/routeHelpers'; import { color } from '../../shared/styles/constants'; -import { pulsate } from '../../shared/styles/animations'; function Home() { return ( @@ -20,24 +20,23 @@ function Home() {
- Atlas is fast, really fast. We’ve trimmed 100ms and 50ms there + Outline is fast, really fast. We’ve trimmed 100ms and 50ms there to make sure that documents load instantly, search is speedy and - navigating the UI is fluid. + navigating the UI is delightful.
Outline stores all documents in plain Markdown. Shortcuts are - also built right into the editor so you can easily format using - **markdown syntax** if you like. + also built right into the editor so you can easily format using{' '} + **markdown syntax** if you like.
+ GitHub +
+ Documentation +
- Search is the best way to find what you’re looking for once your - knowledgebase starts to grow in size. + Outline includes a super fast search that’s the best way to find + what you’re looking for once your knowledge base starts to grow in + size.