Skip to content

Commit

Permalink
chore: update images; refs #28
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Nov 21, 2023
1 parent 67b4657 commit 80bfb0c
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 4 deletions.
52 changes: 48 additions & 4 deletions docs/visual-language/grid-and-layout/non-web-environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Non-web Environment
---

import { ImageGrid, Grid } from "@site/src/components/mdx"
import { ImageGrid, Grid } from '@site/src/components/mdx'

# Non-web environment

Expand All @@ -16,16 +16,60 @@ The typestack for these grids is also based in multiples of 20px, line height ad

2 column 20px and 4 column 20px

<ImageGrid md={{cols: 2, gap: "16px"}} images={[{ src: "/Clip_path_group.png" }, { src: "/Logos-Example-2.png" }]} />
<ImageGrid
md={{ cols: 2, gap: '16px' }}
images={[
{
src: '/grid-and-layout/non-web-environment/Logos-Example-1.png',
img: require('/grid-and-layout/non-web-environment/Logos-Example-1.png'),
},
{
src: '/grid-and-layout/non-web-environment/Logos-Example-2.png',
img: require('/grid-and-layout/non-web-environment/Logos-Example-2.png'),
},
]}
/>

### Hashing It Out

3 column 20px and 2 column 20px

<ImageGrid md={{cols: 2, gap: "16px"}} images={[{ src: "/HIO-Examples-1.png" }, { src: "/HIO-Examples-2.png" }]} />
<ImageGrid
md={{ cols: 2, gap: '16px' }}
images={[
{
src: '/grid-and-layout/non-web-environment/HIO-Examples-1.png',
img: require('/grid-and-layout/non-web-environment/HIO-Examples-1.png'),
},
{
src: '/grid-and-layout/non-web-environment/HIO-Examples-2.png',
img: require('/grid-and-layout/non-web-environment/HIO-Examples-2.png'),
},
]}
/>

### Generic Twitter

This is a simpler grid based on 96px, used for X. Type sizes are also based on divisions of the 96px unit.

<ImageGrid md={{cols: 2, gap: "16px"}} images={[{ src: "/image_5.png" }, { src: "/image_6.png" }, { src: "/image_7.png" }, { src: "/image_8.png" }]} />
<ImageGrid
md={{ cols: 2, gap: '16px' }}
images={[
{
src: '/grid-and-layout/non-web-environment/Social media-Example-1.png',
img: require('/grid-and-layout/non-web-environment/Social media-Example-1.png'),
},
{
src: '/grid-and-layout/non-web-environment/Social media-Example-2.png',
img: require('/grid-and-layout/non-web-environment/Social media-Example-2.png'),
},
{
src: '/grid-and-layout/non-web-environment/Social media-Example-3.png',
img: require('/grid-and-layout/non-web-environment/Social media-Example-3.png'),
},
{
src: '/grid-and-layout/non-web-environment/Social media-Example-4.png',
img: require('/grid-and-layout/non-web-environment/Social media-Example-4.png'),
},
]}
/>
Binary file removed static/Clip_path_group.png
Binary file not shown.
Binary file removed static/HIO-Examples-1.png
Binary file not shown.
Binary file removed static/HIO-Examples-2.png
Binary file not shown.
Binary file removed static/Logos-Example-2.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/image_5.png
Binary file not shown.
Binary file removed static/image_6.png
Binary file not shown.
Binary file removed static/image_7.png
Binary file not shown.
Binary file removed static/image_8.png
Binary file not shown.

0 comments on commit 80bfb0c

Please sign in to comment.