Skip to content

Commit 45d539b

Browse files
authored
chore(project): add Private Key Converter to projects (#8)
This Pull request adds a new project to the list of projects present on the website. See project details below... **Project Name:** Private Key Converter **About:** This is a tiny project that allows you to convert private key formats through a web interface. Currently, it supports conversion from `PKCS#1` to `PKCS#8`. **Screenshot:** ![private-key-converter](https://github.com/babblebey/babblebey.dev/assets/25631971/d7979dcc-5ae6-49aa-9e02-ff7cb5cd1af2)
1 parent 2e4c37a commit 45d539b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

data/projects.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,19 @@ export const categories: ProjectCategoryObj[] = [
1414
{
1515
title: "tool",
1616
icon: "tool",
17-
desc: "Tools that I've created to remove repitition from my workflow."
17+
desc: "Tools that I've created to (ease steps or) remove repitition from my workflow."
1818
},
1919
]
2020

2121
export const projects: Project[] = [
22+
{
23+
title: "Private Key Converter",
24+
url: "https://private-key-converter.vercel.app",
25+
linkText: "Check it out",
26+
image: "/private-key-converter.png",
27+
desc: "A web interface where you convert private key formats.",
28+
category: "tool"
29+
},
2230
{
2331
title: "RobustHR",
2432
url: "https://robusthr.com",
@@ -43,4 +51,4 @@ export const projects: Project[] = [
4351
desc: "A website developed for a petroleum products trading company in Nigeria.",
4452
category: "itbey Co."
4553
},
46-
];
54+
];

public/private-key-converter.png

297 KB
Loading

0 commit comments

Comments
 (0)