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 (
- <>
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
-
- チーム「いちぴろ・エクスプローラ」
-
-
- -
-
-
-
-
- ポスター発表
-
「マイクロコンピュータ向け自律分散死活システムの設計と実装」
-
-
- -
-
-
-
-
- ExperienceCourse -クラウド編-
-
-
- -
-
-
-
-
- -
-
-
-
- 広島市立大学 サークル「広島市立大学 ノベルゲーム研究会」
- 第 2 作
-
-
-
- -
-
-
-
-
- -
-
-
-
- 鳥取県 鳥取市 から 広島県 広島市
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
- ポスター発表
-
-
-
- -
-
-
-
-
-
- -
-
- 弓道部
-
-
-
- -
- 東部地区中学校新人弓道大会 男子個人の部 1 位 (2015/9/26)
-
-
-
-
-
- -
-
-
-
- 東京都 豊島区 から 鳥取県 鳥取市
-
-
-
- -
-
-
-
- 鳥取県 鳥取市 から 東京都 豊島区
-
-
-
- -
-
-
-
- 日本赤十字社 鳥取赤十字病院
-
-
-
-
-
- >
- )
- }
-
\ 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() {
+
+
+
+ 過去の活動
+
+
基本情報