2019-01-22 08:55:35 +00:00
|
|
|
<footer>
|
|
|
|
<!-- Action button block -->
|
2019-11-07 10:19:05 +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-11-07 10:19:05 +00:00
|
|
|
<span class="icon"><img v-bind:src="getEmailSrc('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-11-07 10:19:05 +00:00
|
|
|
<span class="icon"><img v-bind:src="getEmailSrc('info.png')"/></span>
|
2019-01-22 08:55:35 +00:00
|
|
|
</div>
|
|
|
|
</a>
|
2019-11-07 10:19:05 +00:00
|
|
|
</section>
|
2019-01-22 08:55:35 +00:00
|
|
|
<!-- Action button block -->
|
|
|
|
|
|
|
|
<!-- Networks block -->
|
|
|
|
<section class="networks">
|
|
|
|
<a href="https://www.facebook.com/Verdnatura" target="_blank">
|
2019-11-07 10:19:05 +00:00
|
|
|
<img v-bind: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-11-07 10:19:05 +00:00
|
|
|
<img v-bind: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-11-07 10:19:05 +00:00
|
|
|
<img v-bind: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-11-07 10:19:05 +00:00
|
|
|
<img v-bind: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-11-07 10:19:05 +00:00
|
|
|
<img v-bind: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-11-07 10:19:05 +00:00
|
|
|
<img v-bind: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>
|