From 178898ec440cf0d17f26c83414aa122b023fc362 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Sun, 23 Jun 2024 16:19:22 +0500 Subject: [PATCH] feat: add matrix card --- public/images/element.svg | 7 +++++++ public/js/cards.js | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 public/images/element.svg diff --git a/public/images/element.svg b/public/images/element.svg new file mode 100644 index 0000000..54a91b7 --- /dev/null +++ b/public/images/element.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/js/cards.js b/public/js/cards.js index cc52aa0..15a5a1a 100644 --- a/public/js/cards.js +++ b/public/js/cards.js @@ -24,6 +24,14 @@ const cards = [ url: "https://photos.wah.su", hasDarkMode: false, }, + { + image: "/public/images/element.svg", + name: "Matrix", + description: "An open network for secure, decentralised communication.", + about: "https://matrix.org", + url: "https://chat.wah.su", + hasDarkMode: false, + }, { image: "/public/images/zipline.png", name: "Zipline",