Compare commits

...

2 Commits

Author SHA1 Message Date
Vencislav Atanasov 8be02b68c8 Add 2024 logo 2024-10-10 00:03:46 +03:00
Vencislav Atanasov 827ad21a33 Add 2024 banner 2024-10-10 00:03:09 +03:00
3 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@
} else if ($blog_slug == '2023') {
echo '<section class="banner cf" style="background: url('.get_template_directory_uri().'/img/banner-back-2023.png) top center no-repeat;padding: 0.2em 0 0 0;height: 258px;"><img src="'.get_template_directory_uri().'/img/banner-'.of_get_lang().'-2023.png" alt="" style="margin-left: calc(40vw - 428px);" /></section>';
} else if ($blog_slug == '2024') {
echo '<section class="banner cf" style="background: url('.get_template_directory_uri().'/img/banner-back-2024.png) top center no-repeat;padding: 0.2em 0 0 0;height: 258px;"></section>';
} else {
echo '<section class="banner cf" style="background: url(\''.get_template_directory_uri().'/img/banner-back-'.$blog_slug.'.jpg\') top repeat-x;padding: 0.2em 0 0 0;height: 258px;"><img src="'.get_template_directory_uri().'/img/banner-'.of_get_lang().'-'. $blog_slug .'.png" alt="" /></section>';
}

BIN
img/banner-back-2024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

BIN
img/logo-2024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB