diff --git a/data/projects.ts b/data/projects.ts index e7e4a1c..142fe6c 100644 --- a/data/projects.ts +++ b/data/projects.ts @@ -14,11 +14,19 @@ export const categories: ProjectCategoryObj[] = [ { title: "tool", icon: "tool", - desc: "Tools that I've created to remove repitition from my workflow." + desc: "Tools that I've created to (ease steps or) remove repitition from my workflow." }, ] export const projects: Project[] = [ + { + title: "Private Key Converter", + url: "https://private-key-converter.vercel.app", + linkText: "Check it out", + image: "/private-key-converter.png", + desc: "A web interface where you convert private key formats.", + category: "tool" + }, { title: "RobustHR", url: "https://robusthr.com", @@ -43,4 +51,4 @@ export const projects: Project[] = [ desc: "A website developed for a petroleum products trading company in Nigeria.", category: "itbey Co." }, -]; \ No newline at end of file +]; diff --git a/public/private-key-converter.png b/public/private-key-converter.png new file mode 100644 index 0000000..6c516d8 Binary files /dev/null and b/public/private-key-converter.png differ