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

feat(homepage): add beta blog #2483

Merged
merged 1 commit into from
Aug 6, 2021
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 14 additions & 13 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ building websites and user interfaces.
<Row>
<Column colLg={4} colMd={4} noGutterMdLeft>

<ArticleCard
color="dark"
title="Carbon v11 Beta 1"
author="Josh Black"
date="August 6, 2021"
href="https://medium.com/carbondesign/carbon-v11-beta-1-33488b0280f0"
>

![Carbon v11 Beta 1](./homepage/images/carbon_2021-august-update.png)

</ArticleCard>
</Column>
<Column colLg={4} colMd={4} noGutterMdLeft>

<ArticleCard
color="dark"
title="Carbon’s 2021 release: April update"
Expand All @@ -152,19 +166,6 @@ building websites and user interfaces.

![Gatsby theme announcement](./homepage/images/gatsby_announcement.png)

</ArticleCard>
</Column>
<Column colLg={4} colMd={4} noGutterMdLeft>
<ArticleCard
color="dark"
title="What’s coming to Carbon in 2021"
author="Josh Black"
date="November 12, 2020"
href="https://medium.com/carbondesign/whats-coming-to-carbon-in-2021-39a4c7d1762a"
>

![Carbon 2021 release](./homepage/images/carbon_2021.png)

</ArticleCard>
</Column>

Expand Down