MathieuCaron - page profile + page ajouté au browser

This commit is contained in:
PascalMarchesseault
2024-05-16 00:08:11 -04:00
parent 590c81650d
commit cc2156ab9e
6 changed files with 1199 additions and 0 deletions

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

View File

@@ -17,6 +17,7 @@ import YourProfile from '../views/main/YourProfile.vue'
import ChloeBeaugrand from '../views/manualusers/ChloeProfile.vue'
import Hutopy from '../views/manualusers/HutopyProfile.vue'
import Leffet from '../views/manualusers/LeffetProfile.vue'
import MathieuCaron from '../views/manualusers/MathieuCaron.vue'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
@@ -123,6 +124,12 @@ const router = createRouter({
name: 'guillaumeaime',
component: GuillaumeAime
},
{
path: '/mathieucaron',
name: 'mathieucaron',
component: MathieuCaron
},
],
scrollBehavior(to, from, savedPosition) {
return { top: 0 };

View File

@@ -89,6 +89,14 @@ const profiles = ref([
description: "Spécialiste en médias sociaux",
imageUrl: '/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png',
routerLink: 'chloebeaugrand'
},
{
id: 5,
name: "Mathieu Caron",
description: "Entrevue Atypique",
imageUrl: '/images/usersmedia/mathieuCaron/profilepictures/profileMathieuCaron01.png',
routerLink: 'mathieuCaron'
}
]);
</script>

File diff suppressed because it is too large Load Diff