From a29be803814bb1d6f9e912638f197d2a2c844686 Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Tue, 1 Apr 2025 18:15:35 +0200 Subject: [PATCH] Started to work on contact page --- src/assets/localization/en/localization.json | 14 ++++++++ src/components/home/intersection.vue | 6 ++-- src/router/index.js | 6 ++++ src/views/ContactView.vue | 37 ++++++++++++++++++++ src/views/HomeView.vue | 2 +- 5 files changed, 62 insertions(+), 3 deletions(-) create mode 100644 src/views/ContactView.vue diff --git a/src/assets/localization/en/localization.json b/src/assets/localization/en/localization.json index 645be6c..1c4dd7f 100644 --- a/src/assets/localization/en/localization.json +++ b/src/assets/localization/en/localization.json @@ -94,5 +94,19 @@ "desc": "When working with AI, creating a high-quality dataset for training is vital. Many operations and transformations need to be executed, which require a solid understanding of data management. Some infrasctructures also come with databases containing valuable information, that should be extracted and analysed to extract the best from it." } } + }, + "contact": { + "title": "Send me a message !", + "subtitle": "Thanks for your interest ! If you want to contact me, the easiest way is by Email.", + "emails": { + "research": { + "title": "About studies or research", + "desc": "If you want to talk about school or research made as part of my studies, please use {user}{domain}." + }, + "work": { + "title": "Work, jobs, others", + "desc": "All of these can go directly here : {user}<>{domain}" + } + } } } \ No newline at end of file diff --git a/src/components/home/intersection.vue b/src/components/home/intersection.vue index 2722afe..4fa89ec 100644 --- a/src/components/home/intersection.vue +++ b/src/components/home/intersection.vue @@ -2,14 +2,16 @@

{{ props.text }}

-
+ + + \ No newline at end of file diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 2ad4349..5cbf751 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -15,7 +15,7 @@ - +