Cleaning picutres and folders - relink images

This commit is contained in:
PascalMarchesseault
2024-04-22 19:46:50 -04:00
parent d19229f2fe
commit 40e6111e1b
65 changed files with 92 additions and 87 deletions

View File

@@ -10,7 +10,7 @@
<v-row justify="center" style="margin-top: 30px;">
<v-col cols="5" lg="5" md="5" sm="12" xs="7">
<router-link :to="{ name: 'home' }">
<v-img src="/images/hutopy.png" class="hutopy-footer-picture"></v-img>
<v-img src="/images/hutopymedia/banners/hutopy.png" class="hutopy-footer-picture"></v-img>
</router-link>
</v-col>
</v-row>
@@ -22,21 +22,21 @@
<v-row justify="center">
<v-col cols="auto">
<a href="https://www.facebook.com/profile.php?id=61556819217561">
<img class="icons" src="/public/images/facebookiconblackpink.png" alt="Description image 2">
<img class="icons" src="/images/hutopymedia/icons/pink/facebookpink.png" alt="Description image 2">
</a>
</v-col>
<!-- Instagram link -->
<v-col cols="auto">
<a href="https://www.instagram.com/hutopy.inc/">
<img src="/public/images/instagramblackpink.png" alt="Description image 3" class="icons">
<img src="/images/hutopymedia/icons/pink/instagrampink.png" alt="Description image 3" class="icons">
</a>
</v-col>
<!-- Need X Account -->
<v-col cols="auto">
<router-link :to="{ name: 'home' }">
<img src="/public/images/xblackpink.png" alt="Description image 1" class="icons">
<img src="/images/hutopymedia/icons/pink/xpink.png" alt="Description image 1" class="icons">
</router-link>
</v-col>
</v-row>