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