diff --git a/assets/buttons/old_sneexy.png b/assets/buttons/old_sneexy.png new file mode 100644 index 0000000..9e9fed3 Binary files /dev/null and b/assets/buttons/old_sneexy.png differ diff --git a/assets/buttons/old_sneexy_cat.png b/assets/buttons/old_sneexy_cat.png new file mode 100644 index 0000000..a636b09 Binary files /dev/null and b/assets/buttons/old_sneexy_cat.png differ diff --git a/assets/buttons/sneexy.png b/assets/buttons/sneexy.png index 9e9fed3..74c13c0 100644 Binary files a/assets/buttons/sneexy.png and b/assets/buttons/sneexy.png differ diff --git a/assets/buttons/sneexy.svg b/assets/buttons/sneexy.svg new file mode 100644 index 0000000..e2f51a6 --- /dev/null +++ b/assets/buttons/sneexy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/buttons/sneexy_cat.png b/assets/buttons/sneexy_cat.png index a636b09..74c13c0 100644 Binary files a/assets/buttons/sneexy_cat.png and b/assets/buttons/sneexy_cat.png differ diff --git a/index.html b/index.html index 427d27e..dc8e4e2 100644 --- a/index.html +++ b/index.html @@ -166,11 +166,8 @@

me! (click to copy html)

- -
diff --git a/script.js b/script.js index 14c6b76..8073697 100644 --- a/script.js +++ b/script.js @@ -1,10 +1,5 @@ // snippet that copies the html for my button(s) -function copyButtonRegular() { - navigator.clipboard.writeText ('Sneexy'); - alert("button html copied!"); -} - -function copyButtonCatppuccin() { - navigator.clipboard.writeText ('Sneexy'); +function copyButton() { + navigator.clipboard.writeText ('Sneexy'); alert("button html copied!"); } \ No newline at end of file