Skip to content

Commit

Permalink
update iroiro
Browse files Browse the repository at this point in the history
  • Loading branch information
mehm8128 committed Dec 11, 2024
1 parent 398eefd commit 4a50aa5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 25 deletions.
36 changes: 13 additions & 23 deletions src/app/_component/Background.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,35 @@ export default function Background() {
<SectionWrap headingText="Backgrounds">
<UList>
<ListItem>
2021年4月~2024年9月 東京工業大学 工学院情報通信系
(早期卒業)、東京工業大学デジタル創作同好会traP
2024年10月~2025年2月 サイボウズ株式会社 内定者アルバイト
</ListItem>
<ListItem>2024年8~9月 株式会社CoeFont 業務委託</ListItem>
<ListItem>
2022年11月~2025年2月 株式会社ナンバーナイン 長期インターン、業務委託
2023年9月 株式会社ナレッジワーク 2週間のサマーインターン
</ListItem>
<ListItem>
2023年8月~9月 株式会社ゆめみ 2週間のサマーインターン
<UList isNested>
<ListItem>
<StyledAnchor href="https://zenn.dev/no9_dev/articles/next-migration">
ナンバーナインのフロントエンドをNext.jsに移行した
</StyledAnchor>
</ListItem>
<ListItem>
<StyledAnchor href="https://twitter.com/yudai112535/status/1655919698398289933?s=20">
リリースツイート
</StyledAnchor>
</ListItem>
<ListItem>
<StyledAnchor href="https://x.com/no9editor/status/1752528473518948490?s=20">
リリースツイート2
<StyledAnchor href="https://note.com/mehm8128/n/n2acd21311531">
ゆめみサマーインターン2023 参加記事
</StyledAnchor>
</ListItem>
</UList>
</ListItem>
<ListItem>
2023年8月~9月 株式会社ゆめみ 2週間のサマーインターン
2022年11月~2025年2月 株式会社ナンバーナイン 長期インターン、業務委託
<UList isNested>
<ListItem>
<StyledAnchor href="https://note.com/mehm8128/n/n2acd21311531">
参加記事
<StyledAnchor href="https://zenn.dev/no9_dev/articles/next-migration">
ナンバーナインのフロントエンドをNext.jsに移行した
</StyledAnchor>
</ListItem>
</UList>
</ListItem>
<ListItem>
2023年9月 株式会社ナレッジワーク 2週間のサマーインターン
</ListItem>
<ListItem>2024年8~9月 株式会社CoeFont 業務委託</ListItem>
<ListItem>
2024年10月~2025年2月 サイボウズ株式会社 内定者アルバイト
2021年4月~2024年9月 東京工業大学 工学院情報通信系
(早期卒業)、東京工業大学デジタル創作同好会traP
</ListItem>
</UList>
</SectionWrap>
Expand Down
5 changes: 5 additions & 0 deletions src/app/_component/Blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ export default function Blog() {
Kuma UIに†OSS Contribution†した話
</StyledAnchor>
</ListItem>
<ListItem>
<StyledAnchor href="https://sizu.me/mehm8128/posts/vahz9skimne4">
2024年のa11y活動報告
</StyledAnchor>
</ListItem>
<ListItem>
<StyledAnchor href="https://trap.jp/post/2121/">
traPに入ってから最強Webエンジニアになるまで
Expand Down
3 changes: 1 addition & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ export default async function Home() {
</SectionWrap>
<SectionWrap headingText="Skills">
<p>
Next.js、React、TypeScript、Storybook、Testing、a11y、Git、Go、Rust、Vue.js
Next.js、React、TypeScript、a11y、Storybook、Testing、Git、Go、Rust、Vue.js
</p>
</SectionWrap>

<Background />
<Blog />
<Event />
Expand Down

0 comments on commit 4a50aa5

Please sign in to comment.