From bc461bfa9704d6ffe3466c1d89287dd43a46861d Mon Sep 17 00:00:00 2001
From: "Alex Pooley (@zuedev)"
Date: Tue, 3 Mar 2026 10:32:30 +0000
Subject: add bbg
---
public/index.html | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 deletions(-)
(limited to 'public/index.html')
diff --git a/public/index.html b/public/index.html
index dda4cd4..bfd1c0e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -111,18 +111,31 @@
- Projects
-
+ What am I working on?
+
{[
{
- name: "Unnamed Group",
+ role: "Lead Developer",
+ connective: "at",
+ place: "Blue Bean Games",
+ url: "https://zue.dev/bbg",
+ },
+ {
+ role: "Director",
+ connective: "at",
+ place: "Unnamed Group",
url: "https://unnamed.group/",
- description: "Non-profit gaming community management",
},
- ].map((project) => (
- -
+ {
+ role: "Manager",
+ connective: "for",
+ place: "YayJayBae",
+ url: "https://yayjaybae.com/",
+ },
+ ].map((project, index) => (
+
-
- {project.name}: {project.description}
+ {project.role} {project.connective} {project.place}
))}
--
cgit v1.2.3