diff --git a/public/images/hutopymedia/icons/black/arpsblack.png b/public/images/hutopymedia/icons/black/arpsblack.png new file mode 100644 index 0000000..0e8ca52 Binary files /dev/null and b/public/images/hutopymedia/icons/black/arpsblack.png differ diff --git a/public/images/hutopymedia/icons/black/linkedinblack.png b/public/images/hutopymedia/icons/black/linkedinblack.png new file mode 100644 index 0000000..8278ae5 Binary files /dev/null and b/public/images/hutopymedia/icons/black/linkedinblack.png differ diff --git a/public/images/hutopymedia/icons/black/tiktokblack.png b/public/images/hutopymedia/icons/black/tiktokblack.png new file mode 100644 index 0000000..0100a3c Binary files /dev/null and b/public/images/hutopymedia/icons/black/tiktokblack.png differ diff --git a/public/images/usersmedia/ARPS/banners/bannerARPS01.png b/public/images/usersmedia/ARPS/banners/bannerARPS01.png new file mode 100644 index 0000000..e535844 Binary files /dev/null and b/public/images/usersmedia/ARPS/banners/bannerARPS01.png differ diff --git a/public/images/usersmedia/ARPS/profilepictures/profileARPS.jpg b/public/images/usersmedia/ARPS/profilepictures/profileARPS.jpg new file mode 100644 index 0000000..0eb2d2b Binary files /dev/null and b/public/images/usersmedia/ARPS/profilepictures/profileARPS.jpg differ diff --git a/public/images/usersmedia/ARPS/profilepictures/profileARPS.png b/public/images/usersmedia/ARPS/profilepictures/profileARPS.png new file mode 100644 index 0000000..c46b7c4 Binary files /dev/null and b/public/images/usersmedia/ARPS/profilepictures/profileARPS.png differ diff --git a/src/router/index.js b/src/router/index.js index f255aae..8abde3b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,3 +1,4 @@ +import ARPS from '@/views/manualusers/ARPS.vue' import GuillaumeAime from '@/views/manualusers/GuillaumeAime.vue' import About from '@/views/tos/About.vue' import ContentPolicy from '@/views/tos/ContentPolicy.vue' @@ -130,6 +131,12 @@ const router = createRouter({ name: 'mathieucaron', component: MathieuCaron }, + + { + path: '/arps', + name: 'arps', + component: ARPS + }, ], scrollBehavior(to, from, savedPosition) { return { top: 0 }; diff --git a/src/views/UsersBrowser.vue b/src/views/UsersBrowser.vue index 514073d..02fda2e 100644 --- a/src/views/UsersBrowser.vue +++ b/src/views/UsersBrowser.vue @@ -15,7 +15,7 @@ -
UTILISATEURS
+
CRÉATEURS
@@ -97,6 +97,14 @@ const profiles = ref([ description: "Entrevue Atypique", imageUrl: '/images/usersmedia/mathieuCaron/profilepictures/profileMathieuCaron01.png', routerLink: 'mathieuCaron' + }, + + { + id: 6, + name: "ARPS", + description: "Agence créative", + imageUrl: '/images/usersmedia/ARPS/profilepictures/profileARPS.png', + routerLink: 'ARPS' } ]); diff --git a/src/views/manualusers/ARPS.vue b/src/views/manualusers/ARPS.vue new file mode 100644 index 0000000..2642a78 --- /dev/null +++ b/src/views/manualusers/ARPS.vue @@ -0,0 +1,979 @@ + + + + + \ No newline at end of file