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

Docs: design tutorials page #1732

Merged
merged 4 commits into from
Sep 21, 2020
Merged
Show file tree
Hide file tree
Changes from 2 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
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.