diff --git a/images/BannerGaspe.png b/images/BannerGaspe.png index 45ed974..14d25c4 100644 Binary files a/images/BannerGaspe.png and b/images/BannerGaspe.png differ diff --git a/images/guillaumepublication.jpg b/images/guillaumepublication.jpg new file mode 100644 index 0000000..ecd07a0 Binary files /dev/null and b/images/guillaumepublication.jpg differ diff --git a/images/inspirer.png b/images/inspirer.png index 37017f4..6edf7ab 100644 Binary files a/images/inspirer.png and b/images/inspirer.png differ diff --git a/images/pascal.jpg b/images/pascal.jpg index afad3d2..96cedbe 100644 Binary files a/images/pascal.jpg and b/images/pascal.jpg differ diff --git a/images/roadmapbanner.png b/images/roadmapbanner.png new file mode 100644 index 0000000..2689189 Binary files /dev/null and b/images/roadmapbanner.png differ diff --git a/images/world.png b/images/world.png index e995857..154bd71 100644 Binary files a/images/world.png and b/images/world.png differ diff --git a/src/cssstyle/index.css b/src/cssstyle/index.css index 0bf0016..e48adb5 100644 --- a/src/cssstyle/index.css +++ b/src/cssstyle/index.css @@ -1,5 +1,3 @@ - - /* CSS pour ajuster la taille de l'image */ .img-small { width: 70px; @@ -38,7 +36,7 @@ /* Centrer les éléments verticalement */ flex: 1; /* Utiliser tout l'espace disponible */ - margin-right:8% + margin-right: 8% } /* CSS pour le texte du menu-right */ @@ -66,8 +64,10 @@ } .profilePicture { - box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Ajouter une ombre à la photo */ + border: 2px solid #a30e79; + /* Ajouter une bordure de 2px solide de couleur rouge (#f00) */ } .bg-customdarker { @@ -85,29 +85,28 @@ } .center-column { - flex: 3; /* La colonne centrale occupe 3 fois plus d'espace que les autres */ + flex: 3; + /* La colonne centrale occupe 3 fois plus d'espace que les autres */ } -.colum-aligncenter -{ +.colum-aligncenter { text-align: center; } .menu-center a:nth-child(1):hover svg { - color: rgba(163, 14, 121, 1); /* Changer la couleur en rouge au survol */ + color: rgba(163, 14, 121, 1); + /* Changer la couleur en rouge au survol */ } /* Pour le deuxième bouton */ .menu-center a:nth-child(2):hover svg { - color: rgba(163, 14, 121, 1); /* Changer la couleur en bleu au survol */ + color: rgba(163, 14, 121, 1); + /* Changer la couleur en bleu au survol */ } /* Pour le troisième bouton */ .menu-center a:nth-child(3):hover svg { - color: rgba(163, 14, 121, 1); /* Changer la couleur en vert au survol */ -} - - - - + color: rgba(163, 14, 121, 1); + /* Changer la couleur en vert au survol */ +} \ No newline at end of file diff --git a/src/layouts/CardDonate.vue b/src/layouts/CardDonate.vue new file mode 100644 index 0000000..123c1a1 --- /dev/null +++ b/src/layouts/CardDonate.vue @@ -0,0 +1,41 @@ + + + + + + + \ No newline at end of file diff --git a/src/layouts/CreatorHeader.vue b/src/layouts/CreatorHeader.vue new file mode 100644 index 0000000..ef0e5a5 --- /dev/null +++ b/src/layouts/CreatorHeader.vue @@ -0,0 +1,164 @@ + + + + diff --git a/src/layouts/DefaultLayout.vue b/src/layouts/DefaultLayout.vue index fccdef8..624fce7 100644 --- a/src/layouts/DefaultLayout.vue +++ b/src/layouts/DefaultLayout.vue @@ -9,38 +9,42 @@ @@ -50,6 +54,8 @@
+ + @@ -60,7 +66,7 @@ - Logo @@ -69,6 +75,7 @@ + @@ -98,8 +105,13 @@ d="M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" /> - + + + + + +
diff --git a/src/layouts/FooterLayout.vue b/src/layouts/FooterLayout.vue index f07b5bb..d8d42d5 100644 --- a/src/layouts/FooterLayout.vue +++ b/src/layouts/FooterLayout.vue @@ -26,6 +26,10 @@ {{ new Date().getFullYear() }} — Hutopy
+ + + +
@@ -39,7 +43,7 @@ export default { 'Conditions générales', 'Politique des contenus', 'Programme Ambassadeurs', - 'conditions_utilisation', + 'conditions utilisation', 'anti-exploitation', ], }), diff --git a/src/layouts/FormInscriptionBeta.vue b/src/layouts/FormInscriptionBeta.vue index 0682064..34445bb 100644 --- a/src/layouts/FormInscriptionBeta.vue +++ b/src/layouts/FormInscriptionBeta.vue @@ -1,7 +1,7 @@ diff --git a/src/layouts/SimpleVideoCard.vue b/src/layouts/SimpleVideoCard.vue new file mode 100644 index 0000000..703ad58 --- /dev/null +++ b/src/layouts/SimpleVideoCard.vue @@ -0,0 +1,36 @@ + + + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 4a8e448..90adce9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,6 +5,7 @@ import LoginView from '../views/LoginView.vue' import ContactView from '../views/main/ContactView.vue' import CreatorFolio from '../views/main/CreatorFolio.vue' import YourProfile from '../views/main/YourProfile.vue' +import ProjectRoadmap from '@/views/main/ProjectRoadmap.vue' const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), routes: [ @@ -38,6 +39,11 @@ const router = createRouter({ name: 'login', component: LoginView }, + { + path: '/roadmap', + name: 'roadmap', + component: ProjectRoadmap + }, ] diff --git a/src/views/main/ContactView.vue b/src/views/main/ContactView.vue index 2e0ce80..364b870 100644 --- a/src/views/main/ContactView.vue +++ b/src/views/main/ContactView.vue @@ -7,16 +7,20 @@
+

Participez au développement de

+

Hutopy

- Bannière + + Bannière +
-

Hutopy

-

Participez au développement de

-

+ + +

Étant au début de notre projet, vous pouvez nous contacter pour être ajouté à la liste des ambassadeurs et nous aider à créer la plateforme de vos rêves pour partager votre contenu. Nous recherchons des personnes passionnées et qui ont une vision d'un monde meilleur. Aidez-nous à grandir en nous donnant vos @@ -41,7 +45,7 @@

Hutopy

-

Participez au développement de

+
@@ -80,7 +84,9 @@ import FormInscriptionBeta from '@/layouts/FormInscriptionBeta.vue'; - diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue index dda7c70..969546e 100644 --- a/src/views/main/CreatorFolio.vue +++ b/src/views/main/CreatorFolio.vue @@ -1,130 +1,181 @@ - - - +