Added ADPPM
This commit is contained in:
17
src/App.tsx
17
src/App.tsx
@@ -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[] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user