works: change name for projects
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
42c3f88cee
commit
3d5bbe3cbf
1 changed files with 3 additions and 3 deletions
|
@ -265,7 +265,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
|
||||||
roles: [Role.Author],
|
roles: [Role.Author],
|
||||||
technologies: [Technology.Python],
|
technologies: [Technology.Python],
|
||||||
startDate: new Date("2019-07-23"),
|
startDate: new Date("2019-07-23"),
|
||||||
status: Status.PassivelyMaintained,
|
status: Status.AsIs,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "marshmallow_pageinfo",
|
name: "marshmallow_pageinfo",
|
||||||
|
@ -277,7 +277,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
|
||||||
status: Status.AsIs,
|
status: Status.AsIs,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "BinaryManagement",
|
name: "Binary Management",
|
||||||
url: "https://www.binarymanagement.com",
|
url: "https://www.binarymanagement.com",
|
||||||
description: "Project management tool for interior designers",
|
description: "Project management tool for interior designers",
|
||||||
roles: [Role.Developer, Role.TechLead, Role.TeamLead],
|
roles: [Role.Developer, Role.TechLead, Role.TeamLead],
|
||||||
|
@ -295,7 +295,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
|
||||||
status: Status.ActiveDeveloped,
|
status: Status.ActiveDeveloped,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "CoreSpirit",
|
name: "Core Spirit",
|
||||||
url: "https://corespirit.com",
|
url: "https://corespirit.com",
|
||||||
description: "Social platform focusing on human and planetary enhancement",
|
description: "Social platform focusing on human and planetary enhancement",
|
||||||
roles: [Role.Developer],
|
roles: [Role.Developer],
|
||||||
|
|
Loading…
Reference in a new issue