mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add section on open source
This commit is contained in:
parent
af97ccefd9
commit
54727dd00c
3 changed files with 23 additions and 3 deletions
|
|
@ -183,7 +183,7 @@ export function LandingSectionsContainer(): JSX.Element {
|
|||
srcSet="/static/landing/landingPage-06@1x.png,
|
||||
/static/landing/landingPage-06@2x.png 2x,
|
||||
/static/landing/landingPage-06@3x.png 3x"
|
||||
alt="landing-5"
|
||||
alt="landing-6"
|
||||
style={{ maxWidth: '100%' }}
|
||||
/>
|
||||
}
|
||||
|
|
@ -203,7 +203,7 @@ export function LandingSectionsContainer(): JSX.Element {
|
|||
srcSet="/static/landing/landingPage-07.png,
|
||||
/static/landing/landingPage-07@2x.png 2x,
|
||||
/static/landing/landingPage-07@3x.png 3x"
|
||||
alt="landing-6"
|
||||
alt="landing-7"
|
||||
style={{ maxWidth: '100%' }}
|
||||
/>
|
||||
}
|
||||
|
|
@ -223,12 +223,32 @@ export function LandingSectionsContainer(): JSX.Element {
|
|||
srcSet="/static/landing/landingPage-08.png,
|
||||
/static/landing/landingPage-08@2x.png 2x,
|
||||
/static/landing/landingPage-08@3x.png 3x"
|
||||
alt="landing-7"
|
||||
alt="landing-8"
|
||||
style={{ maxWidth: '85%' }}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
<LandingSection
|
||||
titleText="Open source means you're in control."
|
||||
descriptionText={
|
||||
<p>
|
||||
Reading is a lifetime activity, and you shouldn't have to worry
|
||||
you'll lose your library after you've spent years building
|
||||
it. Our open-source platform ensures your reading won't be held
|
||||
prisoner in a proprietary system.
|
||||
</p>
|
||||
}
|
||||
image={
|
||||
<img
|
||||
srcSet="/static/landing/landingPage-09.png,
|
||||
/static/landing/landingPage-09@2x.png 2x"
|
||||
alt="landing-9"
|
||||
style={{ maxWidth: '100%' }}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
<VStack alignment="center" css={callToActionStyles}>
|
||||
<Box css={callToActionText}>Get Started With Omnivore Today</Box>
|
||||
<GetStartedButton />
|
||||
|
|
|
|||
BIN
packages/web/public/static/landing/landingPage-09@1x.png
Normal file
BIN
packages/web/public/static/landing/landingPage-09@1x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 153 KiB |
BIN
packages/web/public/static/landing/landingPage-09@2x.png
Normal file
BIN
packages/web/public/static/landing/landingPage-09@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
Loading…
Reference in a new issue