From c1375a6312373f83caca502133b1f0148c5619e0 Mon Sep 17 00:00:00 2001 From: Heli-o Date: Mon, 14 Oct 2024 20:55:16 +0200 Subject: [PATCH] added buttons --- quartz/components/buttons.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/quartz/components/buttons.json b/quartz/components/buttons.json index eaa7f53..339f25d 100644 --- a/quartz/components/buttons.json +++ b/quartz/components/buttons.json @@ -28,6 +28,14 @@ "type": "friend", "contentType": "image" }, + { + "image": "https://assets.derg.cz/buttons/say-no-to-web3.gif", + "url": "https://assets.derg.cz/buttons/say-no-to-web3.gif", + "alt": "Say no to web3! Keep the web free!", + "title": "Say no to web3! Keep the web free!", + "type": "misc", + "contentType": "image" + }, { "image": "https://assets.derg.cz/buttons/queerpride.gif", "url": "https://assets.derg.cz/buttons/queerpride.gif", @@ -83,5 +91,13 @@ "title": "C̴̼͗ǫ̶̒m̷͓͒ī̴̲ṇ̷̐g̶̹͛ ̶̣͗s̸̻͠ō̷̠o̵̝͐n̴̡̚.̷̼̆", "type": "misc", "contentType": "image" + }, + { + "image": "https://assets.derg.cz/buttons/screw.gif", + "url": "http://localhost/", + "alt": "Screw y'all, I'm going back to my local network", + "title": "Screw y'all, I'm going back to my local network", + "type": "misc", + "contentType": "image" } ]