MathieuCaron - page profile + page ajouté au browser
This commit is contained in:
BIN
public/images/hutopymedia/icons/black/youtube.png
Normal file
BIN
public/images/hutopymedia/icons/black/youtube.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 420 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
@@ -17,6 +17,7 @@ import YourProfile from '../views/main/YourProfile.vue'
|
|||||||
import ChloeBeaugrand from '../views/manualusers/ChloeProfile.vue'
|
import ChloeBeaugrand from '../views/manualusers/ChloeProfile.vue'
|
||||||
import Hutopy from '../views/manualusers/HutopyProfile.vue'
|
import Hutopy from '../views/manualusers/HutopyProfile.vue'
|
||||||
import Leffet from '../views/manualusers/LeffetProfile.vue'
|
import Leffet from '../views/manualusers/LeffetProfile.vue'
|
||||||
|
import MathieuCaron from '../views/manualusers/MathieuCaron.vue'
|
||||||
|
|
||||||
const router = createRouter({
|
const router = createRouter({
|
||||||
history: createWebHistory(import.meta.env.BASE_URL),
|
history: createWebHistory(import.meta.env.BASE_URL),
|
||||||
@@ -123,6 +124,12 @@ const router = createRouter({
|
|||||||
name: 'guillaumeaime',
|
name: 'guillaumeaime',
|
||||||
component: GuillaumeAime
|
component: GuillaumeAime
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
path: '/mathieucaron',
|
||||||
|
name: 'mathieucaron',
|
||||||
|
component: MathieuCaron
|
||||||
|
},
|
||||||
],
|
],
|
||||||
scrollBehavior(to, from, savedPosition) {
|
scrollBehavior(to, from, savedPosition) {
|
||||||
return { top: 0 };
|
return { top: 0 };
|
||||||
|
|||||||
@@ -89,6 +89,14 @@ const profiles = ref([
|
|||||||
description: "Spécialiste en médias sociaux",
|
description: "Spécialiste en médias sociaux",
|
||||||
imageUrl: '/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png',
|
imageUrl: '/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png',
|
||||||
routerLink: 'chloebeaugrand'
|
routerLink: 'chloebeaugrand'
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
id: 5,
|
||||||
|
name: "Mathieu Caron",
|
||||||
|
description: "Entrevue Atypique",
|
||||||
|
imageUrl: '/images/usersmedia/mathieuCaron/profilepictures/profileMathieuCaron01.png',
|
||||||
|
routerLink: 'mathieuCaron'
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
1184
src/views/manualusers/MathieuCaron.vue
Normal file
1184
src/views/manualusers/MathieuCaron.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user