diff --git a/public/images/hutopymedia/icons/black/leffetblack.png b/public/images/hutopymedia/icons/black/leffetblack.png new file mode 100644 index 0000000..3388b75 Binary files /dev/null and b/public/images/hutopymedia/icons/black/leffetblack.png differ 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..39e0919 Binary files /dev/null and b/public/images/usersmedia/chloebeaugrand/banners/bannerChloeBeaugrand01.png differ diff --git a/public/images/usersmedia/chloebeaugrand/pictures/posts/postsChloeBeaugrand01.png b/public/images/usersmedia/chloebeaugrand/pictures/posts/postsChloeBeaugrand01.png new file mode 100644 index 0000000..5b3c4fb Binary files /dev/null and b/public/images/usersmedia/chloebeaugrand/pictures/posts/postsChloeBeaugrand01.png differ diff --git a/public/images/usersmedia/chloebeaugrand/pictures/posts/postsChloeBeaugrand02.png b/public/images/usersmedia/chloebeaugrand/pictures/posts/postsChloeBeaugrand02.png new file mode 100644 index 0000000..8be07a6 Binary files /dev/null and b/public/images/usersmedia/chloebeaugrand/pictures/posts/postsChloeBeaugrand02.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/banners/banner02.jpg b/public/images/usersmedia/leffet/banners/banner02.jpg new file mode 100644 index 0000000..a2bc98f Binary files /dev/null and b/public/images/usersmedia/leffet/banners/banner02.jpg 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..72c49ae 100644 --- a/src/layouts/DefaultLayout.vue +++ b/src/layouts/DefaultLayout.vue @@ -8,17 +8,25 @@ + @@ -66,8 +74,8 @@ - - + + 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/layouts/PostContentMenu.vue b/src/layouts/PostContentMenu.vue new file mode 100644 index 0000000..ed46932 --- /dev/null +++ b/src/layouts/PostContentMenu.vue @@ -0,0 +1,160 @@ + + + + + \ No newline at end of file diff --git a/src/layouts/postcomponents/postimagecomponents b/src/layouts/postcomponents/postimagecomponents new file mode 100644 index 0000000..e69de29 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/PayementCompleted.vue b/src/views/PayementCompleted.vue index ad02f0d..35e2968 100644 --- a/src/views/PayementCompleted.vue +++ b/src/views/PayementCompleted.vue @@ -1,44 +1,67 @@ - - \ No newline at end of file + diff --git a/src/views/StripePayment.vue b/src/views/StripePayment.vue index 5346ef0..6ce1cb4 100644 --- a/src/views/StripePayment.vue +++ b/src/views/StripePayment.vue @@ -2,7 +2,7 @@ - diff --git a/src/views/UsersBrowser.vue b/src/views/UsersBrowser.vue new file mode 100644 index 0000000..bd1f347 --- /dev/null +++ b/src/views/UsersBrowser.vue @@ -0,0 +1,104 @@ + + + + + + + diff --git a/src/views/main/ContactView.vue b/src/views/main/ContactView.vue index 738f19a..7ec4227 100644 --- a/src/views/main/ContactView.vue +++ b/src/views/main/ContactView.vue @@ -33,10 +33,12 @@

PARTICIPEZ AU DÉVELOPPEMENT

- - + + Envoyez @@ -101,16 +103,19 @@ - + - - + + + - Envoyez @@ -182,8 +187,8 @@ @@ -766,6 +763,7 @@ let navigationItems = [ .profile-banner { margin-top: 25px; + min-height: 200px } .v-navigation-drawer { @@ -1089,6 +1087,9 @@ let navigationItems = [ } @media (min-width: 2560px) { + + + .mobile-profile-picture-creator { transform: scale(1.5) translateY(25%) translateX(-20px); } diff --git a/src/views/main/HomeView.vue b/src/views/main/HomeView.vue index d7f2b43..28ef47e 100644 --- a/src/views/main/HomeView.vue +++ b/src/views/main/HomeView.vue @@ -190,9 +190,9 @@ - - Profile Image + + Profile Image @@ -202,9 +202,9 @@ - - Profile Image + + Profile Image @@ -327,8 +327,16 @@ style="margin-top: 50px; margin-bottom: 50px; text-align: center; font-size: 3rem; font-weight: bold; color: #24393c"> Ils sont sur Hutopy. + + + + + Profile Image + + - - Profile Image - - - - - Profile Image + + Profile Image diff --git a/src/views/manualusers/ChloeProfile.vue b/src/views/manualusers/ChloeProfile.vue new file mode 100644 index 0000000..753fd8e --- /dev/null +++ b/src/views/manualusers/ChloeProfile.vue @@ -0,0 +1,1018 @@ + + + + + \ No newline at end of file diff --git a/src/views/manualusers/HutopyProfile.vue b/src/views/manualusers/HutopyProfile.vue new file mode 100644 index 0000000..dffbe4d --- /dev/null +++ b/src/views/manualusers/HutopyProfile.vue @@ -0,0 +1,1017 @@ + + + + + \ No newline at end of file diff --git a/src/views/manualusers/LeffetProfile.vue b/src/views/manualusers/LeffetProfile.vue new file mode 100644 index 0000000..850ca5c --- /dev/null +++ b/src/views/manualusers/LeffetProfile.vue @@ -0,0 +1,1095 @@ + + + + + \ No newline at end of file