You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
aliseptik/include/footer-social.php

14 lines
715 B

<div class="footer__bottom-item">
<div class="footer__bottom-name">Соцсети</div>
<div class="footer__social">
<a href="https://vk.com/eraseptik" target="_blank">
<img width="46" height="46" src="<?= DEFAULT_TEMPLATE_PATH ?>/img/svg/vk-social.svg" alt="VK">
</a>
<a href="https://wa.me/79260084132" target="_blank">
<img width="46" height="42" src="<?= DEFAULT_TEMPLATE_PATH ?>/img/svg/whatsap-social.svg" alt="WhatsApp">
</a>
<a href="https://rutube.ru/channel/36686116/" target="_blank">
<img width="46" height="46" src="<?= DEFAULT_TEMPLATE_PATH ?>/img/svg/youtube-social.svg" alt="Youtube">
</a>
</div>
</div>