#30 Simplified src to images
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<!-- Banner -->
|
||||
<v-row class="text-center align-center row-between-logo-text home-row">
|
||||
<v-col xl="7" lg="9" md="11" sm="12" xs="12"> </v-col>
|
||||
<img class="hutopy-header-image" src="../../../public/images/hutopy.png">
|
||||
<img class="hutopy-header-image" src="/images/hutopy.png">
|
||||
<v-col class="ml-0 text-left ">
|
||||
<!-- Home btn -->
|
||||
<RouterLink :to="{ name: 'home' }">
|
||||
@@ -26,7 +26,7 @@
|
||||
<v-row>
|
||||
<!-- Contact image -->
|
||||
<v-col>
|
||||
<img class="contact-image" src="../../../public/images/contactpage/contactpicture.png">
|
||||
<img class="contact-image" src="/images/contactpage/contactpicture.png">
|
||||
</v-col>
|
||||
<!-- Form Information -->
|
||||
<v-col class="row-joinus">
|
||||
@@ -92,7 +92,7 @@
|
||||
<v-spacer style="margin-bottom: 25px;"></v-spacer>
|
||||
|
||||
<!-- Contact image -->
|
||||
<v-img src="../../../public/images/contactpage/contactpicture.png" contain aspect-ratio="16/9"
|
||||
<v-img src="/images/contactpage/contactpicture.png" contain aspect-ratio="16/9"
|
||||
style="clip-path: polygon(0 50%, 100% 0, 100% 80%, 0 100%);" class="Scale-80"></v-img>
|
||||
|
||||
<!-- Title -->
|
||||
|
||||
Reference in New Issue
Block a user