From 397e0f6d3fe295b4153ef9b6e25e270c50ff5055 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
Date: Thu, 31 Dec 2020 18:46:59 +0300
Subject: Happy New Year
---
sass/css/_newyear.scss | 7 +++++++
sass/css/yaroslavps.scss | 1 +
templates/index.html | 4 ++++
3 files changed, 12 insertions(+)
create mode 100644 sass/css/_newyear.scss
diff --git a/sass/css/_newyear.scss b/sass/css/_newyear.scss
new file mode 100644
index 0000000..181d807
--- /dev/null
+++ b/sass/css/_newyear.scss
@@ -0,0 +1,7 @@
+.newyear-msg {
+ text-align: center;
+ font-size: 1.6em;
+ font-variant-caps: small-caps;
+ font-family: $font_serif;
+ color: $red;
+}
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss
index 9527260..8f5eeef 100644
--- a/sass/css/yaroslavps.scss
+++ b/sass/css/yaroslavps.scss
@@ -1,6 +1,7 @@
@import "normalize";
@import "colors";
@import "fonts";
+@import "newyear";
html, body {
width: 100%;
diff --git a/templates/index.html b/templates/index.html
index 6af40ef..3cbec6c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -18,6 +18,10 @@
sometimes write about what I do or think on my weblog, or to remind myself
of how to do certain things. You can take a look around, maybe you'll find
something interesting or useful.
+ Merry Christmas and a Happy New
+ Year!
+ ¡Feliz Navidad y Año Nuevo!
+ С новым годом и рождеством!
Getting in contact
If you want to contact me, you can do so by email at:
yps@yaroslavps.com
--
cgit v1.2.3