Merge pull request 'Update projects' (#5) from main into live
All checks were successful
Deploy / build-and-deploy (push) Successful in 14s
All checks were successful
Deploy / build-and-deploy (push) Successful in 14s
Reviewed-on: #5
This commit is contained in:
commit
0f15ddb98d
1 changed files with 58 additions and 8 deletions
66
data/data.go
66
data/data.go
|
|
@ -22,12 +22,62 @@ type Page struct {
|
|||
func GetPageData() Page {
|
||||
return Page{
|
||||
Projects: []Project{
|
||||
{
|
||||
Name: "Splinter",
|
||||
URL: "",
|
||||
Description: "Simple and minimal structured logger in Go with file rotation.",
|
||||
Repo: "https://git.juancwu.dev/juancwu/splinter",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "Go", TechURL: "https://pkg.go.dev/git.juancwu.dev/juancwu/splinter", TechClasses: ""},
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "Errx",
|
||||
URL: "",
|
||||
Description: "Go error library that builds readable breadcrumb chains as errors propagate.",
|
||||
Repo: "https://git.juancwu.dev/juancwu/errx",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "Go", TechURL: "https://pkg.go.dev/git.juancwu.dev/juancwu/errx", TechClasses: ""},
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "Cubby",
|
||||
URL: "",
|
||||
Description: "Tiny in-memory key-value cache shared between processes via a Unix socket.",
|
||||
Repo: "https://git.juancwu.dev/juancwu/cubby",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "Go", TechURL: "https://pkg.go.dev/git.juancwu.dev/juancwu/cubby", TechClasses: ""},
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "Ficha",
|
||||
URL: "",
|
||||
Description: "Go library for opaque tokens with embedded permissions.",
|
||||
Repo: "https://git.juancwu.dev/juancwu/ficha",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "Go", TechURL: "https://pkg.go.dev/git.juancwu.dev/juancwu/ficha", TechClasses: ""},
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "Lightmux",
|
||||
URL: "",
|
||||
Description: "Small wrapper around Go's net/http ServeMux with groups and middleware.",
|
||||
Repo: "https://git.juancwu.dev/juancwu/lightmux",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "Go", TechURL: "https://pkg.go.dev/git.juancwu.dev/juancwu/lightmux", TechClasses: ""},
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "Ccretdns",
|
||||
URL: "",
|
||||
Description: "DNS tool to resolve private domain names and public domains using upstream servers.",
|
||||
Repo: "https://git.juancwu.dev/juancwu/ccretdns",
|
||||
Classes: "border-red-400",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||
},
|
||||
|
|
@ -37,7 +87,7 @@ func GetPageData() Page {
|
|||
URL: "",
|
||||
Description: "Context-aware, just-in-time SSH agent wrapper.",
|
||||
Repo: "https://git.juancwu.dev/juancwu/gosh",
|
||||
Classes: "border-green-400",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||
},
|
||||
|
|
@ -47,7 +97,7 @@ func GetPageData() Page {
|
|||
URL: "",
|
||||
Description: "Simple expense tracker with real-time grocery list.",
|
||||
Repo: "https://git.juancwu.dev/juancwu/budgit",
|
||||
Classes: "border-blue-300",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||
{TechName: "PostgreSQL", TechURL: "https://postgresql.org", TechClasses: ""},
|
||||
|
|
@ -59,7 +109,7 @@ func GetPageData() Page {
|
|||
URL: "https://hawkhacks.ca",
|
||||
Description: "HawkHacks is a 36 hour in-person hackathon hosted at Wilfrid Laurier University.",
|
||||
Repo: "https://github.com/LaurierHawkHacks/Landing",
|
||||
Classes: "border-orange-300",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
|
||||
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
|
||||
|
|
@ -71,7 +121,7 @@ func GetPageData() Page {
|
|||
URL: "https://konfer.ca",
|
||||
Description: "The official landing site for Konfer Inc.",
|
||||
Repo: "https://github.com/KonferCA/Konfer.ca",
|
||||
Classes: "border-indigo-300",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
|
||||
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
|
||||
|
|
@ -83,7 +133,7 @@ func GetPageData() Page {
|
|||
URL: "https://lauriercs.ca",
|
||||
Description: "The official Computer Science club at Wilfrid Laurier University website.",
|
||||
Repo: "https://github.com/LaurierCS/Website",
|
||||
Classes: "border-cyan-400",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
|
||||
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
|
||||
|
|
@ -95,7 +145,7 @@ func GetPageData() Page {
|
|||
URL: "",
|
||||
Description: "Simple and effective URL shortoner.",
|
||||
Repo: "https://github.com/juancwu/shoto",
|
||||
Classes: "border-indigo-500",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "Next.js", TechURL: "https://nextjs.org/", TechClasses: ""},
|
||||
{TechName: "Drizzle ORM", TechURL: "https://orm.drizzle.team/", TechClasses: ""},
|
||||
|
|
@ -107,7 +157,7 @@ func GetPageData() Page {
|
|||
URL: "https://juancwu.dev",
|
||||
Description: "My personal portolio site?",
|
||||
Repo: "https://github.com/juancwu/potoforio",
|
||||
Classes: "border-gray-600",
|
||||
Classes: "border-zinc-600 hover:border-pink-400",
|
||||
TechList: []Tech{
|
||||
{TechName: "Golang", TechURL: "https://go.dev/", TechClasses: ""},
|
||||
{TechName: "HTMX", TechURL: "https://htmx.org/", TechClasses: ""},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue