@@ -3,23 +3,44 @@ import Base from '$layouts/base.astro'
33
44import Center from ' $front/center.astro'
55import Schedule from ' $front/schedule.astro'
6+ import Conference from ' $front/conference.astro'
67import Map from ' $front/map.astro'
78import Sponsors from ' $front/sponsors.astro'
89import Speakers from ' $front/speakers.astro'
910
1011import Playground from ' $playground/playground.svelte'
11- import Date from ' $playground/date.svelte'
12- import Location from ' $playground/location.svelte'
1312---
1413
1514<Base title =" JavaScript Bangkok 2.0.0" >
1615 <Playground client:idle >
17- <Date client:idle />
18- <Location client:idle />
1916 <Center />
2017 </Playground >
18+ <section
19+ class =" grid grid-cols-1 gap-8 bg-เหล็กไหล px-8 py-12 text-white md:grid-cols-2"
20+ >
21+ <div class =" text-center font-bold" >
22+ <h1 class =" text-xl" >Day 1</h1 >
23+ <h2 class =" text-4xl" >Workshop</h2 >
24+ <h3 class =" text-xl" >(Fri) October 18, 2024</h3 >
25+ <p class =" pt-4 text-lg font-normal" >Microsoft (Thailand) Ltd.</p >
26+ </div >
27+ <div class =" text-center font-bold" >
28+ <h1 class =" text-xl" >Day 2</h1 >
29+ <h2 class =" text-4xl" >Conference</h2 >
30+ <h3 class =" text-xl" >(Sat) October 19, 2024</h3 >
31+ <p class =" pt-4 text-lg font-normal" >True Digital Park West</p >
32+ </div >
33+ </section >
2134 <Map />
2235 <Speakers />
2336 <Schedule />
2437 <Sponsors />
38+
39+ <script
40+ src =" https://cdn.apple-mapkit.com/mk/5.x.x/mapkit.core.js"
41+ crossorigin
42+ async
43+ data-libraries =" services,full-map"
44+ is:inline
45+ slot =" body-end" ></script >
2546</Base >
0 commit comments