diff options
-rw-r--r-- | sass/css/_newyear.scss | 7 | ||||
-rw-r--r-- | sass/css/yaroslavps.scss | 1 | ||||
-rw-r--r-- | templates/index.html | 4 |
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> |