File tree Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Expand file tree Collapse file tree 4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change
1
+ <iframe
2
+ src =" https://docs.google.com/presentation/d/e/2PACX-1vT62Rl7c-bAJ4l2REq__4nvaLW4ZCuTEblh1PGpOa2ZA2Wg6jUm08KWTP-liYFLe2m80RFd5oB-DP8v/embed?start=false&loop=false&delayms=3000"
3
+ frameborder =" 0"
4
+ width =" 960"
5
+ height =" 569"
6
+ allowfullscreen =" true"
7
+ mozallowfullscreen =" true"
8
+ webkitallowfullscreen =" true"
9
+ />
Original file line number Diff line number Diff line change
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&key=AIzaSyDYecdzqzXTkep-BSPK-rl52Yx3D1HFjME"
3
+ height =" 400"
4
+ style =" border:0;width:100%"
5
+ allowfullscreen =" "
6
+ />
Original file line number Diff line number Diff line change 1
1
---
2
2
import Layout from ' ../layouts/Layout.astro' ;
3
+ import VenueMap from ' ../components/VenueMap.astro' ;
4
+ import AnnouncementSlides from ' ../components/AnnouncementSlides.astro' ;
3
5
---
4
6
5
7
<Layout lang =" en" >
@@ -22,7 +24,7 @@ import Layout from '../layouts/Layout.astro';
22
24
<td ><a href =" https://www.fsi.co.jp/akibaplaza/hall.html" >Akiba Plaza - Akiba Hall</a ></td >
23
25
</tr >
24
26
</table >
25
- <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&key=AIzaSyDYecdzqzXTkep-BSPK-rl52Yx3D1HFjME " height = " 400 " style = " border:0;width:100% " allowfullscreen = " " ></ iframe >
27
+ <VenueMap / >
26
28
<h3 >Additional Information</h3 >
27
29
<p >All presentation slides will be in English. Presentations will be given in either English or Japanese.</p >
28
30
<p >The presentations will be recorded and uploaded to YouTube after the event.</p >
@@ -68,8 +70,9 @@ import Layout from '../layouts/Layout.astro';
68
70
For questions or proposals regarding sponsorship, please feel free to contact us through the form below or via email.<br >
69
71
<b >※ Information will be updated regularly.</b >
70
72
</p >
73
+ <AnnouncementSlides />
71
74
<p style =" text-align: center;" >
72
- <a class =" btn" href =" https://docs.google.com/presentation /d/1lePjhmnJj7YuH6orB8ykrXXGLMnLMnKSAz22tzCb_Ko/edit#slide=id.p " target =" blank" >
75
+ <a class =" btn" href =" https://docs.google.com/forms /d/e/1FAIpQLSfPMjGwsmjOhzxXf_e65uyIb0ml35iIdCYq5EEoSI4KompK3w/viewform " target =" blank" >
73
76
Contact Form
74
77
</a >
75
78
</p >
Original file line number Diff line number Diff line change 1
1
---
2
2
import Layout from ' ../layouts/Layout.astro' ;
3
+ import VenueMap from ' ../components/VenueMap.astro' ;
4
+ import AnnouncementSlides from ' ../components/AnnouncementSlides.astro' ;
3
5
---
4
6
5
7
<Layout >
@@ -22,7 +24,7 @@ import Layout from '../layouts/Layout.astro';
22
24
<td ><a href =" https://www.fsi.co.jp/akibaplaza/hall.html" >アキバプラザ・アキバホール</a ></td >
23
25
</tr >
24
26
</table >
25
- <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&key=AIzaSyDYecdzqzXTkep-BSPK-rl52Yx3D1HFjME " height = " 400 " style = " border:0;width:100% " allowfullscreen = " " ></ iframe >
27
+ <VenueMap / >
26
28
<h3 >その他</h3 >
27
29
<p >発表スライドはすべて英語です。発表は英語または日本語のいずれかの言語で行われます。</p >
28
30
<p >登壇の様子を撮影し、後日 YouTube にアップロードします。</p >
@@ -43,7 +45,6 @@ import Layout from '../layouts/Layout.astro';
43
45
</p >
44
46
</div >
45
47
</section >
46
-
47
48
<section >
48
49
<div class =" container sponsor-info" >
49
50
<h2 id =" スポンサーシップ概要" class =" section-title" ><a href =" #スポンサーシップ概要" >スポンサーシップ概要</a ></h2 >
@@ -72,8 +73,9 @@ import Layout from '../layouts/Layout.astro';
72
73
スポンサーシップに関するご質問、ご提案などにつきましては、下記のフォームまたはメールにてお気軽にお問い合わせください。<br >
73
74
<b >※最新情報は随時更新していきます。</b >
74
75
</p >
76
+ <AnnouncementSlides />
75
77
<p style =" text-align: center;" >
76
- <a class =" btn" href =" https://docs.google.com/presentation /d/1lePjhmnJj7YuH6orB8ykrXXGLMnLMnKSAz22tzCb_Ko/edit#slide=id.p " target =" blank" >
78
+ <a class =" btn" href =" https://docs.google.com/forms /d/e/1FAIpQLSfPMjGwsmjOhzxXf_e65uyIb0ml35iIdCYq5EEoSI4KompK3w/viewform " target =" blank" >
77
79
お問い合わせフォームへ
78
80
</a >
79
81
</p >
You can’t perform that action at this time.
0 commit comments