diff --git a/public/images/hutopymedia/icons/black/youtube.png b/public/images/hutopymedia/icons/black/youtube.png new file mode 100644 index 0000000..c35edd6 Binary files /dev/null and b/public/images/hutopymedia/icons/black/youtube.png differ diff --git a/public/images/usersmedia/mathieuCaron/banners/bannerMathieuCaron01.png b/public/images/usersmedia/mathieuCaron/banners/bannerMathieuCaron01.png new file mode 100644 index 0000000..17b378a Binary files /dev/null and b/public/images/usersmedia/mathieuCaron/banners/bannerMathieuCaron01.png differ diff --git a/public/images/usersmedia/mathieuCaron/profilepictures/profileMathieuCaron01.png b/public/images/usersmedia/mathieuCaron/profilepictures/profileMathieuCaron01.png new file mode 100644 index 0000000..45e0897 Binary files /dev/null and b/public/images/usersmedia/mathieuCaron/profilepictures/profileMathieuCaron01.png differ diff --git a/src/router/index.js b/src/router/index.js index aa17029..f255aae 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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 }; diff --git a/src/views/UsersBrowser.vue b/src/views/UsersBrowser.vue index c57b587..91b5eb6 100644 --- a/src/views/UsersBrowser.vue +++ b/src/views/UsersBrowser.vue @@ -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' } ]); diff --git a/src/views/manualusers/MathieuCaron.vue b/src/views/manualusers/MathieuCaron.vue new file mode 100644 index 0000000..28441d8 --- /dev/null +++ b/src/views/manualusers/MathieuCaron.vue @@ -0,0 +1,1184 @@ + + + + + \ No newline at end of file