This commit is contained in:
parent
690b902c99
commit
6e6207c381
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@ type ProjectProps struct {
|
|||
|
||||
func Projects(c echo.Context) error {
|
||||
projects := []lib.CardLink{
|
||||
{
|
||||
Name: "BlueSky PDS Manager",
|
||||
Description: "A web-based BlueSky PDS Manager. Manage your invite codes and users with a simple web UI.",
|
||||
Tags: []string{"astro", "atproto"},
|
||||
Href: "https://pdsman.atri.dad",
|
||||
},
|
||||
{
|
||||
Name: "Pollo",
|
||||
Description: "A dead-simple real-time voting tool.",
|
||||
|
|
Loading…
Add table
Reference in a new issue