From 4373f352f2295cd986acbfb40cf8c542aa4e10eb Mon Sep 17 00:00:00 2001
From: yude
Date: Mon, 22 Jan 2024 17:08:14 +0900
Subject: [PATCH] Add contents
---
src/components/Card.tsx | 3 +-
src/components/Profile.tsx | 60 ++++++++++++++++++++++++++++++++++++++
src/components/Works.tsx | 30 +++++++++++++++++++
3 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644 src/components/Profile.tsx
create mode 100644 src/components/Works.tsx
diff --git a/src/components/Card.tsx b/src/components/Card.tsx
index 8593f38..0241de5 100644
--- a/src/components/Card.tsx
+++ b/src/components/Card.tsx
@@ -13,7 +13,6 @@ export default function Card() {
yude
- Hiroshima City University
i@yude.jp
@@ -21,7 +20,7 @@ export default function Card() {
+81 70-8909-1949
-
+
>
diff --git a/src/components/Profile.tsx b/src/components/Profile.tsx
new file mode 100644
index 0000000..b7340d4
--- /dev/null
+++ b/src/components/Profile.tsx
@@ -0,0 +1,60 @@
+import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
+import { faCake, faMapPin } from '@fortawesome/free-solid-svg-icons'
+
+export default function Profile() {
+ return (
+ <>
+
+
Profile
+
+
+
Affiliation
+
+
+ -
+
+
+
Hiroshima City University
+ Department of Computer and Network Engineering, Faculty of Information Sciences
+
+ -
+
+
+
Tottori Prefectural, Tottori East High School
+ Diploma of Science and Mathimatics
+
+
+
+
Biography
+
+
+ -
+ Born on November 19, 2001 (22 y/o)
+
+ -
+ Living in Hiroshima, Japan
+
+
+
+
Certification
+
+ -
+ IPA 基本情報技術者 (April 2022)
+
+ -
+ 普通自動車第一種運転免許, AT 限定 (June 2021)
+
+ -
+ TOEIC Listening & Reading: 860 (December 2022)
+
+ -
+ TOEIC Listening & Reading, IP Test: 960 (December 2021)
+
+
+
+
+
+ >
+ )
+ }
+
\ No newline at end of file
diff --git a/src/components/Works.tsx b/src/components/Works.tsx
new file mode 100644
index 0000000..8bf1bd8
--- /dev/null
+++ b/src/components/Works.tsx
@@ -0,0 +1,30 @@
+import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
+import { faGithub } from '@fortawesome/free-brands-svg-icons'
+
+export default function Profile() {
+ return (
+ <>
+
+
Works
+
+
+
Software
+
+
+
+
+
+
+ >
+ )
+ }
+
\ No newline at end of file