Update projects
This commit is contained in:
parent
921b830bcf
commit
4851122721
1 changed files with 4 additions and 16 deletions
|
@ -21,19 +21,13 @@ func Projects(c echo.Context) error {
|
|||
Name: "Atash",
|
||||
Description: "The 🔥hottest🔥 full-stack Remix template!",
|
||||
Tags: []string{"react", "remix.js", "template"},
|
||||
Href: "http://atash.atri.dad",
|
||||
Href: "https://github.com/atridadl/Atash",
|
||||
},
|
||||
{
|
||||
Name: "Darius TS",
|
||||
Description: "🚀 A Web Application Template Powered by HTMX + Elysia + Tailwind 🚀",
|
||||
Tags: []string{"typescript", "htmx", "template"},
|
||||
Href: "https://ts.darius.atri.dad",
|
||||
},
|
||||
{
|
||||
Name: "Darius Go",
|
||||
Description: "🚀 A Web Application Template Powered by HTMX + Go Fiber + Tailwind 🚀",
|
||||
Name: "GOTH Stack",
|
||||
Description: "🚀 A Web Application Template Powered by HTMX + Go + Tailwind 🚀",
|
||||
Tags: []string{"golang", "htmx", "template"},
|
||||
Href: "https://go.darius.atri.dad",
|
||||
Href: "https://github.com/atridadl/goth.stack",
|
||||
},
|
||||
{
|
||||
Name: "Himbot",
|
||||
|
@ -53,12 +47,6 @@ func Projects(c echo.Context) error {
|
|||
Tags: []string{"golang", "cli"},
|
||||
Href: "https://github.com/atridadl/loadr",
|
||||
},
|
||||
{
|
||||
Name: "GOTH Stack",
|
||||
Description: "A template using Go + Templates + HTMX",
|
||||
Tags: []string{"golang", "htmx", "template"},
|
||||
Href: "https://github.com/atridadl/goth.stack",
|
||||
},
|
||||
}
|
||||
|
||||
props := ProjectProps{
|
||||
|
|
Loading…
Add table
Reference in a new issue