From 51a9803c7de1194ac7cce0b2c6b805fa02072105 Mon Sep 17 00:00:00 2001
From: Tom Moor
Date: Wed, 15 Nov 2017 20:59:57 -0800
Subject: [PATCH] Feedback
---
server/pages/Home.js | 47 ++++++++++++++-------------
server/pages/components/Hero.js | 2 +-
server/pages/components/Navigation.js | 7 ++--
server/utils/routeHelpers.js | 10 +++++-
shared/styles/constants.js | 1 +
5 files changed, 41 insertions(+), 26 deletions(-)
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() {
- Scroll for more…
Blazing Fast
- 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.
# Markdown Support
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.
@@ -57,6 +56,9 @@ function Home() {
You get new features, interface improvements, and bug fixes for
free.
- 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.