ui(page/works): add latest works
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
91bc37e990
commit
9c9f4cd19b
1 changed files with 25 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue