Skip to content

Commit

Permalink
fix: Add featured timeline items (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Feb 26, 2024
1 parent 60c5a82 commit a960395
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content
22 changes: 22 additions & 0 deletions src/features/TimelineFeatured/FeaturedList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,28 @@ export const FeaturedList = (): JSX.Element => {
height={630}
/>
</FeaturedCard>
<FeaturedCard
title="アウトプットはどうして続かないのか?「モチベの泉」を枯らさない5つの掟"
url="https://zenn.dev/bicstone/articles/keep-you-motivated-to-output"
>
<StaticImage
src="../../../content/featured/keep-you-motivated-to-output.png"
alt="アウトプットはどうして続かないのか?「モチベの泉」を枯らさない5つの掟"
width={1200}
height={630}
/>
</FeaturedCard>
<FeaturedCard
title="「モノづくり」への憧れがアウトプットの原動力 - Findy Engineer Lab - ファインディエンジニアラボ"
url="https://findy-code.io/engineer-lab/bicstone_me"
>
<StaticImage
src="../../../content/featured/ohishi_0222.png"
alt="「モノづくり」への憧れがアウトプットの原動力 - Findy Engineer Lab - ファインディエンジニアラボ"
width={1200}
height={630}
/>
</FeaturedCard>
<FeaturedCard
title="backlog-notify"
url="https://github.com/bicstone/backlog-notify"
Expand Down

0 comments on commit a960395

Please sign in to comment.