Added dino-tracker
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
This commit is contained in:
parent
8508b679c0
commit
deb370d5af
12
data/lab.ts
12
data/lab.ts
|
|
@ -13,6 +13,18 @@ export const LAB_SERVICES: LabService[] = [
|
||||||
image: "/lab/observatory.jpg",
|
image: "/lab/observatory.jpg",
|
||||||
uptimeId: 12,
|
uptimeId: 12,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "dino-tracker",
|
||||||
|
name: "GW Paleo",
|
||||||
|
description:
|
||||||
|
"A digital field journal and taxonomic registry for Dinosauria. Designed with a 'Museum Archive' aesthetic, this specimen tracker syncs with the Paleobiology Database (PBDB) to catalog thousands of validated species and genera.",
|
||||||
|
stack: ["Next.js", "Prisma", "SQLite", "Tailwind CSS"],
|
||||||
|
visibility: "public",
|
||||||
|
url: "https://dinos.georgew.dev",
|
||||||
|
gitUrl: "https://git.georgew.dev/georgew/dino-tracker",
|
||||||
|
image: "/lab/dino-tracker.jpg",
|
||||||
|
uptimeId: 16,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "surf-hub",
|
id: "surf-hub",
|
||||||
name: "Surf Sentinel",
|
name: "Surf Sentinel",
|
||||||
|
|
|
||||||
BIN
public/lab/dino-tracker.jpg
Normal file
BIN
public/lab/dino-tracker.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 174 KiB |
Loading…
Reference in a new issue