diff --git a/static/img/project/manhunt.png b/static/img/project/manhunt.png new file mode 100644 index 0000000000000000000000000000000000000000..51593599a3b682b722291b64d681adec1faca284 Binary files /dev/null and b/static/img/project/manhunt.png differ diff --git a/templates/projects/998-manhunt.json b/templates/projects/998-manhunt.json new file mode 100644 index 0000000000000000000000000000000000000000..b7ff38eb5e88c9b7e0c0f85d310dd9e5dee004b4 --- /dev/null +++ b/templates/projects/998-manhunt.json @@ -0,0 +1,28 @@ +{ + "name": "Manhunt", + "image": "img/project/manhunt.png", + "description": "A Minecraft plugin to play the game of Manhunt, popularised by Dream.", + "badges": [ + { + "text": "In Progress", + "classes": "text-bg-warning" + } + ], + "buttons": [ + { + "text": "Spigot", + "url": "https://www.spigotmc.org/resources/minecraft-manhunt.97765/", + "classes": "btn-primary" + }, + { + "text": "Source Code", + "url": "https://github.com/Radialbog9/MinecraftManhunt", + "classes": "btn-secondary" + }, + { + "text": "Docs", + "url": "https://radialbog9.gitbook.io/minecraft-manhunt", + "classes": "btn-warning" + } + ] +} \ No newline at end of file diff --git a/templates/projects/999-heyheylibrary.json b/templates/projects/999-heyheylibrary.json new file mode 100644 index 0000000000000000000000000000000000000000..a9736d6653adbf8ee4a03efa862b5bceacaa2a45 --- /dev/null +++ b/templates/projects/999-heyheylibrary.json @@ -0,0 +1,18 @@ +{ + "name": "HeyHeyLibrary", + "image": "img/project/placeholder.png", + "description": "Library system written in Django", + "badges": [ + { + "text": "In Progress", + "classes": "text-bg-warning" + } + ], + "buttons": [ + { + "text": "Source Code", + "url": "https://git.rb9.xyz/TheJoeCoder/heyheylibrary/", + "classes": "btn-secondary" + } + ] +} \ No newline at end of file