Skip to content

Commit

Permalink
image modif
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Teixeira committed May 20, 2022
1 parent d5c8034 commit 8005f2d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-layout column justify-center align-center class="mt-4 pt-2">
<img src="../images/leo_teixeira.jpg" />
<img src="../images/leo_teixeira.png" />

<br>

Expand Down
4 changes: 2 additions & 2 deletions src/views/Portfolio/projet_flutter/Softphone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-layout column justify-center wrap class="mt-2 pt-2">
<div style="text-align:center; margin: auto">
<img
src="../../../images/vozitel.jpg"
src="../../../images/vozitel.png"
style="height: 25rem"
height="320"
/>
Expand Down Expand Up @@ -112,4 +112,4 @@ export default {
};
}
};
</script>
</script>
4 changes: 2 additions & 2 deletions src/views/Portfolio/projet_kotlin/ChickHand.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-layout column justify-center wrap class="mt-2 pt-2">
<div style="text-align:center; margin: auto">
<img
src="../../../images/chickhand.jpg"
src="../../../images/chickhand.png"
style="height: 25rem"
height="320"
/>
Expand Down Expand Up @@ -95,4 +95,4 @@ export default {
};
}
}
</script>
</script>
4 changes: 2 additions & 2 deletions src/views/Portfolio/projet_php/Aventure.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-layout column justify-center wrap class="mt-2 pt-2">
<div style="text-align:center; margin: auto">
<img
src="../../../images/LogoAventure.jpg"
src="../../../images/LogoAventure.png"
style="height: 25rem"
height="320"
/>
Expand Down Expand Up @@ -74,4 +74,4 @@ export default {
};
}
};
</script>
</script>

0 comments on commit 8005f2d

Please sign in to comment.