diff --git a/public/assets/projects/inviter.png b/public/assets/projects/inviter.png new file mode 100644 index 0000000..11dc4ad Binary files /dev/null and b/public/assets/projects/inviter.png differ diff --git a/src/content/projects/inviter.md b/src/content/projects/inviter.md new file mode 100644 index 0000000..a8c51a1 --- /dev/null +++ b/src/content/projects/inviter.md @@ -0,0 +1,18 @@ +--- +category: "bots" +name: "Inviter" +description: "Simple discord bot that allows you to have a static invite link." +image: "/assets/projects/inviter.png" +links: [ + { + text: "Website", + url: "https://inviter.yht.one" + }, + { + text: "Source", + url: "https://github.com/YouHaveTrouble/Inviter" + }, +] +technologies: + - "java" +---