diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue index 505386e..0925180 100644 --- a/src/views/main/CreatorFolio.vue +++ b/src/views/main/CreatorFolio.vue @@ -112,30 +112,104 @@ - - + + {{ item.icon }} {{ item.text }} - - - - - - - - - - {{ item.icon }} - {{ item.text }} - - - + + + + + + + + + + @@ -149,96 +223,7 @@ - - - - - - - - - - - @@ -475,44 +460,31 @@ import DefaultLayout from '@/layouts/DefaultLayout.vue'; import FooterLayout from '@/layouts/FooterLayout.vue'; import StripePayment from '../StripePayment.vue'; + + +let imageSrc = '../../../images/guillaimeaime3x.png'; +let profilePicture = '../../../images/guillaume.png'; + +let name = 'Guillaume Mousseau' +let title = 'Créateur de contenus' +let drawerbottom = false +let navigationItems = [ + { icon: 'mdi-home', text: 'Accueil', link: 'home' }, + { icon: 'mdi-account-group', text: 'Amis', link: '/contact' }, + { icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' } +]; +let tools = [ + { icon: 'mdi-wallet', text: 'Bourse', link: '/portefeuille' }, +] + + +let items = [ + {icon: "icon", text: "text"}, + {icon: "icon2", text: "text2"}, +] + - - - - -