aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-12-19 00:27:25 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-12-19 00:27:25 +0300
commit8a25e8c4ddc19773f80928ccc9804ae3f12dcd39 (patch)
tree853e6cf9c7afa33d711c2b9765ec5c5c11a73679
parent25fe5cc4d07beef6ab748d98be60d9e56123373b (diff)
downloadyaroslavps.com-8a25e8c4ddc19773f80928ccc9804ae3f12dcd39.tar.gz
yaroslavps.com-8a25e8c4ddc19773f80928ccc9804ae3f12dcd39.zip
Happy holidays season 2023-2024!
-rw-r--r--sass/css/yaroslavps.scss3
-rw-r--r--templates/index.html9
2 files changed, 11 insertions, 1 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss
index dd518df..52a9064 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,
diff --git a/templates/index.html b/templates/index.html
index bee440d..bf7be5d 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" %}
+ <p class="new-year">
+ С Новым 2024 Годом и Рождеством!
+ </p>
<p>
Добро пожаловать в мой уголок интернета. Меня зовут Ярослав. Я занимаюсь
программировнием в качестве своей работы и увлечения, но увлекаюсь не только
@@ -43,6 +46,9 @@
по большей части пишу на английском. Вот что можно найти на моём сайте:
</p>
{% elif lang == "es" %}
+ <p class="new-year">
+ ¡Feliz Navidad y un Prospero 2024!
+ </p>
<p>
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
@@ -56,6 +62,9 @@
contenido está en inglés. Esto es lo que puedes encontrar en mi sitio:
</p>
{% else %}
+ <p class="new-year">
+ Merry Christmas and a Happy New Year 2024!
+ </p>
<p>
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