Template
1
0
Fork 0

Updated projects

This commit is contained in:
Atridad Lahiji 2024-09-23 00:54:50 -06:00
parent 0bcea4cf4c
commit 0a0ee57171
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438
2 changed files with 2 additions and 10 deletions

View file

@ -1,8 +0,0 @@
{
"recommendations": [
"golang.go",
"bradlc.vscode-tailwindcss",
"redhat.vscode-yaml",
"a-h.templ"
]
}

View file

@ -14,8 +14,8 @@ func Projects(c echo.Context) error {
{
Name: "Pollo",
Description: "A dead-simple real-time voting tool.",
Tags: []string{"react", "remix.js", "product"},
Href: "https://pollo.atri.dad",
Tags: []string{"golang", "htmx", "product"},
Href: "https://github.com/atridadl/pollo",
},
{
Name: "GOTH Stack",