Updated social networks

This commit is contained in:
2025-05-08 13:04:10 +02:00
parent f99527055a
commit ef9afec629
4 changed files with 14 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
{ {
"message": { "home":{
"hello": "こんにちは、世界" "greeting": "こんにちは!タコ−ン•ケビンです!"
} }
} }

View File

@@ -74,11 +74,11 @@
img:githubSvg, img:githubSvg,
routerLink:false, routerLink:false,
link:"https://github.com/LJ5O" link:"https://github.com/LJ5O"
},{ },/*{
img:lineImg, img:lineImg,
routerLink:false, routerLink:false,
link:"#" link:"#"
},{ },*/{
img:mailSvg, img:mailSvg,
routerLink:true, routerLink:true,
link:"contact" link:"contact"

View File

@@ -2,15 +2,15 @@
<div class="" id="welcome_div"> <div class="" id="welcome_div">
<!--<p id="random_citation">Random Sentence</p>--> <!--<p id="random_citation">Random Sentence</p>-->
<div class="test" id="name_div"> <div class="" id="name_div">
<div id="profile_picture"><img src="https://picsum.photos/200" height="100%" width="100%"></div> <div id="profile_picture"><img src="https://picsum.photos/200" height="100%" width="100%"></div>
<div id="name_div_right_container"> <div id="name_div_right_container">
<div class="test" id="welcome_text_div"> <div class="" id="welcome_text_div">
<h1> {{ $t('home.greeting') }} </h1> <h1> {{ $t('home.greeting') }} </h1>
<dynamicOccupation id="dynamic_occupation" :sentences="occupations" /> <dynamicOccupation id="dynamic_occupation" :sentences="occupations" />
</div> </div>
<div id="social_networks" class="test"> <div id="social_networks" class="">
<social v-for="(e,i) in networks" :key="i" :img="e.img" :routerLink="e.routerLink" :link="e.link" /> <social v-for="(e,i) in networks" :key="i" :img="e.img" :routerLink="e.routerLink" :link="e.link" />
</div> </div>
</div> </div>
@@ -43,11 +43,11 @@
img:githubSvg, img:githubSvg,
routerLink:false, routerLink:false,
link:"https://github.com/LJ5O" link:"https://github.com/LJ5O"
},{ }/*,{
img:lineImg, img:lineImg,
routerLink:false, routerLink:false,
link:"#" link:"#"
},{ }*/,{
img:mailSvg, img:mailSvg,
routerLink:true, routerLink:true,
link:"contact" link:"contact"

View File

@@ -8,9 +8,9 @@
<h1>{{ $t("contact.title") }}</h1> <h1>{{ $t("contact.title") }}</h1>
<p class="subtitle">{{ $t("contact.subtitle") }}</p> <p class="subtitle">{{ $t("contact.subtitle") }}</p>
<h2>{{ $t("contact.emails.research.title") }}</h2> <h2>{{ $t("contact.emails.research.title") }}</h2>
<p>{{ $t("contact.emails.research.desc", {user:"a", domain:"b"}) }}</p> <p>{{ $t("contact.emails.research.desc", {user:"k.sailly", domain:"etu.univ-littoral.fr"}) }}</p>
<h2>{{ $t("contact.emails.work.title") }}</h2> <h2>{{ $t("contact.emails.work.title") }}</h2>
<p>{{ $t("contact.emails.work.desc", {user:"a", domain:"b"}) }}</p> <p>{{ $t("contact.emails.work.desc", {user:"kevin", domain:"taccoen.fr"}) }}</p>
</div> </div>
</div> </div>
</div> </div>
@@ -37,6 +37,7 @@
#contact_content img{ #contact_content img{
width: 30%; width: 30%;
min-width: 200px; min-width: 200px;
margin-left: 30px;
} }
#contact_content_text{ #contact_content_text{
width: 60%; width: 60%;