diff --git a/i18n/translations.en.json b/i18n/translations.en.json index 0dcb842..f324c7b 100644 --- a/i18n/translations.en.json +++ b/i18n/translations.en.json @@ -61,5 +61,7 @@ "shape": "Shape", "tos": "yude.jp Terms of Service", "input": "en", - "services": "Services" + "services": "Services", + "contents": "Contents", + "Blog": "Weblog" } \ No newline at end of file diff --git a/i18n/translations.ja.json b/i18n/translations.ja.json index 66f0685..7d258bd 100644 --- a/i18n/translations.ja.json +++ b/i18n/translations.ja.json @@ -61,5 +61,7 @@ "shape": "シェイプ", "tos": "yude.jp サービス利用規約", "input": "ja", - "services": "サービス" + "services": "サービス", + "contents": "コンテンツ", + "blog": "ブログ" } \ No newline at end of file diff --git a/pages/index.js b/pages/index.js index 754a766..a486d19 100644 --- a/pages/index.js +++ b/pages/index.js @@ -46,7 +46,6 @@ export default function Index(props) { - diff --git a/pages/profile.js b/pages/profile.js index e435a64..cca6acf 100644 --- a/pages/profile.js +++ b/pages/profile.js @@ -6,7 +6,7 @@ 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, faInfo, faLink, faMobile } from '@fortawesome/free-solid-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 @@ -86,6 +86,19 @@ export default function Profile(props) {

{t('hiroshima')}

+ + { + // Contents + } +
+
+

{t('contents')}

+
+
+ + +
+
{ // Contact