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/" + } + ] } ] }