From f4df5b9be6afbb774d84022a1898d3fdc81d46aa Mon Sep 17 00:00:00 2001 From: yude Date: Mon, 12 Feb 2024 14:51:56 +0900 Subject: [PATCH] Update history page --- src/App.tsx | 2 +- src/components/Activities.tsx | 65 ------- src/components/ContentRenderer.tsx | 2 +- src/components/History.tsx | 281 +++++++++++++++++++++++++++++ src/components/Menu.tsx | 2 +- src/components/Profile.tsx | 6 - 6 files changed, 284 insertions(+), 74 deletions(-) delete mode 100644 src/components/Activities.tsx create mode 100644 src/components/History.tsx diff --git a/src/App.tsx b/src/App.tsx index f7b4af4..2a92919 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -69,7 +69,7 @@ export default function App() {
-
+
diff --git a/src/components/Activities.tsx b/src/components/Activities.tsx deleted file mode 100644 index f88fa2a..0000000 --- a/src/components/Activities.tsx +++ /dev/null @@ -1,65 +0,0 @@ -export default function Activities() { - return ( - <> -
-
    -
  1. -
    - -

    - - ICT トラブルシューティングコンテスト 2023 - -

    -

    - チーム「いちぴろ・エクスプローラ」 -

    -
  2. -
  3. -
    - -

    - - 第 25 回 IEEE 広島支部学生シンポジウム - -

    -

    - ポスター発表 -

    「マイクロコンピュータ向け自律分散死活システムの設計と実装」

    -

    -
  4. -
  5. -
    - -

    - - インターンシップ @ 株式会社インターネットイニシアティブ - -

    -

    - ExperienceCourse -クラウド編- -

    -
  6. -
  7. -
    - -

    - - インターンシップ @ 株式会社ヒロテック - -

    -
  8. -
-
- - ) - } - \ No newline at end of file diff --git a/src/components/ContentRenderer.tsx b/src/components/ContentRenderer.tsx index a6b9922..6654fc8 100644 --- a/src/components/ContentRenderer.tsx +++ b/src/components/ContentRenderer.tsx @@ -3,7 +3,7 @@ import { useRecoilState } from 'recoil' import Profile from "./Profile" import Links from "./Links" import Keys from "./Keys" -import Activities from "./Activities" +import Activities from "./History" import Spotify from "./Spotify" import Services from "./Services" diff --git a/src/components/History.tsx b/src/components/History.tsx new file mode 100644 index 0000000..8683e41 --- /dev/null +++ b/src/components/History.tsx @@ -0,0 +1,281 @@ +export default function Activities() { + return ( + <> +
+
    +
  1. +
    + +

    + + 広島市立大学 + +

    +

    +

    +

    +
  2. +
  3. +
    + +

    + + ICT トラブルシューティングコンテスト 2023 + +

    +

    + チーム「いちぴろ・エクスプローラ」 +

    +
  4. +
  5. +
    + +

    + + 第 25 回 IEEE 広島支部学生シンポジウム + +

    +

    + ポスター発表 +

    「マイクロコンピュータ向け自律分散死活システムの設計と実装」

    +

    +
  6. +
  7. +
    + +

    + + インターンシップ
    株式会社インターネットイニシアティブ +
    +

    +

    + ExperienceCourse -クラウド編- +

    +
  8. +
  9. +
    + +

    + + インターンシップ
    株式会社ヒロテック +
    +

    +
  10. +
  11. +
    + +

    + + 「夏色リフレイン」リリース (開発、パッケージング) + +

    + 広島市立大学 サークル「広島市立大学 ノベルゲーム研究会」
    + 第 2 作 +

    +

    +
  12. +
  13. +
    + +

    + + Brain Hackers + +

    +
  14. +
  15. +
    + +

    + + 引越し + +

    + 鳥取県 鳥取市 から 広島県 広島市 +

    +

    +
  16. +
  17. +
    + +

    + + 鳥取県立鳥取東高等学校 + +

    +

    +

    +

    +
  18. +
  19. +
    + +

    + + 第 20 回 中国・四国・九州地区理数科高等学校
    課題研究発表大会 (佐賀大会) +
    +

    + ポスター発表 +

    +

    +
  20. +
  21. +
    + +

    + + 鳥取市立北中学校 + +

    +

    +

      +
    • + + 弓道部 + +
    • +
        +
      • + 東部地区中学校新人弓道大会 男子個人の部 1 位 (2015/9/26) +
      • +
      +
    +

    +
  22. +
  23. +
    + +

    + + 引越し + +

    + 東京都 豊島区 から 鳥取県 鳥取市 +

    +

    +
  24. +
  25. +
    + +

    + + 引越し + +

    + 鳥取県 鳥取市 から 東京都 豊島区 +

    +

    +
  26. +
  27. +
    + +

    + + 誕生 + +

    + 日本赤十字社 鳥取赤十字病院 +

    +

    +
  28. +
+
+ + ) + } + \ No newline at end of file diff --git a/src/components/Menu.tsx b/src/components/Menu.tsx index da12c34..4041d4f 100644 --- a/src/components/Menu.tsx +++ b/src/components/Menu.tsx @@ -50,7 +50,7 @@ export default function Menu() { onClick={() => {setPage(Pages.Activities)}} > {" "} -

活動

+

歴史

  • -
  • -
    - -

    鳥取県立鳥取東高等学校

    -

    理数科

    -
  • 基本情報