2021-08-09 12:45:48 +09:00
|
|
|
// Base layout
|
2021-02-08 16:43:48 +09:00
|
|
|
import Layout from "./components/Layout"
|
2021-08-09 12:45:48 +09:00
|
|
|
|
|
|
|
// i18n
|
2021-12-11 18:55:57 +09:00
|
|
|
import { useTranslation, useLanguageQuery } from 'next-export-i18n';
|
2021-08-09 12:45:48 +09:00
|
|
|
|
|
|
|
// Font Awesome
|
2021-09-21 13:12:56 +09:00
|
|
|
import { faDiscord, faTwitter, faGithub, faKeybase, faInstagram, faMastodon, faSteam, faAmazon } from '@fortawesome/free-brands-svg-icons'
|
2021-12-29 06:41:51 +09:00
|
|
|
import { faEnvelope, faBirthdayCake, faMapPin, faSchool, faPhone, faBlog, faBookDead, faInfo, faBookmark, faLink, faMobile } from '@fortawesome/free-solid-svg-icons'
|
2021-02-08 17:40:13 +09:00
|
|
|
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
2021-08-09 12:45:48 +09:00
|
|
|
|
|
|
|
// Next.js, React
|
2021-02-08 16:43:48 +09:00
|
|
|
import Link from 'next/link'
|
2021-08-09 12:45:48 +09:00
|
|
|
|
|
|
|
// Discord
|
|
|
|
import DiscordStatus from './components/Discord/DiscordStatus'
|
2021-08-09 10:52:38 +09:00
|
|
|
import DiscordPlaying from './components/Discord/DiscordPlaying'
|
2021-02-08 16:43:48 +09:00
|
|
|
|
2021-08-09 12:45:48 +09:00
|
|
|
// 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"
|
|
|
|
|
2021-08-14 10:12:37 +09:00
|
|
|
// next-seo
|
|
|
|
import { NextSeo } from 'next-seo';
|
|
|
|
|
2021-08-09 12:45:48 +09:00
|
|
|
export default function Profile(props) {
|
2021-12-11 18:55:57 +09:00
|
|
|
const { t } = useTranslation();
|
|
|
|
const [query] = useLanguageQuery();
|
2021-03-08 14:46:59 +09:00
|
|
|
|
2021-02-08 16:43:48 +09:00
|
|
|
return (
|
2021-08-14 10:12:37 +09:00
|
|
|
<>
|
|
|
|
<NextSeo
|
|
|
|
title="yude のプロフィール"
|
|
|
|
/>
|
|
|
|
<Layout title={t('about')}>
|
|
|
|
<div className="text-center">
|
|
|
|
|
|
|
|
{
|
|
|
|
// Heading
|
|
|
|
}
|
2021-05-28 11:55:00 +09:00
|
|
|
<div>
|
2021-08-14 10:12:37 +09:00
|
|
|
<div className="flex mb-10 justify-center">
|
2021-12-11 19:19:50 +09:00
|
|
|
<img
|
2021-08-14 10:12:37 +09:00
|
|
|
className = "rounded-full hover:animate-rumble z-0 p-15"
|
2021-08-15 16:59:58 +09:00
|
|
|
src = "/images/avatar_mel.png"
|
2021-08-14 10:12:37 +09:00
|
|
|
alt = "yude's avatar"
|
|
|
|
width = {200}
|
|
|
|
height = {200}
|
|
|
|
unoptimized = {true}
|
|
|
|
/>
|
|
|
|
<DiscordStatus />
|
|
|
|
</div>
|
|
|
|
<p className="text-4xl transform -translate-y-4">yude</p>
|
|
|
|
<div>
|
|
|
|
<DiscordPlaying />
|
|
|
|
<Spotify />
|
|
|
|
</div>
|
2021-02-21 16:54:51 +09:00
|
|
|
</div>
|
2021-08-14 10:12:37 +09:00
|
|
|
|
|
|
|
{
|
|
|
|
// Description
|
|
|
|
}
|
2021-02-21 16:54:51 +09:00
|
|
|
<div>
|
2021-08-14 10:12:37 +09:00
|
|
|
<div className="text-left">
|
|
|
|
<p className="text-2xl"><FontAwesomeIcon icon={faInfo} className="w-5 h-5 inline"/> {t('desc')}</p>
|
2021-02-21 16:54:51 +09:00
|
|
|
</div>
|
2021-08-14 10:12:37 +09:00
|
|
|
<div className="my-2 text-left grid lg:grid-cols-3 md:grid-cols-2 sm:grid-cols-1 break-words">
|
|
|
|
<div>
|
|
|
|
<FontAwesomeIcon icon={faSchool} className="w-5 h-5 inline"/>
|
|
|
|
<p className="inline ml-4">{t('belongs')}</p>
|
|
|
|
<p className="ml-9">{t('school')}</p>
|
|
|
|
<p className="ml-9">{t('grade')}</p>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<FontAwesomeIcon icon={faBirthdayCake} className="w-5 h-5 inline"/>
|
|
|
|
<p className="inline ml-4">{t('birth')}</p>
|
|
|
|
<p className="ml-9">{t('date')}</p>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<FontAwesomeIcon icon={faMapPin} className="w-5 h-5 inline"/>
|
|
|
|
<p className="inline ml-4">{t('location')}</p>
|
|
|
|
<p className="ml-9">{t('hiroshima')}</p>
|
|
|
|
</div>
|
2021-02-21 16:54:51 +09:00
|
|
|
</div>
|
2021-12-29 06:41:51 +09:00
|
|
|
|
|
|
|
{
|
|
|
|
// Contents
|
|
|
|
}
|
|
|
|
<div>
|
|
|
|
<div className="text-left">
|
|
|
|
<p className="text-2xl"><FontAwesomeIcon icon={faBookDead} className="w-5 h-5 inline"/> {t('contents')}</p>
|
|
|
|
</div>
|
|
|
|
<div className="my-2 grid grid-cols-2 lg:grid-cols-5 md:grid-cols-3 sm:grid-cols-2justify-items-center gap-y-6">
|
|
|
|
<Contact dest="https://blog.yude.jp" icon={faBlog} caption={t('blog')} />
|
|
|
|
<Contact dest="https://scrapbox.io/yude" icon={faBookmark} caption="Scrapbox" />
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-08-14 10:12:37 +09:00
|
|
|
|
|
|
|
{
|
|
|
|
// Contact
|
|
|
|
}
|
|
|
|
<div className="text-left my-6">
|
|
|
|
<p className="text-2xl"><FontAwesomeIcon icon={faPhone} className="w-5 h-5 inline"/> {t('contact')}</p>
|
2021-02-21 16:54:51 +09:00
|
|
|
</div>
|
2021-08-14 10:12:37 +09:00
|
|
|
<div className="my-2 grid grid-cols-2 lg:grid-cols-5 md:grid-cols-3 sm:grid-cols-2justify-items-center gap-y-6">
|
|
|
|
<Contact dest="https://twitter.com/yude_jp" icon={faTwitter} caption="@yude_jp" />
|
|
|
|
<Contact dest="#" icon={faDiscord} caption="yude#3205" />
|
|
|
|
<Contact dest="mailto:i@yude.jp" icon={faEnvelope} caption="i@yude.jp" />
|
|
|
|
<Contact dest="https://github.com/yude" icon={faGithub} caption="yude" />
|
|
|
|
<Contact dest="https://mstdn.yude.jp/@yude" icon={faMastodon} caption="@yude@mstdn.yude.jp" />
|
|
|
|
<Contact dest="https://keybase.io/yude" icon={faKeybase} caption="yude" />
|
|
|
|
<Contact dest="https://instagram.com/yude.jp" icon={faInstagram} caption="yude.jp" />
|
|
|
|
<Contact dest="https://steamcommunity.com/id/yudejp" icon={faSteam} caption="id/yudejp" />
|
|
|
|
<NintendoSW />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{
|
|
|
|
// Buttons
|
|
|
|
}
|
|
|
|
<div className="text-center my-6 space-x-5">
|
|
|
|
<WakaTime />
|
|
|
|
<PublicKeys />
|
|
|
|
<Button dest="https://scrapbox.io/yude/%E3%82%A2%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88" icon={faLink} caption={t('account')}/>
|
2021-09-21 13:12:56 +09:00
|
|
|
<Button dest="https://scrapbox.io/yude/%E3%83%87%E3%83%90%E3%82%A4%E3%82%B9" icon={faMobile} caption={t('device')}/>
|
|
|
|
<Button dest="https://www.amazon.jp/hz/wishlist/ls/8WTKCPWKOJ2N?ref_=wl_share" icon={faAmazon} caption={t('wishlist')}/>
|
2021-08-14 10:12:37 +09:00
|
|
|
</div>
|
|
|
|
|
2021-02-08 17:40:13 +09:00
|
|
|
</div>
|
2021-12-11 18:55:57 +09:00
|
|
|
<p className="mt-3 text-sm font-bold text-gray-900 dark:text-gray-400">{t('icon_1')}<Link href="https://twitter.com/xmnts"><a className="hover:underline">Minkasy {t('icon_2')}</a></Link></p>
|
2021-02-08 17:40:13 +09:00
|
|
|
</div>
|
2021-08-09 12:45:48 +09:00
|
|
|
|
2021-08-14 10:12:37 +09:00
|
|
|
</Layout>
|
|
|
|
</>
|
2021-02-08 16:43:48 +09:00
|
|
|
)
|
|
|
|
}
|