From 84ba7d5c125413ea379869ae5f3f71c390482f5b Mon Sep 17 00:00:00 2001 From: yude Date: Sat, 17 Feb 2024 18:19:07 +0900 Subject: [PATCH] Move history to Scrapbox --- src/components/ContentRenderer.tsx | 2 - src/components/History.tsx | 281 ----------------------------- src/components/Menu.tsx | 9 +- src/components/Profile.tsx | 8 +- 4 files changed, 8 insertions(+), 292 deletions(-) delete mode 100644 src/components/History.tsx diff --git a/src/components/ContentRenderer.tsx b/src/components/ContentRenderer.tsx index 6654fc8..abaf803 100644 --- a/src/components/ContentRenderer.tsx +++ b/src/components/ContentRenderer.tsx @@ -3,7 +3,6 @@ import { useRecoilState } from 'recoil' import Profile from "./Profile" import Links from "./Links" import Keys from "./Keys" -import Activities from "./History" import Spotify from "./Spotify" import Services from "./Services" @@ -18,7 +17,6 @@ export default function ContentRenderer() { { page === Pages.Profile && <> } { page === Pages.Links && } { page === Pages.Keys && } - { page === Pages.Activities && } { page === Pages.Services && } ) diff --git a/src/components/History.tsx b/src/components/History.tsx deleted file mode 100644 index 8683e41..0000000 --- a/src/components/History.tsx +++ /dev/null @@ -1,281 +0,0 @@ -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 4041d4f..5557c3a 100644 --- a/src/components/Menu.tsx +++ b/src/components/Menu.tsx @@ -1,6 +1,6 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faUser, faStar} from '@fortawesome/free-regular-svg-icons' -import { faLink, faKey, faSquarePersonConfined } from '@fortawesome/free-solid-svg-icons' +import { faLink, faKey } from '@fortawesome/free-solid-svg-icons' import { RecoilRoot, atom, useRecoilState } from 'recoil' @@ -45,13 +45,6 @@ export default function Menu() { {" "}

公開鍵

-
  • {setPage(Pages.Activities)}} - > - {" "} -

    歴史

    -
  • {setPage(Pages.Services)}} diff --git a/src/components/Profile.tsx b/src/components/Profile.tsx index 0fc221a..0ea313e 100644 --- a/src/components/Profile.tsx +++ b/src/components/Profile.tsx @@ -1,5 +1,5 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faCake, faMapPin } from '@fortawesome/free-solid-svg-icons' +import { faCake, faMapPin, faArrowUpRightFromSquare } from '@fortawesome/free-solid-svg-icons' export default function Profile() { return ( @@ -40,6 +40,12 @@ export default function Profile() {

  • + +

    + +  過去の活動 + +

    基本情報