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-10-29 06:46:44 +00:00
|
|
|
<span class="icon"><img :src="/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-10-29 06:46:44 +00:00
|
|
|
<span class="icon"><img :src="/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">
|
2019-10-31 11:43:04 +00:00
|
|
|
<img :src="getEmailSrc('facebook.png')" alt="Facebook"/>
|
2019-01-22 08:55:35 +00:00
|
|
|
</a>
|
|
|
|
<a href="https://www.twitter.com/Verdnatura" target="_blank">
|
2019-10-31 11:43:04 +00:00
|
|
|
<img :src="getEmailSrc('twitter.png')" alt="Twitter"/>
|
2019-01-22 08:55:35 +00:00
|
|
|
</a>
|
|
|
|
<a href="https://www.youtube.com/Verdnatura" target="_blank">
|
2019-10-31 11:43:04 +00:00
|
|
|
<img :src="getEmailSrc('youtube.png')" alt="Youtube"/>
|
2019-01-22 08:55:35 +00:00
|
|
|
</a>
|
|
|
|
<a href="https://www.pinterest.com/Verdnatura" target="_blank">
|
2019-10-31 11:43:04 +00:00
|
|
|
<img :src="getEmailSrc('pinterest.png')" alt="Pinterest"/>
|
2019-01-22 08:55:35 +00:00
|
|
|
</a>
|
|
|
|
<a href="https://www.instagram.com/Verdnatura" target="_blank">
|
2019-10-31 11:43:04 +00:00
|
|
|
<img :src="getEmailSrc('instagram.png')" alt="Instagram"/>
|
2019-01-22 08:55:35 +00:00
|
|
|
</a>
|
|
|
|
<a href="https://www.linkedin.com/company/verdnatura" target="_blank">
|
2019-10-31 11:43:04 +00:00
|
|
|
<img :src="getEmailSrc('linkedin.png')" alt="Linkedin"/>
|
2019-01-22 08:55:35 +00:00
|
|
|
</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>
|