diff --git a/data/lab.ts b/data/lab.ts index 4dd9297..624c8c3 100644 --- a/data/lab.ts +++ b/data/lab.ts @@ -13,6 +13,18 @@ export const LAB_SERVICES: LabService[] = [ image: "/lab/observatory.jpg", 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", name: "Surf Sentinel", diff --git a/public/lab/dino-tracker.jpg b/public/lab/dino-tracker.jpg new file mode 100644 index 0000000..f89685d Binary files /dev/null and b/public/lab/dino-tracker.jpg differ