Guillaume aime ajouté - CreatorFolio n'est plus accesible par le site uniquement par le url
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import GuillaumeAime from '@/views/manualusers/GuillaumeAime.vue'
|
||||||
import About from '@/views/tos/About.vue'
|
import About from '@/views/tos/About.vue'
|
||||||
import ContentPolicy from '@/views/tos/ContentPolicy.vue'
|
import ContentPolicy from '@/views/tos/ContentPolicy.vue'
|
||||||
import FAQ from '@/views/tos/FAQ.vue'
|
import FAQ from '@/views/tos/FAQ.vue'
|
||||||
@@ -26,7 +27,7 @@ const router = createRouter({
|
|||||||
component: HomeView
|
component: HomeView
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/guillaumeaime',
|
path: '/creatorfolio',
|
||||||
name: 'creatorfolio',
|
name: 'creatorfolio',
|
||||||
component: CreatorFolio
|
component: CreatorFolio
|
||||||
},
|
},
|
||||||
@@ -116,6 +117,12 @@ const router = createRouter({
|
|||||||
name: 'chloebeauregard',
|
name: 'chloebeauregard',
|
||||||
component: ChloeBeauregard
|
component: ChloeBeauregard
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
path: '/guillaumeaime',
|
||||||
|
name: 'guillaumeaime',
|
||||||
|
component: GuillaumeAime
|
||||||
|
},
|
||||||
],
|
],
|
||||||
scrollBehavior(to, from, savedPosition) {
|
scrollBehavior(to, from, savedPosition) {
|
||||||
return { top: 0 };
|
return { top: 0 };
|
||||||
|
|||||||
@@ -284,7 +284,7 @@
|
|||||||
</v-container>
|
</v-container>
|
||||||
|
|
||||||
|
|
||||||
<!-- <PostContentMenu style="margin-top: -30px;"></PostContentMenu> -->
|
<PostContentMenu style="margin-top: -30px;"></PostContentMenu>
|
||||||
|
|
||||||
|
|
||||||
<!-- Card youtube balado -->
|
<!-- Card youtube balado -->
|
||||||
@@ -541,6 +541,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import DefaultLayout from '@/layouts/DefaultLayout.vue';
|
import DefaultLayout from '@/layouts/DefaultLayout.vue';
|
||||||
import FooterLayout from '@/layouts/FooterLayout.vue';
|
import FooterLayout from '@/layouts/FooterLayout.vue';
|
||||||
|
import PostContentMenu from '@/layouts/PostContentMenu.vue';
|
||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
import StripePayment from '../StripePayment.vue';
|
import StripePayment from '../StripePayment.vue';
|
||||||
let imageSrc = '/images/usersmedia/guillaumeMousseau/banners/bannerGuillaumeMousseau01.png';
|
let imageSrc = '/images/usersmedia/guillaumeMousseau/banners/bannerGuillaumeMousseau01.png';
|
||||||
|
|||||||
@@ -196,7 +196,7 @@
|
|||||||
</router-link>
|
</router-link>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col>
|
<v-col>
|
||||||
<router-link :to="{ name: 'creatorfolio' }">
|
<router-link :to="{ name: 'guillaumeaime' }">
|
||||||
<img src="/images/usersmedia/guillaumeMousseau/profilepictures/profileGuillaumeMousseau01.jpg"
|
<img src="/images/usersmedia/guillaumeMousseau/profilepictures/profileGuillaumeMousseau01.jpg"
|
||||||
alt="Profile Image" class="profile-image">
|
alt="Profile Image" class="profile-image">
|
||||||
</router-link>
|
</router-link>
|
||||||
@@ -338,7 +338,7 @@
|
|||||||
</router-link>
|
</router-link>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="8">
|
<v-col cols="8">
|
||||||
<router-link :to="{ name: 'creatorfolio' }">
|
<router-link :to="{ name: 'guillaumeaime' }">
|
||||||
<img src="/images/usersmedia/guillaumeMousseau/profilepictures/profileGuillaumeMousseau01.jpg"
|
<img src="/images/usersmedia/guillaumeMousseau/profilepictures/profileGuillaumeMousseau01.jpg"
|
||||||
alt="Profile Image" class="profile-image">
|
alt="Profile Image" class="profile-image">
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|||||||
1138
src/views/manualusers/GuillaumeAime.vue
Normal file
1138
src/views/manualusers/GuillaumeAime.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user