This commit is contained in:
User A0264400
2026-04-18 17:34:45 +03:00
parent 9f141d94ca
commit 88abd59222
26 changed files with 106 additions and 86 deletions

View File

@@ -124,7 +124,7 @@
display: grid;
place-items: center;
border-radius: 18px;
background: linear-gradient(145deg, #3cc8ff, #0d4fd6);
background: #fff;
color: #fff;
box-shadow: 0 14px 28px rgba(13, 79, 214, 0.24);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 757 KiB

View File

@@ -19,9 +19,10 @@ if ( ! $blog_url ) {
<div class="classic-footer-col brand-col">
<a class="brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="Перейти на главную страницу">
<span class="brand-mark" aria-hidden="true">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C9 6.1 6 9.4 6 13.2C6 16.9 8.69 20 12 20C15.31 20 18 16.9 18 13.2C18 9.4 15 6.1 12 2Z" fill="currentColor"/>
</svg>
</svg> -->
<img src="<?php echo esc_url( home_url( '/wp-content/themes/twentytwentyfour/assets/images/logo.png' ) ); ?>" alt="">
</span>
<span class="brand-text">
<strong>АкваЛиния</strong>

View File

@@ -22,9 +22,10 @@ $blog_is_active = is_home() || is_singular( 'post' ) || is_category() || is_tag(
<div class="header-row">
<a class="brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="Перейти на главную страницу">
<span class="brand-mark" aria-hidden="true">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C9 6.1 6 9.4 6 13.2C6 16.9 8.69 20 12 20C15.31 20 18 16.9 18 13.2C18 9.4 15 6.1 12 2Z" fill="currentColor"/>
</svg>
</svg> -->
<img src="<?php echo esc_url( home_url( '/wp-content/themes/twentytwentyfour/assets/images/logo.png' ) ); ?>" alt="">
</span>
<span class="brand-text">
<strong>АкваЛиния</strong>