From e54f8b64b39ffa909f75b20a8e19cf26a3af7c05 Mon Sep 17 00:00:00 2001 From: wpsimon09 Date: Wed, 2 Apr 2025 15:03:41 +0200 Subject: [PATCH] added redit to the socials list --- _data/social.json | 5 +++++ images/social/reddit-dark.svg | 1 + images/social/reddit.svg | 1 + 3 files changed, 7 insertions(+) create mode 100644 images/social/reddit-dark.svg create mode 100644 images/social/reddit.svg diff --git a/_data/social.json b/_data/social.json index 8b57b26..428f150 100644 --- a/_data/social.json +++ b/_data/social.json @@ -18,5 +18,10 @@ "name": "Bsky", "link": "https://bsky.app/profile/shader-slang.bsky.social", "image": "images/social/bluesky.svg" + }, + { + "name": "Reddit", + "link": "https://www.reddit.com/r/SlangShadingLanguage", + "image": "images/social/reddit-dark.svg" } ] diff --git a/images/social/reddit-dark.svg b/images/social/reddit-dark.svg new file mode 100644 index 0000000..f991ed9 --- /dev/null +++ b/images/social/reddit-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/social/reddit.svg b/images/social/reddit.svg new file mode 100644 index 0000000..46546c9 --- /dev/null +++ b/images/social/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file