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 @@ - +