Skip to content

Commit

Permalink
feat(homepage): add beta blog (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Aug 6, 2021
1 parent 6e3f5c8 commit db18f23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
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

1 comment on commit db18f23

@vercel
Copy link

@vercel vercel bot commented on db18f23 Aug 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.