mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
Added some text lines
This commit is contained in:
@@ -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 <a href=\"\" target=\"_blank\" rel=\"noopener\">Opal Coast University</a>, France. I'm studying a lot about new technologies, and their potential to shape the Future.<br>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": {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div id="presentation_text">
|
||||
<h1>{{ $t("home.presentationTitle") }}</h1>
|
||||
<article>
|
||||
<p>{{ $t("home.presentationText") }}</p>
|
||||
<p v-html="$t('home.presentationText')"></p>
|
||||
</article>
|
||||
</div>
|
||||
<div id="presentation_img"><img :src="welcomeImg"></div>
|
||||
@@ -34,11 +34,13 @@
|
||||
width: fit-content;
|
||||
margin:auto;
|
||||
margin-top: 5px;
|
||||
font-size: 2.6em;
|
||||
}
|
||||
#presentation_text article p{
|
||||
width: fit-content;
|
||||
margin:auto;
|
||||
margin-top: 20px;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
#presentation_img{
|
||||
width: fit-content;
|
||||
|
||||
Reference in New Issue
Block a user