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",