Skip to content

Commit d928330

Browse files
committed
feat: create venuemap component
1 parent 0a3960e commit d928330

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

2025/src/components/VenueMap.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<iframe
2+
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3240.053340275775!2d139.77188631510504!3d35.70030498018984!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188ea7a29cf80b%3A0xdce74a4dd51e0a66!2z5a-M5aOr44K944OV44OI44Ki44Kt44OQ44OX44Op44K2!5e0!3m2!1sja!2sjp!4v1513741028586&amp;key=AIzaSyDYecdzqzXTkep-BSPK-rl52Yx3D1HFjME"
3+
height="400"
4+
style="border:0;width:100%"
5+
allowfullscreen=""
6+
/>

2025/src/pages/en.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
import Layout from '../layouts/Layout.astro';
33
import AnnouncementSlide from '../components/AnnouncementSlide.astro';
4+
import VenueMap from '../components/VenueMap.astro';
45
---
56

67
<Layout lang="en">
@@ -23,7 +24,7 @@ import AnnouncementSlide from '../components/AnnouncementSlide.astro';
2324
<td><a href="https://www.fsi.co.jp/akibaplaza/hall.html">Akiba Plaza - Akiba Hall</a></td>
2425
</tr>
2526
</table>
26-
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3240.053340275775!2d139.77188631510504!3d35.70030498018984!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188ea7a29cf80b%3A0xdce74a4dd51e0a66!2z5a-M5aOr44K944OV44OI44Ki44Kt44OQ44OX44Op44K2!5e0!3m2!1sja!2sjp!4v1513741028586&amp;key=AIzaSyDYecdzqzXTkep-BSPK-rl52Yx3D1HFjME" height="400" style="border:0;width:100%" allowfullscreen=""></iframe>
27+
<VenueMap/>
2728
<h3>Additional Information</h3>
2829
<p>All presentation slides will be in English. Presentations will be given in either English or Japanese.</p>
2930
<p>The presentations will be recorded and uploaded to YouTube after the event.</p>

2025/src/pages/ja.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
import Layout from '../layouts/Layout.astro';
3+
import VenueMap from '../components/VenueMap.astro';
34
import AnnouncementSlide from '../components/AnnouncementSlide.astro';
45
---
56

@@ -23,7 +24,7 @@ import AnnouncementSlide from '../components/AnnouncementSlide.astro';
2324
<td><a href="https://www.fsi.co.jp/akibaplaza/hall.html">アキバプラザ・アキバホール</a></td>
2425
</tr>
2526
</table>
26-
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3240.053340275775!2d139.77188631510504!3d35.70030498018984!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188ea7a29cf80b%3A0xdce74a4dd51e0a66!2z5a-M5aOr44K944OV44OI44Ki44Kt44OQ44OX44Op44K2!5e0!3m2!1sja!2sjp!4v1513741028586&amp;key=AIzaSyDYecdzqzXTkep-BSPK-rl52Yx3D1HFjME" height="400" style="border:0;width:100%" allowfullscreen=""></iframe>
27+
<VenueMap/>
2728
<h3>その他</h3>
2829
<p>発表スライドはすべて英語です。発表は英語または日本語のいずれかの言語で行われます。</p>
2930
<p>登壇の様子を撮影し、後日 YouTube にアップロードします。</p>

0 commit comments

Comments
 (0)