Updated projects
This commit is contained in:
parent
0bcea4cf4c
commit
0a0ee57171
2 changed files with 2 additions and 10 deletions
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"golang.go",
|
||||
"bradlc.vscode-tailwindcss",
|
||||
"redhat.vscode-yaml",
|
||||
"a-h.templ"
|
||||
]
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue