diff --git a/public/buttons/88x31.png b/public/buttons/88x31.png new file mode 100644 index 0000000..b978df8 Binary files /dev/null and b/public/buttons/88x31.png differ diff --git a/public/buttons/devi.gif b/public/buttons/devi.gif new file mode 100644 index 0000000..19a7938 Binary files /dev/null and b/public/buttons/devi.gif differ diff --git a/public/buttons/pinkthecat.jpg b/public/buttons/pinkthecat.jpg new file mode 100644 index 0000000..fc6c6ab Binary files /dev/null and b/public/buttons/pinkthecat.jpg differ diff --git a/public/buttons/prefetcher.gif b/public/buttons/prefetcher.gif new file mode 100644 index 0000000..c275a6a Binary files /dev/null and b/public/buttons/prefetcher.gif differ diff --git a/public/buttons/starrymirai.gif b/public/buttons/starrymirai.gif new file mode 100644 index 0000000..6f94558 Binary files /dev/null and b/public/buttons/starrymirai.gif differ diff --git a/public/gradient.js b/public/scripts/gradient.js similarity index 100% rename from public/gradient.js rename to public/scripts/gradient.js diff --git a/src/components/InfoCard.astro b/src/components/InfoCard.astro index 442fa93..65cef2b 100644 --- a/src/components/InfoCard.astro +++ b/src/components/InfoCard.astro @@ -3,6 +3,6 @@ ---
- Ata + Ata

prefetcher

\ No newline at end of file diff --git a/src/components/StripeBackground.astro b/src/components/StripeBackground.astro index ef5a2c2..9c7214a 100644 --- a/src/components/StripeBackground.astro +++ b/src/components/StripeBackground.astro @@ -4,18 +4,22 @@ \ No newline at end of file diff --git a/src/components/WebsiteButton.astro b/src/components/WebsiteButton.astro index cd75e53..80e68d8 100644 --- a/src/components/WebsiteButton.astro +++ b/src/components/WebsiteButton.astro @@ -1,8 +1,10 @@ --- -const { image, link } = Astro.props; +const { image, link, person } = Astro.props; const actualImage = `/buttons/${image}`; + +const alt = `${person}'s site`; --- - - \ No newline at end of file + {alt} + diff --git a/src/pages/links.astro b/src/pages/links.astro index 25e9831..871305e 100644 --- a/src/pages/links.astro +++ b/src/pages/links.astro @@ -8,22 +8,29 @@ import WebsiteButton from "../components/WebsiteButton.astro";

88x31 land

- - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +

add mine to your site!

+

+ prefetcher's 88x31 button +

\ No newline at end of file