Add 2024 banner

This commit is contained in:
Vencislav Atanasov 2024-10-10 00:03:09 +03:00
parent 9e4448b363
commit 827ad21a33
2 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