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

+ +
    +
  1. +
    + +

    Hiroshima City University

    +

    Department of Computer and Network Engineering, Faculty of Information Sciences

    +
  2. +
  3. +
    + +

    Tottori Prefectural, Tottori East High School

    +

    Diploma of Science and Mathimatics

    +
  4. +
+ +

Biography

+ + + +

Certification

+ + + +
+ + ) + } + \ 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