diff --git a/src/assets/localization/ja/localization.json b/src/assets/localization/ja/localization.json index 34c8aee..2d5dda2 100644 --- a/src/assets/localization/ja/localization.json +++ b/src/assets/localization/ja/localization.json @@ -1,5 +1,5 @@ { - "message": { - "hello": "こんにちは、世界" - } - } \ No newline at end of file + "home":{ + "greeting": "こんにちは!タコ−ン•ケビンです!" + } +} \ No newline at end of file diff --git a/src/components/footer.vue b/src/components/footer.vue index c08a0a0..68956e0 100644 --- a/src/components/footer.vue +++ b/src/components/footer.vue @@ -74,11 +74,11 @@ img:githubSvg, routerLink:false, link:"https://github.com/LJ5O" - },{ + },/*{ img:lineImg, routerLink:false, link:"#" - },{ + },*/{ img:mailSvg, routerLink:true, link:"contact" diff --git a/src/components/home/welcome.vue b/src/components/home/welcome.vue index 940bfe1..a934523 100644 --- a/src/components/home/welcome.vue +++ b/src/components/home/welcome.vue @@ -2,15 +2,15 @@
-
+
-
+

{{ $t('home.greeting') }}

-
+
@@ -43,11 +43,11 @@ img:githubSvg, routerLink:false, link:"https://github.com/LJ5O" - },{ + }/*,{ img:lineImg, routerLink:false, link:"#" - },{ + }*/,{ img:mailSvg, routerLink:true, link:"contact" diff --git a/src/views/ContactView.vue b/src/views/ContactView.vue index 20a80ab..e467997 100644 --- a/src/views/ContactView.vue +++ b/src/views/ContactView.vue @@ -8,9 +8,9 @@

{{ $t("contact.title") }}

{{ $t("contact.subtitle") }}

{{ $t("contact.emails.research.title") }}

-

{{ $t("contact.emails.research.desc", {user:"a", domain:"b"}) }}

+

{{ $t("contact.emails.research.desc", {user:"k.sailly", domain:"etu.univ-littoral.fr"}) }}

{{ $t("contact.emails.work.title") }}

-

{{ $t("contact.emails.work.desc", {user:"a", domain:"b"}) }}

+

{{ $t("contact.emails.work.desc", {user:"kevin", domain:"taccoen.fr"}) }}

@@ -37,6 +37,7 @@ #contact_content img{ width: 30%; min-width: 200px; + margin-left: 30px; } #contact_content_text{ width: 60%;