diff --git a/views/pages/works.ts b/views/pages/works.ts index 4ef1279..6254fe6 100644 --- a/views/pages/works.ts +++ b/views/pages/works.ts @@ -110,6 +110,31 @@ enum Status { } const CHRONOLOGICAL_WORKS: Work[] = [ + { + name: RepoLink("vnetod", "/pleshevskiy/vnetod"), + description: "Dotenv section switcher", + roles: [Role.Author], + technologies: [Technology.Rust], + startDate: "2022", + statuses: [Status.PassivelyMaintained], + }, + { + name: RepoLink("estring", "github.com/pleshevskiy/estring"), + description: "A simple way to parse a string using type annotations.", + roles: [Role.Author], + technologies: [Technology.Rust], + startDate: "2022", + statuses: [Status.ActiveDeveloped], + }, + { + name: RepoLink("enve", "github.com/pleshevskiy/enve"), + description: + "It helps you work with environment variables and convert it to any type using only type annotations", + roles: [Role.Author], + technologies: [Technology.Rust], + startDate: "2022", + statuses: [Status.ActiveDeveloped], + }, { name: RepoLink("dexios", "github.com/brxken128/dexios"), description: