diff --git a/app/config/credits.json b/app/config/credits.json index 28aa3249..1470171c 100644 --- a/app/config/credits.json +++ b/app/config/credits.json @@ -18,7 +18,7 @@ }, { "name": "Pita Bread", - "title": null, + "title": "Leadership Team", "loc": "Midwest, USA", "tags": [ "Staff", @@ -30,7 +30,7 @@ }, { "name": "macgeek", - "title": null, + "title": "Leadership Team", "loc": "Midwest, USA", "tags": [ "Staff", @@ -52,6 +52,18 @@ "blurb": "His interests include Linux, gaming, and helping others. When he's able to unplug he enjoys biking, hiking, and playing soccer.", "pic": "/static/assets/images/credits/parzivaldewey.png" }, + { + "name": "Xithical", + "title": null, + "loc": "Midwest, USA", + "tags": [ + "Staff", + "Developer", + null + ], + "blurb": "???", + "pic": "/static/assets/images/credits/xithical.png" + }, { "name": "MC Gaming", "title": null, diff --git a/app/frontend/static/assets/images/credits/xithical.png b/app/frontend/static/assets/images/credits/xithical.png new file mode 100644 index 00000000..5669ce05 Binary files /dev/null and b/app/frontend/static/assets/images/credits/xithical.png differ