From 7ab4a9a17377aa2f08001c08cfdc435e13fbe2c9 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Wed, 25 Mar 2026 22:33:04 +0100 Subject: [PATCH] edited the button corner on the main page --- src/lib/components/indie-button.ts | 17 ----------------- src/routes/+page.svelte | 4 ++-- static/common/buttons/flag-progress.png | Bin 532 -> 0 bytes static/common/buttons/gnu-linux.gif | Bin 550 -> 0 bytes static/common/buttons/notbyai.png | Bin 2301 -> 0 bytes static/common/buttons/sexno.png | Bin 487 -> 0 bytes 6 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 static/common/buttons/flag-progress.png delete mode 100644 static/common/buttons/gnu-linux.gif delete mode 100644 static/common/buttons/notbyai.png delete mode 100644 static/common/buttons/sexno.png diff --git a/src/lib/components/indie-button.ts b/src/lib/components/indie-button.ts index dc42312..5e91b52 100644 --- a/src/lib/components/indie-button.ts +++ b/src/lib/components/indie-button.ts @@ -5,23 +5,11 @@ export interface IndieButton { } export let buttons: IndieButton[] = [ - { - img: "flag-progress.png", - alt: "A button showing the progress pride flag.", - }, - { - img: "gnu-linux.gif", - alt: "A button with the Linux penguin and the text 'Made on GNU/Linux'.", - }, { img: "iso8601.png", alt: "A button with the text 'ISO 8601 YYYY-MM-DD'.", link: "https://www.iso8601.com/", }, - { - img: "notbyai.png", - alt: "A button with the text 'created by a human, not by AI' and a smiley next to it.", - }, { img: "queercoded.png", alt: "A button with the text \"you're telling me a queer coded this\" on a rainbow background.", @@ -31,11 +19,6 @@ export let buttons: IndieButton[] = [ alt: "A red button with the text 'MADE WITH SVELTEKIT'.", link: "https://svelte.dev", }, - { - img: "sexno.png", - alt: "A button with the text 'SEX? NO.' on a white background with a blue border.", - link: "https://youtu.be/J4i0tuoYBG0?t=176", - }, { img: "trans-rights-now.png", alt: "A button with the text 'TRANS RIGHTS NOW!' next to a trans flag.", diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index cf034ec..3374fb9 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,5 @@