From db71ccc71a134813c1e41c99f252966bccb91fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 24 Dec 2022 14:30:19 +0300 Subject: Happy holidays 2022-2023! --- sass/css/yaroslavps.scss | 5 +++-- templates/index.html | 9 +++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index dd518df..58ce243 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -12,7 +12,8 @@ html, body { width: 100%; min-height: 100vh; font-size: 14px; - background: $bg0; + background-color: $bg0; + background-image: url("/img/snowfall.gif"); } ul, @@ -158,6 +159,7 @@ span.publish-date { height: auto; border-top: 1px solid $white; border-bottom: 1px solid $white; + background-color: $bg0; } .landing-header { @@ -195,7 +197,6 @@ span.publish-date { } .content-container { - background-color: $bg0; min-height: 90vh; } diff --git a/templates/index.html b/templates/index.html index 3516ac3..4f7463d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -31,6 +31,9 @@ {% set weblog = get_section(path=weblog_path) %} {% set recipes = get_section(path=recipes_path) %} {% if lang == "ru" %} +

+ С Новым 2023 Годом и Рождеством! +

Добро пожаловать в мой уголок интернета. Меня зовут Ярослав. Я занимаюсь программировнием в качестве своей работы и увлечения, но увлекаюсь не только @@ -42,6 +45,9 @@ по большей части пишу на английском. Вот что можно найти на моём сайте:

{% elif lang == "es" %} +

+ ¡Feliz Navidad y un Prospero 2023! +

Bienvenido a mi pequeño rincón de internet. Yo soy Yaroslav. Programo para ganarme la vida y por diversión, aunque no es lo único que hago por @@ -54,6 +60,9 @@ contenido está en inglés. Esto es lo que puedes encontrar en mi sitio:

{% else %} +

+ Merry Christmas and a Happy New Year 2023! +

Welcome to my little corner of the internet. I'm Yaroslav. I write software for a living, and also for fun, although it's not the only thing I -- cgit v1.2.3