amend some issues and change texts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<footer class="bg-background-dark text-white py-12 px-4 md:px-8 flex flex-col gap-8 rounded-t-3xl">
|
||||
<footer class=" bg-gradient-to-t from-background-dark-2 to-button text-white py-12 px-4 md:px-8 flex flex-col gap-8 rounded-t-3xl">
|
||||
<div class="flex flex-col lg:flex-row gap-16 md:gap-12 lg:gap-16">
|
||||
|
||||
<div class="flex flex-col gap-6 items-center md:items-start w-full md:w-1/3 lg:w-1/6">
|
||||
@@ -8,9 +8,9 @@
|
||||
</div>
|
||||
<p class="mb-4 text-center md:text-start">Síguenos y entérate de los próximos eventos, novedades y recursos.</p>
|
||||
<ul class="flex space-x-4">
|
||||
<li class="h-12 lg:h-8 w-12 lg:w-8 rounded-full border border-white">
|
||||
<li class="h-12 lg:h-8 w-12 lg:w-8 rounded-full border border-white hover:bg-white hover:text-background-dark">
|
||||
<NuxtLink to="#" class="flex items-center justify-center h-full w-full">
|
||||
<img src="/assets/svg/instagram.svg" alt="Instagram" class="w-4 h-4">
|
||||
<img src="/assets/svg/instagram.svg" alt="Instagram" class="w-4 h-4" />
|
||||
</NuxtLink>
|
||||
</li>
|
||||
<li class="h-12 lg:h-8 w-12 lg:w-8 rounded-full border border-white">
|
||||
@@ -40,9 +40,9 @@
|
||||
<li><NuxtLink :to="`/${langcode}/consumo-cuidado`" class="hover:font-semibold">Consumo Cuidado</NuxtLink></li>
|
||||
<li><NuxtLink :to="`/${langcode}/aula-virtual`" class="hover:font-semibold">Aula Virtual</NuxtLink></li>
|
||||
<li><NuxtLink :to="`/${langcode}/iguales`" class="hover:font-semibold">Iguales</NuxtLink></li>
|
||||
<li><NuxtLink :to="`/${langcode}/ods`" class="hover:font-semibold">ODS</NuxtLink></li>
|
||||
<li><NuxtLink :to="`/${langcode}/objetivo2030`" class="hover:font-semibold">Objetivo 2030</NuxtLink></li>
|
||||
<li><NuxtLink :to="`/${langcode}/certifica-t`" class="hover:font-semibold">Certifica-T</NuxtLink></li>
|
||||
<li><NuxtLink :to="`/${langcode}/foro`" class="hover:font-semibold">Foro</NuxtLink></li>
|
||||
<li><NuxtLink :to="`/${langcode}/enlazados`" class="hover:font-semibold">Enlazados</NuxtLink></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="border-t border-extra-light mt-8 pt-4 text-center text-xs">
|
||||
<div class="border-t border-extra-light mt-8 pt-4 text-center text-xs-custom">
|
||||
<p><span>{{ year }}</span> © kit-ECO.SOCIAL | Diseñado y desarrollado por Enreda Coop</p>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -86,4 +86,10 @@ export default {
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.text-12 {
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user