diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index be3fd5f..73816eb 100644
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -303,4 +303,15 @@ footer {
white-space: pre;
}
}
-}
\ No newline at end of file
+}
+
+#inconspicuous-timer-a > i {
+ color: $body-font-color;
+ text-decoration: none;
+ font-style: normal !important;
+
+}
+
+#inconspicuous-timer-a > i:hover {
+ text-decoration: underline $background-color;
+}
diff --git a/content/_index.md b/content/_index.md
index addeae7..797aa46 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -45,3 +45,6 @@ This website is [open source](https://code.lila.network/lauralani/personal-websi
This page makes due without any cookies, javascript frameworks and databases in the effort to make the web quick and usable again :)
This page was last updated at {{< last-updated >}}
+
+
+{{< footer-timer >}}
diff --git a/layouts/shortcodes/footer-timer.html b/layouts/shortcodes/footer-timer.html
new file mode 100644
index 0000000..d9e84e9
--- /dev/null
+++ b/layouts/shortcodes/footer-timer.html
@@ -0,0 +1,33 @@
+^-^
+
+
diff --git a/static/images/curious_cat.jpg b/static/images/curious_cat.jpg
new file mode 100644
index 0000000..949ee45
Binary files /dev/null and b/static/images/curious_cat.jpg differ