chore: remove jjcrypto

This commit is contained in:
Dmitriy Pleshevskiy 2025-02-03 09:53:54 +03:00
parent fd3f9d226c
commit b05bea95c6
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -372,14 +372,4 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
endDate: new Date("2023-03-02"),
status: Status.AsIs,
},
{
name: "jjcrypto",
url: "/pleshevskiy/jjcrypto",
description: "Javascript encoder and decoder",
roles: [Role.Author],
technologies: [Technology.Php],
startDate: new Date("2015-11-01"),
endDate: new Date("2015-11-01"),
status: Status.AsIs,
},
];