Skip to content

Commit

Permalink
chore: Update featured list (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Sep 6, 2024
1 parent 224ac46 commit d740dc7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion content
44 changes: 22 additions & 22 deletions src/features/TimelineFeatured/FeaturedList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ export const FeaturedList = (): JSX.Element => {
return (
<Container as="section">
{/* StaticImageを使用するためベタ書き :-/ */}
<FeaturedCard
title="2024年、GraphQLにどう向き合う?導入と活用の実際"
url="https://findy-code.io/engineer-lab/bicstone_me"
>
<StaticImage
src="../../../content/featured/j0BfD2l9.jpg"
alt="2024年、GraphQLにどう向き合う?導入と活用の実際"
width={1200}
height={630}
/>
</FeaturedCard>
<FeaturedCard
title="「モノづくり」への憧れがアウトプットの原動力 - Findy Engineer Lab - ファインディエンジニアラボ"
url="https://findy-code.io/engineer-lab/bicstone_me"
Expand All @@ -39,6 +50,17 @@ export const FeaturedList = (): JSX.Element => {
height={630}
/>
</FeaturedCard>
<FeaturedCard
title="0→1開発における技術選定において一番大切なこと"
url="https://speakerdeck.com/bicstone/technology-selection-key-points"
>
<StaticImage
src="../../../content/featured/slide_0.jpg"
alt="0→1開発における技術選定において一番大切なこと"
width={1200}
height={630}
/>
</FeaturedCard>
<FeaturedCard
title="コードレビューにラベルを付けるだけでチームの心理的安全性を高めた話"
url="https://zenn.dev/hacobell_dev/articles/code-review-comment-prefix"
Expand All @@ -61,28 +83,6 @@ export const FeaturedList = (): JSX.Element => {
height={630}
/>
</FeaturedCard>
<FeaturedCard
title="【GraphQL】スキーマ駆動開発におけるエラーレスポンス設計パターン集"
url="https://zenn.dev/hacobell_dev/articles/graphql-error-response"
>
<StaticImage
src="../../../content/featured/graphql-error-response.png"
alt="【GraphQL】スキーマ駆動開発におけるエラーレスポンス設計パターン集"
width={1200}
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>
</Container>
);
};

0 comments on commit d740dc7

Please sign in to comment.