compte insta fixe

This commit is contained in:
PascalMarchesseault
2024-05-03 01:02:19 -04:00
parent 63d3d8fb28
commit 648034e9b6
2 changed files with 9 additions and 12 deletions

View File

@@ -35,7 +35,7 @@
</v-col> </v-col>
<!-- Instagram --> <!-- Instagram -->
<v-col cols="2" sm="2" xs="3" style="margin-top: 60px; z-index: 50;" class="d-flex justify-center align-center"> <v-col cols="2" sm="2" xs="3" style="margin-top: 60px; z-index: 50;" class="d-flex justify-center align-center">
<a href="https://www.instagram.com/p/C2f-3UnNdfX//"> <a href="https://www.instagram.com/guillaumeaime/">
<v-img class="socialicons-mobile" src="/images/hutopymedia/icons/black/instagramblack.png" <v-img class="socialicons-mobile" src="/images/hutopymedia/icons/black/instagramblack.png"
alt="Instagram"></v-img> alt="Instagram"></v-img>
</a> </a>
@@ -47,19 +47,16 @@
</v-row> </v-row>
</v-col> </v-col>
<v-col cols="2" sm="2" xs="3" style="margin-top: 60px; z-index: 50;" class="d-flex justify-center align-center">
<a href="https://www.x.com/">
<v-img class="socialicons-mobile" src="/images/hutopymedia/icons/black/xblack.png" alt="X"></v-img>
</a>
</v-col>
<!-- TikTok --> <!-- TikTok -->
<v-spacer></v-spacer>
<v-col cols="2" sm="2" xs="3" style="margin-top: 60px; z-index: 50;" class="d-flex justify-center align-center"> <v-col cols="2" sm="2" xs="3" style="margin-top: 60px; z-index: 50;" class="d-flex justify-center align-center">
<a href="https://www.tiktok.com/@guillaumeaime"> <a href="https://www.tiktok.com/@guillaumeaime">
<v-img class="socialicons-mobile invert-color" src="/images/hutopymedia/icons/white/tiktokwhite.png" <v-img class="socialicons-mobile invert-color" src="/images/hutopymedia/icons/white/tiktokwhite.png"
alt="TikTok"></v-img> alt="TikTok"></v-img>
</a> </a>
</v-col> </v-col>
<v-col cols="2" sm="2" xs="3" style="margin-top: 60px; z-index: 50;" class="d-flex justify-center align-center">
</v-col>
</v-row> </v-row>
<!-- User informations Name title and description --> <!-- User informations Name title and description -->

View File

@@ -544,8 +544,8 @@ import { ref } from 'vue';
import StripePayment from '../StripePayment.vue'; import StripePayment from '../StripePayment.vue';
let imageSrc = '/images/usersmedia/chloebeaugrand/banners/bannerChloeBeaugrand01.png'; let imageSrc = '/images/usersmedia/chloebeaugrand/banners/bannerChloeBeaugrand01.png';
let profilePicture = '/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png'; let profilePicture = '/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png';
let name = 'Guillaume Mousseau' let name = 'Chloé Beaugrand'
let title = 'Créateur de contenus' let title = 'Spécialiste en média sociaux'
let drawerbottom = ref(false) let drawerbottom = ref(false)
let navigationItems = [ let navigationItems = [
@@ -636,7 +636,7 @@ let navigationItems = [
} }
.background-pink { .background-pink {
background-color: #cc6f91; background-color: #231f20;
color: white; color: white;
font-weight: 400; font-weight: 400;
} }
@@ -701,7 +701,7 @@ let navigationItems = [
} }
.social-container-mobile { .social-container-mobile {
background-color: #006d77; background-color: #858486;
font-size: 1.4rem; font-size: 1.4rem;
font-weight: 600; font-weight: 600;
color: white; color: white;
@@ -719,7 +719,7 @@ let navigationItems = [
} }
.social-icon-group-mobile { .social-icon-group-mobile {
background-color: #0baab2; background-color: #8c406e;
} }
.mini-profile-picture { .mini-profile-picture {