add beta rfo

This commit is contained in:
2025-06-18 13:44:08 +03:00
parent b0536e98b8
commit bd95014d3b
16 changed files with 347 additions and 186 deletions

View File

@@ -1,27 +1,17 @@
</main>
<footer itemscope itemtype="https://schema.org/WPFooter" class="footer">
<footer itemscope itemtype="https://schema.org/WPFooter" class="footer footer__rfo">
<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 class="footer-top__inner footer-top__rfo">
<div class="footer-logoline__rfo">
<?php get_template_part('rfo/logoline'); ?>
</div>
<nav class="nav footer__nav">
<?php get_template_part('rfo/menu-rfo'); ?>
</nav>
</div>
</div>
</div>