Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove extra content #360

Merged
merged 1 commit into from
Aug 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 0 additions & 131 deletions packages/example/src/pages/gallery/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,137 +8,6 @@ We have a multitude of sites using the gatsby theme for both public and internal

</PageDescription>

| Tables | Are | Cool |
| -------- | :-----------: | ---: |
| col 3 is | right-aligned | 1 |
| col 2 is | centered | 2 |

There must be at least 3 dashes separating each header cell.
The outer pipes (|) are optional, and you don't need to make the
raw Markdown line up prettily. You can also use inline Markdown.

| Markdown | Less | Pretty |
| -------- | --------- | ---------- |
| _Still_ | `renders` | **nicely** |
| 1 | 2 | 3 |

```markdown path=/directory/file.mdx src=https://gatsby-theme-carbon.now.sh
### Path and src
```

```markdown path=/directory/file.mdx
### Just path
```

```markdown src=https://gatsby-theme-carbon.now.sh
### Just src
```

```markdown
### No path or src
```

<Row className="image-card-group">
<Column colMd={4} colLg={4} noGutterSm>
<ImageCard
title="Title"
subTitle="Subtitle"
href="/"
>

![Square](/images/square.png)

</ImageCard>
<ImageCard
title="Dark title"
titleColor="dark"
aspectRatio="1:1"
href="/"
actionIcon="arrowRight"
subTitleColor="light"
subTitle="Light subtitle"
>

![Light dark](./images/light-dark.jpg)

</ImageCard>
</Column>
<Column colMd={4} colLg={4} noGutterSm>
<ImageCard
title="Title"
subTitle="Subtitle"
aspectRatio="1:2"
href="/"
actionIcon="download"
titleColor="light"
subTitleColor="light"
>

![Plane image](./images/plane.jpg)

</ImageCard>
</Column>
<Column colMd={4} colLg={4} noGutterSm>
<ImageCard
aspectRatio="1:1"
href="/"
hoverColor="dark"
>

![color pallete array](/images/color-grid.svg)

</ImageCard>
<ImageCard
disabled
aspectRatio="1:1"
href="/"
>

![Square](/images/square.png)

</ImageCard>
</Column>
</Row>

<Tabs>

<Tab label="Text">

The tab component can be used for a variety of content. From text, to images, to columns. If you want to have multiple columns, you'll need to use our `Row` and `Column` helpers as demonstrated in the "Two images" tab.

</Tab>

<Tab label="Single image">

If your content is full width, you don't need `Row` and `Column`

![color array](images/colors.png)

</Tab>

<Tab label="Two images">

<Row>
<Column colSm={6} colLg={6}>

Column one

![color array](images/colors.png)

</Column>
<Column colSm={6} colLg={6}>

Column two

![color array](images/colors.png)

</Column>
</Row>

</Tab>

</Tabs>

## IBM Design for AI

<FeatureCard
Expand Down