change bento project to konbini
bento will be merged into konbini
This commit is contained in:
parent
f59efc533e
commit
3f231b5f7f
1 changed files with 7 additions and 7 deletions
14
page.go
14
page.go
|
|
@ -51,10 +51,10 @@ func renderPage(c echo.Context) error {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Bento",
|
Name: "Konbini",
|
||||||
URL: "",
|
URL: "",
|
||||||
Description: "API service to manage projects' secrets or environment variables with the ability to separate the variables into their own environment.",
|
Description: "A \"convenient store\" with API services to manage projects' secrets or environment variables with the ability to separate the variables into their own environment.",
|
||||||
Repo: "https://github.com/juancwu/bento",
|
Repo: "https://github.com/juancwu/konbini",
|
||||||
Classes: "border-sky-500",
|
Classes: "border-sky-500",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{
|
{
|
||||||
|
|
@ -63,13 +63,13 @@ func renderPage(c echo.Context) error {
|
||||||
TechClasses: "transition bg-zinc-950 text-zinc-100",
|
TechClasses: "transition bg-zinc-950 text-zinc-100",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
TechName: "Chi",
|
TechName: "Echo",
|
||||||
TechURL: "https://go-chi.io/#/",
|
TechURL: "https://echo.labstack.com/",
|
||||||
TechClasses: "bg-zinc-950 text-zinc-100",
|
TechClasses: "bg-zinc-950 text-zinc-100",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
TechName: "PlanetScale",
|
TechName: "PostgreSQL",
|
||||||
TechURL: "https://planetscale.com/",
|
TechURL: "https://www.postgresql.org/",
|
||||||
TechClasses: "bg-zinc-950 text-zinc-100",
|
TechClasses: "bg-zinc-950 text-zinc-100",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue