Added ADPPM

This commit is contained in:
Space-Banane
2026-01-16 21:48:07 +01:00
parent 6022d6dc68
commit 5ebd8a4908

View File

@@ -1185,7 +1185,7 @@ const miniProjects: MiniProject[] = [
description: "Convert Lego set instructions to STL files for 3D printing.", 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.", 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", 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", title: "Thoughtful Extention for Raycast",
@@ -1196,6 +1196,7 @@ const miniProjects: MiniProject[] = [
color: "blue", color: "blue",
content: "Requires Thoughtful & Raycast to use lol", content: "Requires Thoughtful & Raycast to use lol",
}, },
image: "https://shx.reversed.dev/u/bCOaZt.png"
}, },
{ {
title: "Big File Generator", title: "Big File Generator",
@@ -1206,6 +1207,20 @@ const miniProjects: MiniProject[] = [
image: image:
"https://em-content.zobj.net/source/microsoft-3D-fluent/433/file-folder_1f4c1.png", "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[] = [ const experiences: Experience[] = [