diff --git a/public/images/Chevron.png b/public/images/Chevron.png deleted file mode 100644 index 0a23b01..0000000 Binary files a/public/images/Chevron.png and /dev/null differ diff --git a/public/images/checkprofile.png b/public/images/checkprofile.png deleted file mode 100644 index f979e5c..0000000 Binary files a/public/images/checkprofile.png and /dev/null differ diff --git a/public/images/inspirer.png b/public/images/inspirer.png deleted file mode 100644 index 6edf7ab..0000000 Binary files a/public/images/inspirer.png and /dev/null differ diff --git a/public/images/Chevron2.png b/public/images/mobilemenulogo.png similarity index 100% rename from public/images/Chevron2.png rename to public/images/mobilemenulogo.png diff --git a/public/images/roadmapbanner.png b/public/images/roadmapbanner.png deleted file mode 100644 index 2689189..0000000 Binary files a/public/images/roadmapbanner.png and /dev/null differ diff --git a/src/layouts/CardDonate.vue b/src/layouts/CardDonate.vue deleted file mode 100644 index 123c1a1..0000000 --- a/src/layouts/CardDonate.vue +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/layouts/DefaultLayout.vue b/src/layouts/DefaultLayout.vue index 7dddb6b..d1d9c9a 100644 --- a/src/layouts/DefaultLayout.vue +++ b/src/layouts/DefaultLayout.vue @@ -2,14 +2,15 @@ - + - - + - + + Mon profile - Déconnexion - - - - + - Logo - + + Logo + + + - + +

Navigation

@@ -66,72 +68,27 @@ - -

Outils

-
- - -
- -
- - \ No newline at end of file diff --git a/src/layouts/FormInscriptionBeta.vue b/src/layouts/FormInscriptionBeta.vue deleted file mode 100644 index 5264e90..0000000 --- a/src/layouts/FormInscriptionBeta.vue +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - diff --git a/src/layouts/SimpleVideoCard.vue b/src/layouts/SimpleVideoCard.vue deleted file mode 100644 index 703ad58..0000000 --- a/src/layouts/SimpleVideoCard.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 5be0543..2b03b06 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,8 +1,7 @@ -import ProjectRoadmap from '@/views/main/ProjectRoadmap.vue' -import AmbassadorProgram from '@/views/tos/AmbassadorProgram.vue' -import AntiExploitation from '@/views/tos/AntiExploitation.vue' -import ConditionsOfUse from '@/views/tos/ConditionsOfUse.vue' +import About from '@/views/tos/About.vue' import ContentPolicy from '@/views/tos/ContentPolicy.vue' +import FAQ from '@/views/tos/FAQ.vue' +import GuideForCreators from '@/views/tos/GuideForCreators.vue' import HelpAndContact from '@/views/tos/HelpAndContact.vue' import TermsAndConditions from '@/views/tos/TermsAndConditions.vue' import { createRouter, createWebHistory } from 'vue-router' @@ -13,6 +12,7 @@ import CreatorFolio from '../views/main/CreatorFolio.vue' import HomeView from '../views/main/HomeView.vue' import YourProfile from '../views/main/YourProfile.vue' + const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), routes: [ @@ -46,11 +46,6 @@ const router = createRouter({ name: 'login', component: LoginView }, - { - path: '/roadmap', - name: 'roadmap', - component: ProjectRoadmap - }, { path: '/home', name: 'home', @@ -72,19 +67,20 @@ const router = createRouter({ component: ContentPolicy }, { - path: '/ambassadorprogram', - name: 'ambassadorprogram', - component: AmbassadorProgram + path: '/faq', + name: 'FAQ', + component: FAQ }, { - path: '/conditionofuse', - name: 'conditionofuse', - component: ConditionsOfUse + path: '/guideforcreators', + name: 'guideforcreators', + component: GuideForCreators }, + { - path: '/antiexploitation', - name: 'antiexploitation', - component: AntiExploitation + path: '/about', + name: 'about', + component: About }, ], scrollBehavior(to, from, savedPosition) { diff --git a/src/views/LoginView.vue b/src/views/LoginView.vue index bad546a..23b66aa 100644 --- a/src/views/LoginView.vue +++ b/src/views/LoginView.vue @@ -14,8 +14,8 @@

Connexion

-

Comment souhaitez-vous - vous connecter à votre compte?

+

Comment souhaitez-vous vous connecter à votre + compte?

Login
-

- Pas encore - inscrit?

+

Pas encore inscrit?

Inscriptions @@ -88,19 +86,16 @@
- - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/main/ContactView.vue b/src/views/main/ContactView.vue index 381d407..58371a8 100644 --- a/src/views/main/ContactView.vue +++ b/src/views/main/ContactView.vue @@ -4,14 +4,13 @@
+ +
+ + - + +

PARTICIPEZ AU DÉVELOPPEMENT

- - + + + + +

Rejoignez l'aventure Hutopy : une invitation à façonner l'avenir de la création. @@ -142,9 +150,7 @@ dans le ciel de notre utopie partagée.

- -
diff --git a/src/views/main/CreatorFeed.vue b/src/views/main/CreatorFeed.vue index 30deb38..e69de29 100644 --- a/src/views/main/CreatorFeed.vue +++ b/src/views/main/CreatorFeed.vue @@ -1,16 +0,0 @@ - - -
- -
- - - - - - - - -
-
\ No newline at end of file diff --git a/src/views/main/CreatorFolio copy.vue b/src/views/main/CreatorFolio copy.vue index b178e38..e69de29 100644 --- a/src/views/main/CreatorFolio copy.vue +++ b/src/views/main/CreatorFolio copy.vue @@ -1,776 +0,0 @@ - - - - - - - diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue index da891f4..e7ac35d 100644 --- a/src/views/main/CreatorFolio.vue +++ b/src/views/main/CreatorFolio.vue @@ -1,7 +1,6 @@
- - - - - - @@ -227,6 +219,7 @@ + + @@ -262,6 +256,8 @@ + + @@ -270,7 +266,6 @@ - @@ -280,9 +275,10 @@ - + + @@ -291,9 +287,9 @@ - + @@ -302,6 +298,7 @@ +
@@ -317,7 +314,6 @@ derrière chaque entreprise, il y a des personnes inspirantes qui méritent d’être entendues et comprises. Et toi, quel est ton objectif pour cette année?

-
- - - - - -

- PODCAST #01

-
- - - - mdi-dots-vertical - - -
- -

- 10-03-2024

-
-
- -
- - - -

Ma mission est claire : - mettre en lumière le côté humain des entrepreneurs. Chaque service, chaque produit est porteur d’une - histoire, d’une passion, d’une vision unique. Mon objectif est de faire rayonner cette unicité, de - créer des connexions authentiques entre ces entrepreneurs et leurs clients potentiels. Parce que - derrière chaque entreprise, il y a des personnes inspirantes qui méritent d’être entendues et - comprises. Et toi, quel est ton objectif pour cette année?

- - - -
-
-
-
-
- - - -
-
-
-
@@ -402,14 +346,12 @@ JE SOUTIENS! - - @@ -422,15 +364,15 @@ style="background-color: #6b0065; margin-top: 30px; text-align: center;"> - JE SOUTIENS + + - - - - - + + - + + + + mdi-check-circle + @@ -480,10 +423,10 @@ Guillaume Mousseau - + @@ -493,11 +436,9 @@ - - - + - + + + mdi-cancel + Paiement refusé - - Une erreur s'est produit + @@ -538,10 +481,8 @@ - - - +
@@ -550,12 +491,12 @@ import DefaultLayout from '@/layouts/DefaultLayout.vue'; import FooterLayout from '@/layouts/FooterLayout.vue'; import { ref } from 'vue'; import StripePayment from '../StripePayment.vue'; + const accepted = ref(false); const decline = ref(false); let imageSrc = '../../../images/guillaimeaime3x.png'; let profilePicture = '../../../images/guillaume.png'; - let name = 'Guillaume Mousseau' let title = 'Créateur de contenus' let drawerbottom = false @@ -564,20 +505,14 @@ let navigationItems = [ { 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" }, -] - \ No newline at end of file diff --git a/src/views/main/CreatorFolioLeftMenu.vue b/src/views/main/CreatorFolioLeftMenu.vue deleted file mode 100644 index 06250d4..0000000 --- a/src/views/main/CreatorFolioLeftMenu.vue +++ /dev/null @@ -1,64 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/main/HomeView.vue b/src/views/main/HomeView.vue index dce5400..ee7ced2 100644 --- a/src/views/main/HomeView.vue +++ b/src/views/main/HomeView.vue @@ -1,7 +1,7 @@