diff --git a/public/images/locations/beckett.png b/public/images/locations/beckett.png new file mode 100644 index 0000000..793e98b Binary files /dev/null and b/public/images/locations/beckett.png differ diff --git a/public/js/locations.js b/public/js/locations.js index 2f70267..3060e4d 100644 --- a/public/js/locations.js +++ b/public/js/locations.js @@ -24,7 +24,12 @@ const locationData = { text: '85 James St, The Liberties, Dublin 8, D08 C2PR', imageUrl: '/public/images/locations/bank.webp', direction: 'https://www.google.com/maps/place//data=!4m2!3m1!1s0x48670d2fc081f95f:0xa5173048f627d0?sa=X&ved=1t:8290&ictx=111' - } + }, + 'beckett': { + text: 'Samuel Beckett Theatre, Trinity College, Dublin', + imageUrl: '/public/images/locations/beckett.png', + direction: 'https://maps.app.goo.gl/a1T7HktmKdxNcFWB7' + }, // Add more locations as needed }; diff --git a/templates/locations.html b/templates/locations.html index 3d68430..c8601ad 100644 --- a/templates/locations.html +++ b/templates/locations.html @@ -12,6 +12,7 @@
The Bank at The Digital Hub
Pallas Projects/Studios
Fire Station Artists Studios
+
Samuel Beckett Theatre