nowa-panda/themes/panda-theme/footer.php

54 lines
2.3 KiB
PHP
Raw Normal View History

2025-07-07 07:52:36 +00:00
<div class="founds">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/fundusze.png" alt="Fundusze" />
</div>
<footer class="site-footer">
<div class="site-footer__inner">
<div class="site-footer__logo">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/logo.png" alt="Logo Panda" />
</div>
<div class="site-footer__info">
<section class="site-footer__section">
<p class="site-footer__section-header">Dane firmy</p>
<p class="site-footer__section-text site-footer__section-text--featured">Sklep Pandagadzety.pl</p>
<p class="site-footer__section-text">ul. Katowicka 135c</p>
<p class="site-footer__section-text">43-211 Piasek</p>
<p class="site-footer__section-text">Polska</p>
</section>
<section class="site-footer__section">
<p class="site-footer__section-header">Kontakt</p>
<p class="site-footer__section-text">(+48) 793 511 011</p>
<p class="site-footer__section-text">sklep@pandagadzety.pl</p>
</section>
<section class="site-footer__section">
<p class="site-footer__section-header">Szybki dostęp</p>
<p class="site-footer__section-text">Strona główna</p>
<p class="site-footer__section-text">Sklep</p>
<p class="site-footer__section-text">Regulamin</p>
<p class="site-footer__section-text">Polityka Prywatności</p>
</section>
<section class="site-footer__section">
<p class="site-footer__section-header">Nasze social media</p>
<p class="site-footer__section-text">Facebook</p>
<p class="site-footer__section-text">Instagram</p>
<div class="site-footer__section-icons">
<?php echo file_get_contents(get_template_directory() . '/assets/images/facebook.svg'); ?>
<?php echo file_get_contents(get_template_directory() . '/assets/images/instagram.svg'); ?>
</div>
</section>
</div>
<div class="site-footer__copyright">
<p class="site-footer__copyright-text">
© 2024 Panda Gadżety. All Rights Reserved.
</p>
<p class="site-footer__design-text">
Design & Code by Foxstudio
</p>
</div>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>