Skip to content

Commit

Permalink
placeholders, and always 3 cols
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Apr 19, 2024
1 parent 25b8a75 commit faacacf
Show file tree
Hide file tree
Showing 13 changed files with 180 additions and 2 deletions.
10 changes: 8 additions & 2 deletions apps/storefront/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ export default ({ children }) => <FrontpageLayout content={children} />;
fallbackImgAlt='Designskisse av en nettside som viser hvordan designsystemet kan tilpasses ulike identiteter.'
/>

<Section title='Siste nytt fra designsystemet'>
<Section
title='Siste nytt fra designsystemet'
style={{
gridTemplateColumns: 'repeat(3, minmax(min(100%, 320px), 1fr))',
}}
>
{/* <BlogCard
title='Designsystemet er endelig ute av beta!'
desc='lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.'
Expand All @@ -74,11 +79,12 @@ export default ({ children }) => <FrontpageLayout content={children} />;
title='Komposisjon med asChild i React koden'
desc='Nokre gonger må du kanskje byte ut ein komponent med ein anna, for eksempel Button skulle vore ein Link. Det er her asChild kjem inn i biletet.'
href='/grunnleggende/for-utviklere/komposisjon'
image='https://source.unsplash.com/random/1920x1080'
image='/img/placeholders/yellow_big_logo.svg'
featured={false}
tagText='For utviklere'
tagColor='second'
/>
<div />
</Section>

<ImageBanner
Expand Down
14 changes: 14 additions & 0 deletions apps/storefront/public/img/placeholders/blue_big-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/storefront/public/img/placeholders/blue_small_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/storefront/public/img/placeholders/grey_big_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions apps/storefront/public/img/placeholders/grey_big_logo_outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/storefront/public/img/placeholders/grey_small_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/storefront/public/img/placeholders/red_big_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/storefront/public/img/placeholders/red_small_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/storefront/public/img/placeholders/white_big_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions apps/storefront/public/img/placeholders/white_big_logo_outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/storefront/public/img/placeholders/white_small_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/storefront/public/img/placeholders/yellow_big_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/storefront/public/img/placeholders/yellow_small_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit faacacf

Please sign in to comment.