Browse Source

beckett theatre added

master
Cailean Finn 3 weeks ago
parent
commit
faa7a42d03
  1. BIN
      public/images/locations/beckett.png
  2. 7
      public/js/locations.js
  3. 1
      templates/locations.html

BIN
public/images/locations/beckett.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

7
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
};

1
templates/locations.html

@ -12,6 +12,7 @@
<div class="location-button" data-location="digital-bank">The Bank at The Digital Hub</div>
<div class="location-button" data-location="pallas-projects">Pallas Projects/Studios</div>
<div class="location-button" data-location="fire-station">Fire Station Artists Studios</div>
<div class="location-button" data-location="beckett">Samuel Beckett Theatre</div>
</div>
<div id="location-information">
<div id="location-text">

Loading…
Cancel
Save