Skip to content

Commit

Permalink
chore(project): add Private Key Converter to projects (#8)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
babblebey authored Mar 31, 2024
1 parent 2e4c37a commit 45d539b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -43,4 +51,4 @@ export const projects: Project[] = [
desc: "A website developed for a petroleum products trading company in Nigeria.",
category: "itbey Co."
},
];
];
Binary file added public/private-key-converter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45d539b

Please sign in to comment.