// Base layout import Layout from "./components/Layout" // i18n import { useTranslation, useLanguageQuery } from 'next-export-i18n'; // Font Awesome import { faDiscord, faTwitter, faGithub, faKeybase, faInstagram, faMastodon, faSteam, faAmazon } from '@fortawesome/free-brands-svg-icons' import { faEnvelope, faBirthdayCake, faMapPin, faSchool, faPhone, faBlog, faBookDead, faInfo, faBookmark, faLink, faMobile } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' // Next.js, React import Link from 'next/link' // Discord import DiscordStatus from './components/Discord/DiscordStatus' import DiscordPlaying from './components/Discord/DiscordPlaying' // Custom component import Spotify from './components/Profile/Spotify' import WakaTime from './components/Profile/WakaTime' import PublicKeys from './components/Profile/PublicKeys' import Button from './components/Profile/Button' import Contact from './components/Profile/Contact' import NintendoSW from "./components/Profile/NintendoSW" // next-seo import { NextSeo } from 'next-seo'; export default function Profile(props) { const { t } = useTranslation(); const [query] = useLanguageQuery(); return ( <> { // Heading } yude { // Description } {t('desc')} {t('belongs')} {t('school')} {t('grade')} {t('birth')} {t('date')} {t('location')} {t('hiroshima')} { // Contents } {t('contents')} { // Contact } {t('contact')} { // Buttons } {t('icon_1')}Minkasy {t('icon_2')} > ) }
yude
{t('desc')}
{t('belongs')}
{t('school')}
{t('grade')}
{t('birth')}
{t('date')}
{t('location')}
{t('hiroshima')}
{t('contents')}
{t('contact')}
{t('icon_1')}Minkasy {t('icon_2')}