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

fix(contribution-gallery): images for gallery #4308

Closed
wants to merge 1 commit into from
Closed
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
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.
Loading