diff --git a/public/logo/hatenablog.svg b/public/logo/hatenablog.svg new file mode 100644 index 0000000..9f77df3 --- /dev/null +++ b/public/logo/hatenablog.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/logo/scrapbox.svg b/public/logo/scrapbox.svg new file mode 100644 index 0000000..d6bb99a --- /dev/null +++ b/public/logo/scrapbox.svg @@ -0,0 +1,24 @@ + + + + 7E4A5228-2535-41CA-8244-94FDF33C9B91@1.00x + Created with sketchtool. + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/logo/sizume.svg b/public/logo/sizume.svg new file mode 100644 index 0000000..46d0487 --- /dev/null +++ b/public/logo/sizume.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Links.tsx b/src/components/Links.tsx new file mode 100644 index 0000000..3d76eb2 --- /dev/null +++ b/src/components/Links.tsx @@ -0,0 +1,105 @@ +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' +import { faGithub, faTelegram, faXTwitter, faInstagram, faMastodon, faKeybase, faSteam } from '@fortawesome/free-brands-svg-icons' +import { faAnglesRight } from '@fortawesome/free-solid-svg-icons' + +export default function Links() { + return ( + <> +
+

Links

+
+
+
+ + + + X + + +
+
+ + + + Mastodon + + +
+
+ + + + Keybase + + +
+
+ + + + Instagram + + +
+
+ + + + Telegram + + +
+
+ + + + GitHub + + +
+
+ + + + Scrapbox + + +
+
+ + + + はてなブログ + + +
+
+ + + + しずかなインターネット + + +
+
+ + + + Steam + + +
+
+ + + + More ... + + +
+
+
+ + ) + } + \ No newline at end of file diff --git a/src/components/Profile.tsx b/src/components/Profile.tsx index b7340d4..754747d 100644 --- a/src/components/Profile.tsx +++ b/src/components/Profile.tsx @@ -4,7 +4,7 @@ import { faCake, faMapPin } from '@fortawesome/free-solid-svg-icons' export default function Profile() { return ( <> -
+

Profile

@@ -13,15 +13,37 @@ export default function Profile() {
  1. - -

    Hiroshima City University

    -

    Department of Computer and Network Engineering, Faculty of Information Sciences

    + +

    + + Hiroshima City University + +

    +

    + + Information Network Laboratory + +

    +

    + + Lectureship of Sensing, Network Software + +

    +

    + + Department of Computer and Network Engineering, + +   + Faculty of Information Sciences +

  2. Tottori Prefectural, Tottori East High School

    -

    Diploma of Science and Mathimatics

    +

    Diploma of Science and Mathematics

diff --git a/src/components/Works.tsx b/src/components/Works.tsx deleted file mode 100644 index 8bf1bd8..0000000 --- a/src/components/Works.tsx +++ /dev/null @@ -1,30 +0,0 @@ -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