aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-12-31 18:46:59 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-12-31 18:46:59 +0300
commit397e0f6d3fe295b4153ef9b6e25e270c50ff5055 (patch)
treeff26d33bb0c78680de2a2c3989ddc196f2227f4a
parentdeef076b94cadc88b4c8bb38be25393738b82d60 (diff)
downloadyaroslavps.com-397e0f6d3fe295b4153ef9b6e25e270c50ff5055.tar.gz
yaroslavps.com-397e0f6d3fe295b4153ef9b6e25e270c50ff5055.zip
Happy New Year
-rw-r--r--sass/css/_newyear.scss7
-rw-r--r--sass/css/yaroslavps.scss1
-rw-r--r--templates/index.html4
3 files changed, 12 insertions, 0 deletions
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.</p>
+ <p class="newyear-msg">Merry Christmas and a Happy New
+ Year!</p>
+ <p class="newyear-msg">¡Feliz Navidad y Año Nuevo!</p>
+ <p class="newyear-msg">С новым годом и рождеством!</p>
<h2>Getting in contact</h2>
<p>If you want to contact me, you can do so by email at:
<a href="mailto:yps@yaroslavps.com">yps@yaroslavps.com</a>