diff --git a/_data/88x31.toml b/_data/88x31.toml index cbc31f8..744ef15 100644 --- a/_data/88x31.toml +++ b/_data/88x31.toml @@ -7,7 +7,9 @@ people = [ ] misc = [ - { image = "parentaladvisory", alt = "sorry..." }, - { image = "4everfriend", alt = "yay!!" } + { image = "bookmarkme", alt = "bookmark this page NOW!" }, + { image = "blink", alt = "blinking eyes" }, + { image = "parentaladvisory", alt = "PARENTAL ADVISORY: i say FUCK a lot" }, + { image = "4everfriend", alt = "4everfriend!!" } ] diff --git a/_includes/footer.njk b/_includes/footer.njk index 91de27b..49b0f6e 100644 --- a/_includes/footer.njk +++ b/_includes/footer.njk @@ -1 +1 @@ -

yay!!sorry...
est. 2025 | yuki © Do What the Fuck You Want to Public License

\ No newline at end of file +

{% for button in 88x31.buttons.misc.splice(0, 3) %}{{ button.alt }}{% endfor %}
est. 2025 | yuki © Do What the Fuck You Want to Public License

\ No newline at end of file diff --git a/img/buttons/blink.gif b/img/buttons/blink.gif new file mode 100644 index 0000000..2acde1c Binary files /dev/null and b/img/buttons/blink.gif differ diff --git a/img/buttons/bookmarkme.gif b/img/buttons/bookmarkme.gif new file mode 100644 index 0000000..e9a9db1 Binary files /dev/null and b/img/buttons/bookmarkme.gif differ