Files
agroexpert/footer-rfo.php
2025-06-16 00:24:13 +03:00

91 lines
4.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

</main>
<footer itemscope itemtype="https://schema.org/WPFooter" class="footer">
<meta itemprop="copyrightYear" content="<?=date('Y');?>">
<meta itemprop="copyrightHolder" content="Агроэксперт">
<div class="footer-top">
<div class="container footer__conatiner">
<div class="footer-top__inner">
<?php $site_logo = get_field('site_logo', 'option'); ?>
<a href="<?php echo home_url(); ?>" class="logo footer__logo">
<img src="<?php echo esc_url($site_logo); ?>" alt="" />
</a>
<nav class="nav footer__nav">
<?php get_template_part('partials/menu-primary'); ?>
</nav>
<div class="footer-top__right">
<a href="#" class="to-top">
<span>Наверх</span>
<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="3.69409" y="1.05029" width="1" height="5.22423" transform="rotate(45 3.69409 1.05029)" fill="black" />
<rect width="1" height="6" transform="matrix(-0.707107 0.707107 0.707107 0.707107 4.1333 0.525146)" fill="black" />
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="footer-bottom__inner">
<?php $copyright = get_field('copyright', 'option'); ?>
<div class="footer-bottom__text desktop">
<?= sprintf('© %d %s', date('Y'), $copyright); ?>
</div>
<?php get_template_part('partials/menu-footer-bottom'); ?>
<div class="socials footer__socials">
<?php get_template_part('partials/menu-socials'); ?>
</div>
<div class="footer-bottom__text mobile">
<?= sprintf('© %d %s', date('Y'), $copyright); ?>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="footer-bottom__inner">
<div class="rating"><svg width="50" height="50" xmlns="http://www.w3.org/2000/svg">
<circle cx="25" cy="25" r="20" fill="green" />
<text x="50%" y="50%" text-anchor="middle" fill="white" font-size="15px" font-weight="bold" dy=".3em">16+</text>
</svg>
</div>
<div>
<p>При перепечатке и использовании информации с сайта «Агроэксперт» активная ссылка на использованный материал обязательна. При использовании материалов в печатных СМИ указывать источник — «Агроэксперт».</p>
</div>
<div id="counter-container"></div>
</div>
</div>
</div>
<div class="modal-overlay" id="modal-thank" style="display: none">
<div class="modal modal-thank">
<div class="modal__close modal-thank__close">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect y="16.9423" width="23.9584" height="1.4974" rx="0.748701" transform="rotate(-45 0 16.9423)" fill="black" />
<rect x="1.0625" width="23.9584" height="1.4974" rx="0.748701" transform="rotate(45 1.0625 0)" fill="black" />
</svg>
</div>
<div class="modal-thank__title">Благодарим за интерес!</div>
<div class="modal-thank__text">
На Вашу почту отправлено письмо для <br />
подтверждения подписки
</div>
<div class="modal-thank__footer modal__close">Закрыть</div>
</div>
</div>
</footer>
</div>
<?php wp_footer(); ?>
<?php // get_template_part('partials/rtb-floor.php'); ?>
</body>
</html>