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/PayementCompleted.vue b/src/views/PayementCompleted.vue index c8a1769..7a54e56 100644 --- a/src/views/PayementCompleted.vue +++ b/src/views/PayementCompleted.vue @@ -5,24 +5,20 @@
- - + - Paiement complété - - - Reçu - - mdi-check-circle + mdi-check-circle @@ -31,17 +27,23 @@ Merci de supporter - + {{ creatorName }} + + + Reçu + + Ok @@ -66,9 +68,9 @@ 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