- Read actively, not passively. Highlight key sections and add
- notes as you read. You can access your highlights and notes any
- time — they stay with your articles forever.
-
-
- Fun fact: research shows that highlighting while you read
- improves retention and makes you a more effective reader.
-
- >
- }
- image={
-
- }
- icon={}
- containerStyles={reversedSectionStyles}
- />
- )}
- {!hideThird && (
-
- Send subscriptions directly to your Omnivore library, and
- read them on your own time, away from the constant distractions
- and interruptions of your email inbox.
-
- }
- image={
-
- }
- icon={}
- />
- )}
- {!hideFourth && (
-
-
With the Omnivore app for iOS and Android and extensions for all
+
+ With the Omnivore app for iOS and Android and extensions for all
major web browsers, you can add to your reading list any time.
-
Saved articles remain in your Omnivore library forever — even if the
- site where you found them goes away. Access them any time in our reader
- view or in their original format.
+
+ Saved articles remain in your Omnivore library forever — even if
+ the site where you found them goes away. Access them any time in
+ our reader view or in their original format.
>
}
image={
}
- icon={}
containerStyles={reversedSectionStyles}
/>
)}
-
-
- Sign up for free
-
+ {!hideThird && (
+
+ Send subscriptions directly to your Omnivore library, and read
+ them on your own time, away from the constant distractions and
+ interruptions of your email inbox.
+
+ }
+ image={
+
+ }
+ />
+ )}
+ {!hideFourth && (
+
+ Read what you want, not what some algorithm says you should. Keep
+ your reading organized and easily available with labels, filters,
+ and fully indexed text searches.
+
+ }
+ image={
+
+ }
+ containerStyles={reversedSectionStyles}
+ />
+ )}
+
+ The intuitive command palette puts basic and advanced functionality
+ at your fingertips. Keyboard shortcuts for all features mean your
+ hands never have to leave the keyboard. Our open-source app allows
+ integrations with knowledge bases and note-taking apps, using
+ plug-ins or by triggering webhooks.
+
+ }
+ image={
+
+ }
+ />
+
+ Lorem IpsumRead what you want, not what some algorithm says you
+ should. Keep your reading organized and easily available with
+ labels, filters, and fully indexed text searches.
+
+ }
+ image={
+
+ }
+ containerStyles={reversedSectionStyles}
+ />
+
+ Get Started With Omnivore Today
diff --git a/packages/web/pages/about.tsx b/packages/web/pages/about.tsx
index c6c505f96..c0dd858bb 100644
--- a/packages/web/pages/about.tsx
+++ b/packages/web/pages/about.tsx
@@ -1,5 +1,8 @@
import { VStack, Box } from './../components/elements/LayoutPrimitives'
-import { LandingSectionsContainer, GetStartedButton } from '../components/templates/landing/LandingSectionsContainer'
+import {
+ LandingSectionsContainer,
+ GetStartedButton,
+} from '../components/templates/landing/LandingSectionsContainer'
import { LandingHeader } from '../components/templates/landing/LandingHeader'
import { LandingFooter } from '../components/templates/landing/LandingFooter'
@@ -7,14 +10,13 @@ const mobileContainerStyles = {
alignSelf: 'center',
marginTop: 80,
maxWidth: 960,
-
px: '2vw',
'@md': {
px: '6vw',
},
'@xl': {
px: '120px',
- }
+ },
}
const headingStyles = {
@@ -24,12 +26,15 @@ const headingStyles = {
lineHeight: '53px',
padding: '10px',
paddingBottom: '0px',
+ textAlign: 'center',
}
-
const subHeadingStyles = {
color: 'rgb(125, 125, 125)',
padding: '10px',
+ textAlign: 'center',
+ width: '100%',
+ fontWeight: '600',
}
export default function LandingPage(): JSX.Element {
@@ -38,18 +43,34 @@ export default function LandingPage(): JSX.Element {
- Omnivore is the read-it-later app for serious readers.
-
- Distraction free. Privacy focused. Open source.
+
+ Omnivore is the read-it-later app for serious readers.
-
- Save interesting articles, newsletter subscriptions, and documents and
- read them later — focused and distraction free. Add notes and highlights.
- Organize your reading list the way you want and sync it across all your
- devices.
+ Distraction free. Privacy focused. Open source.
-
+
+
+ Save interesting articles, newsletter subscriptions, and documents
+ and read them later — focused and distraction free. Add notes and
+ highlights. Organize your reading list the way you want and sync it
+ across all your devices.
+
+
@@ -59,5 +80,3 @@ export default function LandingPage(): JSX.Element {
>
)
}
-
-
diff --git a/packages/web/public/static/landing/landingPage-1.png b/packages/web/public/static/landing/landingPage-1.png
new file mode 100644
index 000000000..e3bd5d7b2
Binary files /dev/null and b/packages/web/public/static/landing/landingPage-1.png differ
diff --git a/packages/web/public/static/landing/landingPage-2.png b/packages/web/public/static/landing/landingPage-2.png
new file mode 100644
index 000000000..422b44d0d
Binary files /dev/null and b/packages/web/public/static/landing/landingPage-2.png differ
diff --git a/packages/web/public/static/landing/landingPage-3.png b/packages/web/public/static/landing/landingPage-3.png
new file mode 100644
index 000000000..f398ba13f
Binary files /dev/null and b/packages/web/public/static/landing/landingPage-3.png differ
diff --git a/packages/web/public/static/landing/landingPage-4.png b/packages/web/public/static/landing/landingPage-4.png
new file mode 100644
index 000000000..563675e28
Binary files /dev/null and b/packages/web/public/static/landing/landingPage-4.png differ
diff --git a/packages/web/public/static/landing/landingPage-5.png b/packages/web/public/static/landing/landingPage-5.png
new file mode 100644
index 000000000..723483910
Binary files /dev/null and b/packages/web/public/static/landing/landingPage-5.png differ
diff --git a/packages/web/public/static/landing/landingPage-6.png b/packages/web/public/static/landing/landingPage-6.png
new file mode 100644
index 000000000..f2d7d3d9b
Binary files /dev/null and b/packages/web/public/static/landing/landingPage-6.png differ
diff --git a/packages/web/public/static/landing/landingPage-7.png b/packages/web/public/static/landing/landingPage-7.png
new file mode 100644
index 000000000..eac6671bd
Binary files /dev/null and b/packages/web/public/static/landing/landingPage-7.png differ