Merged PR 63: Ajout de la photo a Edouard
Tos - modification de la photo de profile de édouard ainsi que les cards pour les images de profiles
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 802 KiB |
@@ -74,7 +74,7 @@
|
|||||||
<v-list-item prepend-icon="mdi-home" title="Accueil" value="home"></v-list-item>
|
<v-list-item prepend-icon="mdi-home" title="Accueil" value="home"></v-list-item>
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link :to="{ name: 'userbrowser' }">
|
<router-link :to="{ name: 'userbrowser' }">
|
||||||
<v-list-item prepend-icon="mdi-account-multiple" title="Membres" value="friends"></v-list-item>
|
<v-list-item prepend-icon="mdi-account-multiple" title="Créateurs" value="friends"></v-list-item>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
<v-list-item v-if="currentUser" @click="openWalletDialog" prepend-icon="mdi-wallet" title="Bourse"
|
<v-list-item v-if="currentUser" @click="openWalletDialog" prepend-icon="mdi-wallet" title="Bourse"
|
||||||
@@ -120,7 +120,7 @@
|
|||||||
</body>
|
</body>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script async setup>
|
||||||
import MyUserModel from "@/models/myUserModel.js";
|
import MyUserModel from "@/models/myUserModel.js";
|
||||||
import { useClient } from "@/plugins/api.js";
|
import { useClient } from "@/plugins/api.js";
|
||||||
import { onBeforeMount, ref } from 'vue';
|
import { onBeforeMount, ref } from 'vue';
|
||||||
@@ -221,4 +221,4 @@ function openWalletDialog() {
|
|||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -437,7 +437,7 @@ let drawerbottom = ref(false)
|
|||||||
|
|
||||||
let navigationItems = [
|
let navigationItems = [
|
||||||
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
|
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
|
||||||
{ icon: 'mdi-account-group', text: 'Membres', link: '/userbrowser' },
|
{ icon: 'mdi-account-group', text: 'Créateurs', link: '/userbrowser' },
|
||||||
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
|
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -551,7 +551,7 @@ let drawerbottom = ref(false)
|
|||||||
|
|
||||||
let navigationItems = [
|
let navigationItems = [
|
||||||
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
|
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
|
||||||
{ icon: 'mdi-account-group', text: 'Utilisateur', link: '/userbrowser' },
|
{ icon: 'mdi-account-group', text: 'Créateurs', link: '/userbrowser' },
|
||||||
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
|
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -429,7 +429,7 @@ let drawerbottom = ref(false)
|
|||||||
|
|
||||||
let navigationItems = [
|
let navigationItems = [
|
||||||
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
|
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
|
||||||
{ icon: 'mdi-account-group', text: 'Membres', link: '/userbrowser' },
|
{ icon: 'mdi-account-group', text: 'Créateurs', link: '/userbrowser' },
|
||||||
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
|
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -511,7 +511,7 @@ let drawerbottom = ref(false)
|
|||||||
|
|
||||||
let navigationItems = [
|
let navigationItems = [
|
||||||
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
|
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
|
||||||
{ icon: 'mdi-account-group', text: 'Membres', link: '/userbrowser' },
|
{ icon: 'mdi-account-group', text: 'Créateurs', link: '/userbrowser' },
|
||||||
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
|
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -575,7 +575,7 @@ Il réalise des allocutions et de nombreuses entrevues avec des personnalités d
|
|||||||
<v-bottom-sheet v-model="drawerbottom" class="sticky-bottom-label" hide-overlay>
|
<v-bottom-sheet v-model="drawerbottom" class="sticky-bottom-label" hide-overlay>
|
||||||
<v-container style="background-color: #6b0065; color: white; padding: 20px; text-align: center;">
|
<v-container style="background-color: #6b0065; color: white; padding: 20px; text-align: center;">
|
||||||
<h1 class="text-soutiens">JE SOUTIENS</h1>
|
<h1 class="text-soutiens">JE SOUTIENS</h1>
|
||||||
<StripePayment creator-id="0bf16f10-f086-4fb5-9c09-9185f771bbe4"></StripePayment>
|
<StripePayment creator-id="0bf16f10-f086-4fb5-9c09-9185f771bbe4"></StripePayment>
|
||||||
</v-container>
|
</v-container>
|
||||||
</v-bottom-sheet>
|
</v-bottom-sheet>
|
||||||
|
|
||||||
@@ -599,7 +599,7 @@ let drawerbottom = ref(false)
|
|||||||
|
|
||||||
let navigationItems = [
|
let navigationItems = [
|
||||||
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
|
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
|
||||||
{ icon: 'mdi-account-group', text: 'Membres', link: '/userbrowser' },
|
{ icon: 'mdi-account-group', text: 'Créateurs', link: '/userbrowser' },
|
||||||
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
|
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -94,9 +94,10 @@
|
|||||||
style="font-size: 1.5rem; font-weight: bold;">
|
style="font-size: 1.5rem; font-weight: bold;">
|
||||||
Hébert</v-typography><br>
|
Hébert</v-typography><br>
|
||||||
<v-typography class="task" style="font-size: 1rem;">Fondateur</v-typography><br><br>
|
<v-typography class="task" style="font-size: 1rem;">Fondateur</v-typography><br><br>
|
||||||
<div class="text" style="font-size: 0.8rem; text-align: justify;">Avec une
|
<p class="text" style="hyphens: auto; font-size: 0.8rem; text-align: justify;">Avec
|
||||||
|
une
|
||||||
vision claire et un engagement sans faille, il a lancé Hutopy pour changer la
|
vision claire et un engagement sans faille, il a lancé Hutopy pour changer la
|
||||||
manière dont le contenu est créé et partagé.</div>
|
manière dont le contenu est créé et partagé.</p>
|
||||||
</div>
|
</div>
|
||||||
</v-card>
|
</v-card>
|
||||||
<v-card max-width="250px" style="margin: 10px;">
|
<v-card max-width="250px" style="margin: 10px;">
|
||||||
@@ -111,9 +112,10 @@
|
|||||||
Villemure</v-typography><br>
|
Villemure</v-typography><br>
|
||||||
<v-typography class="task" style="font-size: 1rem;">Responsable
|
<v-typography class="task" style="font-size: 1rem;">Responsable
|
||||||
Technique</v-typography><br><br>
|
Technique</v-typography><br><br>
|
||||||
<div class="text" style="font-size: 0.8rem; text-align: justify;">À la tête de
|
<p class="text" style="hyphens: auto; font-size: 0.8rem; text-align: justify;">À la
|
||||||
notre équipe de développement, il assure qu’Hutopy reste à la pointe de la
|
tête de notre équipe de développement, il assure qu’Hutopy reste à la pointe de
|
||||||
technologie.</div>
|
la technologie.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</v-card>
|
</v-card>
|
||||||
<v-card max-width="250px" style="margin: 10px;">
|
<v-card max-width="250px" style="margin: 10px;">
|
||||||
@@ -129,11 +131,11 @@
|
|||||||
utilisateur</v-typography><br>
|
utilisateur</v-typography><br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<v-typography class="text" style="font-size: 0.8rem; text-align: justify;">Le
|
<p class="text" style="hyphens: auto; font-size: 0.8rem; text-align: justify;">Le
|
||||||
champion
|
champion
|
||||||
de l'expérience utilisateur, il veille à ce que chaque interaction avec Hutopy
|
de l'expérience utilisateur, il veille à ce que chaque interaction avec Hutopy
|
||||||
soit
|
soit
|
||||||
positive et enrichissante pour tous les utilisateurs.</v-typography>
|
positive et enrichissante pour tous les utilisateurs.</p>
|
||||||
</div>
|
</div>
|
||||||
</v-card>
|
</v-card>
|
||||||
|
|
||||||
@@ -149,11 +151,11 @@
|
|||||||
<v-typography class="task" style="font-size: 1rem;">Responsable
|
<v-typography class="task" style="font-size: 1rem;">Responsable
|
||||||
Marketing</v-typography><br>
|
Marketing</v-typography><br>
|
||||||
<br>
|
<br>
|
||||||
<v-typography class="text" style="font-size: 0.8rem; text-align: justify;">Elle
|
<p class="text" style="hyphens: auto; font-size: 0.8rem; text-align: justify;">Elle
|
||||||
façonne
|
façonne
|
||||||
l'image d’Hutopy et engage notre communauté à travers des campagnes innovantes
|
l'image d’Hutopy et engage notre communauté à travers des campagnes innovantes
|
||||||
et
|
et
|
||||||
impactantes.</v-typography>
|
impactantes.</p>
|
||||||
</div>
|
</div>
|
||||||
</v-card>
|
</v-card>
|
||||||
<v-card max-width="250px" style="margin: 10px;">
|
<v-card max-width="250px" style="margin: 10px;">
|
||||||
@@ -167,9 +169,9 @@
|
|||||||
Letarte</v-typography><br>
|
Letarte</v-typography><br>
|
||||||
<v-typography class="task" style="font-size: 1rem;">Intégrateur
|
<v-typography class="task" style="font-size: 1rem;">Intégrateur
|
||||||
</v-typography><br><br>
|
</v-typography><br><br>
|
||||||
<v-typography class="text" style="font-size: 0.8rem; text-align: justify;">Son
|
<p class="text" style="hyphens: auto; font-size: 0.8rem; text-align: justify;">Son
|
||||||
expertise nous permet d'intégrer des fonctionnalités qui permettent à Hutopy de
|
expertise nous permet d'intégrer des fonctionnalités qui permettent à Hutopy de
|
||||||
devenir réalité.</v-typography>
|
devenir réalité.</p>
|
||||||
</div>
|
</div>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|||||||
Reference in New Issue
Block a user