Merged PR 64: Added UsersBrowser on Homeview
Added UsersBrowser on Homeview
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<v-col class="text-left d-flex justify-center "> <!-- Ajout de align-center -->
|
<v-col class="text-left d-flex justify-center "> <!-- Ajout de align-center -->
|
||||||
<router-link to="/" class="d-flex justify-center">
|
<router-link to="/" class="d-flex justify-center">
|
||||||
<!-- Retrait de la classe align-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>
|
</router-link>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
|
|||||||
@@ -209,6 +209,12 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<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-spacer></v-spacer>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
@@ -327,8 +333,6 @@
|
|||||||
style="margin-top: 50px; margin-bottom: 50px; text-align: center; font-size: 3rem; font-weight: bold; color: #24393c">
|
style="margin-top: 50px; margin-bottom: 50px; text-align: center; font-size: 3rem; font-weight: bold; color: #24393c">
|
||||||
Ils sont sur Hutopy.</h1>
|
Ils sont sur Hutopy.</h1>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-row justify="center" class="profile-images">
|
<v-row justify="center" class="profile-images">
|
||||||
<v-col cols="8">
|
<v-col cols="8">
|
||||||
@@ -349,11 +353,19 @@
|
|||||||
alt="Profile Image" class="profile-image">
|
alt="Profile Image" class="profile-image">
|
||||||
</router-link>
|
</router-link>
|
||||||
</v-col>
|
</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-row>
|
||||||
</v-col>
|
</v-col>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<v-snackbar v-model="errorNoAccessSnackBar">
|
<v-snackbar v-model="errorNoAccessSnackBar">
|
||||||
Vous n'etes pas connecter !
|
Vous n'etes pas connecter !
|
||||||
<template v-slot:actions>
|
<template v-slot:actions>
|
||||||
|
|||||||
Reference in New Issue
Block a user