add map link 'nosotras' and remove some text
This commit is contained in:
@@ -234,22 +234,6 @@ h5 {
|
|||||||
font-size: var(--font-size-xs-custom);
|
font-size: var(--font-size-xs-custom);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .text-2xl-custom {
|
|
||||||
font-size: var(--font-size-2xl);
|
|
||||||
}
|
|
||||||
.text-lg {
|
|
||||||
font-size: var(--font-size-lg);
|
|
||||||
}
|
|
||||||
.text-base {
|
|
||||||
font-size: var(--font-size-base);
|
|
||||||
}
|
|
||||||
.text-sm {
|
|
||||||
font-size: var(--font-size-sm);
|
|
||||||
}
|
|
||||||
.text-xs-custom {
|
|
||||||
font-size: var(--font-size-xs);
|
|
||||||
} */
|
|
||||||
|
|
||||||
.text-button-base {
|
.text-button-base {
|
||||||
font-size: var(--font-size-button-base);
|
font-size: var(--font-size-button-base);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
'h-20.1 w-20.1 rounded-full overflow-hidden border-4 border-white': image.display === 'circle',
|
'h-20.1 w-20.1 rounded-full overflow-hidden border-4 border-white': image.display === 'circle',
|
||||||
'h-fit w-full lg:w-auto': image.display === 'normal'
|
'h-fit w-full lg:w-auto': image.display === 'normal'
|
||||||
}">
|
}">
|
||||||
|
<NuxtLink :to="mapLink" target="_blank" rel="noopener noreferrer" class="hover:opacity-80 transition-opacity">
|
||||||
<img
|
<img
|
||||||
:src="`/img/${image.src}`"
|
:src="`/img/${image.src}`"
|
||||||
:alt="image.alt"
|
:alt="image.alt"
|
||||||
@@ -35,6 +36,7 @@
|
|||||||
'object-contain': image.display === 'normal'
|
'object-contain': image.display === 'normal'
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="imageCTA" class="flex flex-col items-end">
|
<div v-if="imageCTA" class="flex flex-col items-end">
|
||||||
<p v-if="imageCTA.description" class="text-lg-custom mt-2">{{ imageCTA.description }}</p>
|
<p v-if="imageCTA.description" class="text-lg-custom mt-2">{{ imageCTA.description }}</p>
|
||||||
@@ -114,6 +116,10 @@ export default {
|
|||||||
type: Object,
|
type: Object,
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
|
mapLink: {
|
||||||
|
type: String,
|
||||||
|
default: '#'
|
||||||
|
},
|
||||||
imageCTA: {
|
imageCTA: {
|
||||||
type: Object,
|
type: Object,
|
||||||
default: null
|
default: null
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
"props": {
|
"props": {
|
||||||
"title": "Desde lo digital hasta el territorio: encuentros públicos.",
|
"title": "Desde lo digital hasta el territorio: encuentros públicos.",
|
||||||
"paragraphs": [
|
"paragraphs": [
|
||||||
"<strong>kit-ECO.SOCIAL</strong> no se queda en la pantalla.</br>A lo largo del proyecto, <strong>organizamos 30 encuentros presenciales en 15 municipios rurales</strong> de cinco comunidades autónomas para compartir herramientas, formar a entidades y fortalecer la red de la economía social en el territorio.",
|
"<strong>kit-ECO.SOCIAL</strong> no se queda en la pantalla.</br>A lo largo del proyecto, <a href='https://padlet.com/paraotrascosis/presentaciones-del-kit-eco-social-t5ysu2nvop5xbnr1' target='_blank' rel='noopener noreferrer' class='hover:text-button-hover'><strong>organizamos 30 encuentros en 15 municipios rurales</strong></a> de cinco comunidades autónomas para compartir herramientas, formar a entidades y fortalecer la red de la economía social en el territorio.",
|
||||||
"Estos encuentros son <strong>espacios de aprendizaje, colaboración y visibilización</strong>, diseñados especialmente para <strong>cooperativas, asociaciones, mujeres, jóvenes</strong> y redes locales comprometidas con la sostenibilidad y la igualdad."
|
"Estos encuentros son <strong>espacios de aprendizaje, colaboración y visibilización</strong>, diseñados especialmente para <strong>cooperativas, asociaciones, mujeres, jóvenes</strong> y redes locales comprometidas con la sostenibilidad y la igualdad."
|
||||||
],
|
],
|
||||||
"lists": [
|
"lists": [
|
||||||
@@ -130,6 +130,7 @@
|
|||||||
"alt": "Mapa de España",
|
"alt": "Mapa de España",
|
||||||
"display": "normal"
|
"display": "normal"
|
||||||
},
|
},
|
||||||
|
"mapLink": "https://padlet.com/paraotrascosis/presentaciones-del-kit-eco-social-t5ysu2nvop5xbnr1",
|
||||||
"imageCTA": {
|
"imageCTA": {
|
||||||
"description": "¿Quieres participar o acoger un encuentro en tu municipio?",
|
"description": "¿Quieres participar o acoger un encuentro en tu municipio?",
|
||||||
"button": {
|
"button": {
|
||||||
|
|||||||
Reference in New Issue
Block a user