Updated UI
This commit is contained in:
@@ -1,11 +1,38 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<DefaultLayout></DefaultLayout>
|
||||
|
||||
|
||||
|
||||
|
||||
<!--PC -->
|
||||
<div class="md:flex hidden items-center justify-between flex-col">
|
||||
<div class="md:flex hidden items-center justify-between flex-col" style="margin-top: 2%;">
|
||||
<v-container style="margin-bottom: -.1%;">
|
||||
<v-row justify="center">
|
||||
<v-col style="margin-left: 4%;" cols="6">
|
||||
<img src="../../../images/hutopyblack.png" height="100px">
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row justify="end">
|
||||
<v-col cols="1">
|
||||
<RouterLink :to="{ name: 'contact' }">
|
||||
<v-btn size="x-large" style="min-width: 200; max-width: 200;" elevation="0">
|
||||
Connexion
|
||||
</v-btn>
|
||||
</RouterLink>
|
||||
</v-col>
|
||||
<v-col cols="1">
|
||||
<RouterLink :to="{ name: 'contact' }">
|
||||
<v-btn size="x-large" style="min-width: 200; max-width: 200;" elevation="0">
|
||||
Inscription
|
||||
</v-btn>
|
||||
</RouterLink>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
|
||||
<img src="../../../images/BannerGaspe.png" class="banner-image" alt="Bannière">
|
||||
|
||||
|
||||
<img src="../../../images/homepage/banniere.png" class="banner-image" alt="Bannière" style="min-height: 500px;">
|
||||
|
||||
|
||||
|
||||
@@ -21,52 +48,6 @@
|
||||
|
||||
|
||||
|
||||
<!-- Description D'hutopy -->
|
||||
|
||||
<v-container class="layer1-background" style="margin-top: 35px;">
|
||||
<v-row>
|
||||
<v-col cols="6">
|
||||
<v-card-text>
|
||||
<div>
|
||||
<h2 style="margin-top: 30px; margin-bottom: 70px; font-size: 50px; text-align: center;">C'EST QUOI
|
||||
HUTOPY</h2>
|
||||
<p class="textjustify" style="margin-bottom: 75px; font-size: 1.5em;">Découvrez Hutopy, une
|
||||
plateforme révolutionnaire
|
||||
conçue pour célébrer
|
||||
la créativité, l'authenticité et l'inspiration. Ici, chaque créateur trouve un espace pour
|
||||
exprimer sa passion et partager ses œuvres avec une communauté engagée. Hutopy se distingue
|
||||
par son engagement envers une expérience numérique enrichissante, offrant une interface
|
||||
intuitive où profiter, créer et inspirer deviennent un quotidien enrichi et significatif.
|
||||
Hutopy n'est pas seulement une plateforme, c'est un mouvement vers une interaction plus
|
||||
humaine et créative dans l'espace numérique. Avec un modèle économique équitable et une
|
||||
variété de contenus, nous offrons un lieu où les inspirations se rencontrent et où les idées
|
||||
prennent vie. Rejoindre Hutopy, c'est faire partie d'une communauté qui valorise
|
||||
l'expression authentique et construit un avenir où la technologie enrichit véritablement nos
|
||||
vies. Nous vous invitons à explorer Hutopy, à contribuer à sa vision et à faire partie de
|
||||
notre communauté mondiale. Ensemble, façonnons l'avenir de la création et du partage de
|
||||
contenu. Bienvenue sur Hutopy, où vous pouvez créer votre propre univers.</p>
|
||||
</div>
|
||||
|
||||
<router-link :to="{ name: 'contact' }">
|
||||
<v-btn style=" background-color: rgb(163, 14, 121); color: white; font-weight: bold;" class="mt-4"
|
||||
block>
|
||||
CONNECTEZ-VOUS
|
||||
</v-btn>
|
||||
</router-link>
|
||||
|
||||
</v-card-text>
|
||||
</v-col>
|
||||
<v-col cols="6" class="mt-auto">
|
||||
<v-img src="../../../images/world.png" class="v-card-imagecontainerpos" alt="Image"
|
||||
style="margin-bottom: 5px;"></v-img>
|
||||
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
|
||||
|
||||
<!-- Fin Description D'hutopy -->
|
||||
|
||||
<!-- Créer Profiter Inspirer -->
|
||||
|
||||
<div class="d-flex justify-center align-center">
|
||||
@@ -76,7 +57,8 @@
|
||||
|
||||
<v-hover v-slot="{ isHovering, props }">
|
||||
<v-card class=" mx-auto" max-width="400" v-bind="props">
|
||||
<v-img src="../../../images/creer.png" style="min-width: 344px;"></v-img>
|
||||
<v-img src="../../../images/homepage/creer.png"
|
||||
style="border-radius: 20px; min-width: 344px;"></v-img>
|
||||
<v-overlay :model-value="isHovering" class="align-center justify-center" scrim="#6b0065"
|
||||
contained>
|
||||
<v-container>
|
||||
@@ -98,7 +80,8 @@
|
||||
|
||||
<v-hover v-slot="{ isHovering, props }">
|
||||
<v-card class="mx-auto" max-width="400" v-bind="props">
|
||||
<v-img src="../../../images/profitez.png" style="min-width: 344px;"></v-img>
|
||||
<v-img src="../../../images/homepage/profiter.png"
|
||||
style="border-radius: 20px; min-width: 344px;"></v-img>
|
||||
<v-overlay :model-value="isHovering" class="align-center justify-center" scrim="#6b0065"
|
||||
contained>
|
||||
<v-container>
|
||||
@@ -123,7 +106,8 @@
|
||||
|
||||
<v-hover v-slot="{ isHovering, props }">
|
||||
<v-card class="mx-auto" max-width="400" v-bind="props">
|
||||
<v-img src="../../../images/inspirer.png" style="min-width: 344px;"></v-img>
|
||||
<v-img src="../../../images/homepage/inspirer.png"
|
||||
style="border-radius: 20px; min-width: 344px;"></v-img>
|
||||
<v-overlay :model-value="isHovering" class="align-center justify-center" scrim="#6b0065"
|
||||
contained>
|
||||
<v-container>
|
||||
@@ -149,29 +133,92 @@
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Description D'hutopy -->
|
||||
<v-container style="margin-top: 4%;">
|
||||
<v-row>
|
||||
<v-col>
|
||||
<h1 style="margin-bottom: 5%; font-size: 3rem; font-weight: bold; color: rgb(163, 14, 121);">C'est
|
||||
quoi Hutopy</h1>
|
||||
|
||||
<p style="margin-bottom: 5%; font-size: 1.2rem; text-align: justify;">Découvrez Hutopy, une plateforme
|
||||
révolutionnaire
|
||||
conçue pour célébrer la
|
||||
créativité, l'authenticité
|
||||
et l'inspiration. Ici, chaque créateur trouve un espace pour exprimer sa passion et partager ses
|
||||
œuvres avec une communauté engagée. Hutopy se distingue par son engagement envers une expérience
|
||||
numérique enrichissante, offrant une interface intuitive où profiter, créer et inspirer deviennent
|
||||
un quotidien enrichi et significatif. Hutopy n'est pas seulement une plateforme, c'est un mouvement
|
||||
vers une interaction plus humaine et créative dans l'espace numérique. Avec un modèle économique
|
||||
équitable et une variété de contenus, nous offrons un lieu où les inspirations se rencontrent et où
|
||||
les idées prennent vie. Rejoindre Hutopy, c'est faire partie d'une communauté qui valorise
|
||||
l'expression authentique et construit un avenir où la technologie enrichit véritablement nos vies.
|
||||
Nous vous invitons à explorer Hutopy, à contribuer à sa vision et à faire partie de notre communauté
|
||||
mondiale. Ensemble, façonnons l'avenir de la création et du partage de contenu. Bienvenue sur
|
||||
Hutopy, où vous pouvez créer votre propre univers.</p>
|
||||
|
||||
|
||||
<v-row>
|
||||
<v-col>
|
||||
|
||||
</v-col>
|
||||
|
||||
<v-col>
|
||||
<RouterLink :to="{ name: 'contact' }">
|
||||
<v-btn color="rgb(0, 0, 0)" style="width: 300px;" class="ml-auto">CRÉER UN COMPTE</v-btn>
|
||||
</RouterLink>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
|
||||
|
||||
</v-col>
|
||||
|
||||
<v-col>
|
||||
<v-img src="../../../images/homepage/cestquoihutopy.png"
|
||||
style="border-radius: 90px; min-width: 344px;"></v-img>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Fin Description D'hutopy -->
|
||||
|
||||
|
||||
|
||||
<!-- ILS SONT SUR HUTOPY -->
|
||||
<v-container>
|
||||
<v-card-text>
|
||||
<h2 style="text-align: center;">ILS SONT SUR HUTOPY</h2>
|
||||
<h1
|
||||
style="text-align: center; margin-top: 4%; margin-bottom: 2%; font-size: 3rem; font-weight: bold; color: rgb(163, 14, 121);">
|
||||
Ils sont sur Hutopy</h1>
|
||||
|
||||
|
||||
<v-container style="margin-top: 25px;">
|
||||
|
||||
<div style="background-color: rgba(163, 14, 121, 1); height: 2px; width: 100%; margin-bottom: 40px;">
|
||||
<div style="background-color: rgba(0, 0, 0, 1); height: 2px; width: 100%; margin-bottom: 70px;">
|
||||
</div>
|
||||
<v-row justify="center" class="profile-images">
|
||||
<router-link :to="{ name: 'creatorfolio' }">
|
||||
<img src="../../../images/guillaume.png" alt="Profile Image" class="profile-image">
|
||||
<img src="../../../images/guillaume.jpg" alt="Profile Image" class="profile-image"
|
||||
style="border: 3px solid rgb(163, 14, 121);">
|
||||
</router-link>
|
||||
<router-link :to="{ name: 'creatorfolio' }">
|
||||
<img src="../../../images/guillaume.png" alt="Profile Image" class="profile-image">
|
||||
<img src="../../../images/guillaume.jpg" alt="Profile Image" class="profile-image"
|
||||
style="border: 3px solid rgb(163, 14, 121);">
|
||||
</router-link>
|
||||
|
||||
<router-link :to="{ name: 'creatorfolio' }">
|
||||
<img src="../../../images/guillaume.png" alt="Profile Image" class="profile-image">
|
||||
<img src="../../../images/guillaume.jpg" alt="Profile Image" class="profile-image"
|
||||
style="border: 3px solid rgb(163, 14, 121);">
|
||||
</router-link>
|
||||
</v-row>
|
||||
|
||||
<div style="background-color: rgba(163, 14, 121, 1); height: 2px; width: 100%; margin-top: 40px;">
|
||||
<div style="background-color: rgba(0, 0, 0, 1); height: 2px; width: 100%; margin-top: 70px;">
|
||||
</div>
|
||||
|
||||
</v-container>
|
||||
@@ -198,6 +245,7 @@
|
||||
<div class="md:hidden flex flex-col items-center justify-center">
|
||||
<div>
|
||||
|
||||
<DefaultLayout></DefaultLayout>
|
||||
|
||||
<img src="../../../images/bannieremobile.png" class="banner-image" alt="Bannière" style="margin-top: -100px;">
|
||||
|
||||
@@ -390,11 +438,11 @@ export default {
|
||||
}
|
||||
|
||||
.profile-image {
|
||||
width: 150px;
|
||||
width: auto;
|
||||
/* Largeur des images */
|
||||
height: 150px;
|
||||
height: 180px;
|
||||
/* Hauteur des images */
|
||||
border-radius: 50%;
|
||||
border-radius: 20%;
|
||||
/* Coins arrondis */
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user