diff --git a/views/assets/88x31/jaiden_sh.png b/views/assets/88x31/jaiden_sh.png new file mode 100644 index 0000000..0cf875e Binary files /dev/null and b/views/assets/88x31/jaiden_sh.png differ diff --git a/views/scripts/roll_buttons.js b/views/scripts/roll_buttons.js index def45b5..befa0b7 100644 --- a/views/scripts/roll_buttons.js +++ b/views/scripts/roll_buttons.js @@ -1,5 +1,10 @@ const buttonroll = document.getElementById("buttonroll"); const buttons = [ + { + href: "https://jaiden.sh/", + img: "/assets/88x31/jaiden_sh.png", + alt: "jaiden.sh", + }, { href: "https://arimelody.me/", img: "/assets/88x31/arimelody_me.gif", diff --git a/views/styles/buttonroll.css b/views/styles/buttonroll.css index f8be730..de4af30 100644 --- a/views/styles/buttonroll.css +++ b/views/styles/buttonroll.css @@ -5,6 +5,12 @@ gap: 8px; max-width: 50em; margin: auto; + padding: 8px 0; +} +#buttonroll a { + display: inline-block; + width: 88px; + height: 31px; } #buttonroll img { display: inline-block;