Skip to content

Commit

Permalink
Docs: design tutorials page (carbon-design-system#1732)
Browse files Browse the repository at this point in the history
* Docs: design tutorials

* docs: typo

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and natashadecoste committed May 19, 2021
1 parent 23b41b6 commit 389a2e2
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/nav-items.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
path: /designing/kits/sketch
- title: Other resources
path: /designing/design-resources
- title: Tutorials
path: /designing/tutorials
- title: Developing
pages:
- title: Get started
Expand Down
59 changes: 59 additions & 0 deletions src/pages/designing/tutorials.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
title: Tutorials
description:
The Carbon design tutorials will get you set up to start designing with Carbon
and teach you about some of the foundational pieces of the design system.
---

import { Button } from 'carbon-components-react';
import { ArrowRight16 } from '@carbon/icons-react';

<PageDescription>

The Carbon design tutorials will get you set up to start designing with Carbon
and teach you about some of the foundational pieces of the design system.

</PageDescription>

<AnchorLinks>

<AnchorLink>Introduction to Carbon</AnchorLink>
<AnchorLink>Designing with Carbon</AnchorLink>
<AnchorLink>Using the 2x Grid</AnchorLink>

</AnchorLinks>

## Introduction to Carbon

Learn about Carbon and its history. This video covers how the IBM Design
Language is applied to Carbon, how Carbon interacts with domain level guidance,
and what it means to be an open source design system.

<Video vimeoId="457802924" />

For further learning, check out
[All about Carbon](/all-about-carbon/what-is-carbon),
[Get started](/designing/get-started), and the
[IBM Design Language](https://www.ibm.com/design/language/).

## Designing with Carbon

This video covers how to design with components and type styles, and where to
find relevant guidance and resources while designing. It also goes through the
steps of getting set up with the Carbon Sketch kits and grid template.

<Video vimeoId="457803206" />

To learn more about our Sketch kits, head over to
[Design Kits](/designing/kits/sketch).

## Using the 2x Grid

Learn about the fundamentals of using our 2x Grid. This video gives an overview
of basic grid terminology, breakpoints, the three grid modes, and some resources
to get started designing with the 2x Grid.

<Video vimeoId="457802917" />

You can find detailed grid guidance on the
[2x Grid](/guidelines/2x-grid/overview) page.

0 comments on commit 389a2e2

Please sign in to comment.