carmen 17-09-6pm

This commit is contained in:
carmengiraldo 2023-09-17 18:08:04 +02:00
parent 2e88dda569
commit 936bd51396
12 changed files with 20 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 952 KiB

View File

@ -37,7 +37,7 @@ h2 {
.image { .image {
height: 150px; height: 150px;
widows: 150px; widows: 150px;
margin-right: 16px; margin-right: 48px;
&:last-child { &:last-child {
margin-right: 0; margin-right: 0;

View File

@ -22,7 +22,7 @@ export default {
} }
.employee-image { .employee-image {
width: 140px !important; width: 110px !important;
border-radius: 50%; border-radius: 50%;
} }

View File

@ -18,6 +18,24 @@
<Slide index="2"> <Slide index="2">
<img class="slider-image" :src="$helper.getImage('imag-6.jpg')" alt="slide 3"/> <img class="slider-image" :src="$helper.getImage('imag-6.jpg')" alt="slide 3"/>
</Slide> </Slide>
<Slide index="3">
<img class="slider-image" :src="$helper.getImage('imag-7.jpg')" alt="slide 3"/>
</Slide>
<Slide index="3">
<img class="slider-image" :src="$helper.getImage('imag-8.jpg')" alt="slide 3"/>
</Slide>
<Slide index="3">
<img class="slider-image" :src="$helper.getImage('imag-9.jpg')" alt="slide 3"/>
</Slide>
<Slide index="3">
<img class="slider-image" :src="$helper.getImage('imag-10.jpg')" alt="slide 3"/>
</Slide>
<Slide index="3">
<img class="slider-image" :src="$helper.getImage('imag-11.jpg')" alt="slide 3"/>
</Slide>
<Slide index="3">
<img class="slider-image" :src="$helper.getImage('imag-12.jpg')" alt="slide 3"/>
</Slide>
<template #addons> <template #addons>
<Navigation /> <Navigation />
<Pagination /> <Pagination />