2019-01-22 08:55:35 +00:00
|
|
|
<footer>
|
|
|
|
<!-- Action button block -->
|
2019-01-28 11:28:22 +00:00
|
|
|
<!-- <section class="buttons">
|
2019-01-22 08:55:35 +00:00
|
|
|
<a href="https://www.verdnatura.es" target="_blank">
|
|
|
|
<div class="btn">
|
|
|
|
<span class="text">{{ $t('buttons.webAcccess')}}</span>
|
2019-01-28 11:28:22 +00:00
|
|
|
<span class="icon"><img :src="embeded['/assets/images/action.png']"/></span>
|
2019-01-22 08:55:35 +00:00
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
<a href="https://goo.gl/forms/j8WSL151ZW6QtlT72" target="_blank">
|
|
|
|
<div class="btn">
|
|
|
|
<span class="text">{{ $t('buttons.info')}}</span>
|
2019-01-28 11:28:22 +00:00
|
|
|
<span class="icon"><img :src="embeded['/assets/images/info.png']"/></span>
|
2019-01-22 08:55:35 +00:00
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</section> -->
|
|
|
|
<!-- Action button block -->
|
|
|
|
|
|
|
|
<!-- Networks block -->
|
|
|
|
<section class="networks">
|
|
|
|
<a href="https://www.facebook.com/Verdnatura" target="_blank">
|
|
|
|
<img :src="embeded['/assets/images/facebook.png']" alt="Facebook"/>
|
|
|
|
</a>
|
|
|
|
<a href="https://www.twitter.com/Verdnatura" target="_blank">
|
|
|
|
<img :src="embeded['/assets/images/twitter.png']" alt="Twitter"/>
|
|
|
|
</a>
|
|
|
|
<a href="https://www.youtube.com/Verdnatura" target="_blank">
|
|
|
|
<img :src="embeded['/assets/images/youtube.png']" alt="Youtube"/>
|
|
|
|
</a>
|
|
|
|
<a href="https://www.pinterest.com/Verdnatura" target="_blank">
|
|
|
|
<img :src="embeded['/assets/images/pinterest.png']" alt="Pinterest"/>
|
|
|
|
</a>
|
|
|
|
<a href="https://www.instagram.com/Verdnatura" target="_blank">
|
|
|
|
<img :src="embeded['/assets/images/instagram.png']" alt="Instagram"/>
|
|
|
|
</a>
|
|
|
|
<a href="https://www.linkedin.com/company/verdnatura" target="_blank">
|
|
|
|
<img :src="embeded['/assets/images/linkedin.png']" alt="Linkedin"/>
|
|
|
|
</a>
|
|
|
|
</section>
|
|
|
|
<!-- Networks block end -->
|
|
|
|
|
|
|
|
<!-- Privacy block -->
|
|
|
|
<section class="privacy">
|
|
|
|
<p>{{$t('privacy.fiscalAddress')}}</p>
|
|
|
|
<p>{{$t('privacy.disclaimer')}}</p>
|
|
|
|
<p>{{$t('privacy.law')}}</p>
|
|
|
|
</section>
|
|
|
|
<!-- Privacy block end -->
|
|
|
|
</footer>
|