Skip to content

Commit

Permalink
New diagrams for “What is Plural” section
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmar committed Sep 18, 2023
1 parent a6fad14 commit 90f7dc7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
Binary file modified public/images/product/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/product/lifecycle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 19 additions & 8 deletions src/components/page-sections/WhatIsPluralSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,21 +99,32 @@ export function WhatIsPluralSection() {
<Cta href="https://docs.plural.sh">Explore the docs</Cta>
</EqualColumn>
<EqualColumn>
<div
className={classNames(
'overflow-hidden rounded-large'
// `sticky top-[calc(var(--top-nav-height)+16px)]`
)}
>
<div className={classNames('overflow-hidden rounded-large')}>
<img
className="block w-full"
src="/images/product/architecture.png"
width="1765"
height="2172"
width="1696"
height="2188"
alt=""
/>
</div>
</EqualColumn>
</Columns>
<div
className={classNames(
'pt-xxxxxxlarge',
'overflow-hidden',
'rounded-large'
)}
>
<img
className="block w-full"
src="/images/product/lifecycle.png"
width="2865"
height="1991"
alt=""
/>
</div>
</>
)
}

0 comments on commit 90f7dc7

Please sign in to comment.