{{ $t("home.presentationText") }}
+diff --git a/src/assets/localization/en/localization.json b/src/assets/localization/en/localization.json
index b6f1d54..9ef519c 100644
--- a/src/assets/localization/en/localization.json
+++ b/src/assets/localization/en/localization.json
@@ -7,7 +7,7 @@
"student":"Master's degree student"
},
"presentationTitle":"Thanks for visiting !",
- "presentationText": "I'm Kévin Taccoen, TODO",
+ "presentationText": "Hi ! I'm Kévin Taccoen, a Computer Science student currently pursuing a Master's degree at Opal Coast University, France. I'm studying a lot about new technologies, and their potential to shape the Future.
Also often playing with Artificial Intelligence, and working on projects using my skills in full-stack development, software conception or data analysis.",
"contactMe": "Are you looking to send me a message ?",
"contactButton": "Contact",
"features": {
diff --git a/src/assets/main.css b/src/assets/main.css
index 2bf0221..df7044e 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -7,9 +7,10 @@ h1,h2,h3,h4,h5,p{
a{
text-decoration: none;
+ color: #6495ed;
}
a:visited{
- color: #EAEAEA;
+ color: #6495ed;
text-decoration: none;
}
diff --git a/src/components/home/presentation.vue b/src/components/home/presentation.vue
index 5096f7b..0bea23a 100644
--- a/src/components/home/presentation.vue
+++ b/src/components/home/presentation.vue
@@ -3,7 +3,7 @@
{{ $t("home.presentationText") }}
+