diff --git a/_data/projects.json b/_data/projects.json index 0a2e72c..42635df 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -108,7 +108,38 @@ "hero": { "img_src": "/assets/images/projects/FrostBucket.png" } - },{ + }, + { + "title": "MinimapServer", + "description": "MinimapServer is an open-source re-implementation of xaero96's Minimap API for his popular Xaero's Minimap and Xaero's World Map Minecraft mods.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/MinimapServer" + }, + { + "icon": "fas fa-book", + "url": "https://ewpratten.retrylife.ca/MinimapServer/" + } + ] + }, + { + "title": "mathutils", + "description": "The goal of this library is to provide a few small and simple functions to speed up software development involving linear transformations and basic trigonometry.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/mathutils" + }, + { + "icon": "fas fa-book", + "url": "https://ewpratten.retrylife.ca/mathutils/" + } + ] + }, + { "title": "Bird's-Eye", "description": "A GUI application for providing a multi-user bird's-eye view of players on Minecraft servers that have the Dynmap plugin installed.", "text_buttons": [], @@ -312,7 +343,7 @@ "url": "https://github.com/Ewpratten/FRC-actions" } ], - "archived":true + "archived": true }, { "title": "Shift",