unified card border colours
This commit is contained in:
parent
aed8b2aade
commit
968a04b9d1
1 changed files with 13 additions and 13 deletions
26
data/data.go
26
data/data.go
|
|
@ -27,7 +27,7 @@ func GetPageData() Page {
|
||||||
URL: "",
|
URL: "",
|
||||||
Description: "Simple and minimal structured logger in Go with file rotation.",
|
Description: "Simple and minimal structured logger in Go with file rotation.",
|
||||||
Repo: "https://git.juancwu.dev/juancwu/splinter",
|
Repo: "https://git.juancwu.dev/juancwu/splinter",
|
||||||
Classes: "border-yellow-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||||
},
|
},
|
||||||
|
|
@ -37,7 +37,7 @@ func GetPageData() Page {
|
||||||
URL: "",
|
URL: "",
|
||||||
Description: "Go error library that builds readable breadcrumb chains as errors propagate.",
|
Description: "Go error library that builds readable breadcrumb chains as errors propagate.",
|
||||||
Repo: "https://git.juancwu.dev/juancwu/errx",
|
Repo: "https://git.juancwu.dev/juancwu/errx",
|
||||||
Classes: "border-pink-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||||
},
|
},
|
||||||
|
|
@ -47,7 +47,7 @@ func GetPageData() Page {
|
||||||
URL: "",
|
URL: "",
|
||||||
Description: "Tiny in-memory key-value cache shared between processes via a Unix socket.",
|
Description: "Tiny in-memory key-value cache shared between processes via a Unix socket.",
|
||||||
Repo: "https://git.juancwu.dev/juancwu/cubby",
|
Repo: "https://git.juancwu.dev/juancwu/cubby",
|
||||||
Classes: "border-amber-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||||
},
|
},
|
||||||
|
|
@ -57,7 +57,7 @@ func GetPageData() Page {
|
||||||
URL: "",
|
URL: "",
|
||||||
Description: "Go library for opaque tokens with embedded permissions.",
|
Description: "Go library for opaque tokens with embedded permissions.",
|
||||||
Repo: "https://git.juancwu.dev/juancwu/ficha",
|
Repo: "https://git.juancwu.dev/juancwu/ficha",
|
||||||
Classes: "border-rose-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||||
},
|
},
|
||||||
|
|
@ -67,7 +67,7 @@ func GetPageData() Page {
|
||||||
URL: "",
|
URL: "",
|
||||||
Description: "Small wrapper around Go's net/http ServeMux with groups and middleware.",
|
Description: "Small wrapper around Go's net/http ServeMux with groups and middleware.",
|
||||||
Repo: "https://git.juancwu.dev/juancwu/lightmux",
|
Repo: "https://git.juancwu.dev/juancwu/lightmux",
|
||||||
Classes: "border-emerald-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||||
},
|
},
|
||||||
|
|
@ -77,7 +77,7 @@ func GetPageData() Page {
|
||||||
URL: "",
|
URL: "",
|
||||||
Description: "DNS tool to resolve private domain names and public domains using upstream servers.",
|
Description: "DNS tool to resolve private domain names and public domains using upstream servers.",
|
||||||
Repo: "https://git.juancwu.dev/juancwu/ccretdns",
|
Repo: "https://git.juancwu.dev/juancwu/ccretdns",
|
||||||
Classes: "border-red-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||||
},
|
},
|
||||||
|
|
@ -87,7 +87,7 @@ func GetPageData() Page {
|
||||||
URL: "",
|
URL: "",
|
||||||
Description: "Context-aware, just-in-time SSH agent wrapper.",
|
Description: "Context-aware, just-in-time SSH agent wrapper.",
|
||||||
Repo: "https://git.juancwu.dev/juancwu/gosh",
|
Repo: "https://git.juancwu.dev/juancwu/gosh",
|
||||||
Classes: "border-green-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||||
},
|
},
|
||||||
|
|
@ -97,7 +97,7 @@ func GetPageData() Page {
|
||||||
URL: "",
|
URL: "",
|
||||||
Description: "Simple expense tracker with real-time grocery list.",
|
Description: "Simple expense tracker with real-time grocery list.",
|
||||||
Repo: "https://git.juancwu.dev/juancwu/budgit",
|
Repo: "https://git.juancwu.dev/juancwu/budgit",
|
||||||
Classes: "border-blue-300",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Go", TechURL: "https://go.dev/", TechClasses: ""},
|
||||||
{TechName: "PostgreSQL", TechURL: "https://postgresql.org", TechClasses: ""},
|
{TechName: "PostgreSQL", TechURL: "https://postgresql.org", TechClasses: ""},
|
||||||
|
|
@ -109,7 +109,7 @@ func GetPageData() Page {
|
||||||
URL: "https://hawkhacks.ca",
|
URL: "https://hawkhacks.ca",
|
||||||
Description: "HawkHacks is a 36 hour in-person hackathon hosted at Wilfrid Laurier University.",
|
Description: "HawkHacks is a 36 hour in-person hackathon hosted at Wilfrid Laurier University.",
|
||||||
Repo: "https://github.com/LaurierHawkHacks/Landing",
|
Repo: "https://github.com/LaurierHawkHacks/Landing",
|
||||||
Classes: "border-orange-300",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
|
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
|
||||||
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
|
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
|
||||||
|
|
@ -121,7 +121,7 @@ func GetPageData() Page {
|
||||||
URL: "https://konfer.ca",
|
URL: "https://konfer.ca",
|
||||||
Description: "The official landing site for Konfer Inc.",
|
Description: "The official landing site for Konfer Inc.",
|
||||||
Repo: "https://github.com/KonferCA/Konfer.ca",
|
Repo: "https://github.com/KonferCA/Konfer.ca",
|
||||||
Classes: "border-indigo-300",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
|
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
|
||||||
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
|
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
|
||||||
|
|
@ -133,7 +133,7 @@ func GetPageData() Page {
|
||||||
URL: "https://lauriercs.ca",
|
URL: "https://lauriercs.ca",
|
||||||
Description: "The official Computer Science club at Wilfrid Laurier University website.",
|
Description: "The official Computer Science club at Wilfrid Laurier University website.",
|
||||||
Repo: "https://github.com/LaurierCS/Website",
|
Repo: "https://github.com/LaurierCS/Website",
|
||||||
Classes: "border-cyan-400",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
|
{TechName: "React", TechURL: "https://react.dev/", TechClasses: ""},
|
||||||
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
|
{TechName: "Firebase", TechURL: "https://firebase.google.com/", TechClasses: ""},
|
||||||
|
|
@ -145,7 +145,7 @@ func GetPageData() Page {
|
||||||
URL: "",
|
URL: "",
|
||||||
Description: "Simple and effective URL shortoner.",
|
Description: "Simple and effective URL shortoner.",
|
||||||
Repo: "https://github.com/juancwu/shoto",
|
Repo: "https://github.com/juancwu/shoto",
|
||||||
Classes: "border-indigo-500",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Next.js", TechURL: "https://nextjs.org/", TechClasses: ""},
|
{TechName: "Next.js", TechURL: "https://nextjs.org/", TechClasses: ""},
|
||||||
{TechName: "Drizzle ORM", TechURL: "https://orm.drizzle.team/", TechClasses: ""},
|
{TechName: "Drizzle ORM", TechURL: "https://orm.drizzle.team/", TechClasses: ""},
|
||||||
|
|
@ -157,7 +157,7 @@ func GetPageData() Page {
|
||||||
URL: "https://juancwu.dev",
|
URL: "https://juancwu.dev",
|
||||||
Description: "My personal portolio site?",
|
Description: "My personal portolio site?",
|
||||||
Repo: "https://github.com/juancwu/potoforio",
|
Repo: "https://github.com/juancwu/potoforio",
|
||||||
Classes: "border-gray-600",
|
Classes: "border-zinc-600 hover:border-pink-400",
|
||||||
TechList: []Tech{
|
TechList: []Tech{
|
||||||
{TechName: "Golang", TechURL: "https://go.dev/", TechClasses: ""},
|
{TechName: "Golang", TechURL: "https://go.dev/", TechClasses: ""},
|
||||||
{TechName: "HTMX", TechURL: "https://htmx.org/", TechClasses: ""},
|
{TechName: "HTMX", TechURL: "https://htmx.org/", TechClasses: ""},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue