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",
|
Name: "Atash",
|
||||||
Description: "The 🔥hottest🔥 full-stack Remix template!",
|
Description: "The 🔥hottest🔥 full-stack Remix template!",
|
||||||
Tags: []string{"react", "remix.js", "template"},
|
Tags: []string{"react", "remix.js", "template"},
|
||||||
Href: "http://atash.atri.dad",
|
Href: "https://github.com/atridadl/Atash",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Darius TS",
|
Name: "GOTH Stack",
|
||||||
Description: "🚀 A Web Application Template Powered by HTMX + Elysia + Tailwind 🚀",
|
Description: "🚀 A Web Application Template Powered by HTMX + Go + 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 🚀",
|
|
||||||
Tags: []string{"golang", "htmx", "template"},
|
Tags: []string{"golang", "htmx", "template"},
|
||||||
Href: "https://go.darius.atri.dad",
|
Href: "https://github.com/atridadl/goth.stack",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Himbot",
|
Name: "Himbot",
|
||||||
|
@ -53,12 +47,6 @@ func Projects(c echo.Context) error {
|
||||||
Tags: []string{"golang", "cli"},
|
Tags: []string{"golang", "cli"},
|
||||||
Href: "https://github.com/atridadl/loadr",
|
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{
|
props := ProjectProps{
|
||||||
|
|
Loading…
Add table
Reference in a new issue