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>
|
2025-11-07 10:26:00 +00:00
|
|
|
<p class="site-footer__section-text">
|
|
|
|
|
<a href="/">Strona główna</a>
|
|
|
|
|
</p>
|
|
|
|
|
<p class="site-footer__section-text">
|
|
|
|
|
<a href="/sklep">Sklep</a>
|
|
|
|
|
</p>
|
|
|
|
|
<p class="site-footer__section-text">
|
|
|
|
|
<a href="/wpisy">Blog</a>
|
|
|
|
|
</p>
|
|
|
|
|
<p class="site-footer__section-text">
|
|
|
|
|
Regulamin
|
|
|
|
|
</p>
|
|
|
|
|
<p class="site-footer__section-text">
|
|
|
|
|
Polityka Prywatności
|
|
|
|
|
</p>
|
2025-07-07 07:52:36 +00:00
|
|
|
</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>
|