Skip to content

Commit

Permalink
modif
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Teixeira committed May 21, 2022
1 parent d9308b7 commit 68a64c7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/views/Portfolio/Projets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ export default {
title: "Bonneteau"
},
{
src: require('./../../images/cyber.png'),
src: require('./../../images/cyberprotective.png'),
title: "Cybersecurite"
},
{
src: require('./../../images/kotlin.jpg'),
src: require('./../../images/logo.png'),
title: "Formaflix"
},
{
src: require('./../../images/kotlin.jpg'),
src: require('./../../images/chickhand.png'),
title: "Chickhand"
},
]
Expand Down
5 changes: 3 additions & 2 deletions src/views/Portfolio/projet_c/Cybersecurite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default {
return {
langage: [
{
title: "C#"
title: "C#",
title: "laravel"
},
],
caracteristique : [
Expand All @@ -74,4 +75,4 @@ export default {
};
}
};
</script>
</script>
5 changes: 3 additions & 2 deletions src/views/Portfolio/projet_c/Formaflix.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default {
return {
langage: [
{
title: "C#"
title: "C#",
title: "PHP"
},
],
caracteristique : [
Expand Down Expand Up @@ -80,4 +81,4 @@ export default {
};
}
};
</script>
</script>
4 changes: 3 additions & 1 deletion src/views/Portfolio/projet_kotlin/ChickHand.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ export default {
return {
langage: [
{
title: "Kotlin"
title: "Kotlin",
title: "laravel",
title: "C#"
},
],
librairie: [
Expand Down

0 comments on commit 68a64c7

Please sign in to comment.