From 5ebd8a4908b923f34eda1a550b4fbb305044ee02 Mon Sep 17 00:00:00 2001 From: Space-Banane <64922620+Space-Banane@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:48:07 +0100 Subject: [PATCH] Added ADPPM --- src/App.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 0665096..c0433e7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1185,7 +1185,7 @@ const miniProjects: MiniProject[] = [ description: "Convert Lego set instructions to STL files for 3D printing.", why: "A friend of mine searched for a website that does something like this, so i made one.", github: "https://github.com/Space-Banane/lego-to-stl", - image: "https://zippy.trumplovesgiving.top/u/44nekH.png", + image: "https://shx.reversed.dev/u/44nekH.png", }, { title: "Thoughtful Extention for Raycast", @@ -1196,6 +1196,7 @@ const miniProjects: MiniProject[] = [ color: "blue", content: "Requires Thoughtful & Raycast to use lol", }, + image: "https://shx.reversed.dev/u/bCOaZt.png" }, { title: "Big File Generator", @@ -1206,6 +1207,20 @@ const miniProjects: MiniProject[] = [ image: "https://em-content.zobj.net/source/microsoft-3D-fluent/433/file-folder_1f4c1.png", }, + { + title: "Active Directory Profile Picture Management", + description: "Manage and update Active Directory profile pictures easily.", + why: "I wanted a simple way to manage profile pictures in Active Directory. (home lab stuff)", + github: "https://github.com/Space-Banane/ADPPM", + image: + "https://shx.reversed.dev/u/RSqlwN.png", + note: { + color: "red", + content: + "Work in Progress + Requires Active Directory Environment + Requires Go to be installed", + }, + + }, ]; const experiences: Experience[] = [