Added UsersBrowser on Homeview

This commit is contained in:
PascalMarchesseault
2024-05-21 23:24:20 -04:00
parent f9f07c84a6
commit 71a9ecfc66
2 changed files with 18 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
<v-col class="text-left d-flex justify-center "> <!-- Ajout de align-center -->
<router-link to="/" class="d-flex justify-center">
<!-- Retrait de la classe align-center -->
<v-btn color="#a30e79">Accueil</v-btn>
<v-btn color="#a30e79" style="border-radius:10px">Accueil</v-btn>
</router-link>
</v-col>
<v-col cols="12">

View File

@@ -209,7 +209,13 @@
</v-col>
</v-row>
</v-col>
<v-spacer></v-spacer>
<v-row justify='center'>
<router-link :to="{ name: 'userbrowser' }">
<v-btn style="border-radius:10px; background-color:#a30e79; color:white">Découvre les autres créateurs
</v-btn>
</router-link>
</v-row>
<v-spacer></v-spacer>
</v-col>
<v-spacer></v-spacer>
</v-row>
@@ -327,8 +333,6 @@
style="margin-top: 50px; margin-bottom: 50px; text-align: center; font-size: 3rem; font-weight: bold; color: #24393c">
Ils sont sur Hutopy.</h1>
<v-col>
<v-row justify="center" class="profile-images">
<v-col cols="8">
@@ -347,13 +351,21 @@
<router-link :to="{ name: 'chloebeaugrand' }">
<img src="/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand02.png"
alt="Profile Image" class="profile-image">
</router-link>
</v-col>
</router-link>
</v-col>
<v-row justify='center'>
<router-link :to="{ name: 'userbrowser' }">
<v-btn style="margin-top:30px; border-radius:10px; background-color:#a30e79; color:white">Découvre les autres créateurs
</v-btn>
</router-link>
</v-row>
</v-row>
</v-col>
</div>
</div>
<v-snackbar v-model="errorNoAccessSnackBar">
Vous n'etes pas connecter !
<template v-slot:actions>