Готовый хедер и футер

This commit is contained in:
2026-05-03 14:46:21 +03:00
parent f62eece199
commit 208614f71b
5 changed files with 26 additions and 21 deletions

View File

@@ -25,7 +25,7 @@
color: #2f2520;
font-size: 24px;
line-height: 1.1;
font-family: "Cormorant Garamond", Georgia, serif;
/* font-family: "Cormorant Garamond", Georgia, serif; */
}
.site-footer__text {
@@ -81,8 +81,17 @@
width: min(1280px, calc(100% - 20px));
padding-top: 42px;
}
.site-footer__grid {
gap: 24px;
}
.site-footer__col {
flex:0 0 50%;
margin-bottom: 15px;
}
.site-footer__grid {
gap: 0;
}
.site-footer__title {
margin: 0 0 10px;
color: #2f2520;
font-size: 16px;
line-height: 1.1;
}
}

View File

@@ -88,8 +88,8 @@ body {
.site-header__logo-text {
color: var(--st-ink);
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 29px;
/* font-family: Georgia, serif; */
font-size: 16px;
line-height: 0.95;
}
@@ -196,8 +196,8 @@ body {
.mobile-menu__panel {
position: relative;
z-index: 2;
height: 100%;
width: 100%;
height: 100vh;
background: linear-gradient(160deg, #fffdf9 0%, #f9efe4 100%);
padding: 26px 18px 30px;
display: flex;
@@ -288,10 +288,6 @@ body.has-mobile-menu {
width: 38px;
height: 38px;
}
.site-header__logo-text {
font-size: 25px;
}
}
.wp-site-blocks {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@@ -3,7 +3,9 @@
<div class="site-footer__container">
<div class="site-footer__grid">
<div class="site-footer__col">
<h3 class="site-footer__title">Sevastopol Tort</h3>
<a class="site-header__logo" href="/" aria-label="На главную">
<img src="wp-content/themes/twentytwentyfive/assets/images/tort.png" alt="" width="65px" height="65px">
</a>
<p class="site-footer__text">Авторские торты на заказ в Севастополе с доставкой по городу.</p>
</div>
@@ -14,7 +16,6 @@
<li class="site-footer__item"><a class="site-footer__link" href="/torty-na-zakaz/">Торты на заказ</a></li>
<li class="site-footer__item"><a class="site-footer__link" href="/portfolio/">Портфолио</a></li>
<li class="site-footer__item"><a class="site-footer__link" href="/faq/">FAQ</a></li>
<li class="site-footer__item"><a class="site-footer__link" href="/kontakty/">Контакты</a></li>
</ul>
</div>
@@ -42,7 +43,7 @@
</div>
<div class="site-footer__bottom">
<p class="site-footer__copy">© 2026 Sevastopol Tort. Все права защищены.</p>
<p class="site-footer__copy">© 2026 Все права защищены.</p>
<a class="site-footer__policy" href="/politika-konfidencialnosti/">Политика конфиденциальности</a>
</div>
</div>

View File

@@ -10,19 +10,19 @@
<div class="site-header__main">
<div class="site-header__container site-header__container--main">
<a class="site-header__logo" href="/" aria-label="На главную">
<span class="site-header__logo-mark">ST</span>
<span class="site-header__logo-text">Sevastopol Tort</span>
<img src="wp-content/themes/twentytwentyfive/assets/images/tort.png" alt="" width="65px" height="65px">
<!-- <span class="site-header__logo-mark">ST</span> -->
<span class="site-header__logo-text">СОЗДАЕМ ПОВОД<br>ДЛЯ ПРАЗДНИКА</span>
</a>
<nav class="site-header__nav" aria-label="Основная навигация">
<ul class="site-header__menu">
<li class="site-header__menu-item"><a class="site-header__menu-link" href="/">Главная</a></li>
<li class="site-header__menu-item"><a class="site-header__menu-link" href="/torty-na-zakaz/">Торты на заказ</a></li>
<li class="site-header__menu-item"><a class="site-header__menu-link" href="/bento/">Бенто</a></li>
<li class="site-header__menu-item"><a class="site-header__menu-link" href="/detskie/">Детские</a></li>
<li class="site-header__menu-item"><a class="site-header__menu-link" href="/svadebnye/">Свадебные</a></li>
<li class="site-header__menu-item"><a class="site-header__menu-link" href="/nachinki/">Начинки</a></li>
<li class="site-header__menu-item"><a class="site-header__menu-link" href="/ceny/">Цены</a></li>
<li class="site-header__menu-item"><a class="site-header__menu-link" href="/dostavka-i-oplata/">Доставка и оплата</a></li>
<li class="site-header__menu-item"><a class="site-header__menu-link" href="/otzyvy/">Отзывы</a></li>
<li class="site-header__menu-item"><a class="site-header__menu-link" href="/kontakty/">Контакты</a></li>
@@ -30,7 +30,6 @@
</nav>
<div class="site-header__actions">
<a class="site-header__messenger" href="https://wa.me/79780000000" target="_blank" rel="noopener noreferrer">WhatsApp</a>
<a class="site-header__cta" href="/torty-na-zakaz/">Заказать торт</a>
</div>