Skip to content

Commit

Permalink
fix(contribution-gallery): images for gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
sstrubberg committed Oct 2, 2024
1 parent 8c0d5c6 commit 7ee32e8
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/pages/contributing/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,23 @@ projects.
<Row>
<Column colMd={4} colLg={4} noGutterMdLeft>
<ArticleCard
title="Carbon Tutorial"
title="TypeScript declarations"
author="Adopter: Carbon Core"
date="Date contributed: August 22nd 2024"
readTime="Contributor: Open-source community"
href="https://github.com/carbon-design-system/carbon/blob/main/docs/guides/adding-component-types.md">

<img
className="contribution-style"
alt="words"
src="/images/button-with-ts.gif"
/>

</ArticleCard>
</Column>
<Column colMd={4} colLg={4} noGutterMdLeft>
<ArticleCard
title="Carbon tutorial"
author="Adopter: Carbon Core"
date="Date contributed: November 3rd 2023"
readTime="Contributor: Jeremy Caine"
Expand Down Expand Up @@ -120,22 +136,6 @@ projects.
src="/images/icon-only-switcher.gif"
/>

</ArticleCard>
</Column>
<Column colMd={4} colLg={4} noGutterMdLeft>
<ArticleCard
title="Combo Button"
author="Adopter: Carbon for IBM Products"
date="Date contributed: March 13th 2023"
readTime="Contributor: Jan Hassel"
href="https://react.carbondesignsystem.com/?path=/docs/components-combobutton--overview">

<img
className="contribution-style"
alt="words"
src="/images/combo-button.gif"
/>

</ArticleCard>
</Column>
</Row>
Expand Down
Binary file removed src/pages/contributing/images/combo-button.gif
Binary file not shown.
Binary file added static/images/button-with-ts.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 7ee32e8

Please sign in to comment.