import Layout from "./components/Layout" import Navbar from "./components/Navbar" import useTranslation from 'next-translate/useTranslation' import { faDiscord, faTwitter, faGithub, faKeybase, faInstagram, faMastodon, faSteam } from '@fortawesome/free-brands-svg-icons' import { faEnvelope, faBirthdayCake, faMapPin, faSchool, faPhone, faInfo, faKey, faDownload, faEye } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import Link from 'next/link' import Image from 'next/image' import { useRouter } from 'next/router' export default function About(props) { const router = useRouter() const { locale, locales, defaultLocale, pathname } = router const { t, lang } = useTranslation("profile") const about = t('about') const desc = t('desc') const school = t('school') const contact = t('contact') const link_all = t('link_all') const link_all_late = t('link_all_late') const location = t('location') const here = t('here') const mail = t('mail') const belongs = t('belongs') const hiroshima = t('hiroshima') const birth = t('birth') const date = t('date') const more = t('more') const grade = t('grade') const icon_1 = t('icon_1') const icon_2 = t('icon_2') const keys = t('keys') const download = t('download') const fingerprint = t('fingerprint') const view = t('view') return (
{ // Heading }
yude's avatar

yude

{ // Description } {/*
*/}

{desc}

{belongs}

{school}

{grade}

{birth}

{date}

{location}

{hiroshima}

{ // Contact }

{contact}

{ // Keys }

{keys}

  • GPG    {download}

    {fingerprint}:

    3745 F270 DB4E 8975 6B07 62BE EB0F E5D9 25C4 A968
  • SSH    {view}

    {fingerprint}:

    2048 SHA256:xwSL4DORWmroWdC6P0GU1m1yZl/cXqjo9rCCWqqO+Dc

{icon_1}Minkasy {icon_2}

) }