From a34be91fb175dd98f9805b8e40d7d19a66212320 Mon Sep 17 00:00:00 2001 From: HackGlasgow Date: Fri, 18 Jul 2025 08:48:07 +0100 Subject: [PATCH] Update supporters.json Added Hack Glasgow, fixed Hack Thursday --- _data/supporters.json | 48 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/_data/supporters.json b/_data/supporters.json index 51d035c..2cef175 100644 --- a/_data/supporters.json +++ b/_data/supporters.json @@ -2524,23 +2524,28 @@ "contacts": [ { "name": "Alice McGready", - "email": "scott@hackthurs.day" + "email": "alice@hackthurs.day", + "link": "https://www.linkedin.com/in/alicemcgready/" }, { "name": "David Carson", - "email": "carson@hackthurs.day" + "email": "carson@hackthurs.day", + "link": "https://www.linkedin.com/in/davidhgcarson/" }, { "name": "Dave McKenzie", - "email": "dave@hackthurs.day" + "email": "dave@hackthurs.day", + "link": "https://www.linkedin.com/in/davewmckenzie/" }, { "name": "Ger Barrett", - "email": "ger@hackthurs.day" + "email": "ger@hackthurs.day", + "link": "https://www.linkedin.com/in/gerard-barrett/" }, { "name": "Scott McGready", - "email": "scott@hackthurs.day" + "email": "scott@hackthurs.day", + "link": "https://www.linkedin.com/in/scottmcgready/" } ] }, @@ -2645,6 +2650,39 @@ "phone": "+49 3092105977" } ] + }, + { + "name": "Hack Glasgow", + "city": "Glasgow", + "country": "United Kingdom", + "link": "https://hackglasgow.live", + "contacts": [ + { + "name": "Alice McGready", + "email": "alice@hackglasgow.live", + "link": "https://www.linkedin.com/in/alicemcgready/" + }, + { + "name": "David Carson", + "email": "carson@hackglasgow.live", + "link": "https://www.linkedin.com/in/davidhgcarson/" + }, + { + "name": "Dave McKenzie", + "email": "dave@hackglasgow.live", + "link": "https://www.linkedin.com/in/davewmckenzie/" + }, + { + "name": "Ger Barrett", + "email": "ger@hackglasgow.live", + "link": "https://www.linkedin.com/in/gerard-barrett/" + }, + { + "name": "Scott McGready", + "email": "scott@hackglasgow.live", + "link": "https://www.linkedin.com/in/scottmcgready/" + } + ] } ] }