diff --git a/public/images/usersmedia/HutopyProfile/banners/banner01.png b/public/images/usersmedia/HutopyProfile/banners/banner01.png new file mode 100644 index 0000000..3a2a2e5 Binary files /dev/null and b/public/images/usersmedia/HutopyProfile/banners/banner01.png differ diff --git a/public/images/usersmedia/HutopyProfile/pictures/version.png b/public/images/usersmedia/HutopyProfile/pictures/version.png new file mode 100644 index 0000000..2689189 Binary files /dev/null and b/public/images/usersmedia/HutopyProfile/pictures/version.png differ diff --git a/public/images/usersmedia/HutopyProfile/profilepictures/profileHutopyProfile01.png b/public/images/usersmedia/HutopyProfile/profilepictures/profileHutopyProfile01.png new file mode 100644 index 0000000..eda1edf Binary files /dev/null and b/public/images/usersmedia/HutopyProfile/profilepictures/profileHutopyProfile01.png differ diff --git a/public/images/usersmedia/HutopyProfile/profilepictures/profileHutopyProfile02.png b/public/images/usersmedia/HutopyProfile/profilepictures/profileHutopyProfile02.png new file mode 100644 index 0000000..447918f Binary files /dev/null and b/public/images/usersmedia/HutopyProfile/profilepictures/profileHutopyProfile02.png differ diff --git a/public/images/usersmedia/chloebeaugrand/banners/bannerChloeBeaugrand01.png b/public/images/usersmedia/chloebeaugrand/banners/bannerChloeBeaugrand01.png new file mode 100644 index 0000000..0a34441 Binary files /dev/null and b/public/images/usersmedia/chloebeaugrand/banners/bannerChloeBeaugrand01.png differ diff --git a/public/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand.jpg b/public/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand.jpg new file mode 100644 index 0000000..4eee3cf Binary files /dev/null and b/public/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand.jpg differ diff --git a/public/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png b/public/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png new file mode 100644 index 0000000..820e0f0 Binary files /dev/null and b/public/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png differ diff --git a/public/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand02.png b/public/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand02.png new file mode 100644 index 0000000..c42c0b0 Binary files /dev/null and b/public/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand02.png differ diff --git a/public/images/usersmedia/leffet/banners/banner01.png b/public/images/usersmedia/leffet/banners/banner01.png new file mode 100644 index 0000000..8a5b4f9 Binary files /dev/null and b/public/images/usersmedia/leffet/banners/banner01.png differ diff --git a/public/images/usersmedia/leffet/profilepictures/leffetProfile01.png b/public/images/usersmedia/leffet/profilepictures/leffetProfile01.png new file mode 100644 index 0000000..973d500 Binary files /dev/null and b/public/images/usersmedia/leffet/profilepictures/leffetProfile01.png differ diff --git a/src/layouts/DefaultLayout.vue b/src/layouts/DefaultLayout.vue index 50a92ed..f508872 100644 --- a/src/layouts/DefaultLayout.vue +++ b/src/layouts/DefaultLayout.vue @@ -8,17 +8,25 @@ + diff --git a/src/layouts/FooterLayout.vue b/src/layouts/FooterLayout.vue index 938f3a2..22cc4ea 100644 --- a/src/layouts/FooterLayout.vue +++ b/src/layouts/FooterLayout.vue @@ -35,9 +35,10 @@ - + Description image 1 - + + diff --git a/src/router/index.js b/src/router/index.js index 5141903..f19d238 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,13 +6,16 @@ import HelpAndContact from '@/views/tos/HelpAndContact.vue' import TermsAndConditions from '@/views/tos/TermsAndConditions.vue' import { createRouter, createWebHistory } from 'vue-router' import LoginView from '../views/LoginView.vue' +import PaymentCompleted from '../views/PayementCompleted.vue' import SignupView from '../views/SignupView.vue' +import UserBrowser from '../views/UsersBrowser.vue' import ContactView from '../views/main/ContactView.vue' import CreatorFolio from '../views/main/CreatorFolio.vue' -import PaymentCompleted from '../views/PayementCompleted.vue' import HomeView from '../views/main/HomeView.vue' import YourProfile from '../views/main/YourProfile.vue' - +import ChloeBeauregard from '../views/manualusers/ChloeProfile.vue' +import Hutopy from '../views/manualusers/HutopyProfile.vue' +import Leffet from '../views/manualusers/LeffetProfile.vue' const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), @@ -89,6 +92,30 @@ const router = createRouter({ name: 'about', component: About }, + + { + path: '/Hutopy', + name: 'Hutopy', + component: Hutopy + }, + + { + path: '/Leffet', + name: 'Leffet', + component: Leffet + }, + + { + path: '/userbrowser', + name: 'userbrowser', + component: UserBrowser + }, + + { + path: '/chloebeauregard', + name: 'chloebeauregard', + component: ChloeBeauregard + }, ], scrollBehavior(to, from, savedPosition) { return { top: 0 }; diff --git a/src/views/UsersBrowser.vue b/src/views/UsersBrowser.vue new file mode 100644 index 0000000..933b7c2 --- /dev/null +++ b/src/views/UsersBrowser.vue @@ -0,0 +1,104 @@ + + + + + + + diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue index a78f0e2..bff314a 100644 --- a/src/views/main/CreatorFolio.vue +++ b/src/views/main/CreatorFolio.vue @@ -46,13 +46,14 @@ - + +